Releases: riot/compiler
Releases · riot/compiler
v10.0.1
v10.0.0
- Update support for newer Node.js versions (drop support for Node < 22)
- Update import syntax from
assert
towith
for JSON imports - Update eslint to v9
- Add support for boolean attributes on the root node (Breaking change)
- Update attribute handling on the root component nodes riot/riot#3023 (Breaking change)
v9.4.9
- Revert the patch introduced with v9.4.8. The fix for riot/riot#3060 will be handled directly into Riot.js
v9.4.8
- Fix riot/riot#3060
v9.4.6
- Fix regression bugs due to nested slots not properly rendered
v9.4.5
- Fix riot/riot#3055 adding the support for inherited slots
v9.4.4
v9.4.3
- Update the handling of Ref attributes
v9.4.2
v9.4.1
- Update typescript definitions