Releases: costrojs/costro
Releases · costrojs/costro
2.2.0
New features
- Add asynchronous
beforeRender
hook (#20)
2.1.2
2.1.2
Fixes
- Fix missing
.mjs
files and Link with JSX runtime (#11)
2.0.1
⚠️ Breaking changes
- Minimum supported
Node.js
version is 16.20.0
(#8)
Fixes
- Fix
htmlFor
attribute not transformed (#7)
1.0.6
Fixes
- Add fallback for replaceChildren support (#6)
1.0.5
Fixes
- JSX, trim empty class name (654582c)
1.0.4
Fixes
- JSX, fix array of children ignored (#5)
1.0.3
Fixes
- Fix types for the optional parameter
silentOnNotFound
(5973658)
1.0.2
New features
- Add the
silentOnNotFound
parameter. Useful when the route changes and the application wants to ignore these changes (#4)
1.0.1
Fixes
- Fix types for the optional parameter basePath (5973658)