Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

Tags: BabelFx/AS3-Flex-Library

Tags

v2.0.1

Toggle v2.0.1's commit message
Snapshot of BabelFx v2.0 initial commit

v1.0

Toggle v1.0's commit message
Final snapshot of deprecated v1.x

v2.0.4

Toggle v2.0.4's commit message
Support for LocalizationMap event "localeChanged" and property access…

…or `resourceManager` similar to UIComponent.

v2.0.3

Toggle v2.0.3's commit message
Fixed major bug with BabelFx usages with apps using the Mate IoC fram…

…ework.

v2.0.2

Toggle v2.0.2's commit message
Removed faulty logic for ListenerProxy::addListener()

v2.0.0

Toggle v2.0.0's commit message
Major repackaging, code cleanpu, and some class renames.

v1.0RC2

Toggle v1.0RC2's commit message
Rebuild of swc (with ant)

- optimized version is now <25K

v1.0RC1.1

Toggle v1.0RC1.1's commit message
Merge branch 'hotfix/externalLocales' into develop

externalLocales

Toggle externalLocales's commit message
Fixed error that assumes defaultLocale is embedded.

v1.0RC1.0

Toggle v1.0RC1.0's commit message
Fixed LocaleMap initialization issue.

When localeMap initializes, missing LocaleMap::targets means that LocaleEvents and creationComplete listeners are not active. Now the LocaleMap will longer this error condition.
When a SmartResourceInjector is assigned a target instance [instead of a Class], the SRI would not properly register and configure itself with the LocaleMap. Fixed.