|
4 | 4 |
|
5 | 5 | ### Minor Changes |
6 | 6 |
|
7 | | -- [#1114](https://github.com/callstack/repack/pull/1114) [`b98e72f`](https://github.com/callstack/repack/commit/b98e72fda05f3f4dcdab0430165a4cdf698dd584) Thanks [@jbroma](https://github.com/jbroma)! - Add hook system to `ScriptManager` for runtime manipulation of script loading process. |
| 7 | +- [#1078](https://github.com/callstack/repack/pull/1078) [`5ac48cd`](https://github.com/callstack/repack/commit/5ac48cd08) Thanks [@szymonrybczak](https://github.com/szymonrybczak)! - Add hook system to `ScriptManager` for runtime manipulation of script loading process. |
8 | 8 |
|
9 | | -- [#1114](https://github.com/callstack/repack/pull/1114) [`b98e72f`](https://github.com/callstack/repack/commit/b98e72fda05f3f4dcdab0430165a4cdf698dd584) Thanks [@jbroma](https://github.com/jbroma)! - Enable support for package imports by default when resolving modules |
| 9 | +- [#1099](https://github.com/callstack/repack/pull/1099) [`332f384`](https://github.com/callstack/repack/commit/332f384088ae7127af7e456076d711c7bfed2d5e) Thanks [@jbroma](https://github.com/jbroma)! - Enable support for package imports by default when resolving modules |
10 | 10 |
|
11 | | -- [#1114](https://github.com/callstack/repack/pull/1114) [`b98e72f`](https://github.com/callstack/repack/commit/b98e72fda05f3f4dcdab0430165a4cdf698dd584) Thanks [@jbroma](https://github.com/jbroma)! - Strip empty import statements that are a leftover from stripping flow type imports |
| 11 | +- [#1128](https://github.com/callstack/repack/pull/1128) [`859c1d7`](https://github.com/callstack/repack/commit/859c1d78a8f2d150eff062598d3b75aed1bfe5eb) Thanks [@jbroma](https://github.com/jbroma)! - Strip empty import statements that are a leftover from stripping flow type imports |
12 | 12 |
|
13 | | -- [#1114](https://github.com/callstack/repack/pull/1114) [`b98e72f`](https://github.com/callstack/repack/commit/b98e72fda05f3f4dcdab0430165a4cdf698dd584) Thanks [@jbroma](https://github.com/jbroma)! - Support Module Federation `preloadRemote` through `PrefetchPlugin`. |
| 13 | +- [#1136](https://github.com/callstack/repack/pull/1136) [`55a56c3`](https://github.com/callstack/repack/commit/55a56c33fc55c6887356e5f1d022516f263a9419) Thanks [@jbroma](https://github.com/jbroma)! - Support Module Federation `preloadRemote` through `PrefetchPlugin`. |
14 | 14 |
|
15 | | -- [#1114](https://github.com/callstack/repack/pull/1114) [`b98e72f`](https://github.com/callstack/repack/commit/b98e72fda05f3f4dcdab0430165a4cdf698dd584) Thanks [@jbroma](https://github.com/jbroma)! - Enable persistent cache by default in `start` command |
| 15 | +- [#1140](https://github.com/callstack/repack/pull/1140) [`2cedf58`](https://github.com/callstack/repack/commit/2cedf58f17d6fece9c209379195b47ff3b439882) Thanks [@jbroma](https://github.com/jbroma)! - Enable persistent cache by default in `start` command |
16 | 16 |
|
17 | | -- [#1114](https://github.com/callstack/repack/pull/1114) [`b98e72f`](https://github.com/callstack/repack/commit/b98e72fda05f3f4dcdab0430165a4cdf698dd584) Thanks [@jbroma](https://github.com/jbroma)! - Add support for setting up proxy in DevServer for redirecting requests |
| 17 | +- [#1130](https://github.com/callstack/repack/pull/1130) [`90be891`](https://github.com/callstack/repack/commit/90be8910308a5694bbc78c0d8688aea6787f6747) Thanks [@jbroma](https://github.com/jbroma)! - MF2 `ResolverPlugin` now adds a resolver only once when new remote is registered through `registerRemote` federation runtime hook |
18 | 18 |
|
19 | | -- [#1114](https://github.com/callstack/repack/pull/1114) [`b98e72f`](https://github.com/callstack/repack/commit/b98e72fda05f3f4dcdab0430165a4cdf698dd584) Thanks [@jbroma](https://github.com/jbroma)! - MF2 `ResolverPlugin` now adds a resolver only once when new remote is registered through `registerRemote` federation runtime hook |
| 19 | +- [#1073](https://github.com/callstack/repack/pull/1073) [`84952ac`](https://github.com/callstack/repack/commit/84952acfd2ac0f03c5512e13c66395c7b8526df6) Thanks [@jbroma](https://github.com/jbroma)! - Add support for setting up proxy in DevServer for redirecting requests |
20 | 20 |
|
21 | | -- [#1114](https://github.com/callstack/repack/pull/1114) [`b98e72f`](https://github.com/callstack/repack/commit/b98e72fda05f3f4dcdab0430165a4cdf698dd584) Thanks [@jbroma](https://github.com/jbroma)! - Resolve platform (`.ios`, `.android`) & native (`.native`) extensions when using package exports |
| 21 | +- [#1099](https://github.com/callstack/repack/pull/1099) [`332f384`](https://github.com/callstack/repack/commit/332f384088ae7127af7e456076d711c7bfed2d5e) Thanks [@jbroma](https://github.com/jbroma)! - Resolve platform (`.ios`, `.android`) & native (`.native`) extensions when using package exports |
22 | 22 |
|
23 | | -- [#1114](https://github.com/callstack/repack/pull/1114) [`b98e72f`](https://github.com/callstack/repack/commit/b98e72fda05f3f4dcdab0430165a4cdf698dd584) Thanks [@jbroma](https://github.com/jbroma)! - Use `import` / `require` condition name depending on the source type (`esm` or `cjs`) |
| 23 | +- [#1099](https://github.com/callstack/repack/pull/1099) [`332f384`](https://github.com/callstack/repack/commit/332f384088ae7127af7e456076d711c7bfed2d5e) Thanks [@jbroma](https://github.com/jbroma)! - Use `import` / `require` condition name depending on the source type (`esm` or `cjs`) |
24 | 24 |
|
25 | | -- [#1114](https://github.com/callstack/repack/pull/1114) [`b98e72f`](https://github.com/callstack/repack/commit/b98e72fda05f3f4dcdab0430165a4cdf698dd584) Thanks [@jbroma](https://github.com/jbroma)! - Support resetting transformation cache via `--reset-cache` flag |
| 25 | +- [#1140](https://github.com/callstack/repack/pull/1140) [`2cedf58`](https://github.com/callstack/repack/commit/2cedf58f17d6fece9c209379195b47ff3b439882) Thanks [@jbroma](https://github.com/jbroma)! - Support resetting transformation cache via `--reset-cache` flag |
26 | 26 |
|
27 | 27 | ### Patch Changes |
28 | 28 |
|
29 | | -- [#1114](https://github.com/callstack/repack/pull/1114) [`b98e72f`](https://github.com/callstack/repack/commit/b98e72fda05f3f4dcdab0430165a4cdf698dd584) Thanks [@jbroma](https://github.com/jbroma)! - Fix issue where errors originating in project config files were getting swallowed when the project config was loaded. |
| 29 | +- [#1139](https://github.com/callstack/repack/pull/1139) [`be32944`](https://github.com/callstack/repack/commit/be329442dc91e1f6b782be3b4e62dd66c8b8a459) Thanks [@jbroma](https://github.com/jbroma)! - Fix issue where errors originating in project config files were getting swallowed when the project config was loaded. |
30 | 30 |
|
31 | | -- [#1114](https://github.com/callstack/repack/pull/1114) [`b98e72f`](https://github.com/callstack/repack/commit/b98e72fda05f3f4dcdab0430165a4cdf698dd584) Thanks [@jbroma](https://github.com/jbroma)! - Check for default import when using deep imports from `react-native` in WebpackHMRClient, DevServerClient and when using remote or inline assets |
| 31 | +- [#1119](https://github.com/callstack/repack/pull/1119) [`19c814f`](https://github.com/callstack/repack/commit/19c814f0f4dee219d66606f831a136732f6e2b24) Thanks [@jbroma](https://github.com/jbroma)! - Check for default import when using deep imports from `react-native` in WebpackHMRClient, DevServerClient and when using remote or inline assets |
32 | 32 |
|
33 | | -- [#1114](https://github.com/callstack/repack/pull/1114) [`b98e72f`](https://github.com/callstack/repack/commit/b98e72fda05f3f4dcdab0430165a4cdf698dd584) Thanks [@jbroma](https://github.com/jbroma)! - Add detecting dependency specific plugins |
| 33 | +- [#1066](https://github.com/callstack/repack/pull/1066) [`1bc0e4d`](https://github.com/callstack/repack/commit/1bc0e4dab6a4878ca88183a6c7ce5558a4be2350) Thanks [@szymonrybczak](https://github.com/szymonrybczak)! - Add detecting dependency specific plugins |
34 | 34 |
|
35 | | -- [#1114](https://github.com/callstack/repack/pull/1114) [`b98e72f`](https://github.com/callstack/repack/commit/b98e72fda05f3f4dcdab0430165a4cdf698dd584) Thanks [@jbroma](https://github.com/jbroma)! - Always include AssetRegistry and AssetSourceResolver in the bundle |
| 35 | +- [#1134](https://github.com/callstack/repack/pull/1134) [`acd69db`](https://github.com/callstack/repack/commit/acd69db2ae480c255671b42ca7b659bab198f10e) Thanks [@jbroma](https://github.com/jbroma)! - Always include AssetRegistry and AssetSourceResolver in the bundle |
36 | 36 |
|
37 | | -- [#1114](https://github.com/callstack/repack/pull/1114) [`b98e72f`](https://github.com/callstack/repack/commit/b98e72fda05f3f4dcdab0430165a4cdf698dd584) Thanks [@jbroma](https://github.com/jbroma)! - Fix failure to read project package json when validating plugins |
| 37 | +- [#1143](https://github.com/callstack/repack/pull/1143) [`81ee94c`](https://github.com/callstack/repack/commit/81ee94c1ae672ea316444decaf6f78c7f2fc0411) Thanks [@jbroma](https://github.com/jbroma)! - Fix failure to read project package json when validating plugins |
38 | 38 |
|
39 | | -- [#1114](https://github.com/callstack/repack/pull/1114) [`b98e72f`](https://github.com/callstack/repack/commit/b98e72fda05f3f4dcdab0430165a4cdf698dd584) Thanks [@jbroma](https://github.com/jbroma)! - Allow passing `referenceUrl` to `ScriptManager.prefetchScript` |
| 39 | +- [#1123](https://github.com/callstack/repack/pull/1123) [`bd58562`](https://github.com/callstack/repack/commit/bd58562fb6984e64be953ff6e2865233fa6eff6a) Thanks [@jbroma](https://github.com/jbroma)! - Allow passing `referenceUrl` to `ScriptManager.prefetchScript` |
40 | 40 |
|
41 | | -- Updated dependencies [[`b98e72f`](https://github.com/callstack/repack/commit/b98e72fda05f3f4dcdab0430165a4cdf698dd584), [`b98e72f`](https://github.com/callstack/repack/commit/b98e72fda05f3f4dcdab0430165a4cdf698dd584)]: |
| 41 | +- Updated dependencies [[`c1a5786`](https://github.com/callstack/repack/commit/c1a5786f5), [`e5e5b12`](https://github.com/callstack/repack/commit/e5e5b120c)]: |
42 | 42 | - @callstack/repack-dev-server@5.1.0-rc.0 |
43 | 43 |
|
44 | 44 | ## 5.0.6 |
|
0 commit comments