diff --git a/.changeset/fair-lobsters-pull.md b/.changeset/fair-lobsters-pull.md deleted file mode 100644 index de77d4ce..00000000 --- a/.changeset/fair-lobsters-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@remote-dom/polyfill': patch ---- - -Ensure that the insert and remove hooks are only called for element parents. diff --git a/.changeset/healthy-rocks-rule.md b/.changeset/healthy-rocks-rule.md deleted file mode 100644 index d9c8fe3d..00000000 --- a/.changeset/healthy-rocks-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@remote-dom/polyfill': patch ---- - -Make connectedCallback and disconnectedCallback call on connect/disconnect recursively diff --git a/.changeset/short-cougars-sparkle.md b/.changeset/short-cougars-sparkle.md deleted file mode 100644 index 9bae4044..00000000 --- a/.changeset/short-cougars-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@remote-dom/polyfill': minor ---- - -Implement node.isConnected diff --git a/packages/polyfill/CHANGELOG.md b/packages/polyfill/CHANGELOG.md index b0f389e6..3ea4d57a 100644 --- a/packages/polyfill/CHANGELOG.md +++ b/packages/polyfill/CHANGELOG.md @@ -1,5 +1,17 @@ # @remote-dom/polyfill +## 1.4.0 + +### Minor Changes + +- [#446](https://github.com/Shopify/remote-dom/pull/446) [`b297fc5`](https://github.com/Shopify/remote-dom/commit/b297fc5efecc6479fa5e0e3bdcdb48dea721df43) Thanks [@jakearchibald](https://github.com/jakearchibald)! - Implement node.isConnected + +### Patch Changes + +- [#446](https://github.com/Shopify/remote-dom/pull/446) [`b297fc5`](https://github.com/Shopify/remote-dom/commit/b297fc5efecc6479fa5e0e3bdcdb48dea721df43) Thanks [@jakearchibald](https://github.com/jakearchibald)! - Ensure that the insert and remove hooks are only called for element parents. + +- [#446](https://github.com/Shopify/remote-dom/pull/446) [`b297fc5`](https://github.com/Shopify/remote-dom/commit/b297fc5efecc6479fa5e0e3bdcdb48dea721df43) Thanks [@jakearchibald](https://github.com/jakearchibald)! - Make connectedCallback and disconnectedCallback call on connect/disconnect recursively + ## 1.3.1 ### Patch Changes diff --git a/packages/polyfill/package.json b/packages/polyfill/package.json index 338ac0b8..72a39f32 100644 --- a/packages/polyfill/package.json +++ b/packages/polyfill/package.json @@ -7,7 +7,7 @@ "access": "public", "@remote-dom/registry": "https://registry.npmjs.org" }, - "version": "1.3.1", + "version": "1.4.0", "engines": { "node": ">=14.0.0" },