Releases: rafaelklaessen/react-tradingview-widget
Releases · rafaelklaessen/react-tradingview-widget
Version 1.3.1
- Prevent undesirable full-screen chart when the component is unmounted before the chart is rendered. Thanks AurelReb!
Version 1.3.0
- Added prop-types for newly added props
- Added
RangeTypesconstants - Reordered props
Version 1.2.5
- Fixed constants not being exported
Version 1.2.4
- Fixed Server-Side Rendering not working
Version 1.2.3
- Fixed a bug that caused the component to break when multiple instances were created
Version 1.2.2
- Switched from
ComponenttoPureComponentso that the widget doesn't rerender when the props didn't change
Version 1.2.1
- 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
- Added description to
package.json - Refactored some little things
- Removed unnecessary jest config
- Removed unused dependencies
- Made tests work again by adding
reactandreact-domas devDependencies - Updated outdated dependencies
- Added
babel-coredevDependency to remove warnings
Version 1.1.2
- Fixed indenting mistake
Version 1.1.1
- Added LICENSE file
- Fixed typo in README
- The widget now renders inside an
articleelement instead of adivelement