Skip to content

Commit 87f0398

Browse files
github-actions[bot]DylanPiercey
authored andcommitted
[ci] release
1 parent 08e9e6d commit 87f0398

5 files changed

+14
-15
lines changed

.changeset/chilly-geese-brush.md

-5
This file was deleted.

.changeset/red-ghosts-complain.md

-7
This file was deleted.

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# writable-dom
2+
3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- [#10](https://github.com/marko-js/writable-dom/pull/10) [`08e9e6d`](https://github.com/marko-js/writable-dom/commit/08e9e6d851d51ef115e7b0f40b913f846f7fa1db) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Reduce dom mutations by using document fragments at insertion points.
8+
9+
- [#10](https://github.com/marko-js/writable-dom/pull/10) [`a297c5e`](https://github.com/marko-js/writable-dom/commit/a297c5ead7d96e4c9fab64c0507149e66346d89c) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fixes an issue where an inline host node
10+
would remain empty if it was the last node in
11+
the tree and a blocking node was encountered.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "writable-dom",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Utility to stream HTML content into a live document.",
55
"keywords": [
66
"dom",

0 commit comments

Comments
 (0)