diff --git a/.changeset/big-games-refuse.md b/.changeset/big-games-refuse.md deleted file mode 100644 index 9e0508dd5..000000000 --- a/.changeset/big-games-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': minor ---- - -Update plugin format to extend options by deep-merging return values instead of manually pushing into arrays. This makes user plugins shorter and less error prone. In doing so we do support return an array of plugins from a plugin. The returned array will be flattened into the existing one. To be able to specify execution points a `plugin.enforce` property was added. diff --git a/.changeset/curvy-suns-explain.md b/.changeset/curvy-suns-explain.md deleted file mode 100644 index aa9c0cb95..000000000 --- a/.changeset/curvy-suns-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'preact-iso': patch ---- - -Add type definitions to router onLoadEnd and onLoadStart diff --git a/.changeset/cyan-badgers-grab.md b/.changeset/cyan-badgers-grab.md deleted file mode 100644 index 6ec956067..000000000 --- a/.changeset/cyan-badgers-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'preact-iso': patch ---- - -Fix routes with leading/trailing slashes diff --git a/.changeset/five-carrots-juggle.md b/.changeset/five-carrots-juggle.md deleted file mode 100644 index be9c3330e..000000000 --- a/.changeset/five-carrots-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Fix reload issue, when the bubbling hmr doesn't find a proper boundary it will give the browser a refresh signal (F5) which needs to clear the module-graph as modules could still be marked as stale which wouldn't be needed diff --git a/.changeset/gorgeous-pants-brush.md b/.changeset/gorgeous-pants-brush.md deleted file mode 100644 index 091a57ba8..000000000 --- a/.changeset/gorgeous-pants-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Add colored namespaces to debug output when `DEBUG=true` is set. diff --git a/.changeset/hip-peaches-jam.md b/.changeset/hip-peaches-jam.md deleted file mode 100644 index e6f0a12dd..000000000 --- a/.changeset/hip-peaches-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'preact-iso': patch ---- - -Add missing types for `onError` prop of `ErrorBoundary` component diff --git a/.changeset/hot-squids-learn.md b/.changeset/hot-squids-learn.md deleted file mode 100644 index 92a339d77..000000000 --- a/.changeset/hot-squids-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Fix double quotes imports with bundle-plugin diff --git a/.changeset/large-apes-perform.md b/.changeset/large-apes-perform.md deleted file mode 100644 index 8eacbe717..000000000 --- a/.changeset/large-apes-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Fix case where the module-graph would become stale if two co-dependent modules would import the same file, when this file would get updated we'd only cache-bust the import in one of those two files making the graph stale. One file updates the old version and the other updates the new one. diff --git a/.changeset/lucky-suits-worry.md b/.changeset/lucky-suits-worry.md deleted file mode 100644 index 6544f3615..000000000 --- a/.changeset/lucky-suits-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': minor ---- - -Report errored JS-lines to the client. diff --git a/.changeset/moody-cougars-watch.md b/.changeset/moody-cougars-watch.md deleted file mode 100644 index 13344cef1..000000000 --- a/.changeset/moody-cougars-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Support Typescript config files diff --git a/.changeset/rare-rules-draw.md b/.changeset/rare-rules-draw.md deleted file mode 100644 index 485b647a6..000000000 --- a/.changeset/rare-rules-draw.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@wmr-plugins/directory-import': patch -'@wmr-plugins/service-worker': patch ---- - -Add missing import prefix types diff --git a/.changeset/sharp-cats-relate.md b/.changeset/sharp-cats-relate.md deleted file mode 100644 index 793c898d5..000000000 --- a/.changeset/sharp-cats-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'preact-iso': patch ---- - -Set default value for push to true diff --git a/.changeset/shy-ligers-hang.md b/.changeset/shy-ligers-hang.md deleted file mode 100644 index 622285195..000000000 --- a/.changeset/shy-ligers-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-wmr': patch ---- - -Fix for .gitignore in newly scaffolded projects diff --git a/.changeset/silver-steaks-sniff.md b/.changeset/silver-steaks-sniff.md deleted file mode 100644 index a3eb25733..000000000 --- a/.changeset/silver-steaks-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Align astronaut emoji with addresses in startup message diff --git a/.changeset/strange-beers-play.md b/.changeset/strange-beers-play.md deleted file mode 100644 index 94d22a432..000000000 --- a/.changeset/strange-beers-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': minor ---- - -Use resolve.exports for export map resolving in the npm-plugin diff --git a/.changeset/stupid-kings-cross.md b/.changeset/stupid-kings-cross.md deleted file mode 100644 index 34f69c074..000000000 --- a/.changeset/stupid-kings-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Newly created files shouldn't cause a page-reload diff --git a/.changeset/thin-coins-peel.md b/.changeset/thin-coins-peel.md deleted file mode 100644 index 15be7c652..000000000 --- a/.changeset/thin-coins-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -This PR adds a redesigned startup screen to make it easier to read addresses at a glance. diff --git a/.changeset/wise-hats-marry.md b/.changeset/wise-hats-marry.md deleted file mode 100644 index f5f80cebc..000000000 --- a/.changeset/wise-hats-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'preact-iso': minor ---- - -Adds a new Route component export diff --git a/.changeset/wise-llamas-exist.md b/.changeset/wise-llamas-exist.md deleted file mode 100644 index f07d85cc8..000000000 --- a/.changeset/wise-llamas-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Don't resolve config file twice during compilation diff --git a/packages/create-wmr/CHANGELOG.md b/packages/create-wmr/CHANGELOG.md index fe21b2a59..0e6603b06 100644 --- a/packages/create-wmr/CHANGELOG.md +++ b/packages/create-wmr/CHANGELOG.md @@ -1,5 +1,11 @@ # create-wmr +## 0.3.1 + +### Patch Changes + +- [`621fbd2`](https://github.com/preactjs/wmr/commit/621fbd207e27f0ca52846483c387c86330a96ab5) [#410](https://github.com/preactjs/wmr/pull/410) Thanks [@rschristian](https://github.com/rschristian)! - Fix for .gitignore in newly scaffolded projects + ## 0.3.0 ### Minor Changes diff --git a/packages/create-wmr/package.json b/packages/create-wmr/package.json index 157d048b6..8ac2c5778 100644 --- a/packages/create-wmr/package.json +++ b/packages/create-wmr/package.json @@ -1,6 +1,6 @@ { "name": "create-wmr", - "version": "0.3.0", + "version": "0.3.1", "description": "", "main": "./dist/index.js", "bin": "./dist/index.js", diff --git a/packages/directory-plugin/CHANGELOG.md b/packages/directory-plugin/CHANGELOG.md index f2edf15fd..75a8ccd5d 100644 --- a/packages/directory-plugin/CHANGELOG.md +++ b/packages/directory-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @wmr-plugins/directory-import +## 0.1.2 + +### Patch Changes + +- [`5ae4e4d`](https://github.com/preactjs/wmr/commit/5ae4e4dc1c7553ed64d7dbbe7a05281e215d64b2) [#455](https://github.com/preactjs/wmr/pull/455) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add missing import prefix types + ## 0.1.1 ### Patch Changes diff --git a/packages/directory-plugin/package.json b/packages/directory-plugin/package.json index 3e076fc52..c9a35e0c5 100644 --- a/packages/directory-plugin/package.json +++ b/packages/directory-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@wmr-plugins/directory-import", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "main": "./directory-plugin.cjs", "module": "./src/index.js", @@ -29,7 +29,7 @@ "@rollup/plugin-commonjs": "^14.0.0", "@rollup/plugin-node-resolve": "^11.2.0", "rollup": "^2.41.0", - "wmr": "^1.3.2" + "wmr": "^1.4.0" }, "peerDependencies": { "wmr": ">=1.0.0" diff --git a/packages/preact-iso/CHANGELOG.md b/packages/preact-iso/CHANGELOG.md index ed43f98ef..a87434418 100644 --- a/packages/preact-iso/CHANGELOG.md +++ b/packages/preact-iso/CHANGELOG.md @@ -1,5 +1,21 @@ # preact-iso +## 1.1.0 + +### Minor Changes + +- [`f7b5bd7`](https://github.com/preactjs/wmr/commit/f7b5bd77c3d0e599cff43226f903483cefad9539) [#422](https://github.com/preactjs/wmr/pull/422) Thanks [@rschristian](https://github.com/rschristian)! - Adds a new Route component export + +### Patch Changes + +- [`0833c4a`](https://github.com/preactjs/wmr/commit/0833c4ad25ceffae461d4d8f8643744cc0b7e080) [#408](https://github.com/preactjs/wmr/pull/408) Thanks [@piotr-cz](https://github.com/piotr-cz)! - Add type definitions to router onLoadEnd and onLoadStart + +* [`f320e3e`](https://github.com/preactjs/wmr/commit/f320e3e46cbd66c4d0580c6ec567e335b646ac5c) [#416](https://github.com/preactjs/wmr/pull/416) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Fix routes with leading/trailing slashes + +- [`3db3696`](https://github.com/preactjs/wmr/commit/3db36964afc1f3158d3b5d377d06ccf32b6efadd) [#421](https://github.com/preactjs/wmr/pull/421) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Add missing types for `onError` prop of `ErrorBoundary` component + +* [`0bbb8cc`](https://github.com/preactjs/wmr/commit/0bbb8ccaafb1182b5a0f42ef6208a40d774c73f1) [#424](https://github.com/preactjs/wmr/pull/424) Thanks [@piotr-cz](https://github.com/piotr-cz)! - Set default value for push to true + ## 1.0.1 ### Patch Changes diff --git a/packages/preact-iso/package.json b/packages/preact-iso/package.json index 2310d2596..295599c94 100644 --- a/packages/preact-iso/package.json +++ b/packages/preact-iso/package.json @@ -1,6 +1,6 @@ { "name": "preact-iso", - "version": "1.0.1", + "version": "1.1.0", "description": "Isomorphic utilities for Preact", "main": "./index.js", "module": "./index.js", diff --git a/packages/sw-plugin/CHANGELOG.md b/packages/sw-plugin/CHANGELOG.md index 182ec1025..42766e7c0 100644 --- a/packages/sw-plugin/CHANGELOG.md +++ b/packages/sw-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @wmr-plugins/service-worker +## 0.1.2 + +### Patch Changes + +- [`5ae4e4d`](https://github.com/preactjs/wmr/commit/5ae4e4dc1c7553ed64d7dbbe7a05281e215d64b2) [#455](https://github.com/preactjs/wmr/pull/455) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add missing import prefix types + ## 0.1.1 ### Patch Changes diff --git a/packages/sw-plugin/package.json b/packages/sw-plugin/package.json index c1c0cf70a..077c45b48 100644 --- a/packages/sw-plugin/package.json +++ b/packages/sw-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@wmr-plugins/service-worker", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "main": "./sw-plugin.cjs", "module": "./src/index.js", @@ -29,7 +29,7 @@ "@rollup/plugin-commonjs": "^14.0.0", "@rollup/plugin-node-resolve": "^11.2.0", "rollup": "^2.41.0", - "wmr": "^1.3.2" + "wmr": "^1.4.0" }, "dependencies": { "rollup": "^2.0.0" diff --git a/packages/wmr/CHANGELOG.md b/packages/wmr/CHANGELOG.md index a9f2cb0fd..35fc3149c 100644 --- a/packages/wmr/CHANGELOG.md +++ b/packages/wmr/CHANGELOG.md @@ -1,5 +1,35 @@ # wmr +## 1.4.0 + +### Minor Changes + +- [`cb26519`](https://github.com/preactjs/wmr/commit/cb2651974c922c10c520a1c56de39ac3c2b05511) [#438](https://github.com/preactjs/wmr/pull/438) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Update plugin format to extend options by deep-merging return values instead of manually pushing into arrays. This makes user plugins shorter and less error prone. In doing so we do support return an array of plugins from a plugin. The returned array will be flattened into the existing one. To be able to specify execution points a `plugin.enforce` property was added. + +* [`eed537d`](https://github.com/preactjs/wmr/commit/eed537df6f4a8bb55e822b4645278beee366b07c) [#435](https://github.com/preactjs/wmr/pull/435) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Report errored JS-lines to the client. + +- [`111c1be`](https://github.com/preactjs/wmr/commit/111c1be36cc27428df72d4e73964157c90218d82) [#389](https://github.com/preactjs/wmr/pull/389) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Use resolve.exports for export map resolving in the npm-plugin + +### Patch Changes + +- [`b225cc2`](https://github.com/preactjs/wmr/commit/b225cc24a5683380b26e48ff8f276b1f2e2525d2) [#430](https://github.com/preactjs/wmr/pull/430) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Fix reload issue, when the bubbling hmr doesn't find a proper boundary it will give the browser a refresh signal (F5) which needs to clear the module-graph as modules could still be marked as stale which wouldn't be needed + +* [`3fa2aeb`](https://github.com/preactjs/wmr/commit/3fa2aebf4447c349e7a70eeed9736c2060236916) [#441](https://github.com/preactjs/wmr/pull/441) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Add colored namespaces to debug output when `DEBUG=true` is set. + +- [`2102ffb`](https://github.com/preactjs/wmr/commit/2102ffb4807e04c4858fc28ed5e1463e38ee3a1f) [#409](https://github.com/preactjs/wmr/pull/409) Thanks [@aduh95](https://github.com/aduh95)! - Fix double quotes imports with bundle-plugin + +* [`4d36e2a`](https://github.com/preactjs/wmr/commit/4d36e2a42884784517a047930b955724cebac6ba) [#427](https://github.com/preactjs/wmr/pull/427) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Fix case where the module-graph would become stale if two co-dependent modules would import the same file, when this file would get updated we'd only cache-bust the import in one of those two files making the graph stale. One file updates the old version and the other updates the new one. + +- [`2405b8c`](https://github.com/preactjs/wmr/commit/2405b8c0569cdcf738122a79c451e1a3cff1b630) [#437](https://github.com/preactjs/wmr/pull/437) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Support Typescript config files + +* [`5ae39be`](https://github.com/preactjs/wmr/commit/5ae39be2fe62e597abdea0d3ac1e3a212efc990b) [#453](https://github.com/preactjs/wmr/pull/453) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Align astronaut emoji with addresses in startup message + +- [`bcf3bdf`](https://github.com/preactjs/wmr/commit/bcf3bdf8f4556a621f6470c39c05e041e41d4f5a) [#433](https://github.com/preactjs/wmr/pull/433) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Newly created files shouldn't cause a page-reload + +* [`baa85c7`](https://github.com/preactjs/wmr/commit/baa85c7acbd8706b64d07741040a5773b248d25a) [#450](https://github.com/preactjs/wmr/pull/450) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - This PR adds a redesigned startup screen to make it easier to read addresses at a glance. + +- [`edf9106`](https://github.com/preactjs/wmr/commit/edf9106a6e1767d288572e4967f749958c7b484c) [#442](https://github.com/preactjs/wmr/pull/442) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Don't resolve config file twice during compilation + ## 1.3.2 ### Patch Changes diff --git a/packages/wmr/package.json b/packages/wmr/package.json index ef39f35a5..ae4d1c75a 100644 --- a/packages/wmr/package.json +++ b/packages/wmr/package.json @@ -1,6 +1,6 @@ { "name": "wmr", - "version": "1.3.2", + "version": "1.4.0", "bin": "wmr.cjs", "type": "module", "scripts": {