Skip to content

Latest commit

 

History

History
135 lines (68 loc) · 9.67 KB

CHANGELOG.md

File metadata and controls

135 lines (68 loc) · 9.67 KB

preact-iso

2.3.1

Patch Changes

2.3.0

Minor Changes

Patch Changes

  • 69d291f #870 Thanks @developit! - Fix <Router> accidentally un-rendering incoming routes that happen to resolve to the same component as the outgoing route.

2.2.0

Minor Changes

Patch Changes

2.1.0

Minor Changes

  • 095ddde #824 Thanks @developit! - - Bugfix for Router: "splat" parameters (/:x* and /:y*) should be passed in the params prop instead of directly on props

2.0.3

Patch Changes

2.0.2

Patch Changes

2.0.1

Patch Changes

  • 79c7fd6 #594 Thanks @developit! - Fixes a race condition in preact-iso Router by registering the link click handler immediately.

2.0.0

Major Changes

  • 8e8690a #557 Thanks @marvinhagemeister! - Fix route params being able to overwrite route context. This is a breaking change in that params no need to be pulled off a params object instead of accessing it directly

Patch Changes

  • 8a44d75 #571 Thanks @developit! - preact-iso: fix ErrorBoundary pushing invalid callback into commit queue
  • c7ca0a4 #555 Thanks @marvinhagemeister! - Fix crash when passing dynamic arrays as children. This was caused by missing children normalization.

1.2.0

Minor Changes

  • a7e79c9 #530 Thanks @developit! - <Router> is now an async boundary (it handles lazy() descendants by itself), and supports cancellable + stacked route transitions.

Patch Changes

  • 8d5d1d8 #534 Thanks @developit! - [preact-iso] Support setting a manual URL via <LocationProvider url="/" />

1.1.1

Patch Changes

  • 321dfce #496 Thanks @developit! - [preact-iso] Router: reset page scroll position on forward navigations
  • c07c39f #505 Thanks @developit! - [preact-iso] Prevent the router from intercepting clicks on anchor links
  • 764830f #493 Thanks @developit! - [preact-iso] Prevent the Router from intercepting clicks on links with an "external" target (target="anything").

1.1.0

Minor Changes

Patch Changes

1.0.1

Patch Changes

  • 58f1bff #364 Thanks @developit! - Fixes a bug introduced in 1.0.0 where Router would duplicate DOM when hydrating lazy() components.

1.0.0

Major Changes

Minor Changes

  • fab59f8 #354 Thanks @JoviDeCroock! - Support route params and inject them into the rendered route, add the useRoute hook so we can retrieve route parameters from anywhere in the subtree.

Patch Changes