Releases: riot/compiler
Releases · riot/compiler
v5.4.0
- Update: replace the
acorn
javascript parser with the (bigger but more modern)@babel/parser
- Add: typescript syntax support in Riot.js
<script>
tags
v5.3.1
- Fix typo in the typescript definitions
v5.3.0
- Add typescript support
- Improve legacy Riot.js syntax compatibility
v5.2.1
- Update improve legacy Riot.js syntax support fixing some edge cases
v5.2.0
- Add support for root
this
statements (bringing slowly the old Riot.js syntax into v5)
v5.1.3
- Fix riot/riot#2889
v5.1.2
- Fix avoid the use of querySelectors on root or removable nodes
v5.1.1
- Fix wrong
<template>
removal implementation
v5.1.0
- Add improve use of
console
calls for debugging riot/riot#2885 - Add allow use of
<template slot=''>
tags riot/riot#2888
v5.0.0
- Fix riot/riot#2878
- Update npm dependencies