You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by gr...@apache.org on 2019/03/15 06:12:57 UTC

[royale-asjs] branch develop updated (9b88e82 -> 6869725)

This is an automated email from the ASF dual-hosted git repository.

gregdove pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.


    from 9b88e82  RoyaleUnit: switch from removeAt() to splice() for backwards compatibility
     new 18afe9d  Minor improvements: avoid multiple listeners occasionally added in GenericBinding, avoid String coercion in DataBindingBase
     new 5b3cae6  Coercion is required here internally. A binding can set as 'null' which should be coerced to false internally. visibility now works the same as flash with untyped (*) value assignments (e.g. empty string)
     new 6869725  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop

The 8735 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../Basic/src/main/royale/org/apache/royale/core/UIBase.as        | 2 +-
 .../src/main/royale/org/apache/royale/binding/DataBindingBase.as  | 7 ++++---
 .../src/main/royale/org/apache/royale/binding/GenericBinding.as   | 8 ++++++--
 3 files changed, 11 insertions(+), 6 deletions(-)