Releases: preactjs/wmr
wmr 1.7.0
Minor Changes
-
f892650
#549 Thanks @marvinhagemeister! - Render an error overlay into the page on build errors -
f504d22
#562 Thanks @marvinhagemeister! - Add support for loading environment variables fromimport.meta.env
Patch Changes
-
d2cad4e
#565 Thanks @marvinhagemeister! - Fix missing build errors in terminal -
d3c29ef
#560 Thanks @ForsakenHarmony! - fix: don't forward to next after responding -
51bea9c
#561 Thanks @ForsakenHarmony! - chore: make cli easier to read and add uncaught exception handler -
3c4c993
#566 Thanks @marvinhagemeister! - Fix partially indented code frame on html warnings -
18b8f00
#570 Thanks @marvinhagemeister! - Fix assets referenced in CSS not copied to outdir -
e6ecd14
#573 Thanks @marvinhagemeister! - Throw an error when an entry file referenced in a script tag inside the HTML cannot be found -
2ce4d36
#558 Thanks @marvinhagemeister! - Fix stale file content for entry files in watch mode -
41010c3
#572 Thanks @marvinhagemeister! - Fix missing generated files on cli output on build -
152be6c
#568 Thanks @developit! - Preventwmr build
from checking port availability
preact-iso 2.0.0
Major Changes
8e8690a
#557 Thanks @marvinhagemeister! - Fix route params being able to overwrite route context. This is a breaking change in that params no need to be pulled off aparams
object instead of accessing it directly
// Example route: /foo/:id
// before
const id = useRoute().id
// after
const id = useRoute().params.id
Patch Changes
-
8a44d75
#571 Thanks @developit! - preact-iso: fix ErrorBoundary pushing invalid callback into commit queue -
6f93a06
#567 Thanks @marvinhagemeister! - Update preact/iso TypeScript types -
c7ca0a4
#555 Thanks @marvinhagemeister! - Fix crash when passing dynamic arrays as children. This was caused by missing children normalization.
wmr 1.6.0
Minor Changes
81771f5
#543 Thanks @Inviz! - Fixes an issue that caused scss/sass modules to not be properly updated when new classes were added to the file.
Patch Changes
-
d10d08c
#547 Thanks @rschristian! - Corrects output when referrencing module with npm prefix -
18952d1
#526 Thanks @developit! - Bind to localhost by default instead of ::0 (in bothwmr start
andwmr serve
). -
af3403b
#546 Thanks @marvinhagemeister! - Fix pre-rendering not supported in older node <12.22.0 versions -
19bb41c
#523 Thanks @JoviDeCroock! - Eagerly load "_wmr.js" in the "index.html" file to provide graceful error-fallbacks -
4487b6c
#536 Thanks @developit! - Include.wasm
files in streamed npm packages -
fa07bea
#544 Thanks @marvinhagemeister! - Add note on how to enable network access to startup screen -
30644b3
#520 Thanks @marvinhagemeister! - Fix code frame indentation with tabs and remove ansi codes from code frames logged in the browser. And while we're at it make it pretty too! -
9a6777f
Thanks @developit! - Fix router transitions between suspended routes -
09b40d9
#548 Thanks @rschristian! - Replaces premove with native fs.rmdir -
e72ff27
#537 Thanks @developit! - Process all CSS to compile nested selectors, instead of only CSS Modules. -
31c83e7
#522 Thanks @marvinhagemeister! - Allow plugins to overwrite url and json loading behavior. Default loading semantics will only apply if no other prefix is present on the import specifier -
1907901
#513 Thanks @marvinhagemeister! - Add more path resolution messages in debug mode
preact-iso 1.2.0
Minor Changes
a7e79c9
#530 Thanks @developit! -<Router>
is now an async boundary (it handleslazy()
descendants by itself), and supports cancellable + stacked route transitions.
Patch Changes
8d5d1d8
#534 Thanks @developit! - [preact-iso] Support setting a manual URL via<LocationProvider url="/" />
[email protected]
Patch Changes
163a214
#516 Thanks @rschristian! - Correcting file path in template's tsconfig "include"
@wmrjs/service-worker 0.3.0
Minor Changes
5f54c76
#495 Thanks @marvinhagemeister! - Move plugins from @wmr-plugins org to @wmrjs
@wmrjs/nomodule 0.2.0
Minor Changes
5f54c76
#495 Thanks @marvinhagemeister! - Move plugins from @wmr-plugins org to @wmrjs
@wmrjs/directory-import 0.2.0
Minor Changes
5f54c76
#495 Thanks @marvinhagemeister! - Move plugins from @wmr-plugins org to @wmrjs
wmr 1.5.0
Minor Changes
89b402e
#508 Thanks @rschristian! - Adds a bundle visualizer to WMR
Patch Changes
-
483601f
#498 Thanks @developit! - Bugfix: Fix a crash when prerendering encounters an error, and show pretty-printed stack traces instead. -
f15a0c5
#500 Thanks @developit! - Bugfix: fixes a crash when initializing Chokidar on some systems
preact-iso 1.1.1
Patch Changes
-
2d0bb8a
#504 Thanks @developit! - Bugfix: fix route flashing for routes that render fragments -
321dfce
#496 Thanks @developit! - [preact-iso] Router: reset page scroll position on forward navigations -
c07c39f
#505 Thanks @developit! - [preact-iso] Prevent the router from intercepting clicks on anchor links -
764830f
#493 Thanks @developit! - [preact-iso] Prevent the Router from intercepting clicks on links with an "external" target (target="anything"
).