Skip to content

Releases: DominoKit/domino-history

1.0.4

06 Nov 05:59
Compare
Choose a tag to compare
  • Update to GWT 2.12.0, elemental2 1.2.3
  • fix #16 Un-hash fragment expressions for Fragments token filters.

1.0.3

14 Jan 18:30
Compare
Choose a tag to compare
  • Add the ability to dynamically change the AppHistory rootPath.
  • Add the ability to invoke the listener without pushing a new token.

1.0.2

14 Jan 18:27
Compare
Choose a tag to compare
  • Update gwt maven plugin.
  • Update elemental2 dependencies

1.0.1

12 Nov 07:04
Compare
Choose a tag to compare

fix #9 Setting root path will make any token filter that uses startWith or startWithPath fail to match the token

1.0.0

17 Jul 10:43
Compare
Choose a tag to compare
Tag release

1.0.0-RC5

14 Nov 19:57
Compare
Choose a tag to compare
  • Add the ability to intercept fireState and pushState and cancel the operation if needed, this feature can be used to confirm the action before navigating away from the current active page.
  • Fix bug in StartWith token filter not taking the root path into consideration.