Skip to content

Latest commit

 

History

History
127 lines (46 loc) · 3.5 KB

CHANGELOG.md

File metadata and controls

127 lines (46 loc) · 3.5 KB

0.4.0 (2022-06-04)

Bug Fixes

  • export useSearchParams and add tests (7a8feb2)

0.3.1 (2022-06-04)

Bug Fixes

  • export useSearchParams and add tests (7a8feb2)

0.3.1 (2021-06-18)

Bug Fixes

  • export useSearchParams and add tests (7a8feb2)

0.2.1 (2020-12-05)

Bug Fixes

  • export useSearchParams and add tests (7a8feb2)

0.2.0 (2019-12-18)

Features

  • useSearchParams: add useSearchParams hook (56ec53a)

0.1.3 (2019-11-15)

Bug Fixes

  • navigation: update on popstate event (992e82e)

0.1.2 (2019-10-23)

Bug Fixes

  • allow to navigate to nested routes (3ecdc7b)

0.1.1 (2019-10-02)

0.1.1-beta.0 (2019-10-02)

chore

Features

  • router-link: don't load in main entrypoint (a9c86d6)
  • router-redirect: don't load automatically (41686b1)

BREAKING CHANGES

  • remove web.js entrypoint
  • router-link: router-link is not automatically loaded anymore

0.1.0 (2019-09-21)

Bug Fixes

  • router-link: replace is an attribute (5225cab)

Features

  • components: reflect properties to attributes (0153ecf)
  • router-redirect: create custom element (130c72b)

0.0.2 (2019-09-08)

Bug Fixes

  • Correct required haunted version (5623323)
  • Correct url params name (8edc5e1)

Features

  • navigation: Remove title argument (4757951)

0.0.1 (2019-09-06)

Features