Releases: tobua/epic-router
Releases · tobua/epic-router
v6.1.0
6.1.0 (2024-08-22)
Features
- state: click handler and state & demo improvements (05677dc)
v6.0.1
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
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
5.0.1 (2024-08-07)
Bug Fixes
- router: export variables and fix demo (6038d26)
v5.0.0
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
4.1.0 (2024-02-19)
Features
- jsx: switch to Preact as default renderer & remove workarounds (9099187)
v4.0.0
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
3.0.5 (2023-10-11)
Bug Fixes
- package: loosen up peerDependencies range (1ef8cca)
v3.0.4
3.0.4 (2023-09-11)
Bug Fixes
- router: fix error page and allow customization (60fb05e)
v3.0.3
3.0.3 (2023-04-12)
Bug Fixes
- workflow: build now required before demo is built (69cb53b)