Skip to content

Releases: syranide/react-swf

0.9.4

28 Jan 17:13
Compare
Choose a tag to compare

Update package.json for react@0.13

0.9.3

17 Oct 10:08
Compare
Choose a tag to compare

Fix package.json

0.9.2

17 Oct 09:56
Compare
Choose a tag to compare

Fix invalid path in NPM package.json and add React 0.12 as a peer dependency.

0.9.1

16 Oct 23:03
Compare
Choose a tag to compare

Removed rendering of legacy classid attribute, conflicts with Chrome.

0.9.0

03 Oct 23:48
Compare
Choose a tag to compare
  • Added: seamlessTabbing and allowNetworking parameters.
  • Added: automatically add classid attribute, supported by next React release.
  • Fixed: flashVars now support = in object keys.
  • Fixed: boolean parameter values now only emit true or false.
  • Removed: automatic assignment of unique id.
  • Lots of optimizations.

BREAKING CHANGE
A unique id is no longer generated automatically, there exists no isolated mechanism to reconcile markup generated on the server and client. If you require ExternalInterface.addCallback and target IE8-10 you will need to provide a globally unique id yourself.

0.8.2

20 Jul 19:54
Compare
Choose a tag to compare

Fixing incorrect path in package.json

0.8.1

01 May 15:10
Compare
Choose a tag to compare

Nothing to see here.

0.8.0

18 Jan 21:51
Compare
Choose a tag to compare

Refactored code and improved performance

0.7.0

31 Dec 01:13
Compare
Choose a tag to compare
v0.7.0

Finalized API, added shouldComponentUpdate test

0.6.0

29 Dec 00:15
Compare
Choose a tag to compare
  • Improved API
  • Minor improvements