Skip to content

Latest commit

 

History

History
164 lines (94 loc) · 3.63 KB

CHANGELOG.md

File metadata and controls

164 lines (94 loc) · 3.63 KB

2.5.0 (2022-05-24)

4.1.0

Minor Changes

  • 8c9d915: Add start and stop methods to history interfaces.

Patch Changes

  • 98b01a1: Use anchor .href property only when using browser history.

4.0.3

Patch Changes

  • 939275a: Make onRequest and onResponse protected methods.

4.0.2

Patch Changes

  • 01e2ed1: Use computed link href.

4.0.1

Patch Changes

  • b739ae5: Preserve final base hash in resolved urls.

4.0.0

Major Changes

  • 4dc995f: Remove node server support.
  • 4dc995f: Migrate to DNA 4.

4.0.0-alpha.0

Major Changes

  • 4dc995f: Remove node server support.
  • 4dc995f: Migrate to DNA 4.

3.0.3

Patch Changes

  • 85d6986: Fix pathFromUrl method with trailing hash.

3.0.2

Patch Changes

  • b96eb8e: Do not navigate on default prevented form submission.

3.0.1

Patch Changes

  • 30b235d: Fixed redirected responses.

3.0.0

Minor Changes

  • ab41ce4: Abort concurrent requests.

Patch Changes

  • 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.

3.0.0-rc.10

Minor Changes

  • ab41ce4: Abort concurrent requests.

3.0.0-rc.9

Patch Changes

  • 283d297: Fix hash navigation

3.0.0-rc.8

Patch Changes

  • b937592: Fix path from url trailing slash

3.0.0-rc.7

Patch Changes

  • Fixed navigation with hash bang

3.0.0-rc.6

Patch Changes

  • Handle hash changes

3.0.0-rc.5

Patch Changes

  • 3753c5b: Update to DNA 3.20

3.0.0-rc.2

Patch Changes

  • 910799a: Fix initial router origin

3.0.0-rc.1

Patch Changes

  • 9c35391: Route patterns matching

3.0.0-beta.3

Patch Changes

  • Increment version

3.0.0-beta.2

Patch Changes

  • 05ef79a: Update node fetch
  • b73d5d5: Ensure transition pages are keyed

Bug Fixes

Features

  • add isNode and isBrowser methods (58d197c)
  • add onRequest and onResponse hooks (6792bc8)
  • add loadScript method (4fe9148)
  • export types (2d65145)

Reverts

  • Revert "release: 2.4.0" (bf0b67a)