All Versions
59
Latest Version
Avg Release Cycle
54 days
Latest Release
1276 days ago

Changelog History
Page 3

  • v0.19.1 Changes

    May 17, 2017

    ๐Ÿ› Bug Fixes

    • ๐Ÿ“ฆ Makes prop-types a dependencies instead of a peerDependencies in package.json per the prop-types integration guide.
  • v0.19.0 Changes

    May 15, 2017

    ๐Ÿ‘Œ Improvements

    • โช Unreverts PropTypes-related diff, which is now a minor version instead of a patch
  • v0.18.4 Changes

    May 15, 2017

    ๐Ÿ› Bug Fixes

    • โช Reverts PropTypes-related diff, which should have been a minor version instead of a patch
  • v0.18.3 Changes

    May 15, 2017

    ๐Ÿ‘Œ Improvements

    • โšก๏ธ Update dependencies
    • โšก๏ธ Update deprecated React syntax in examples
    • ๐Ÿ“ฆ Use React "prop-types" package
  • v0.18.2 Changes

    March 15, 2017

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ’… Update inline-style-prefixer to v2.0.5 (#880).
    • ๐Ÿ‘‰ Use React.PureComponent to avoid unnecessary rendering (#868).
    • โšก๏ธ Update all dependencies
  • v0.18.1 Changes

    July 19, 2016

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix unused props warning when passing radiumConfig to StyleRoot (#787).
  • v0.18.0 Changes

    July 15, 2016

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ’… Revert content auto-quoting in Style component (#783).

    ๐Ÿ› Bug Fixes

    • ๐Ÿ—„ Silence React 15.2 unused props deprecation warning (#782).
  • v0.17.2 Changes

    July 12, 2016

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix content values in Style component (#719).
    • ๐Ÿ‘Œ Improve stateless component check to work with native arrow functions (#771).

    ๐Ÿ‘Œ Improvements

    • โž• Add support for :disabled pseudo-class (#689).
    • โž• Add plugin to remove nested style objects and prevent [Object object] from rendering in the DOM (#703).
  • v0.17.1 Changes

    March 30, 2016

    ๐Ÿ› Bug Fixes

    • โœ‚ Remove babel modules accidentally published as dependencies.

    ๐Ÿ‘Œ Improvements

    • โž• Add support for scopeSelector without nested selectors in Style component.
  • v0.17.0 Changes

    March 24, 2016

    ๐Ÿ› Bug Fixes

    • ๐Ÿ’… Upgrade inline-style-prefixer to version 1.0.3 with a fix for display values being removed in IE10.

    ๐Ÿ‘Œ Improvements

    • โž• Add TestMode for controlling internal Radium state and behavior during tests.

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ’… inline-style-prefixer has updated vendor prefixes, removing some outdated prefixes like -moz-transform.