Skip to content

Releases: rafaelklaessen/react-tradingview-widget

Version 1.3.1

26 Jul 16:43
Compare
Choose a tag to compare
  • Prevent undesirable full-screen chart when the component is unmounted before the chart is rendered. Thanks AurelReb!

Version 1.3.0

10 Sep 08:18
a2061ee
Compare
Choose a tag to compare
  • Added prop-types for newly added props
  • Added RangeTypes constants
  • Reordered props

Version 1.2.5

16 Apr 06:13
Compare
Choose a tag to compare
  • Fixed constants not being exported

Version 1.2.4

13 Apr 06:06
e7935da
Compare
Choose a tag to compare
  • Fixed Server-Side Rendering not working

Version 1.2.3

21 Mar 09:16
52783b4
Compare
Choose a tag to compare
  • Fixed a bug that caused the component to break when multiple instances were created

Version 1.2.2

21 Jan 15:30
Compare
Choose a tag to compare
  • Switched from Component to PureComponent so that the widget doesn't rerender when the props didn't change

Version 1.2.1

21 Jan 14:33
Compare
Choose a tag to compare
  • Fixed component not rerendering when props changed
  • The widget container now has a width and height of 100% when the autosize prop is true
  • Changed script element and container element IDs

Version 1.2.0

21 Jan 00:00
Compare
Choose a tag to compare
  • Added description to package.json
  • Refactored some little things
  • Removed unnecessary jest config
  • Removed unused dependencies
  • Made tests work again by adding react and react-dom as devDependencies
  • Updated outdated dependencies
  • Added babel-core devDependency to remove warnings

Version 1.1.2

20 Jan 22:18
Compare
Choose a tag to compare
  • Fixed indenting mistake

Version 1.1.1

20 Jan 22:16
Compare
Choose a tag to compare
  • Added LICENSE file
  • Fixed typo in README
  • The widget now renders inside an article element instead of a div element