Skip to content

Releases: tobua/epic-router

v6.1.0

22 Aug 16:17
Compare
Choose a tag to compare

6.1.0 (2024-08-22)

Features

  • state: click handler and state & demo improvements (05677dc)

v6.0.1

17 Aug 18:17
Compare
Choose a tag to compare

6.0.1 (2024-08-17)

Bug Fixes

  • demo: improve demo and project setup (697bac4)
  • types: improve types and add test for static markup (9ad2ab6)

v6.0.0

11 Aug 08:27
Compare
Choose a tag to compare

6.0.0 (2024-08-11)

Features

  • router: refactor interface to allow imports and track parameters (7c0bfec)

BREAKING CHANGES

  • router: Interface retains same features but has been overhauled and needs migration, see updated documentation.

v5.0.1

07 Aug 18:44
Compare
Choose a tag to compare

5.0.1 (2024-08-07)

Bug Fixes

  • router: export variables and fix demo (6038d26)

v5.0.0

06 Aug 20:47
Compare
Choose a tag to compare

5.0.0 (2024-08-06)

Bug Fixes

  • demo: vercel SPA fallback no longer working (cad53db)

Features

  • epic-jsx: working epic-jsx tests and switch of main demo (bfbdec1)
  • project: implement and test rendering using epic-jsx (3d81a4a)

BREAKING CHANGES

  • project: Published as TypeScript and JSX, new create API and for Preact connect plugin required.

v4.1.0

19 Feb 20:24
Compare
Choose a tag to compare

4.1.0 (2024-02-19)

Features

  • jsx: switch to Preact as default renderer & remove workarounds (9099187)

v4.0.0

09 Feb 18:23
Compare
Choose a tag to compare

4.0.0 (2024-02-09)

Features

  • general: rename to epic-router (05c7d78)

BREAKING CHANGES

  • general: State management switches from MobX to epic-state, package renamed from epic-react-router to epic-router.

v3.0.5

11 Oct 16:04
Compare
Choose a tag to compare

3.0.5 (2023-10-11)

Bug Fixes

  • package: loosen up peerDependencies range (1ef8cca)

v3.0.4

11 Sep 15:56
Compare
Choose a tag to compare

3.0.4 (2023-09-11)

Bug Fixes

  • router: fix error page and allow customization (60fb05e)

v3.0.3

12 Apr 15:33
Compare
Choose a tag to compare

3.0.3 (2023-04-12)

Bug Fixes

  • workflow: build now required before demo is built (69cb53b)