Skip to content

Commit 5931291

Browse files
authored
Merge pull request web-fragments#49 from web-fragments/changeset-release/main
Version Packages
2 parents 5afad4b + 5c94c9b commit 5931291

10 files changed

+24
-34
lines changed

.changeset/beige-suits-yawn.md

-5
This file was deleted.

.changeset/chilled-ways-swim.md

-5
This file was deleted.

.changeset/happy-goats-clap.md

-5
This file was deleted.

.changeset/moody-lies-remain.md

-5
This file was deleted.

.changeset/pretty-forks-switch.md

-5
This file was deleted.

.changeset/smart-rocks-tease.md

-7
This file was deleted.

packages/reframed/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# reframed
22

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- a19c318: Refactored how event listeners added to the parent execution context are cleaned up. These are now removed automatically when the associated reframed iframe is unloaded.
8+
- a19c318: Refactored how patches to the History API are applied to the parent execution context.
9+
- 9511b7b: Another attempt at fixing DOM insertion method patching.
10+
11+
Our previous assumptions in [#42](https://github.com/web-fragments/web-fragments/pull/42) turned out to be wrong. We do indeed need to patch the main execution context's insertion methods. We now patch them to check if the node the insertion method is being called on is within a reframed container, and if so execute any potential script elements within the associated reframed context.
12+
313
## 0.0.10
414

515
### Patch Changes

packages/reframed/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reframed",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"type": "module",
55
"module": "index.ts",
66
"publishConfig": {

packages/web-fragments/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# web-fragments
22

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- 39e0f01: Focus and selection state is now preserved when piercing a <fragment-host> into a <fragment-outlet>.
8+
- a19c318: The `<fragment-host>` element is no longer responsible for cleaning up global `reframed` side-effects in its `disconnectedCallback`. These are now cleaned up by `reframed` itself.
9+
- eeb6667: feat: Prevent styling leakage from inherited css properties
10+
- Updated dependencies [a19c318]
11+
- Updated dependencies [a19c318]
12+
- Updated dependencies [9511b7b]
13+
14+
315
## 0.0.10
416

517
### Patch Changes

packages/web-fragments/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
}
3131
},
32-
"version": "0.0.10",
32+
"version": "0.0.11",
3333
"files": [
3434
"dist"
3535
],

0 commit comments

Comments
 (0)