Fix serverside rendering issue using the value attribute on the textarea, option tags more info
Fix nested yield slot issue more info
Add support for yield slots serverside
Add better strategy for css injection more info
observable
Fix the issue with the errors swallowed in the callbacks more details, you no longer need tag.on('error', cb) to catch them
compiler
Fix riot#1495 : Warning of input tag value - Avoids warnings for date/datetime/time/month/email/color types with expression in its value.
Fix riot#1488: Cannot read property ‘replace’ of undefined when compiling in Node a tag with an import in its less stylesheet – Thanks to @jrx-jsj
Fix riot#1448 : Riot compiler parses and removes content from string declaration. This is partial fix, you need to write for closing script tags within quoted strings.
Revised regex that matches tags.
tmpl
Fix issues with double quotes.
cli
Fix for the watch task in case of errors, it will keep running re-starting a new subprocess forever on any error
Add better version output showing only the riot-compiler and the riot-cli version currently in use