Releases: riot/compiler
Releases · riot/compiler
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
v6.0.1
- Update: improve typescript support for type aliases like
export type ComponentInterface = RiotComponent<MyComponentProps, MyComponentState>
v6.0.0
v5.4.2
- Add the babel parser to the project dependencies
v5.4.1
- Update dev dependencies and remove
babylon
from the project dependencies