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

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


    from b77436f703 Routing supports replaceState
     new 74f65ce568 The routers write history entries via history.pushState() / 
replaceState(). But back/forward by user over those entries is signaled by 
"popstate" (hashChange only is not reliable for HashRouter, and this extra 
popstate response is needed also for BrowserRouter)
     new 9632fc190a Fix router parameter parsing to clear stale params on URLs 
without queries

The 2 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/routing/BrowserRouter.as  | 4 ++++
 .../Basic/src/main/royale/org/apache/royale/routing/HashRouter.as     | 1 +
 .../src/main/royale/org/apache/royale/routing/RouteToParameters.as    | 3 +++
 3 files changed, 8 insertions(+)

Reply via email to