Skip to content

Releases: syranide/react-swf

0.13.0

09 Oct 12:21
Compare
Choose a tag to compare

Breaking changes

getFPVersion and isFPVersionSupported forked to SWFPlayerVersion and dropped from ReactSWF. Replace ReactSWF.getFPVersion => SWFPlayerVersion.get and ReactSWF.isFPVersionSupported => SWFPlayerVersion.isSupported.

0.12.3

16 Sep 19:08
Compare
Choose a tag to compare

Fix React 0.14 inheritance warning

Breaking changes

0.12.2

11 Aug 09:39
Compare
Choose a tag to compare

Re-use ref callback

0.12.1

10 Jul 09:04
Compare
Choose a tag to compare

Stricter peerDependency version

0.12.0

08 Jul 11:06
Compare
Choose a tag to compare

React 0.14 compatible

0.11.1

21 Apr 11:44
Compare
Choose a tag to compare

Added required constructor annotation for GCC ADVANCED_MODE

0.11.0

11 Mar 16:45
Compare
Choose a tag to compare

Switch to native classes instead of React.createClass()
Added getFPDOMNode() to replace deprecated getDOMNode()
PropTypes added
Should be GCC ADVANCED_MODE compatible

Breaking changes

  • React 0.13 components no longer support swf.getDOMNode(), use swf.getFPDOMNode() instead.
  • Depends on Object.is(), polyfills are available.

0.10.0

12 Feb 21:08
Compare
Choose a tag to compare

Prevent props.src leaking to <object>
Use hasOwnProperty consistently
Some code refactor/cleanup

0.9.6

10 Feb 15:57
Compare
Choose a tag to compare

Fix NPM version expecting globally defined React

0.9.5

28 Jan 22:51
Compare
Choose a tag to compare

Update bower.json, incorrect main