Skip to content

Commit 6451ab3

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/plugin-reanimated
2 parents 283ed23 + 6ed9a6f commit 6451ab3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1398
-1249
lines changed

.changeset/cold-chefs-confess.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@callstack/repack": minor
3+
"@callstack/repack-init": minor
4+
---
5+
6+
Include `@rspack/plugin-react-refresh` with Re.Pack instead of requiring user to install it

.changeset/honest-items-happen.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@callstack/repack": patch
3+
---
4+
5+
Expose MF2 config property to external tooling

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"happy-pets-yawn",
2424
"healthy-monkeys-relate",
2525
"heavy-drinks-heal",
26+
"honest-items-happen",
2627
"honest-schools-tap",
2728
"lucky-paws-shop",
2829
"nervous-laws-try",

.changeset/rude-points-ring.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@callstack/repack": patch
3+
---
4+
5+
Fix how size of a scaled assets is obtained (aligned with metro)

.changeset/shaggy-planets-mate.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@callstack/repack": minor
3+
---
4+
5+
Support platform specific assets

.changeset/slimy-dragons-swim.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@callstack/repack": patch
3+
---
4+
5+
Fix type JSX runtime transform when transpiling node modules

.changeset/tasty-dolls-lie.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@callstack/repack": patch
3+
---
4+
5+
Export commands from package entrypoint

.changeset/wet-countries-sin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@callstack/repack": minor
3+
---
4+
5+
Refactor FederationRuntimePlugin into two separate plugins for more granular control over the MF2 runtime behaviour (CorePlugin & ResolverPlugin)

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
"editor.defaultFormatter": "biomejs.biome",
44
"editor.formatOnSave": true,
55
"files.associations": {
6+
"package.json": "json",
67
"*.json": "jsonc"
78
},
89
"editor.codeActionsOnSave": {
910
"source.organizeImports.biome": "explicit"
1011
},
12+
"npm.packageManager": "pnpm",
1113
"[css]": {
1214
"editor.formatOnSave": true,
1315
"editor.defaultFormatter": "biomejs.biome"

0 commit comments

Comments
 (0)