Releases: riot/compiler
Releases · riot/compiler
v9.0.1
- Reduce the bundle size of the
compiler.essential
file
v9.0.0
- Drop support for node versions older than v18
- Drop support for older browser and remove code transpilation
- Use es module syntax exports
- Improve code quality and formatting using prettier and new versions of eslint
- Fix riot/riot#2975
v6.4.2
- Fix riot/riot#2972
- Fix riot/riot#2967
v6.4.1
- Fix complex pseudo selector chains riot/riot#2967
v6.4.0
- Fix riot/riot#2967
- Add css pseudo selectors support like
:not, :is, :has
v6.3.2
- Fix riot/riot#2961
v6.3.1
- Fix text expressions bug in runtime slots computing
v6.3.0
- Add the new
generateSlotsFromString
to create the Riot.js runtime bundle riot/riot#2917 - Add the
essential
bundles reducing the size of the compiler to the minimum for the in browser compilation
v6.2.0
- Add the new
generateTemplateFunctionFromString
method to simplify the template rendering in ecosystem packages and third party plugins - Fix npm vulnerabilities
- Update nodejs test matrix