Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: riot/compiler

v10.0.1

29 Aug 19:46
v10.0.1
3276f48
Compare
Choose a tag to compare

v10.0.0

22 Aug 19:37
v10.0.0
7fd0ebb
Compare
Choose a tag to compare
  • Update support for newer Node.js versions (drop support for Node < 22)
  • Update import syntax from assert to with for JSON imports
  • Update eslint to v9
  • Add support for boolean attributes on the root node (Breaking change)
  • Update attribute handling on the root component nodes riot/riot#3023 (Breaking change)

v9.4.9

30 May 20:13
v9.4.9
86d7533
Compare
Choose a tag to compare
  • Revert the patch introduced with v9.4.8. The fix for riot/riot#3060 will be handled directly into Riot.js

v9.4.8

30 May 20:05
v9.4.8
28257f9
Compare
Choose a tag to compare

v9.4.6

11 Apr 21:31
v9.4.6
0c4c741
Compare
Choose a tag to compare
  • Fix regression bugs due to nested slots not properly rendered

v9.4.5

11 Apr 20:53
v9.4.5
b9bb2a6
Compare
Choose a tag to compare

v9.4.4

14 Mar 22:27
v9.4.4
3dcad26
Compare
Choose a tag to compare
  • Add Parser types #183

v9.4.3

28 Feb 21:28
v9.4.3
ae46c0a
Compare
Choose a tag to compare
  • Update the handling of Ref attributes

v9.4.2

14 Feb 22:00
v9.4.2
cc537c2
Compare
Choose a tag to compare
  • Fix typo in the type definitions #182

v9.4.1

29 Nov 22:26
Compare
Choose a tag to compare
  • Update typescript definitions