Skip to content

Commit 226e81a

Browse files
github-actions[bot]DylanPiercey
authored andcommitted
[ci] release
1 parent c3ff28c commit 226e81a

File tree

6 files changed

+13
-18
lines changed

6 files changed

+13
-18
lines changed

.changeset/big-snakes-begin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/old-rivers-visit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/purple-jokes-decide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# writable-dom
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- [#12](https://github.com/marko-js/writable-dom/pull/12) [`242e990`](https://github.com/marko-js/writable-dom/commit/242e990dec74c227c9e7dcd7bbb9b819a32c97d1) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Support blocking=render attribute.
8+
9+
- [#12](https://github.com/marko-js/writable-dom/pull/12) [`242e990`](https://github.com/marko-js/writable-dom/commit/242e990dec74c227c9e7dcd7bbb9b819a32c97d1) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Prefer importing new nodes into the target document (better support for writable dom into an iframe).
10+
11+
- [#12](https://github.com/marko-js/writable-dom/pull/12) [`242e990`](https://github.com/marko-js/writable-dom/commit/242e990dec74c227c9e7dcd7bbb9b819a32c97d1) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with script/style text not inserted if it was the last child of the document.
12+
313
## 1.0.4
414

515
### Patch Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)