mirror of
https://github.com/marko-js/marko.git
synced 2026-02-01 16:07:13 +00:00
[ci] release
This commit is contained in:
parent
e2d5f18d3c
commit
f102dfd1a0
@ -1,5 +0,0 @@
|
||||
---
|
||||
"marko": patch
|
||||
---
|
||||
|
||||
Fix regression where text was bring split too eagerly while hydrating including text which was not rendered by the current component. This lead to a diffing issue where elements could display in the wrong order.
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -12052,7 +12052,7 @@
|
||||
}
|
||||
},
|
||||
"packages/marko": {
|
||||
"version": "5.33.13",
|
||||
"version": "5.33.14",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@marko/compiler": "^5.35.11",
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 5.33.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2192](https://github.com/marko-js/marko/pull/2192) [`e2d5f18`](https://github.com/marko-js/marko/commit/e2d5f18d3cdc522251fdb8c314648d36e6dcf793) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix regression where text was bring split too eagerly while hydrating including text which was not rendered by the current component. This lead to a diffing issue where elements could display in the wrong order.
|
||||
|
||||
## 5.33.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "marko",
|
||||
"version": "5.33.13",
|
||||
"version": "5.33.14",
|
||||
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
|
||||
"keywords": [
|
||||
"front-end",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user