Skip to content

Commit 28b73c1

Browse files
authored
Delete immutable-merge, merge-props, and memo-cache packages (#4025)
* remove dead packages from the repo * docs(changeset): * remove dead packages from changeset file * remove error entries from changesets
1 parent 8d51051 commit 28b73c1

31 files changed

+2
-3948
lines changed

.changeset/frank-houses-clap.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.changeset/heavy-regions-shake.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
'@fluentui-react-native/contextual-menu': patch
1515
'@uifabricshared/theme-registry': patch
1616
'@fluentui-react-native/vibrancy-view': patch
17-
'@fluentui-react-native/immutable-merge': patch
1817
'@fluentui-react-native/focus-trap-zone': patch
1918
'@fluentui-react-native/notification': patch
2019
'@uifabricshared/theming-ramp': patch
@@ -29,7 +28,6 @@
2928
'@fluentui-react-native/experimental-expander': patch
3029
'@fluentui-react-native/overflow': patch
3130
'@fluentui-react-native/composition': patch
32-
'@fluentui-react-native/merge-props': patch
3331
'@fluentui-react-native/use-styling': patch
3432
'@fluentui-react-native/android-theme': patch
3533
'@fluentui-react-native/default-theme': patch
@@ -42,7 +40,6 @@
4240
'@fluentui-react-native/experimental-shimmer': patch
4341
'@fluentui-react-native/spinner': patch
4442
'@fluentui-react-native/tooltip': patch
45-
'@fluentui-react-native/memo-cache': patch
4643
'@fluentui-react-native/use-tokens': patch
4744
'@fluentui-react-native/theme-tokens': patch
4845
'@fluentui-react-native/checkbox': patch

.changeset/long-ideas-flow.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
'@fluentui-react-native/contextual-menu': patch
1515
'@uifabricshared/theme-registry': patch
1616
'@fluentui-react-native/vibrancy-view': patch
17-
'@fluentui-react-native/immutable-merge': patch
1817
'@fluentui-react-native/focus-trap-zone': patch
1918
'@fluentui-react-native/notification': patch
2019
'@uifabricshared/theming-ramp': patch
@@ -28,7 +27,6 @@
2827
'@fluentui-react-native/experimental-expander': patch
2928
'@fluentui-react-native/overflow': patch
3029
'@fluentui-react-native/composition': patch
31-
'@fluentui-react-native/merge-props': patch
3230
'@fluentui-react-native/use-styling': patch
3331
'@fluentui-react-native/android-theme': patch
3432
'@fluentui-react-native/default-theme': patch
@@ -40,7 +38,6 @@
4038
'@fluentui-react-native/experimental-shimmer': patch
4139
'@fluentui-react-native/spinner': patch
4240
'@fluentui-react-native/tooltip': patch
43-
'@fluentui-react-native/memo-cache': patch
4441
'@fluentui-react-native/use-tokens': patch
4542
'@fluentui-react-native/theme-tokens': patch
4643
'@fluentui-react-native/checkbox': patch

packages/dependency-profiles/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,10 @@
4444
"@fluentui-react-native/focus-zone": "*",
4545
"@fluentui-react-native/framework": "*",
4646
"@fluentui-react-native/icon": "*",
47-
"@fluentui-react-native/immutable-merge": "*",
4847
"@fluentui-react-native/interactive-hooks": "*",
4948
"@fluentui-react-native/link": "*",
50-
"@fluentui-react-native/memo-cache": "*",
5149
"@fluentui-react-native/menu": "*",
5250
"@fluentui-react-native/menu-button": "*",
53-
"@fluentui-react-native/merge-props": "*",
5451
"@fluentui-react-native/notification": "*",
5552
"@fluentui-react-native/overflow": "*",
5653
"@fluentui-react-native/persona": "*",

packages/framework-base/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22

33
This package provides core implementations and types to support both the legacy and current frameworks.
44

5-
Several previously standalone packages have had their implementations moved into this package. This allows them to share certain typings and helpers without having to work around circular dependency issues. The moved packages are:
6-
7-
- [`@fluentui-react-native/immutable-merge`](./src/immutable-merge/README.md)
8-
- [`@fluentui-react-native/memo-cache`](./src/memo-cache/README.md)
9-
- [`@fluentui-react-native/merge-props`](./src/merge-props/README.md)
10-
115
The functionality in these packages is now exposed as part of this package.
126

137
## Component Patterns

packages/framework/immutable-merge/.npmignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)