We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42429dc commit daa190bCopy full SHA for daa190b
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Compiler Changes
2
3
+### v3.1.3
4
+- Fix babel in browser runtime parser https://github.com/riot/examples/issues/51
5
+
6
### v3.1.2
7
- Fix [riot#2210](https://github.com/riot/riot/issues/2210) : Style tag get stripped from riot tag even if it's in a javascript string.
8
- Updated devDependencies.
package.json
@@ -1,6 +1,6 @@
{
"name": "riot-compiler",
- "version": "3.1.2",
+ "version": "3.1.3",
"description": "Compiler for riot .tag files",
"main": "lib/compiler.js",
"jsnext:main": "dist/es6.compiler.js",
0 commit comments