Releases: trendmicro-frontend/react-liquid-gauge
Releases · trendmicro-frontend/react-liquid-gauge
v1.2.4
Add a transition polyfill to workaround the issue of this.wave.attr(...).transiton is not a function
(fbe63c5, #1, #3)
v1.2.3
- Support React v16.0 (a51cd65)
- Fix an issue that caused node-spawn-wrap failed to work on Windows, (6f79059)
- Remove babel-tap (36f1acc)
v1.2.2
Use React.PureComponent instead of shallowCompare (1c4bc56)
v1.2.1
Replaces React.PropTypes references with prop-types (a087671)
v1.2.0
- Adds peer dependency: react-dom (36c8304)
- Calls renderToString to render text element returned by textRenderer() (49b9b90)
- Adds support for specifying a custom text renderer for rendering a percent value (cf54043)
v1.1.1
Fixes a bug that the id property is not a unique string while passing from defaultProps (60041dc)
v1.1.0
- Uses a unique identifier (ID) to identify the element (b2ef588)
- Renames "percentageSymbol" property to "percent" (eb7d4de)
v1.0.0
- Adds support for wave rising and wave animation
- Complete rewrite of the codebase
v0.5.1
- Add react-addons-shallow-compare to dependencies (1bedf89)
- Remove react-dom from peerDependencies (b1c2c12)