Skip to content

0.9.0

Compare
Choose a tag to compare
@syranide syranide released this 03 Oct 23:48
· 40 commits to master since this release
  • 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.