Skip to content

Releases: riot/compiler

v9.0.1

15 Jul 20:40
Compare
Choose a tag to compare
  • Reduce the bundle size of the compiler.essential file

v9.0.0

23 Jun 21:38
Compare
Choose a tag to compare
v9.0.0 Pre-release
Pre-release
  • 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

04 Nov 22:24
Compare
Choose a tag to compare

v6.4.1

01 Nov 20:56
Compare
Choose a tag to compare

v6.4.0

26 Oct 13:50
Compare
Choose a tag to compare
  • Fix riot/riot#2967
  • Add css pseudo selectors support like :not, :is, :has

v6.3.2

04 Aug 20:29
Compare
Choose a tag to compare

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