Releases: syranide/react-swf
Releases · syranide/react-swf
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
- Added:
seamlessTabbing
andallowNetworking
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
orfalse
. - 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.