Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #859

Merged
merged 1 commit into from
Sep 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/great-drinks-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-snakes-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-goats-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-moons-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-pumas-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-beers-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-carrots-relate.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/preact-iso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# preact-iso

## 2.3.0

### Minor Changes

- [`22a8a18`](https://github.com/preactjs/wmr/commit/22a8a186fa45b64bb1349ba6998b12498d05d503) [#864](https://github.com/preactjs/wmr/pull/864) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add `onRouteChange` prop to the Router to observe synchronous route changes

### Patch Changes

- [`5780fc9`](https://github.com/preactjs/wmr/commit/5780fc929fa2bab222e3b3d11be2250aefe19cfe) [#864](https://github.com/preactjs/wmr/pull/864) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Avoid calling onLoadEnd on every render

* [`69d291f`](https://github.com/preactjs/wmr/commit/69d291fbf2644b5c774672f4846f30e0e453af57) [#870](https://github.com/preactjs/wmr/pull/870) Thanks [@developit](https://github.com/developit)! - Fix `<Router>` accidentally un-rendering incoming routes that happen to resolve to the same component as the outgoing route.

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preact-iso/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "preact-iso",
"version": "2.2.0",
"version": "2.3.0",
"description": "Isomorphic utilities for Preact",
"main": "./index.js",
"module": "./index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/wmr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# wmr

## 3.7.2

### Patch Changes

- [`8771444`](https://github.com/preactjs/wmr/commit/8771444b21ae7261c6bad583cb9716bd3d7c9f3d) [#862](https://github.com/preactjs/wmr/pull/862) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Don't flood terminal with harmless `The 'this' keyword is equivalent to 'undefined' at the top level of an ES module, and has been rewritten.` warnings.

* [`9fbafb1`](https://github.com/preactjs/wmr/commit/9fbafb12620435b35e2fa5b20b7dc8b9b623b34d) [#858](https://github.com/preactjs/wmr/pull/858) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix compilation error when using `static` class fields

- [`6b36713`](https://github.com/preactjs/wmr/commit/6b36713ecf870b9572e24a6d1c1a3cefa65e591b) [#861](https://github.com/preactjs/wmr/pull/861) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Resolve a wrongly replaced `process.env` variable when a binding with the name `process` is already in scope. This was encountered when bundling vscode's monaco-editor.

* [`1cfa4a1`](https://github.com/preactjs/wmr/commit/1cfa4a1bc93a1553f84e4da553354dd980ea2f4d) [#872](https://github.com/preactjs/wmr/pull/872) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Normalize the cacheKey in wmr-midddleware so it always corresponds to the WRITE_CACHE map where we store in native-path format keys

## 3.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wmr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wmr",
"version": "3.7.1",
"version": "3.7.2",
"bin": "wmr.cjs",
"type": "module",
"main": "index.js",
Expand Down