Skip to content

Releases: riot/compiler

v6.3.1

03 Aug 18:49
Compare
Choose a tag to compare
  • Fix text expressions bug in runtime slots computing

v6.3.0

02 Jul 21:04
Compare
Choose a tag to compare
  • 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

13 Jun 20:13
Compare
Choose a tag to compare
  • 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

17 Dec 20:04
Compare
Choose a tag to compare
  • Fix #155 wrapping object expressions into parenthesis

v6.1.2

11 Dec 20:48
Compare
Choose a tag to compare
  • Fix rollup browser bundle due to breaking changes introduced in @rollup/plugin-commonjs

v6.1.1

11 Dec 20:12
Compare
Choose a tag to compare
  • Remove unecessary custom parser in the printer options

v6.1.0

11 Dec 19:57
Compare
Choose a tag to compare
  • 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

19 Sep 18:56
Compare
Choose a tag to compare

v6.0.3

05 Aug 19:38
Compare
Choose a tag to compare
  • Fix named export statements will be properly generated also without export default

v6.0.2

30 Jul 19:25
Compare
Choose a tag to compare
  • Update npm dependencies