mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
4.13.13
This commit is contained in:
parent
c791afcf12
commit
3de7badc27
@ -4,6 +4,11 @@
|
||||
|
||||
## 4.13.x
|
||||
|
||||
### 4.13.13
|
||||
|
||||
- Fix regression: parsing of `if` statments without braces (in scriptlets & otherwise). [#1175](https://github.com/marko-js/marko/pull/1175)
|
||||
- Fix regression: `<var>` and `<assign>` tags with non-standard placeholders in normal string attributes. [#1176](https://github.com/marko-js/marko/pull/1176)
|
||||
|
||||
### 4.13.12
|
||||
|
||||
- `<invoke>` tag translates to modern Marko scriptlet (or dynamic tag). [#1165](https://github.com/marko-js/marko/pull/1165)
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "marko",
|
||||
"version": "4.13.12",
|
||||
"version": "4.13.13",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "marko",
|
||||
"version": "4.13.12",
|
||||
"version": "4.13.13",
|
||||
"license": "MIT",
|
||||
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user