Releases: preactjs/wmr
Release list
create-wmr 0.3.2
Patch Changes
89b402e#508 Thanks @rschristian! - Adds a bundle visualizer to WMR
wmr@1.4.2
wmr 1.4.1
Patch Changes
22d0915#479 Thanks @marvinhagemeister! - Use the same ordering of internal plugins in dev and prod
wmr 1.4.0
Minor Changes
-
cb26519#438 Thanks @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 aplugin.enforceproperty was added. -
5dcd256#476 Thanks @marvinhagemeister! - Automatically restart the dev server on config changes. This includespackage.json,*.envandwmr.config.(js|ts|mjs) -
eed537d#435 Thanks @JoviDeCroock! - Report errored JS-lines to the client. -
44d5a83#461 Thanks @piotr-cz! - Fix Eslint and Prettier suggestions -
111c1be#389 Thanks @JoviDeCroock! - Use resolve.exports for export map resolving in the npm-plugin
Patch Changes
-
c906736#475 Thanks @marvinhagemeister! - Only search for free port once in dev mode -
d37fe5c#464 Thanks @marvinhagemeister! - Always print stack traces on exceptions -
b225cc2#430 Thanks @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 -
07dbd20#470 Thanks @marvinhagemeister! - Fix potential infinite loop when searching for a free port -
f45c651#472 Thanks @marvinhagemeister! - Reduce amount of files to check during config loading -
3fa2aeb#441 Thanks @marvinhagemeister! - Add colored namespaces to debug output whenDEBUG=trueis set. -
2102ffb#409 Thanks @aduh95! - Fix double quotes imports with bundle-plugin -
4d36e2a#427 Thanks @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#437 Thanks @JoviDeCroock! - Support Typescript config files -
0737249#465 Thanks @marvinhagemeister! - Use same user plugin ordering in dev and production mode -
cecac5f#482 Thanks @marvinhagemeister! - Fix unable to load node builtins in config file -
5ae39be#453 Thanks @marvinhagemeister! - Align astronaut emoji with addresses in startup message -
bcf3bdf#433 Thanks @JoviDeCroock! - Newly created files shouldn't cause a page-reload -
3419af9#466 Thanks @marvinhagemeister! - Add pluginconfig()andconfigResolved()tests -
baa85c7#450 Thanks @marvinhagemeister! - This PR adds a redesigned startup screen to make it easier to read addresses at a glance. -
8320de5#480 Thanks @marvinhagemeister! - Fix unable to load json files during prerendering -
fc5cf31#468 Thanks @marvinhagemeister! - Fix incorrect plugin ordering introduced in #465 (unreleased) -
ef273aa#486 Thanks @marvinhagemeister! - Only show DEBUG messages when DEBUG=true or DEBUG=1 -
2f36c6f#463 Thanks @marvinhagemeister! - Always throw if the user requested a specific port and it's not available -
edf9106#442 Thanks @marvinhagemeister! - Don't resolve config file twice during compilation
preact-iso 1.1.0
Minor Changes
-
44d5a83#461 Thanks @piotr-cz! - Fix Eslint and Prettier suggestions -
f7b5bd7#422 Thanks @rschristian! - Adds a new Route component export
Patch Changes
-
5ff2c55#459 Thanks @marvinhagemeister! - Add missing Route export -
0833c4a#408 Thanks @piotr-cz! - Add type definitions to router onLoadEnd and onLoadStart -
f320e3e#416 Thanks @JoviDeCroock! - Fix routes with leading/trailing slashes -
3db3696#421 Thanks @marvinhagemeister! - Add missing types foronErrorprop ofErrorBoundarycomponent -
0bbb8cc#424 Thanks @piotr-cz! - Set default value for push to true
create-wmr 0.3.1
Patch Changes
-
621fbd2#410 Thanks @rschristian! - Fix for .gitignore in newly scaffolded projects -
a8d8db5#460 Thanks @rschristian! - Ensures WMR's types are available to users
@wmr-plugins/service-worker 0.2.0
@wmr-plugins/directory-import 0.1.2
Patch Changes
5ae4e4d#455 Thanks @JoviDeCroock! - Add missing import prefix types
1.3.2
Patch Changes
7fc6570#393 Thanks @JoviDeCroock! - remove search parameters from pre-rendered url's
42fa940#385 Thanks @JoviDeCroock! - Fix case where deduped css would crash the bundle
a32d855#387 Thanks @JoviDeCroock! - Convert Set to Array before calling .every for hmr
Create-wmr 0.3.0
Minor Changes
cf7d2f6#390 Thanks @JoviDeCroock! - Add.gitignore