2.5.0 (2022-05-24)
- 8c9d915: Add
start
andstop
methods to history interfaces.
- 98b01a1: Use anchor .href property only when using browser history.
- 939275a: Make
onRequest
andonResponse
protected methods.
- 01e2ed1: Use computed link href.
- b739ae5: Preserve final base hash in resolved urls.
- 4dc995f: Remove node server support.
- 4dc995f: Migrate to DNA 4.
- 4dc995f: Remove node server support.
- 4dc995f: Migrate to DNA 4.
- 85d6986: Fix
pathFromUrl
method with trailing hash.
- b96eb8e: Do not navigate on default prevented form submission.
- 30b235d: Fixed redirected responses.
- ab41ce4: Abort concurrent requests.
- b937592: Fix path from url trailing slash
- 910799a: Fix initial router origin
- 05ef79a: Update node fetch
- 986175c: Increment version
- 9c35391: Route patterns matching
- 6f0d2f7: Add
stop
method to App. - a8aece1: Handle hash changes
- 283d297: Fix hash navigation
- 3753c5b: Update to DNA 3.20
- b73d5d5: Ensure transition pages are keyed
- 2fb765f: Fixed navigation with hash bang
- 9a142d2: Introduce the
Path
object for routing.
- ab41ce4: Abort concurrent requests.
- 283d297: Fix hash navigation
- b937592: Fix path from url trailing slash
- Fixed navigation with hash bang
- Handle hash changes
- 3753c5b: Update to DNA 3.20
- 910799a: Fix initial router origin
- 9c35391: Route patterns matching
- Increment version
- 05ef79a: Update node fetch
- b73d5d5: Ensure transition pages are keyed
- handle void return in route handlers (6a9a8ed)
- linting errors (e078e3d)
- pop state listener context (8b735c8)
- protected current page (e081b10)
- render return type (c3c5f02)
- typings (57af9a2)
- use protected hooks (44c6153)
- add
isNode
andisBrowser
methods (58d197c) - add
onRequest
andonResponse
hooks (6792bc8) - add loadScript method (4fe9148)
- export types (2d65145)
- Revert "release: 2.4.0" (bf0b67a)