Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
[email protected]
Minor Changes
44d5a83
#461 Thanks @piotr-cz! - Fix Eslint and Prettier suggestionsf7b5bd7
#422 Thanks @rschristian! - Adds a new Route component exportPatch Changes
5ff2c55
#459 Thanks @marvinhagemeister! - Add missing Route export0833c4a
#408 Thanks @piotr-cz! - Add type definitions to router onLoadEnd and onLoadStartf320e3e
#416 Thanks @JoviDeCroock! - Fix routes with leading/trailing slashes3db3696
#421 Thanks @marvinhagemeister! - Add missing types foronError
prop ofErrorBoundary
component0bbb8cc
#424 Thanks @piotr-cz! - Set default value for push to true@wmr-plugins/[email protected]
Minor Changes
44d5a83
#461 Thanks @piotr-cz! - Fix Eslint and Prettier suggestionsPatch Changes
5ae4e4d
#455 Thanks @JoviDeCroock! - Add missing import prefix types[email protected]
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.enforce
property was added.5dcd256
#476 Thanks @marvinhagemeister! - Automatically restart the dev server on config changes. This includespackage.json
,*.env
andwmr.config.(js|ts|mjs)
eed537d
#435 Thanks @JoviDeCroock! - Report errored JS-lines to the client.44d5a83
#461 Thanks @piotr-cz! - Fix Eslint and Prettier suggestions111c1be
#389 Thanks @JoviDeCroock! - Use resolve.exports for export map resolving in the npm-pluginPatch Changes
c906736
#475 Thanks @marvinhagemeister! - Only search for free port once in dev moded37fe5c
#464 Thanks @marvinhagemeister! - Always print stack traces on exceptionsb225cc2
#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 needed07dbd20
#470 Thanks @marvinhagemeister! - Fix potential infinite loop when searching for a free portf45c651
#472 Thanks @marvinhagemeister! - Reduce amount of files to check during config loading3fa2aeb
#441 Thanks @marvinhagemeister! - Add colored namespaces to debug output whenDEBUG=true
is set.2102ffb
#409 Thanks @aduh95! - Fix double quotes imports with bundle-plugin4d36e2a
#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 files0737249
#465 Thanks @marvinhagemeister! - Use same user plugin ordering in dev and production modececac5f
#482 Thanks @marvinhagemeister! - Fix unable to load node builtins in config file5ae39be
#453 Thanks @marvinhagemeister! - Align astronaut emoji with addresses in startup messagebcf3bdf
#433 Thanks @JoviDeCroock! - Newly created files shouldn't cause a page-reload3419af9
#466 Thanks @marvinhagemeister! - Add pluginconfig()
andconfigResolved()
testsbaa85c7
#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 prerenderingfc5cf31
#468 Thanks @marvinhagemeister! - Fix incorrect plugin ordering introduced in Use consistent user plugin order #465 (unreleased)ef273aa
#486 Thanks @marvinhagemeister! - Only show DEBUG messages when DEBUG=true or DEBUG=12f36c6f
#463 Thanks @marvinhagemeister! - Always throw if the user requested a specific port and it's not availableedf9106
#442 Thanks @marvinhagemeister! - Don't resolve config file twice during compilation[email protected]
Patch Changes
621fbd2
#410 Thanks @rschristian! - Fix for .gitignore in newly scaffolded projectsa8d8db5
#460 Thanks @rschristian! - Ensures WMR's types are available to users@wmr-plugins/[email protected]
Patch Changes
5ae4e4d
#455 Thanks @JoviDeCroock! - Add missing import prefix types