Releases: riot/compiler
Releases · riot/compiler
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
v6.1.3
v6.1.2
- Fix rollup browser bundle due to breaking changes introduced in
@rollup/plugin-commonjs
v6.1.1
- Remove unecessary custom parser in the printer options
v6.1.0
- Update components syntax using modern javascript syntax. This update reduces the size of the components javascript output
- Prefer arrow functions to function expressions
- Simplify the expressions and bindings return statements
- Prefer simpler object attributes avoiding unecessary quotes
v6.0.4
- Update dependencies
- Fix riot/riot#2931
- Fix riot/riot#2935
v6.0.3
- Fix named export statements will be properly generated also without
export default
v6.0.2
- Update npm dependencies