- Add asynchronous
beforeRender
hook (#20)
- Fix missing
.mjs
files and Link with JSX runtime (#11)
- Add JSX runtime (#9)
- Minimum supported
Node.js
version is16.20.0
(#8)
- Fix
htmlFor
attribute not transformed (#7)
- Add fallback for
replaceChildren
support (#6)
- JSX, trim empty class name (654582c)
- JSX, fix array of children ignored (#5)
- Fix types for the optional parameter
silentOnNotFound
(cf2c4a9)
- Add the
silentOnNotFound
parameter. Useful when the route changes and the application wants to ignore these changes (#4)
- Fix types for the optional parameter
basePath
(5973658)
- Add router base path (#3)
- Documentation has been moved from Wiki to Github pages
- Add compatibility with nested components (46b35b7)
- First Release Candidate of
Costro
🚀