Skip to content

Releases: kitbagjs/router

Release 0.17.7

08 Feb 16:12
Compare
Choose a tag to compare
Release 0.17.7 Pre-release
Pre-release

What's Changed

Full Changelog: v0.17.6...v0.17.7

Release 0.17.6

06 Feb 02:37
Compare
Choose a tag to compare
Release 0.17.6 Pre-release
Pre-release

What's Changed

Full Changelog: v0.17.5...v0.17.6

Release 0.17.5

05 Feb 15:27
Compare
Choose a tag to compare
Release 0.17.5 Pre-release
Pre-release

What's Changed

Fixes

  • Fix zod types being referenced in router public types by @pleek91 in #456
  • Fix insertBaseRoute stringifying path and not path.value by @pleek91 in #457

Maintenance

Full Changelog: v0.17.4...v0.17.5

Release 0.17.4

01 Feb 15:41
Compare
Choose a tag to compare
Release 0.17.4 Pre-release
Pre-release

What's Changed

Full Changelog: v0.17.3...v0.17.4

Release 0.17.3

30 Jan 22:57
Compare
Choose a tag to compare
Release 0.17.3 Pre-release
Pre-release

What's Changed

Enhancements

  • Unified withParams utility to replace individual path, query, and host utilities by @stackoverfloweth in #447

Fixes

  • Make sure zod isn't required if zod params are not being used by @pleek91 in #450

Full Changelog: v0.17.2...v0.17.3

Release 0.17.2

30 Jan 04:51
Compare
Choose a tag to compare
Release 0.17.2 Pre-release
Pre-release

What's Changed

Experimental

  • Experimental zod support for param types by @pleek91 in #446

Maintenance

Full Changelog: v0.17.1...v0.17.2

Release 0.17.1

26 Jan 20:54
Compare
Choose a tag to compare
Release 0.17.1 Pre-release
Pre-release

What's Changed

Fixes

  • Fix route components remounting rather than being updated when props change by @pleek91 in #440

Full Changelog: v0.17.0...v0.17.1

Release 0.17.0

24 Jan 01:49
Compare
Choose a tag to compare
Release 0.17.0 Pre-release
Pre-release

What's Changed

Features

Enhancements

  • Add parent context with name and prop values to the callback context of route props by @pleek91 in #433

Documentation

  • Update docs for props to include a section about accessing parent props by @pleek91 in #435

Maintanance

Full Changelog: v0.16.1...v0.17.0

Release 0.16.1

18 Jan 18:06
Compare
Choose a tag to compare
Release 0.16.1 Pre-release
Pre-release

What's Changed

Fixes

  • Fix route props not clearing after navigation happens by @pleek91 in #430

Documentation

Full Changelog: v0.16.0...v0.16.1

Release 0.16.0

15 Jan 02:06
Compare
Choose a tag to compare
Release 0.16.0 Pre-release
Pre-release

What's Changed

Enhancements

  • Move props option to second arg of createRoute utility by @pleek91 in #421

Maintenance

Full Changelog: v0.15.3...v0.16.0