From 99c6a336b29a927fdea8c670c185e7ac62430ed5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 19:30:45 +0000 Subject: [PATCH] Version Packages --- .changeset/brave-bars-boil.md | 6 - .changeset/empty-rocks-push.md | 26 ---- .changeset/global-tokens-module.md | 5 - .changeset/light-areas-thank.md | 77 ---------- .changeset/nine-bees-relate.md | 25 --- .changeset/rare-files-cry.md | 76 --------- .changeset/spicy-camels-kick.md | 7 - .changeset/theme-types-to-design-theming.md | 21 --- .changeset/yummy-turkeys-search.md | 6 - apps/fluent-tester/CHANGELOG.md | 7 + apps/fluent-tester/package.json | 2 +- packages/agentic-design/CHANGELOG.md | 19 +++ packages/agentic-design/package.json | 2 +- packages/codemods/CHANGELOG.md | 7 + packages/codemods/package.json | 2 +- packages/components/Avatar/CHANGELOG.md | 29 ++++ packages/components/Avatar/package.json | 2 +- packages/components/Badge/CHANGELOG.md | 27 ++++ packages/components/Badge/package.json | 2 +- packages/components/Button/CHANGELOG.md | 34 +++++ packages/components/Button/package.json | 2 +- packages/components/Callout/CHANGELOG.md | 17 +++ packages/components/Callout/package.json | 2 +- packages/components/Checkbox/CHANGELOG.md | 30 ++++ packages/components/Checkbox/package.json | 2 +- packages/components/Chip/CHANGELOG.md | 24 +++ packages/components/Chip/package.json | 2 +- .../components/ContextualMenu/CHANGELOG.md | 24 +++ .../components/ContextualMenu/package.json | 2 +- packages/components/Divider/CHANGELOG.md | 22 +++ packages/components/Divider/package.json | 2 +- .../components/FocusTrapZone/CHANGELOG.md | 19 +++ .../components/FocusTrapZone/package.json | 2 +- packages/components/FocusZone/CHANGELOG.md | 19 +++ packages/components/FocusZone/package.json | 2 +- packages/components/Icon/CHANGELOG.md | 17 +++ packages/components/Icon/package.json | 2 +- packages/components/Input/CHANGELOG.md | 25 +++ packages/components/Input/package.json | 2 +- packages/components/Link/CHANGELOG.md | 23 +++ packages/components/Link/package.json | 2 +- packages/components/Menu/CHANGELOG.md | 32 ++++ packages/components/Menu/package.json | 2 +- packages/components/MenuButton/CHANGELOG.md | 25 +++ packages/components/MenuButton/package.json | 2 +- packages/components/Notification/CHANGELOG.md | 30 ++++ packages/components/Notification/package.json | 2 +- packages/components/Persona/CHANGELOG.md | 26 ++++ packages/components/Persona/package.json | 2 +- packages/components/PersonaCoin/CHANGELOG.md | 29 ++++ packages/components/PersonaCoin/package.json | 2 +- packages/components/Pressable/CHANGELOG.md | 15 ++ packages/components/Pressable/package.json | 2 +- packages/components/RadioGroup/CHANGELOG.md | 29 ++++ packages/components/RadioGroup/package.json | 2 +- packages/components/Separator/CHANGELOG.md | 20 +++ packages/components/Separator/package.json | 2 +- packages/components/Stack/CHANGELOG.md | 24 +++ packages/components/Stack/package.json | 2 +- packages/components/Switch/CHANGELOG.md | 21 +++ packages/components/Switch/package.json | 2 +- packages/components/TabList/CHANGELOG.md | 24 +++ packages/components/TabList/package.json | 2 +- packages/components/Text/CHANGELOG.md | 23 +++ packages/components/Text/package.json | 2 +- packages/dependency-profiles/CHANGELOG.md | 10 ++ packages/dependency-profiles/package.json | 2 +- packages/dependency-profiles/src/index.js | 144 +++++++++--------- .../foundation-composable/CHANGELOG.md | 17 +++ .../foundation-composable/package.json | 2 +- .../foundation-compose/CHANGELOG.md | 24 +++ .../foundation-compose/package.json | 2 +- .../foundation-settings/CHANGELOG.md | 13 ++ .../foundation-settings/package.json | 2 +- .../deprecated/foundation-tokens/CHANGELOG.md | 15 ++ .../deprecated/foundation-tokens/package.json | 2 +- .../deprecated/theme-registry/CHANGELOG.md | 7 + .../deprecated/theme-registry/package.json | 2 +- .../deprecated/themed-settings/CHANGELOG.md | 13 ++ .../deprecated/themed-settings/package.json | 2 +- packages/deprecated/theming-ramp/CHANGELOG.md | 19 +++ packages/deprecated/theming-ramp/package.json | 2 +- .../theming-react-native/CHANGELOG.md | 15 ++ .../theming-react-native/package.json | 2 +- .../ActivityIndicator/CHANGELOG.md | 14 ++ .../ActivityIndicator/package.json | 2 +- .../AppearanceAdditions/CHANGELOG.md | 12 ++ .../AppearanceAdditions/package.json | 2 +- packages/experimental/Avatar/CHANGELOG.md | 14 ++ packages/experimental/Avatar/package.json | 2 +- packages/experimental/Checkbox/CHANGELOG.md | 16 ++ packages/experimental/Checkbox/package.json | 2 +- packages/experimental/Drawer/CHANGELOG.md | 21 +++ packages/experimental/Drawer/package.json | 2 +- packages/experimental/Dropdown/CHANGELOG.md | 24 +++ packages/experimental/Dropdown/package.json | 2 +- packages/experimental/Expander/CHANGELOG.md | 14 ++ packages/experimental/Expander/package.json | 2 +- packages/experimental/MenuButton/CHANGELOG.md | 18 +++ packages/experimental/MenuButton/package.json | 2 +- .../NativeDatePicker/CHANGELOG.md | 7 + .../NativeDatePicker/package.json | 2 +- .../NativeFontMetrics/CHANGELOG.md | 7 + .../NativeFontMetrics/package.json | 2 +- packages/experimental/Overflow/CHANGELOG.md | 16 ++ packages/experimental/Overflow/package.json | 2 +- packages/experimental/Popover/CHANGELOG.md | 15 ++ packages/experimental/Popover/package.json | 2 +- packages/experimental/Shadow/CHANGELOG.md | 20 +++ packages/experimental/Shadow/package.json | 2 +- packages/experimental/Shimmer/CHANGELOG.md | 22 +++ packages/experimental/Shimmer/package.json | 2 +- packages/experimental/Spinner/CHANGELOG.md | 21 +++ packages/experimental/Spinner/package.json | 2 +- packages/experimental/Tooltip/CHANGELOG.md | 13 ++ packages/experimental/Tooltip/package.json | 2 +- .../experimental/VibrancyView/CHANGELOG.md | 11 ++ .../experimental/VibrancyView/package.json | 2 +- packages/framework-base/CHANGELOG.md | 12 ++ packages/framework-base/package.json | 2 +- packages/framework/composition/CHANGELOG.md | 18 +++ packages/framework/composition/package.json | 2 +- packages/framework/framework/CHANGELOG.md | 28 ++++ packages/framework/framework/package.json | 2 +- packages/framework/theme/CHANGELOG.md | 18 +++ packages/framework/theme/package.json | 2 +- .../framework/themed-stylesheet/CHANGELOG.md | 16 ++ .../framework/themed-stylesheet/package.json | 2 +- packages/framework/use-slots/CHANGELOG.md | 16 ++ packages/framework/use-slots/package.json | 2 +- packages/framework/use-styling/CHANGELOG.md | 17 +++ packages/framework/use-styling/package.json | 2 +- packages/framework/use-tokens/CHANGELOG.md | 16 ++ packages/framework/use-tokens/package.json | 2 +- packages/libraries/core/CHANGELOG.md | 29 ++++ packages/libraries/core/package.json | 2 +- packages/theming/android-theme/CHANGELOG.md | 22 +++ packages/theming/android-theme/package.json | 2 +- packages/theming/apple-theme/CHANGELOG.md | 24 +++ packages/theming/apple-theme/package.json | 2 +- packages/theming/default-theme/CHANGELOG.md | 21 +++ packages/theming/default-theme/package.json | 2 +- packages/theming/theme-tokens/CHANGELOG.md | 19 +++ packages/theming/theme-tokens/package.json | 2 +- packages/theming/theme-types/CHANGELOG.md | 16 ++ packages/theming/theme-types/package.json | 2 +- packages/theming/theming-utils/CHANGELOG.md | 17 +++ packages/theming/theming-utils/package.json | 2 +- packages/theming/win32-theme/CHANGELOG.md | 23 +++ packages/theming/win32-theme/package.json | 2 +- packages/utils/adapters/CHANGELOG.md | 11 ++ packages/utils/adapters/package.json | 2 +- packages/utils/interactive-hooks/CHANGELOG.md | 13 ++ packages/utils/interactive-hooks/package.json | 2 +- packages/utils/styling/CHANGELOG.md | 7 + packages/utils/styling/package.json | 2 +- packages/utils/tokens/CHANGELOG.md | 17 +++ packages/utils/tokens/package.json | 2 +- 158 files changed, 1545 insertions(+), 395 deletions(-) delete mode 100644 .changeset/brave-bars-boil.md delete mode 100644 .changeset/empty-rocks-push.md delete mode 100644 .changeset/global-tokens-module.md delete mode 100644 .changeset/light-areas-thank.md delete mode 100644 .changeset/nine-bees-relate.md delete mode 100644 .changeset/rare-files-cry.md delete mode 100644 .changeset/spicy-camels-kick.md delete mode 100644 .changeset/theme-types-to-design-theming.md delete mode 100644 .changeset/yummy-turkeys-search.md create mode 100644 packages/agentic-design/CHANGELOG.md diff --git a/.changeset/brave-bars-boil.md b/.changeset/brave-bars-boil.md deleted file mode 100644 index 6d60750cf3..0000000000 --- a/.changeset/brave-bars-boil.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@fluentui-react-native/theme-types": patch -"@fluentui-react-native/design": patch ---- - -Adding new core design package to consolidate design types, values, concepts, and utilities diff --git a/.changeset/empty-rocks-push.md b/.changeset/empty-rocks-push.md deleted file mode 100644 index 9a2903456d..0000000000 --- a/.changeset/empty-rocks-push.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -"@fluentui-react-native/notification": patch -"@fluentui-react-native/persona-coin": patch -"@fluentui-react-native/radio-group": patch -"@fluentui-react-native/dropdown": patch -"@fluentui-react-native/android-theme": patch -"@fluentui-react-native/theming-utils": patch -"@fluentui-react-native/separator": patch -"@fluentui-react-native/spinner": patch -"@fluentui-react-native/theme-tokens": patch -"@fluentui-react-native/checkbox": patch -"@fluentui-react-native/drawer": patch -"@fluentui-react-native/apple-theme": patch -"@fluentui-react-native/theme-types": patch -"@fluentui-react-native/win32-theme": patch -"@fluentui-react-native/divider": patch -"@fluentui-react-native/avatar": patch -"@fluentui-react-native/button": patch -"@fluentui-react-native/badge": patch -"@fluentui-react-native/input": patch -"@fluentui-react-native/chip": patch -"@fluentui-react-native/menu": patch -"@fluentui-react-native/design": patch ---- - -Switch packages that referenced globalTokens by object to use the new constant references instead diff --git a/.changeset/global-tokens-module.md b/.changeset/global-tokens-module.md deleted file mode 100644 index 3c57346b0a..0000000000 --- a/.changeset/global-tokens-module.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@fluentui-react-native/theme-tokens": minor ---- - -Convert theme-tokens to type module and add per-platform global token constants under the `@fluentui-react-native/theme-tokens/global` export diff --git a/.changeset/light-areas-thank.md b/.changeset/light-areas-thank.md deleted file mode 100644 index 66d23bcd76..0000000000 --- a/.changeset/light-areas-thank.md +++ /dev/null @@ -1,77 +0,0 @@ ---- -"@uifabricshared/foundation-composable": patch -"@fluentui-react-native/experimental-appearance-additions": patch -"@uifabricshared/theming-react-native": patch -"@uifabricshared/foundation-settings": patch -"@fluentui-react-native/experimental-activity-indicator": patch -"@fluentui-react-native/experimental-native-font-metrics": patch -"@uifabricshared/foundation-compose": patch -"@fluentui-react-native/experimental-native-date-picker": patch -"@uifabricshared/foundation-tokens": patch -"@fluentui-react-native/themed-stylesheet": patch -"@uifabricshared/themed-settings": patch -"@fluentui-react-native/contextual-menu": patch -"@uifabricshared/theme-registry": patch -"@fluentui-react-native/vibrancy-view": patch -"@fluentui-react-native/focus-trap-zone": patch -"@fluentui-react-native/notification": patch -"@uifabricshared/theming-ramp": patch -"@fluentui-react-native/experimental-menu-button": patch -"@fluentui-react-native/interactive-hooks": patch -"@fluentui-react-native/persona-coin": patch -"@fluentui-react-native/menu-button": patch -"@fluentui-react-native/radio-group": patch -"@fluentui-react-native/experimental-checkbox": patch -"@fluentui-react-native/dropdown": patch -"@fluentui-react-native/experimental-expander": patch -"@fluentui-react-native/overflow": patch -"@fluentui-react-native/composition": patch -"@fluentui-react-native/use-styling": patch -"@fluentui-react-native/android-theme": patch -"@fluentui-react-native/default-theme": patch -"@fluentui-react-native/theming-utils": patch -"@fluentui-react-native/focus-zone": patch -"@fluentui-react-native/pressable": patch -"@fluentui-react-native/separator": patch -"@fluentui-react-native/popover": patch -"@fluentui-react-native/experimental-shimmer": patch -"@fluentui-react-native/spinner": patch -"@fluentui-react-native/tooltip": patch -"@fluentui-react-native/use-tokens": patch -"@fluentui-react-native/theme-tokens": patch -"@fluentui-react-native/checkbox": patch -"@fluentui-react-native/experimental-avatar": patch -"@fluentui-react-native/drawer": patch -"@fluentui-react-native/experimental-shadow": patch -"@fluentui-react-native/framework": patch -"@fluentui-react-native/use-slots": patch -"@fluentui-react-native/apple-theme": patch -"@fluentui-react-native/theme-types": patch -"@fluentui-react-native/win32-theme": patch -"@fluentui-react-native/callout": patch -"@fluentui-react-native/divider": patch -"@fluentui-react-native/persona": patch -"@fluentui-react-native/tablist": patch -"@fluentui-react-native/avatar": patch -"@fluentui-react-native/button": patch -"@fluentui-react-native/switch": patch -"@fluentui-react-native/badge": patch -"@fluentui-react-native/input": patch -"@fluentui-react-native/stack": patch -"@fluentui-react-native/chip": patch -"@fluentui-react-native/icon": patch -"@fluentui-react-native/link": patch -"@fluentui-react-native/menu": patch -"@fluentui-react-native/text": patch -"@fluentui-react-native/theme": patch -"@fluentui-react-native/design": patch -"@fluentui-react-native/framework-base": patch -"@fluentui/react-native": patch -"@fluentui-react-native/adapters": patch -"@fluentui-react-native/styling-utils": patch -"@fluentui-react-native/tokens": patch -"@fluentui-react-native/tester": patch -"@fluentui-react-native/codemods": patch ---- - -Switch to the released typescript 7 diff --git a/.changeset/nine-bees-relate.md b/.changeset/nine-bees-relate.md deleted file mode 100644 index c17423da94..0000000000 --- a/.changeset/nine-bees-relate.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -"@uifabricshared/foundation-composable": minor -"@fluentui-react-native/themed-stylesheet": minor -"@fluentui-react-native/focus-trap-zone": minor -"@fluentui-react-native/persona-coin": minor -"@fluentui-react-native/menu-button": minor -"@fluentui-react-native/overflow": minor -"@fluentui-react-native/composition": minor -"@fluentui-react-native/use-styling": minor -"@fluentui-react-native/focus-zone": minor -"@fluentui-react-native/experimental-shimmer": minor -"@fluentui-react-native/use-tokens": minor -"@fluentui-react-native/dependency-profiles": minor -"@fluentui-react-native/framework": minor -"@fluentui-react-native/use-slots": minor -"@fluentui-react-native/persona": minor -"@fluentui-react-native/avatar": minor -"@fluentui-react-native/stack": minor -"@fluentui-react-native/menu": minor -"@fluentui-react-native/theme": minor -"@fluentui-react-native/framework-base": minor -"@fluentui-react-native/adapters": minor ---- - -rework framework rendering to prepare for new component structure diff --git a/.changeset/rare-files-cry.md b/.changeset/rare-files-cry.md deleted file mode 100644 index 5bd11a05c5..0000000000 --- a/.changeset/rare-files-cry.md +++ /dev/null @@ -1,76 +0,0 @@ ---- -"@uifabricshared/foundation-composable": patch -"@fluentui-react-native/experimental-appearance-additions": patch -"@uifabricshared/theming-react-native": patch -"@uifabricshared/foundation-settings": patch -"@fluentui-react-native/experimental-activity-indicator": patch -"@fluentui-react-native/experimental-native-font-metrics": patch -"@uifabricshared/foundation-compose": patch -"@fluentui-react-native/experimental-native-date-picker": patch -"@uifabricshared/foundation-tokens": patch -"@fluentui-react-native/themed-stylesheet": patch -"@uifabricshared/themed-settings": patch -"@fluentui-react-native/contextual-menu": patch -"@uifabricshared/theme-registry": patch -"@fluentui-react-native/vibrancy-view": patch -"@fluentui-react-native/focus-trap-zone": patch -"@fluentui-react-native/notification": patch -"@uifabricshared/theming-ramp": patch -"@fluentui-react-native/experimental-menu-button": patch -"@fluentui-react-native/interactive-hooks": patch -"@fluentui-react-native/persona-coin": patch -"@fluentui-react-native/menu-button": patch -"@fluentui-react-native/radio-group": patch -"@fluentui-react-native/experimental-checkbox": patch -"@fluentui-react-native/dropdown": patch -"@fluentui-react-native/experimental-expander": patch -"@fluentui-react-native/overflow": patch -"@fluentui-react-native/composition": patch -"@fluentui-react-native/use-styling": patch -"@fluentui-react-native/android-theme": patch -"@fluentui-react-native/default-theme": patch -"@fluentui-react-native/theming-utils": patch -"@fluentui-react-native/focus-zone": patch -"@fluentui-react-native/pressable": patch -"@fluentui-react-native/separator": patch -"@fluentui-react-native/popover": patch -"@fluentui-react-native/experimental-shimmer": patch -"@fluentui-react-native/spinner": patch -"@fluentui-react-native/tooltip": patch -"@fluentui-react-native/use-tokens": patch -"@fluentui-react-native/theme-tokens": patch -"@fluentui-react-native/checkbox": patch -"@fluentui-react-native/experimental-avatar": patch -"@fluentui-react-native/drawer": patch -"@fluentui-react-native/experimental-shadow": patch -"@fluentui-react-native/framework": patch -"@fluentui-react-native/use-slots": patch -"@fluentui-react-native/apple-theme": patch -"@fluentui-react-native/theme-types": patch -"@fluentui-react-native/win32-theme": patch -"@fluentui-react-native/callout": patch -"@fluentui-react-native/divider": patch -"@fluentui-react-native/persona": patch -"@fluentui-react-native/tablist": patch -"@fluentui-react-native/avatar": patch -"@fluentui-react-native/button": patch -"@fluentui-react-native/switch": patch -"@fluentui-react-native/badge": patch -"@fluentui-react-native/input": patch -"@fluentui-react-native/stack": patch -"@fluentui-react-native/chip": patch -"@fluentui-react-native/icon": patch -"@fluentui-react-native/link": patch -"@fluentui-react-native/menu": patch -"@fluentui-react-native/text": patch -"@fluentui-react-native/theme": patch -"@fluentui-react-native/framework-base": patch -"@fluentui/react-native": patch -"@fluentui-react-native/adapters": patch -"@fluentui-react-native/styling-utils": patch -"@fluentui-react-native/tokens": patch -"@fluentui-react-native/tester": patch -"@fluentui-react-native/codemods": patch ---- - -Remove depcheck script, allow jest to run tests with platform module suffixes diff --git a/.changeset/spicy-camels-kick.md b/.changeset/spicy-camels-kick.md deleted file mode 100644 index bb913fc799..0000000000 --- a/.changeset/spicy-camels-kick.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@fluentui-react-native/dependency-profiles": patch -"@fluentui-react-native/text": patch -"@fluentui-react-native/design": patch ---- - -Add central font size/weight lookup by name to design package and consume in Text.tsx diff --git a/.changeset/theme-types-to-design-theming.md b/.changeset/theme-types-to-design-theming.md deleted file mode 100644 index e227f50b19..0000000000 --- a/.changeset/theme-types-to-design-theming.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -"@fluentui-react-native/design": minor -"@fluentui-react-native/theme-types": patch -"@fluentui-react-native/android-theme": patch -"@fluentui-react-native/apple-theme": patch -"@fluentui-react-native/badge": patch -"@fluentui-react-native/button": patch -"@fluentui-react-native/default-theme": patch -"@fluentui-react-native/experimental-shadow": patch -"@fluentui-react-native/framework": patch -"@fluentui-react-native/notification": patch -"@fluentui-react-native/theme": patch -"@fluentui-react-native/theme-tokens": patch -"@fluentui-react-native/theming-utils": patch -"@fluentui-react-native/tokens": patch -"@fluentui-react-native/win32-theme": patch -"@uifabricshared/foundation-compose": patch -"@uifabricshared/theming-ramp": patch ---- - -Move theme type definitions into the `@fluentui-react-native/design` package under the new `@fluentui-react-native/design/theming` submodule export. The `@fluentui-react-native/theme-types` package is now a thin compatibility shim that re-exports from `@fluentui-react-native/design/theming`, and all in-repo consumers now reference the new submodule. diff --git a/.changeset/yummy-turkeys-search.md b/.changeset/yummy-turkeys-search.md deleted file mode 100644 index 589c719ec2..0000000000 --- a/.changeset/yummy-turkeys-search.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@uifabricshared/foundation-settings": patch -"@fluentui-react-native/framework-base": patch ---- - -Stop caching styles automatically in mergeProps diff --git a/apps/fluent-tester/CHANGELOG.md b/apps/fluent-tester/CHANGELOG.md index a749bd9098..b5b45ba385 100644 --- a/apps/fluent-tester/CHANGELOG.md +++ b/apps/fluent-tester/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log - @fluentui-react-native/tester +## 0.170.54 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes + ## 0.170.53 ### Patch Changes diff --git a/apps/fluent-tester/package.json b/apps/fluent-tester/package.json index 4e8b64655d..c4f384250a 100644 --- a/apps/fluent-tester/package.json +++ b/apps/fluent-tester/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/tester", - "version": "0.170.53", + "version": "0.170.54", "description": "A test app to test FluentUI React Native Components during development", "homepage": "https://github.com/microsoft/fluentui-react-native", "license": "MIT", diff --git a/packages/agentic-design/CHANGELOG.md b/packages/agentic-design/CHANGELOG.md new file mode 100644 index 0000000000..ffeb5228b6 --- /dev/null +++ b/packages/agentic-design/CHANGELOG.md @@ -0,0 +1,19 @@ +# @fluentui-react-native/design + +## 0.2.0 + +### Minor Changes + +- d2690c9: Move theme type definitions into the `@fluentui-react-native/design` package under the new `@fluentui-react-native/design/theming` submodule export. The `@fluentui-react-native/theme-types` package is now a thin compatibility shim that re-exports from `@fluentui-react-native/design/theming`, and all in-repo consumers now reference the new submodule. + +### Patch Changes + +- e37b04b: Adding new core design package to consolidate design types, values, concepts, and utilities +- 01ed385: Switch packages that referenced globalTokens by object to use the new constant references instead +- 801d8b1: Switch to the released typescript 7 +- c1de024: Add central font size/weight lookup by name to design package and consume in Text.tsx +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/framework-base@0.5.0 diff --git a/packages/agentic-design/package.json b/packages/agentic-design/package.json index b1d6ba83e3..4db231d886 100644 --- a/packages/agentic-design/package.json +++ b/packages/agentic-design/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/design", - "version": "0.1.0", + "version": "0.2.0", "description": "Core design system concepts, utilities, and types for Fluent UI React Native.", "license": "MIT", "author": "", diff --git a/packages/codemods/CHANGELOG.md b/packages/codemods/CHANGELOG.md index 1e083cde2a..72decc7126 100644 --- a/packages/codemods/CHANGELOG.md +++ b/packages/codemods/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log - @fluentui-react-native/codemods +## 0.6.5 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes + ## 0.6.4 ### Patch Changes diff --git a/packages/codemods/package.json b/packages/codemods/package.json index 61cdc632de..d607fd185e 100644 --- a/packages/codemods/package.json +++ b/packages/codemods/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/codemods", - "version": "0.6.4", + "version": "0.6.5", "description": "Transform files to make refactoring FURN code easier", "homepage": "https://github.com/microsoft/fluentui-react-native", "license": "MIT", diff --git a/packages/components/Avatar/CHANGELOG.md b/packages/components/Avatar/CHANGELOG.md index 2f328c91bd..478fc84885 100644 --- a/packages/components/Avatar/CHANGELOG.md +++ b/packages/components/Avatar/CHANGELOG.md @@ -1,5 +1,34 @@ # Change Log - @fluentui-react-native/avatar +## 1.14.0 + +### Minor Changes + +- e2a4065: rework framework rendering to prepare for new component structure + +### Patch Changes + +- 01ed385: Switch packages that referenced globalTokens by object to use the new constant references instead +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/design@0.2.0 + - @fluentui-react-native/theming-utils@0.27.6 + - @fluentui-react-native/badge@0.12.6 + - @fluentui-react-native/use-styling@0.16.0 + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/icon@0.22.6 + - @fluentui-react-native/framework-base@0.5.0 + - @fluentui-react-native/adapters@0.15.0 + - @fluentui-react-native/tokens@0.24.6 + ## 1.13.5 ### Patch Changes diff --git a/packages/components/Avatar/package.json b/packages/components/Avatar/package.json index ae0edeb1b9..e8c394f519 100644 --- a/packages/components/Avatar/package.json +++ b/packages/components/Avatar/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/avatar", - "version": "1.13.5", + "version": "1.14.0", "description": "A cross-platform Avatar component using the Fluent Design System", "homepage": "https://github.com/microsoft/fluentui-react-native", "license": "MIT", diff --git a/packages/components/Badge/CHANGELOG.md b/packages/components/Badge/CHANGELOG.md index 3ee10f223f..d3286f9498 100644 --- a/packages/components/Badge/CHANGELOG.md +++ b/packages/components/Badge/CHANGELOG.md @@ -1,5 +1,32 @@ # Change Log - @fluentui-react-native/badge +## 0.12.6 + +### Patch Changes + +- 01ed385: Switch packages that referenced globalTokens by object to use the new constant references instead +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- d2690c9: Move theme type definitions into the `@fluentui-react-native/design` package under the new `@fluentui-react-native/design/theming` submodule export. The `@fluentui-react-native/theme-types` package is now a thin compatibility shim that re-exports from `@fluentui-react-native/design/theming`, and all in-repo consumers now reference the new submodule. +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/design@0.2.0 + - @fluentui-react-native/theming-utils@0.27.6 + - @fluentui-react-native/use-styling@0.16.0 + - @fluentui-react-native/experimental-shadow@0.7.6 + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/icon@0.22.6 + - @fluentui-react-native/text@0.25.6 + - @fluentui-react-native/framework-base@0.5.0 + - @fluentui-react-native/adapters@0.15.0 + - @fluentui-react-native/tokens@0.24.6 + ## 0.12.5 ### Patch Changes diff --git a/packages/components/Badge/package.json b/packages/components/Badge/package.json index 0b78a0ed0f..ad1d6f2094 100644 --- a/packages/components/Badge/package.json +++ b/packages/components/Badge/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/badge", - "version": "0.12.5", + "version": "0.12.6", "description": "A cross-platform Badge component using the Fluent Design System. A badge is an additional visual descriptor for UI elements.", "homepage": "https://github.com/microsoft/fluentui-react-native", "license": "MIT", diff --git a/packages/components/Button/CHANGELOG.md b/packages/components/Button/CHANGELOG.md index 9505b3604f..74947eb7b7 100644 --- a/packages/components/Button/CHANGELOG.md +++ b/packages/components/Button/CHANGELOG.md @@ -1,5 +1,39 @@ # Change Log - @fluentui-react-native/button +## 0.40.6 + +### Patch Changes + +- 01ed385: Switch packages that referenced globalTokens by object to use the new constant references instead +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- d2690c9: Move theme type definitions into the `@fluentui-react-native/design` package under the new `@fluentui-react-native/design/theming` submodule export. The `@fluentui-react-native/theme-types` package is now a thin compatibility shim that re-exports from `@fluentui-react-native/design/theming`, and all in-repo consumers now reference the new submodule. +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/design@0.2.0 + - @fluentui-react-native/theming-utils@0.27.6 + - @uifabricshared/foundation-composable@0.15.0 + - @uifabricshared/foundation-settings@0.16.6 + - @fluentui-react-native/experimental-activity-indicator@0.11.6 + - @uifabricshared/foundation-compose@1.16.6 + - @fluentui-react-native/interactive-hooks@0.28.6 + - @fluentui-react-native/use-styling@0.16.0 + - @fluentui-react-native/pressable@0.13.6 + - @fluentui-react-native/experimental-shadow@0.7.6 + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/icon@0.22.6 + - @fluentui-react-native/text@0.25.6 + - @fluentui-react-native/framework-base@0.5.0 + - @fluentui-react-native/adapters@0.15.0 + - @fluentui-react-native/styling-utils@0.8.6 + - @fluentui-react-native/tokens@0.24.6 + ## 0.40.5 ### Patch Changes diff --git a/packages/components/Button/package.json b/packages/components/Button/package.json index 0f62e90dc0..b3b37d1150 100644 --- a/packages/components/Button/package.json +++ b/packages/components/Button/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/button", - "version": "0.40.5", + "version": "0.40.6", "description": "A cross-platform Button component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/components/Callout/CHANGELOG.md b/packages/components/Callout/CHANGELOG.md index 169d3cc180..99d4eacb7f 100644 --- a/packages/components/Callout/CHANGELOG.md +++ b/packages/components/Callout/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log - @fluentui-react-native/callout +## 0.28.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @uifabricshared/foundation-composable@0.15.0 + - @uifabricshared/foundation-settings@0.16.6 + - @uifabricshared/foundation-compose@1.16.6 + - @fluentui-react-native/adapters@0.15.0 + - @fluentui-react-native/tokens@0.24.6 + ## 0.28.5 ### Patch Changes diff --git a/packages/components/Callout/package.json b/packages/components/Callout/package.json index 321432c192..b9d6ac4292 100644 --- a/packages/components/Callout/package.json +++ b/packages/components/Callout/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/callout", - "version": "0.28.5", + "version": "0.28.6", "description": "A cross-platform Callout component using the Fluent Design System", "homepage": "https://github.com/microsoft/fluentui-react-native", "license": "MIT", diff --git a/packages/components/Checkbox/CHANGELOG.md b/packages/components/Checkbox/CHANGELOG.md index 8c63d07f58..9d9ecebc13 100644 --- a/packages/components/Checkbox/CHANGELOG.md +++ b/packages/components/Checkbox/CHANGELOG.md @@ -1,5 +1,35 @@ # Change Log - @fluentui-react-native/checkbox +## 0.24.6 + +### Patch Changes + +- 01ed385: Switch packages that referenced globalTokens by object to use the new constant references instead +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/design@0.2.0 + - @fluentui-react-native/theming-utils@0.27.6 + - @uifabricshared/foundation-composable@0.15.0 + - @uifabricshared/foundation-settings@0.16.6 + - @uifabricshared/foundation-compose@1.16.6 + - @fluentui-react-native/interactive-hooks@0.28.6 + - @fluentui-react-native/use-styling@0.16.0 + - @fluentui-react-native/pressable@0.13.6 + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/text@0.25.6 + - @fluentui-react-native/framework-base@0.5.0 + - @fluentui-react-native/adapters@0.15.0 + - @fluentui-react-native/styling-utils@0.8.6 + - @fluentui-react-native/tokens@0.24.6 + ## 0.24.5 ### Patch Changes diff --git a/packages/components/Checkbox/package.json b/packages/components/Checkbox/package.json index 93158eaa4a..173f67173b 100644 --- a/packages/components/Checkbox/package.json +++ b/packages/components/Checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/checkbox", - "version": "0.24.5", + "version": "0.24.6", "description": "A cross-platform Checkbox component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/components/Chip/CHANGELOG.md b/packages/components/Chip/CHANGELOG.md index 54a5c2b8a1..5c379f5028 100644 --- a/packages/components/Chip/CHANGELOG.md +++ b/packages/components/Chip/CHANGELOG.md @@ -1,5 +1,29 @@ # Change Log - @fluentui-react-native/chip +## 0.5.6 + +### Patch Changes + +- 01ed385: Switch packages that referenced globalTokens by object to use the new constant references instead +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/design@0.2.0 + - @fluentui-react-native/interactive-hooks@0.28.6 + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/icon@0.22.6 + - @fluentui-react-native/text@0.25.6 + - @fluentui-react-native/framework-base@0.5.0 + - @fluentui-react-native/adapters@0.15.0 + - @fluentui-react-native/tokens@0.24.6 + ## 0.5.5 ### Patch Changes diff --git a/packages/components/Chip/package.json b/packages/components/Chip/package.json index 5626d468b8..5d88800ae9 100644 --- a/packages/components/Chip/package.json +++ b/packages/components/Chip/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/chip", - "version": "0.5.5", + "version": "0.5.6", "description": "A cross-platform Chip component using the Fluent Design System. A chip is a compact representations of entities (most commonly, people) that can be typed in, deleted or dragged easily.", "homepage": "https://github.com/microsoft/fluentui-react-native", "license": "MIT", diff --git a/packages/components/ContextualMenu/CHANGELOG.md b/packages/components/ContextualMenu/CHANGELOG.md index 844b31ea45..b8e10bdc3e 100644 --- a/packages/components/ContextualMenu/CHANGELOG.md +++ b/packages/components/ContextualMenu/CHANGELOG.md @@ -1,5 +1,29 @@ # Change Log - @fluentui-react-native/contextual-menu +## 0.25.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @uifabricshared/foundation-composable@0.15.0 + - @uifabricshared/foundation-settings@0.16.6 + - @uifabricshared/foundation-compose@1.16.6 + - @fluentui-react-native/interactive-hooks@0.28.6 + - @fluentui-react-native/focus-zone@0.23.0 + - @fluentui-react-native/callout@0.28.6 + - @fluentui-react-native/icon@0.22.6 + - @fluentui-react-native/text@0.25.6 + - @fluentui-react-native/framework-base@0.5.0 + - @fluentui-react-native/adapters@0.15.0 + - @fluentui-react-native/tokens@0.24.6 + ## 0.25.5 ### Patch Changes diff --git a/packages/components/ContextualMenu/package.json b/packages/components/ContextualMenu/package.json index 6b844a1131..1876112a2f 100644 --- a/packages/components/ContextualMenu/package.json +++ b/packages/components/ContextualMenu/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/contextual-menu", - "version": "0.25.5", + "version": "0.25.6", "description": "A cross-platform ContextualMenu component using the Fluent Design System", "homepage": "https://github.com/microsoft/fluentui-react-native", "license": "MIT", diff --git a/packages/components/Divider/CHANGELOG.md b/packages/components/Divider/CHANGELOG.md index be1892e5e8..fe802a41dc 100644 --- a/packages/components/Divider/CHANGELOG.md +++ b/packages/components/Divider/CHANGELOG.md @@ -1,5 +1,27 @@ # Change Log - @fluentui-react-native/divider +## 0.8.6 + +### Patch Changes + +- 01ed385: Switch packages that referenced globalTokens by object to use the new constant references instead +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/design@0.2.0 + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/icon@0.22.6 + - @fluentui-react-native/text@0.25.6 + - @fluentui-react-native/framework-base@0.5.0 + - @fluentui-react-native/tokens@0.24.6 + ## 0.8.5 ### Patch Changes diff --git a/packages/components/Divider/package.json b/packages/components/Divider/package.json index 08f264ffb3..a036d1055c 100644 --- a/packages/components/Divider/package.json +++ b/packages/components/Divider/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/divider", - "version": "0.8.5", + "version": "0.8.6", "description": "A cross-platform Divider component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/components/FocusTrapZone/CHANGELOG.md b/packages/components/FocusTrapZone/CHANGELOG.md index 66b0cbad5c..19b1add8e2 100644 --- a/packages/components/FocusTrapZone/CHANGELOG.md +++ b/packages/components/FocusTrapZone/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log - @fluentui-react-native/focus-trap-zone +## 0.14.0 + +### Minor Changes + +- e2a4065: rework framework rendering to prepare for new component structure + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [9d2bb3e] + - @uifabricshared/foundation-composable@0.15.0 + - @uifabricshared/foundation-settings@0.16.6 + - @fluentui-react-native/interactive-hooks@0.28.6 + - @fluentui-react-native/adapters@0.15.0 + ## 0.13.5 ### Patch Changes diff --git a/packages/components/FocusTrapZone/package.json b/packages/components/FocusTrapZone/package.json index 5b7c9f0ddd..cdce31ff96 100644 --- a/packages/components/FocusTrapZone/package.json +++ b/packages/components/FocusTrapZone/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/focus-trap-zone", - "version": "0.13.5", + "version": "0.14.0", "description": "A cross-platform FocusTrapZone component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/components/FocusZone/CHANGELOG.md b/packages/components/FocusZone/CHANGELOG.md index caf13c6be4..39a9fed2f2 100644 --- a/packages/components/FocusZone/CHANGELOG.md +++ b/packages/components/FocusZone/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log - @fluentui-react-native/focus-zone +## 0.23.0 + +### Minor Changes + +- e2a4065: rework framework rendering to prepare for new component structure + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [9d2bb3e] + - @uifabricshared/foundation-composable@0.15.0 + - @uifabricshared/foundation-settings@0.16.6 + - @fluentui-react-native/interactive-hooks@0.28.6 + - @fluentui-react-native/adapters@0.15.0 + ## 0.22.5 ### Patch Changes diff --git a/packages/components/FocusZone/package.json b/packages/components/FocusZone/package.json index 7e127d3567..62d05f09e9 100644 --- a/packages/components/FocusZone/package.json +++ b/packages/components/FocusZone/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/focus-zone", - "version": "0.22.5", + "version": "0.23.0", "description": "A cross-platform FocusZone component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/components/Icon/CHANGELOG.md b/packages/components/Icon/CHANGELOG.md index 5db43efbda..68273caac0 100644 --- a/packages/components/Icon/CHANGELOG.md +++ b/packages/components/Icon/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log - @fluentui-react-native/icon +## 0.22.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/text@0.25.6 + - @fluentui-react-native/framework-base@0.5.0 + - @fluentui-react-native/adapters@0.15.0 + ## 0.22.5 ### Patch Changes diff --git a/packages/components/Icon/package.json b/packages/components/Icon/package.json index 85580dec13..5ef6084655 100644 --- a/packages/components/Icon/package.json +++ b/packages/components/Icon/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/icon", - "version": "0.22.5", + "version": "0.22.6", "description": "A cross-platform Icon component", "license": "MIT", "author": "", diff --git a/packages/components/Input/CHANGELOG.md b/packages/components/Input/CHANGELOG.md index 64d23129cf..5c7eaa91bd 100644 --- a/packages/components/Input/CHANGELOG.md +++ b/packages/components/Input/CHANGELOG.md @@ -1,5 +1,30 @@ # Change Log - @fluentui-react-native/input +## 0.8.6 + +### Patch Changes + +- 01ed385: Switch packages that referenced globalTokens by object to use the new constant references instead +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/design@0.2.0 + - @fluentui-react-native/interactive-hooks@0.28.6 + - @fluentui-react-native/use-styling@0.16.0 + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/icon@0.22.6 + - @fluentui-react-native/text@0.25.6 + - @fluentui-react-native/framework-base@0.5.0 + - @fluentui-react-native/styling-utils@0.8.6 + - @fluentui-react-native/tokens@0.24.6 + ## 0.8.5 ### Patch Changes diff --git a/packages/components/Input/package.json b/packages/components/Input/package.json index 8f92e55a22..b5c83666c5 100644 --- a/packages/components/Input/package.json +++ b/packages/components/Input/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/input", - "version": "0.8.5", + "version": "0.8.6", "description": "A cross-platform Text input component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/components/Link/CHANGELOG.md b/packages/components/Link/CHANGELOG.md index 1d430b8813..240cb81e24 100644 --- a/packages/components/Link/CHANGELOG.md +++ b/packages/components/Link/CHANGELOG.md @@ -1,5 +1,28 @@ # Change Log - @fluentui-react-native/link +## 0.24.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @uifabricshared/foundation-composable@0.15.0 + - @uifabricshared/foundation-settings@0.16.6 + - @uifabricshared/foundation-compose@1.16.6 + - @fluentui-react-native/interactive-hooks@0.28.6 + - @fluentui-react-native/use-styling@0.16.0 + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/text@0.25.6 + - @fluentui-react-native/framework-base@0.5.0 + - @fluentui-react-native/adapters@0.15.0 + - @fluentui-react-native/tokens@0.24.6 + ## 0.24.5 ### Patch Changes diff --git a/packages/components/Link/package.json b/packages/components/Link/package.json index d0613806f1..bfa1a2560b 100644 --- a/packages/components/Link/package.json +++ b/packages/components/Link/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/link", - "version": "0.24.5", + "version": "0.24.6", "description": "A cross-platform Link component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/components/Menu/CHANGELOG.md b/packages/components/Menu/CHANGELOG.md index db936d51de..d9c1c57338 100644 --- a/packages/components/Menu/CHANGELOG.md +++ b/packages/components/Menu/CHANGELOG.md @@ -1,5 +1,37 @@ # Change Log - @fluentui-react-native/menu +## 1.16.0 + +### Minor Changes + +- e2a4065: rework framework rendering to prepare for new component structure + +### Patch Changes + +- 01ed385: Switch packages that referenced globalTokens by object to use the new constant references instead +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/design@0.2.0 + - @fluentui-react-native/theming-utils@0.27.6 + - @fluentui-react-native/interactive-hooks@0.28.6 + - @fluentui-react-native/use-styling@0.16.0 + - @fluentui-react-native/focus-zone@0.23.0 + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/callout@0.28.6 + - @fluentui-react-native/icon@0.22.6 + - @fluentui-react-native/text@0.25.6 + - @fluentui-react-native/framework-base@0.5.0 + - @fluentui-react-native/adapters@0.15.0 + - @fluentui-react-native/tokens@0.24.6 + ## 1.15.5 ### Patch Changes diff --git a/packages/components/Menu/package.json b/packages/components/Menu/package.json index 8a4e79a142..c13fb76a24 100644 --- a/packages/components/Menu/package.json +++ b/packages/components/Menu/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/menu", - "version": "1.15.5", + "version": "1.16.0", "description": "A cross-platform Menu component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/components/MenuButton/CHANGELOG.md b/packages/components/MenuButton/CHANGELOG.md index e41d58e524..df36ff1d91 100644 --- a/packages/components/MenuButton/CHANGELOG.md +++ b/packages/components/MenuButton/CHANGELOG.md @@ -1,5 +1,30 @@ # Change Log - @fluentui-react-native/menu-button +## 0.15.0 + +### Minor Changes + +- e2a4065: rework framework rendering to prepare for new component structure + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/button@0.40.6 + - @uifabricshared/foundation-composable@0.15.0 + - @uifabricshared/foundation-settings@0.16.6 + - @uifabricshared/foundation-compose@1.16.6 + - @fluentui-react-native/contextual-menu@0.25.6 + - @fluentui-react-native/icon@0.22.6 + - @fluentui-react-native/framework-base@0.5.0 + - @fluentui-react-native/tokens@0.24.6 + ## 0.14.5 ### Patch Changes diff --git a/packages/components/MenuButton/package.json b/packages/components/MenuButton/package.json index ea54c6be42..6e8ea7cd5e 100644 --- a/packages/components/MenuButton/package.json +++ b/packages/components/MenuButton/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/menu-button", - "version": "0.14.5", + "version": "0.15.0", "description": "A cross-platform MenuButton component using the Fluent Design System", "homepage": "https://github.com/microsoft/fluentui-react-native", "license": "MIT", diff --git a/packages/components/Notification/CHANGELOG.md b/packages/components/Notification/CHANGELOG.md index e6d3055e2e..7b2c39ca76 100644 --- a/packages/components/Notification/CHANGELOG.md +++ b/packages/components/Notification/CHANGELOG.md @@ -1,5 +1,35 @@ # Change Log - @fluentui-react-native/notification +## 0.26.6 + +### Patch Changes + +- 01ed385: Switch packages that referenced globalTokens by object to use the new constant references instead +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- d2690c9: Move theme type definitions into the `@fluentui-react-native/design` package under the new `@fluentui-react-native/design/theming` submodule export. The `@fluentui-react-native/theme-types` package is now a thin compatibility shim that re-exports from `@fluentui-react-native/design/theming`, and all in-repo consumers now reference the new submodule. +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/design@0.2.0 + - @fluentui-react-native/button@0.40.6 + - @fluentui-react-native/experimental-appearance-additions@0.8.6 + - @fluentui-react-native/interactive-hooks@0.28.6 + - @fluentui-react-native/use-styling@0.16.0 + - @fluentui-react-native/pressable@0.13.6 + - @fluentui-react-native/experimental-shadow@0.7.6 + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/icon@0.22.6 + - @fluentui-react-native/text@0.25.6 + - @fluentui-react-native/framework-base@0.5.0 + - @fluentui-react-native/adapters@0.15.0 + - @fluentui-react-native/tokens@0.24.6 + ## 0.26.5 ### Patch Changes diff --git a/packages/components/Notification/package.json b/packages/components/Notification/package.json index 1c6f865dc6..e05f467012 100644 --- a/packages/components/Notification/package.json +++ b/packages/components/Notification/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/notification", - "version": "0.26.5", + "version": "0.26.6", "description": "add component-description", "license": "MIT", "author": "", diff --git a/packages/components/Persona/CHANGELOG.md b/packages/components/Persona/CHANGELOG.md index df16818267..d23b8d4bba 100644 --- a/packages/components/Persona/CHANGELOG.md +++ b/packages/components/Persona/CHANGELOG.md @@ -1,5 +1,31 @@ # Change Log - @fluentui-react-native/persona +## 0.18.0 + +### Minor Changes + +- e2a4065: rework framework rendering to prepare for new component structure + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/persona-coin@0.17.0 + - @uifabricshared/foundation-composable@0.15.0 + - @uifabricshared/foundation-settings@0.16.6 + - @uifabricshared/foundation-compose@1.16.6 + - @uifabricshared/foundation-tokens@0.16.6 + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/framework-base@0.5.0 + - @fluentui-react-native/adapters@0.15.0 + - @fluentui-react-native/tokens@0.24.6 + ## 0.17.5 ### Patch Changes diff --git a/packages/components/Persona/package.json b/packages/components/Persona/package.json index c65a43ed63..1266d148e0 100644 --- a/packages/components/Persona/package.json +++ b/packages/components/Persona/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/persona", - "version": "0.17.5", + "version": "0.18.0", "description": "A cross-platform Persona component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/components/PersonaCoin/CHANGELOG.md b/packages/components/PersonaCoin/CHANGELOG.md index 9ae24641dc..31658e45c1 100644 --- a/packages/components/PersonaCoin/CHANGELOG.md +++ b/packages/components/PersonaCoin/CHANGELOG.md @@ -1,5 +1,34 @@ # Change Log - @fluentui-react-native/persona-coin +## 0.17.0 + +### Minor Changes + +- e2a4065: rework framework rendering to prepare for new component structure + +### Patch Changes + +- 01ed385: Switch packages that referenced globalTokens by object to use the new constant references instead +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/design@0.2.0 + - @uifabricshared/foundation-composable@0.15.0 + - @uifabricshared/foundation-settings@0.16.6 + - @uifabricshared/foundation-compose@1.16.6 + - @uifabricshared/foundation-tokens@0.16.6 + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/framework-base@0.5.0 + - @fluentui-react-native/adapters@0.15.0 + - @fluentui-react-native/tokens@0.24.6 + ## 0.16.5 ### Patch Changes diff --git a/packages/components/PersonaCoin/package.json b/packages/components/PersonaCoin/package.json index 29713a37dd..13a54ce43e 100644 --- a/packages/components/PersonaCoin/package.json +++ b/packages/components/PersonaCoin/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/persona-coin", - "version": "0.16.5", + "version": "0.17.0", "description": "A cross-platform PersonaCoin component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/components/Pressable/CHANGELOG.md b/packages/components/Pressable/CHANGELOG.md index 1e8e84803f..cd76f78d34 100644 --- a/packages/components/Pressable/CHANGELOG.md +++ b/packages/components/Pressable/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log - @fluentui-react-native/pressable +## 0.13.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [9d2bb3e] + - @uifabricshared/foundation-composable@0.15.0 + - @uifabricshared/foundation-settings@0.16.6 + - @fluentui-react-native/interactive-hooks@0.28.6 + - @fluentui-react-native/adapters@0.15.0 + ## 0.13.5 ### Patch Changes diff --git a/packages/components/Pressable/package.json b/packages/components/Pressable/package.json index 66cbc9858e..241bf955d1 100644 --- a/packages/components/Pressable/package.json +++ b/packages/components/Pressable/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/pressable", - "version": "0.13.5", + "version": "0.13.6", "description": "A cross-platform Pressable component", "license": "MIT", "author": "", diff --git a/packages/components/RadioGroup/CHANGELOG.md b/packages/components/RadioGroup/CHANGELOG.md index 08cfa8a90d..b7652c3541 100644 --- a/packages/components/RadioGroup/CHANGELOG.md +++ b/packages/components/RadioGroup/CHANGELOG.md @@ -1,5 +1,34 @@ # Change Log - @fluentui-react-native/radio-group +## 0.22.6 + +### Patch Changes + +- 01ed385: Switch packages that referenced globalTokens by object to use the new constant references instead +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/design@0.2.0 + - @uifabricshared/foundation-composable@0.15.0 + - @uifabricshared/foundation-settings@0.16.6 + - @uifabricshared/foundation-compose@1.16.6 + - @fluentui-react-native/interactive-hooks@0.28.6 + - @fluentui-react-native/use-styling@0.16.0 + - @fluentui-react-native/focus-zone@0.23.0 + - @fluentui-react-native/pressable@0.13.6 + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/text@0.25.6 + - @fluentui-react-native/framework-base@0.5.0 + - @fluentui-react-native/adapters@0.15.0 + - @fluentui-react-native/tokens@0.24.6 + ## 0.22.5 ### Patch Changes diff --git a/packages/components/RadioGroup/package.json b/packages/components/RadioGroup/package.json index 89e635ea73..b638bf7b99 100644 --- a/packages/components/RadioGroup/package.json +++ b/packages/components/RadioGroup/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/radio-group", - "version": "0.22.5", + "version": "0.22.6", "description": "A cross-platform Radio Group component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/components/Separator/CHANGELOG.md b/packages/components/Separator/CHANGELOG.md index f418bbd8e1..713caa6cba 100644 --- a/packages/components/Separator/CHANGELOG.md +++ b/packages/components/Separator/CHANGELOG.md @@ -1,5 +1,25 @@ # Change Log - @fluentui-react-native/separator +## 0.19.6 + +### Patch Changes + +- 01ed385: Switch packages that referenced globalTokens by object to use the new constant references instead +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/design@0.2.0 + - @fluentui-react-native/use-styling@0.16.0 + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/framework-base@0.5.0 + ## 0.19.5 ### Patch Changes diff --git a/packages/components/Separator/package.json b/packages/components/Separator/package.json index e8aa24d091..db96326f55 100644 --- a/packages/components/Separator/package.json +++ b/packages/components/Separator/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/separator", - "version": "0.19.5", + "version": "0.19.6", "description": "A cross-platform Separator component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/components/Stack/CHANGELOG.md b/packages/components/Stack/CHANGELOG.md index 949d54a1d3..5b4c55cb57 100644 --- a/packages/components/Stack/CHANGELOG.md +++ b/packages/components/Stack/CHANGELOG.md @@ -1,5 +1,29 @@ # Change Log - @fluentui-react-native/stack +## 0.12.0 + +### Minor Changes + +- e2a4065: rework framework rendering to prepare for new component structure + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @uifabricshared/foundation-composable@0.15.0 + - @uifabricshared/foundation-settings@0.16.6 + - @uifabricshared/foundation-compose@1.16.6 + - @uifabricshared/foundation-tokens@0.16.6 + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/framework-base@0.5.0 + - @fluentui-react-native/adapters@0.15.0 + - @fluentui-react-native/tokens@0.24.6 + ## 0.11.5 ### Patch Changes diff --git a/packages/components/Stack/package.json b/packages/components/Stack/package.json index dc6206ab49..c328121123 100644 --- a/packages/components/Stack/package.json +++ b/packages/components/Stack/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/stack", - "version": "0.11.5", + "version": "0.12.0", "description": "A cross-platform opinionated Fluent Text component", "license": "MIT", "author": "", diff --git a/packages/components/Switch/CHANGELOG.md b/packages/components/Switch/CHANGELOG.md index 8856d9037d..a92e654ba0 100644 --- a/packages/components/Switch/CHANGELOG.md +++ b/packages/components/Switch/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log - @fluentui-react-native/switch +## 0.14.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/theming-utils@0.27.6 + - @fluentui-react-native/interactive-hooks@0.28.6 + - @fluentui-react-native/use-styling@0.16.0 + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/text@0.25.6 + - @fluentui-react-native/framework-base@0.5.0 + - @fluentui-react-native/tokens@0.24.6 + ## 0.14.5 ### Patch Changes diff --git a/packages/components/Switch/package.json b/packages/components/Switch/package.json index 401bb939fd..7b27f9e2de 100644 --- a/packages/components/Switch/package.json +++ b/packages/components/Switch/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/switch", - "version": "0.14.5", + "version": "0.14.6", "description": "A cross-platform Switch component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/components/TabList/CHANGELOG.md b/packages/components/TabList/CHANGELOG.md index f017c6e8db..b78a98228d 100644 --- a/packages/components/TabList/CHANGELOG.md +++ b/packages/components/TabList/CHANGELOG.md @@ -1,5 +1,29 @@ # Change Log - @fluentui-react-native/tablist +## 0.8.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/theming-utils@0.27.6 + - @fluentui-react-native/interactive-hooks@0.28.6 + - @fluentui-react-native/use-styling@0.16.0 + - @fluentui-react-native/focus-zone@0.23.0 + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/icon@0.22.6 + - @fluentui-react-native/text@0.25.6 + - @fluentui-react-native/framework-base@0.5.0 + - @fluentui-react-native/adapters@0.15.0 + - @fluentui-react-native/tokens@0.24.6 + ## 0.8.5 ### Patch Changes diff --git a/packages/components/TabList/package.json b/packages/components/TabList/package.json index bc36334e2c..7213d8b22b 100644 --- a/packages/components/TabList/package.json +++ b/packages/components/TabList/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/tablist", - "version": "0.8.5", + "version": "0.8.6", "description": "A cross-platform TabList component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/components/Text/CHANGELOG.md b/packages/components/Text/CHANGELOG.md index 0c7bc6aa80..6699e99600 100644 --- a/packages/components/Text/CHANGELOG.md +++ b/packages/components/Text/CHANGELOG.md @@ -1,5 +1,28 @@ # Change Log - @fluentui-react-native/text +## 0.25.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- c1de024: Add central font size/weight lookup by name to design package and consume in Text.tsx +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/design@0.2.0 + - @uifabricshared/foundation-compose@1.16.6 + - @fluentui-react-native/interactive-hooks@0.28.6 + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/framework-base@0.5.0 + - @fluentui-react-native/adapters@0.15.0 + - @fluentui-react-native/tokens@0.24.6 + ## 0.25.5 ### Patch Changes diff --git a/packages/components/Text/package.json b/packages/components/Text/package.json index b2122c7086..9d9f1afcd9 100644 --- a/packages/components/Text/package.json +++ b/packages/components/Text/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/text", - "version": "0.25.5", + "version": "0.25.6", "description": "A cross-platform Text component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/dependency-profiles/CHANGELOG.md b/packages/dependency-profiles/CHANGELOG.md index 8dafc49718..977e1e894e 100644 --- a/packages/dependency-profiles/CHANGELOG.md +++ b/packages/dependency-profiles/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log - @fluentui-react-native/dependency-profiles +## 0.10.0 + +### Minor Changes + +- e2a4065: rework framework rendering to prepare for new component structure + +### Patch Changes + +- c1de024: Add central font size/weight lookup by name to design package and consume in Text.tsx + ## 0.9.2 ### Patch Changes diff --git a/packages/dependency-profiles/package.json b/packages/dependency-profiles/package.json index 24f5d0b8ff..a015a62c05 100644 --- a/packages/dependency-profiles/package.json +++ b/packages/dependency-profiles/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/dependency-profiles", - "version": "0.9.3", + "version": "0.10.1", "description": "@rnx-kit/align-deps profiles covering packages published from FluentUI-React-Native", "license": "MIT", "repository": { diff --git a/packages/dependency-profiles/src/index.js b/packages/dependency-profiles/src/index.js index a14fbf49bf..3a250a6dd3 100644 --- a/packages/dependency-profiles/src/index.js +++ b/packages/dependency-profiles/src/index.js @@ -4,291 +4,291 @@ module.exports = { "0.81": { "@fluentui-react-native/tester": { "name": "@fluentui-react-native/tester", - "version": "0.170.53" + "version": "0.170.54" }, "@fluentui-react-native/design": { "name": "@fluentui-react-native/design", - "version": "0.1.0" + "version": "0.2.0" }, "@fluentui-react-native/avatar": { "name": "@fluentui-react-native/avatar", - "version": "1.13.5" + "version": "1.14.0" }, "@fluentui-react-native/badge": { "name": "@fluentui-react-native/badge", - "version": "0.12.5" + "version": "0.12.6" }, "@fluentui-react-native/button": { "name": "@fluentui-react-native/button", - "version": "0.40.5" + "version": "0.40.6" }, "@fluentui-react-native/callout": { "name": "@fluentui-react-native/callout", - "version": "0.28.5" + "version": "0.28.6" }, "@fluentui-react-native/checkbox": { "name": "@fluentui-react-native/checkbox", - "version": "0.24.5" + "version": "0.24.6" }, "@fluentui-react-native/chip": { "name": "@fluentui-react-native/chip", - "version": "0.5.5" + "version": "0.5.6" }, "@fluentui-react-native/contextual-menu": { "name": "@fluentui-react-native/contextual-menu", - "version": "0.25.5" + "version": "0.25.6" }, "@fluentui-react-native/divider": { "name": "@fluentui-react-native/divider", - "version": "0.8.5" + "version": "0.8.6" }, "@fluentui-react-native/focus-trap-zone": { "name": "@fluentui-react-native/focus-trap-zone", - "version": "0.13.5" + "version": "0.14.0" }, "@fluentui-react-native/focus-zone": { "name": "@fluentui-react-native/focus-zone", - "version": "0.22.5" + "version": "0.23.0" }, "@fluentui-react-native/icon": { "name": "@fluentui-react-native/icon", - "version": "0.22.5" + "version": "0.22.6" }, "@fluentui-react-native/input": { "name": "@fluentui-react-native/input", - "version": "0.8.5" + "version": "0.8.6" }, "@fluentui-react-native/link": { "name": "@fluentui-react-native/link", - "version": "0.24.5" + "version": "0.24.6" }, "@fluentui-react-native/menu": { "name": "@fluentui-react-native/menu", - "version": "1.15.5" + "version": "1.16.0" }, "@fluentui-react-native/menu-button": { "name": "@fluentui-react-native/menu-button", - "version": "0.14.5" + "version": "0.15.0" }, "@fluentui-react-native/notification": { "name": "@fluentui-react-native/notification", - "version": "0.26.5" + "version": "0.26.6" }, "@fluentui-react-native/persona": { "name": "@fluentui-react-native/persona", - "version": "0.17.5" + "version": "0.18.0" }, "@fluentui-react-native/persona-coin": { "name": "@fluentui-react-native/persona-coin", - "version": "0.16.5" + "version": "0.17.0" }, "@fluentui-react-native/pressable": { "name": "@fluentui-react-native/pressable", - "version": "0.13.5" + "version": "0.13.6" }, "@fluentui-react-native/radio-group": { "name": "@fluentui-react-native/radio-group", - "version": "0.22.5" + "version": "0.22.6" }, "@fluentui-react-native/separator": { "name": "@fluentui-react-native/separator", - "version": "0.19.5" + "version": "0.19.6" }, "@fluentui-react-native/stack": { "name": "@fluentui-react-native/stack", - "version": "0.11.5" + "version": "0.12.0" }, "@fluentui-react-native/switch": { "name": "@fluentui-react-native/switch", - "version": "0.14.5" + "version": "0.14.6" }, "@fluentui-react-native/tablist": { "name": "@fluentui-react-native/tablist", - "version": "0.8.5" + "version": "0.8.6" }, "@fluentui-react-native/text": { "name": "@fluentui-react-native/text", - "version": "0.25.5" + "version": "0.25.6" }, "@uifabricshared/foundation-composable": { "name": "@uifabricshared/foundation-composable", - "version": "0.14.5" + "version": "0.15.0" }, "@uifabricshared/foundation-compose": { "name": "@uifabricshared/foundation-compose", - "version": "1.16.5" + "version": "1.16.6" }, "@uifabricshared/foundation-settings": { "name": "@uifabricshared/foundation-settings", - "version": "0.16.5" + "version": "0.16.6" }, "@uifabricshared/foundation-tokens": { "name": "@uifabricshared/foundation-tokens", - "version": "0.16.5" + "version": "0.16.6" }, "@uifabricshared/theme-registry": { "name": "@uifabricshared/theme-registry", - "version": "0.13.5" + "version": "0.13.6" }, "@uifabricshared/themed-settings": { "name": "@uifabricshared/themed-settings", - "version": "0.13.5" + "version": "0.13.6" }, "@uifabricshared/theming-ramp": { "name": "@uifabricshared/theming-ramp", - "version": "0.21.5" + "version": "0.21.6" }, "@uifabricshared/theming-react-native": { "name": "@uifabricshared/theming-react-native", - "version": "0.21.5" + "version": "0.21.6" }, "@fluentui-react-native/experimental-activity-indicator": { "name": "@fluentui-react-native/experimental-activity-indicator", - "version": "0.11.5" + "version": "0.11.6" }, "@fluentui-react-native/experimental-appearance-additions": { "name": "@fluentui-react-native/experimental-appearance-additions", - "version": "0.8.5" + "version": "0.8.6" }, "@fluentui-react-native/experimental-avatar": { "name": "@fluentui-react-native/experimental-avatar", - "version": "0.22.5" + "version": "0.22.6" }, "@fluentui-react-native/experimental-checkbox": { "name": "@fluentui-react-native/experimental-checkbox", - "version": "0.18.5" + "version": "0.18.6" }, "@fluentui-react-native/drawer": { "name": "@fluentui-react-native/drawer", - "version": "0.5.5" + "version": "0.5.6" }, "@fluentui-react-native/dropdown": { "name": "@fluentui-react-native/dropdown", - "version": "0.11.5" + "version": "0.11.6" }, "@fluentui-react-native/experimental-expander": { "name": "@fluentui-react-native/experimental-expander", - "version": "0.9.5" + "version": "0.9.6" }, "@fluentui-react-native/experimental-menu-button": { "name": "@fluentui-react-native/experimental-menu-button", - "version": "0.11.5" + "version": "0.11.6" }, "@fluentui-react-native/experimental-native-date-picker": { "name": "@fluentui-react-native/experimental-native-date-picker", - "version": "0.12.5" + "version": "0.12.6" }, "@fluentui-react-native/experimental-native-font-metrics": { "name": "@fluentui-react-native/experimental-native-font-metrics", - "version": "0.7.5" + "version": "0.7.6" }, "@fluentui-react-native/overflow": { "name": "@fluentui-react-native/overflow", - "version": "0.4.5" + "version": "0.5.0" }, "@fluentui-react-native/popover": { "name": "@fluentui-react-native/popover", - "version": "0.5.5" + "version": "0.5.6" }, "@fluentui-react-native/experimental-shadow": { "name": "@fluentui-react-native/experimental-shadow", - "version": "0.7.5" + "version": "0.7.6" }, "@fluentui-react-native/experimental-shimmer": { "name": "@fluentui-react-native/experimental-shimmer", - "version": "0.14.5" + "version": "0.15.0" }, "@fluentui-react-native/spinner": { "name": "@fluentui-react-native/spinner", - "version": "0.10.5" + "version": "0.10.6" }, "@fluentui-react-native/tooltip": { "name": "@fluentui-react-native/tooltip", - "version": "0.5.5" + "version": "0.5.6" }, "@fluentui-react-native/vibrancy-view": { "name": "@fluentui-react-native/vibrancy-view", - "version": "0.4.5" + "version": "0.4.6" }, "@fluentui-react-native/framework-base": { "name": "@fluentui-react-native/framework-base", - "version": "0.4.1" + "version": "0.5.0" }, "@fluentui-react-native/composition": { "name": "@fluentui-react-native/composition", - "version": "0.13.1" + "version": "0.14.0" }, "@fluentui-react-native/framework": { "name": "@fluentui-react-native/framework", - "version": "0.16.1" + "version": "0.17.0" }, "@fluentui-react-native/theme": { "name": "@fluentui-react-native/theme", - "version": "0.13.1" + "version": "0.14.0" }, "@fluentui-react-native/themed-stylesheet": { "name": "@fluentui-react-native/themed-stylesheet", - "version": "1.9.1" + "version": "1.10.0" }, "@fluentui-react-native/use-slots": { "name": "@fluentui-react-native/use-slots", - "version": "0.12.1" + "version": "0.13.0" }, "@fluentui-react-native/use-styling": { "name": "@fluentui-react-native/use-styling", - "version": "0.15.1" + "version": "0.16.0" }, "@fluentui-react-native/use-tokens": { "name": "@fluentui-react-native/use-tokens", - "version": "0.8.1" + "version": "0.9.0" }, "@fluentui/react-native": { "name": "@fluentui/react-native", - "version": "0.43.5" + "version": "0.43.6" }, "@fluentui-react-native/android-theme": { "name": "@fluentui-react-native/android-theme", - "version": "0.26.5" + "version": "0.26.6" }, "@fluentui-react-native/apple-theme": { "name": "@fluentui-react-native/apple-theme", - "version": "0.29.5" + "version": "0.29.6" }, "@fluentui-react-native/default-theme": { "name": "@fluentui-react-native/default-theme", - "version": "0.27.5" + "version": "0.27.6" }, "@fluentui-react-native/theme-tokens": { "name": "@fluentui-react-native/theme-tokens", - "version": "0.28.5" + "version": "0.29.0" }, "@fluentui-react-native/theme-types": { "name": "@fluentui-react-native/theme-types", - "version": "0.44.5" + "version": "0.44.6" }, "@fluentui-react-native/theming-utils": { "name": "@fluentui-react-native/theming-utils", - "version": "0.27.5" + "version": "0.27.6" }, "@fluentui-react-native/win32-theme": { "name": "@fluentui-react-native/win32-theme", - "version": "0.39.5" + "version": "0.39.6" }, "@fluentui-react-native/adapters": { "name": "@fluentui-react-native/adapters", - "version": "0.14.5" + "version": "0.15.0" }, "@fluentui-react-native/interactive-hooks": { "name": "@fluentui-react-native/interactive-hooks", - "version": "0.28.5" + "version": "0.28.6" }, "@fluentui-react-native/styling-utils": { "name": "@fluentui-react-native/styling-utils", - "version": "0.8.5" + "version": "0.8.6" }, "@fluentui-react-native/tokens": { "name": "@fluentui-react-native/tokens", - "version": "0.24.5" + "version": "0.24.6" } }, "0.74": { diff --git a/packages/deprecated/foundation-composable/CHANGELOG.md b/packages/deprecated/foundation-composable/CHANGELOG.md index 6aeab04225..cf34950337 100644 --- a/packages/deprecated/foundation-composable/CHANGELOG.md +++ b/packages/deprecated/foundation-composable/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log - @uifabricshared/foundation-composable +## 0.15.0 + +### Minor Changes + +- e2a4065: rework framework rendering to prepare for new component structure + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [9d2bb3e] + - @uifabricshared/foundation-settings@0.16.6 + - @fluentui-react-native/framework-base@0.5.0 + ## 0.14.5 ### Patch Changes diff --git a/packages/deprecated/foundation-composable/package.json b/packages/deprecated/foundation-composable/package.json index 3ff686c964..c387161d01 100644 --- a/packages/deprecated/foundation-composable/package.json +++ b/packages/deprecated/foundation-composable/package.json @@ -1,6 +1,6 @@ { "name": "@uifabricshared/foundation-composable", - "version": "0.14.5", + "version": "0.15.0", "description": "Composable component building blocks", "keywords": [], "license": "MIT", diff --git a/packages/deprecated/foundation-compose/CHANGELOG.md b/packages/deprecated/foundation-compose/CHANGELOG.md index c5e4d405c2..9c2bfa2d0b 100644 --- a/packages/deprecated/foundation-compose/CHANGELOG.md +++ b/packages/deprecated/foundation-compose/CHANGELOG.md @@ -1,5 +1,29 @@ # Change Log - @uifabricshared/foundation-compose +## 1.16.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- d2690c9: Move theme type definitions into the `@fluentui-react-native/design` package under the new `@fluentui-react-native/design/theming` submodule export. The `@fluentui-react-native/theme-types` package is now a thin compatibility shim that re-exports from `@fluentui-react-native/design/theming`, and all in-repo consumers now reference the new submodule. +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/design@0.2.0 + - @uifabricshared/foundation-composable@0.15.0 + - @uifabricshared/foundation-settings@0.16.6 + - @uifabricshared/foundation-tokens@0.16.6 + - @uifabricshared/themed-settings@0.13.6 + - @uifabricshared/theming-ramp@0.21.6 + - @fluentui-react-native/default-theme@0.27.6 + - @fluentui-react-native/framework-base@0.5.0 + ## 1.16.5 ### Patch Changes diff --git a/packages/deprecated/foundation-compose/package.json b/packages/deprecated/foundation-compose/package.json index 3240864737..937ae6b1bb 100644 --- a/packages/deprecated/foundation-compose/package.json +++ b/packages/deprecated/foundation-compose/package.json @@ -1,6 +1,6 @@ { "name": "@uifabricshared/foundation-compose", - "version": "1.16.5", + "version": "1.16.6", "description": "Compose infrastructure", "keywords": [], "license": "MIT", diff --git a/packages/deprecated/foundation-settings/CHANGELOG.md b/packages/deprecated/foundation-settings/CHANGELOG.md index fea4b2447f..40ef7404dc 100644 --- a/packages/deprecated/foundation-settings/CHANGELOG.md +++ b/packages/deprecated/foundation-settings/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log - @uifabricshared/foundation-settings +## 0.16.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- 9d2bb3e: Stop caching styles automatically in mergeProps +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/framework-base@0.5.0 + ## 0.16.5 ### Patch Changes diff --git a/packages/deprecated/foundation-settings/package.json b/packages/deprecated/foundation-settings/package.json index 19ef2a5ef7..5df7bfd340 100644 --- a/packages/deprecated/foundation-settings/package.json +++ b/packages/deprecated/foundation-settings/package.json @@ -1,6 +1,6 @@ { "name": "@uifabricshared/foundation-settings", - "version": "0.16.5", + "version": "0.16.6", "description": "Settings and style definitions and helpers", "keywords": [], "license": "MIT", diff --git a/packages/deprecated/foundation-tokens/CHANGELOG.md b/packages/deprecated/foundation-tokens/CHANGELOG.md index 1be11fb243..6ba03ba394 100644 --- a/packages/deprecated/foundation-tokens/CHANGELOG.md +++ b/packages/deprecated/foundation-tokens/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log - @uifabricshared/foundation-tokens +## 0.16.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @uifabricshared/foundation-settings@0.16.6 + - @fluentui-react-native/framework-base@0.5.0 + - @fluentui-react-native/tokens@0.24.6 + ## 0.16.5 ### Patch Changes diff --git a/packages/deprecated/foundation-tokens/package.json b/packages/deprecated/foundation-tokens/package.json index 415a8e3ad8..a3c4a445b2 100644 --- a/packages/deprecated/foundation-tokens/package.json +++ b/packages/deprecated/foundation-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@uifabricshared/foundation-tokens", - "version": "0.16.5", + "version": "0.16.6", "description": "Core tokens package", "keywords": [], "license": "MIT", diff --git a/packages/deprecated/theme-registry/CHANGELOG.md b/packages/deprecated/theme-registry/CHANGELOG.md index 5627bc100b..59afde061a 100644 --- a/packages/deprecated/theme-registry/CHANGELOG.md +++ b/packages/deprecated/theme-registry/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log - @uifabricshared/theme-registry +## 0.13.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes + ## 0.13.5 ### Patch Changes diff --git a/packages/deprecated/theme-registry/package.json b/packages/deprecated/theme-registry/package.json index 0d2837c951..e6960c43d7 100644 --- a/packages/deprecated/theme-registry/package.json +++ b/packages/deprecated/theme-registry/package.json @@ -1,6 +1,6 @@ { "name": "@uifabricshared/theme-registry", - "version": "0.13.5", + "version": "0.13.6", "description": "Implementation of the theme graph", "keywords": [], "license": "MIT", diff --git a/packages/deprecated/themed-settings/CHANGELOG.md b/packages/deprecated/themed-settings/CHANGELOG.md index ce629d1a7d..5b142c01ac 100644 --- a/packages/deprecated/themed-settings/CHANGELOG.md +++ b/packages/deprecated/themed-settings/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log - @uifabricshared/themed-settings +## 0.13.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [9d2bb3e] + - @uifabricshared/foundation-settings@0.16.6 + - @fluentui-react-native/framework-base@0.5.0 + ## 0.13.5 ### Patch Changes diff --git a/packages/deprecated/themed-settings/package.json b/packages/deprecated/themed-settings/package.json index ee8e1acef8..15d8fbad11 100644 --- a/packages/deprecated/themed-settings/package.json +++ b/packages/deprecated/themed-settings/package.json @@ -1,6 +1,6 @@ { "name": "@uifabricshared/themed-settings", - "version": "0.13.5", + "version": "0.13.6", "description": "Package which drives custom cacheable settings for a component", "keywords": [], "license": "MIT", diff --git a/packages/deprecated/theming-ramp/CHANGELOG.md b/packages/deprecated/theming-ramp/CHANGELOG.md index acdd764df4..f4dc045573 100644 --- a/packages/deprecated/theming-ramp/CHANGELOG.md +++ b/packages/deprecated/theming-ramp/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log - @uifabricshared/theming-ramp +## 0.21.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- d2690c9: Move theme type definitions into the `@fluentui-react-native/design` package under the new `@fluentui-react-native/design/theming` submodule export. The `@fluentui-react-native/theme-types` package is now a thin compatibility shim that re-exports from `@fluentui-react-native/design/theming`, and all in-repo consumers now reference the new submodule. +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/design@0.2.0 + - @uifabricshared/foundation-settings@0.16.6 + - @fluentui-react-native/framework-base@0.5.0 + ## 0.21.5 ### Patch Changes diff --git a/packages/deprecated/theming-ramp/package.json b/packages/deprecated/theming-ramp/package.json index fd2cb86a8b..cdb7a61754 100644 --- a/packages/deprecated/theming-ramp/package.json +++ b/packages/deprecated/theming-ramp/package.json @@ -1,6 +1,6 @@ { "name": "@uifabricshared/theming-ramp", - "version": "0.21.5", + "version": "0.21.6", "description": "Theming Library", "keywords": [], "license": "MIT", diff --git a/packages/deprecated/theming-react-native/CHANGELOG.md b/packages/deprecated/theming-react-native/CHANGELOG.md index f726f23d26..f96e4bf637 100644 --- a/packages/deprecated/theming-react-native/CHANGELOG.md +++ b/packages/deprecated/theming-react-native/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log - @uifabricshared/theming-react-native +## 0.21.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [5b5afea] +- Updated dependencies [d2690c9] + - @fluentui-react-native/win32-theme@0.39.6 + - @uifabricshared/theme-registry@0.13.6 + - @uifabricshared/theming-ramp@0.21.6 + - @fluentui-react-native/default-theme@0.27.6 + ## 0.21.5 ### Patch Changes diff --git a/packages/deprecated/theming-react-native/package.json b/packages/deprecated/theming-react-native/package.json index 588114fb4a..0216aa0c2f 100644 --- a/packages/deprecated/theming-react-native/package.json +++ b/packages/deprecated/theming-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@uifabricshared/theming-react-native", - "version": "0.21.5", + "version": "0.21.6", "description": "A library of functions which produce React Native styles from a Theme", "keywords": [], "license": "MIT", diff --git a/packages/experimental/ActivityIndicator/CHANGELOG.md b/packages/experimental/ActivityIndicator/CHANGELOG.md index 99dc08afaf..3794a3aeea 100644 --- a/packages/experimental/ActivityIndicator/CHANGELOG.md +++ b/packages/experimental/ActivityIndicator/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log - @fluentui-react-native/experimental-activity-indicator +## 0.11.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/framework-base@0.5.0 + ## 0.11.5 ### Patch Changes diff --git a/packages/experimental/ActivityIndicator/package.json b/packages/experimental/ActivityIndicator/package.json index 7a1741279d..027e250d65 100644 --- a/packages/experimental/ActivityIndicator/package.json +++ b/packages/experimental/ActivityIndicator/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-activity-indicator", - "version": "0.11.5", + "version": "0.11.6", "description": "A cross-platform Fluent Activity Indicator component", "license": "MIT", "author": "", diff --git a/packages/experimental/AppearanceAdditions/CHANGELOG.md b/packages/experimental/AppearanceAdditions/CHANGELOG.md index d828e657b4..8016fb0a71 100644 --- a/packages/experimental/AppearanceAdditions/CHANGELOG.md +++ b/packages/experimental/AppearanceAdditions/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log - @fluentui-react-native/experimental-appearance-additions +## 0.8.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/framework-base@0.5.0 + ## 0.8.5 ### Patch Changes diff --git a/packages/experimental/AppearanceAdditions/package.json b/packages/experimental/AppearanceAdditions/package.json index 133ceb4ae1..2a1567bf10 100644 --- a/packages/experimental/AppearanceAdditions/package.json +++ b/packages/experimental/AppearanceAdditions/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-appearance-additions", - "version": "0.8.5", + "version": "0.8.6", "description": "A module to expose callbacks for additional traitCollection changes.", "homepage": "https://github.com/microsoft/fluentui-react-native", "license": "MIT", diff --git a/packages/experimental/Avatar/CHANGELOG.md b/packages/experimental/Avatar/CHANGELOG.md index cdab840136..92cee06ee8 100644 --- a/packages/experimental/Avatar/CHANGELOG.md +++ b/packages/experimental/Avatar/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log - @fluentui-react-native/experimental-avatar +## 0.22.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/framework-base@0.5.0 + ## 0.22.5 ### Patch Changes diff --git a/packages/experimental/Avatar/package.json b/packages/experimental/Avatar/package.json index fecfc3bb27..2839da1f3e 100644 --- a/packages/experimental/Avatar/package.json +++ b/packages/experimental/Avatar/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-avatar", - "version": "0.22.5", + "version": "0.22.6", "description": "A cross-platform Avatar component using the Fluent Design System. Currently only implemented on iOS", "homepage": "https://github.com/microsoft/fluentui-react-native", "license": "MIT", diff --git a/packages/experimental/Checkbox/CHANGELOG.md b/packages/experimental/Checkbox/CHANGELOG.md index 869dac4bb9..3d4e735bf3 100644 --- a/packages/experimental/Checkbox/CHANGELOG.md +++ b/packages/experimental/Checkbox/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log - @fluentui-react-native/experimental-checkbox +## 0.18.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/checkbox@0.24.6 + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/framework-base@0.5.0 + ## 0.18.5 ### Patch Changes diff --git a/packages/experimental/Checkbox/package.json b/packages/experimental/Checkbox/package.json index 917a00d521..012aa72e33 100644 --- a/packages/experimental/Checkbox/package.json +++ b/packages/experimental/Checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-checkbox", - "version": "0.18.5", + "version": "0.18.6", "description": "A cross-platform Checkbox component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/experimental/Drawer/CHANGELOG.md b/packages/experimental/Drawer/CHANGELOG.md index 4d67fd8748..1dc8e321a0 100644 --- a/packages/experimental/Drawer/CHANGELOG.md +++ b/packages/experimental/Drawer/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log - @fluentui-react-native/drawer +## 0.5.6 + +### Patch Changes + +- 01ed385: Switch packages that referenced globalTokens by object to use the new constant references instead +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/design@0.2.0 + - @fluentui-react-native/interactive-hooks@0.28.6 + - @fluentui-react-native/use-styling@0.16.0 + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/framework-base@0.5.0 + ## 0.5.5 ### Patch Changes diff --git a/packages/experimental/Drawer/package.json b/packages/experimental/Drawer/package.json index dcf93af11e..514922dacb 100644 --- a/packages/experimental/Drawer/package.json +++ b/packages/experimental/Drawer/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/drawer", - "version": "0.5.5", + "version": "0.5.6", "description": "A cross-platform Drawer component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/experimental/Dropdown/CHANGELOG.md b/packages/experimental/Dropdown/CHANGELOG.md index 9c78fab65b..14e71d8151 100644 --- a/packages/experimental/Dropdown/CHANGELOG.md +++ b/packages/experimental/Dropdown/CHANGELOG.md @@ -1,5 +1,29 @@ # Change Log - @fluentui-react-native/dropdown +## 0.11.6 + +### Patch Changes + +- 01ed385: Switch packages that referenced globalTokens by object to use the new constant references instead +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/design@0.2.0 + - @fluentui-react-native/button@0.40.6 + - @fluentui-react-native/interactive-hooks@0.28.6 + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/callout@0.28.6 + - @fluentui-react-native/text@0.25.6 + - @fluentui-react-native/framework-base@0.5.0 + - @fluentui-react-native/adapters@0.15.0 + ## 0.11.5 ### Patch Changes diff --git a/packages/experimental/Dropdown/package.json b/packages/experimental/Dropdown/package.json index 24d90c5744..7e1714b0cf 100644 --- a/packages/experimental/Dropdown/package.json +++ b/packages/experimental/Dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/dropdown", - "version": "0.11.5", + "version": "0.11.6", "description": "A cross-platform Dropdown component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/experimental/Expander/CHANGELOG.md b/packages/experimental/Expander/CHANGELOG.md index 05b69cfb80..bf74cd5bf6 100644 --- a/packages/experimental/Expander/CHANGELOG.md +++ b/packages/experimental/Expander/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log - @fluentui-react-native/experimental-expander +## 0.9.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/framework-base@0.5.0 + ## 0.9.5 ### Patch Changes diff --git a/packages/experimental/Expander/package.json b/packages/experimental/Expander/package.json index f7c77a2cfc..acb2fe2da8 100644 --- a/packages/experimental/Expander/package.json +++ b/packages/experimental/Expander/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-expander", - "version": "0.9.5", + "version": "0.9.6", "description": "A cross-platform Native Expander component using the Fluent Design System. Currently only implemented on windows", "homepage": "https://github.com/microsoft/fluentui-react-native", "license": "MIT", diff --git a/packages/experimental/MenuButton/CHANGELOG.md b/packages/experimental/MenuButton/CHANGELOG.md index 8d6e425fdc..3511a8e4b6 100644 --- a/packages/experimental/MenuButton/CHANGELOG.md +++ b/packages/experimental/MenuButton/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log - @fluentui-react-native/experimental-menu-button +## 0.11.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/button@0.40.6 + - @fluentui-react-native/contextual-menu@0.25.6 + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/framework-base@0.5.0 + - @fluentui-react-native/tokens@0.24.6 + ## 0.11.5 ### Patch Changes diff --git a/packages/experimental/MenuButton/package.json b/packages/experimental/MenuButton/package.json index 7946c6f348..bc5fdff80c 100644 --- a/packages/experimental/MenuButton/package.json +++ b/packages/experimental/MenuButton/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-menu-button", - "version": "0.11.5", + "version": "0.11.6", "description": "A cross-platform MenuButton component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/experimental/NativeDatePicker/CHANGELOG.md b/packages/experimental/NativeDatePicker/CHANGELOG.md index a64cadb9f2..5840954484 100644 --- a/packages/experimental/NativeDatePicker/CHANGELOG.md +++ b/packages/experimental/NativeDatePicker/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log - @fluentui-react-native/experimental-native-date-picker +## 0.12.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes + ## 0.12.5 ### Patch Changes diff --git a/packages/experimental/NativeDatePicker/package.json b/packages/experimental/NativeDatePicker/package.json index b3b1bb6472..b8c0944bf5 100644 --- a/packages/experimental/NativeDatePicker/package.json +++ b/packages/experimental/NativeDatePicker/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-native-date-picker", - "version": "0.12.5", + "version": "0.12.6", "description": "A Native date picker component using the Fluent Design System. Currently only implemented on iOS.", "homepage": "https://github.com/microsoft/fluentui-react-native", "license": "MIT", diff --git a/packages/experimental/NativeFontMetrics/CHANGELOG.md b/packages/experimental/NativeFontMetrics/CHANGELOG.md index fff3fe317d..cdf9f4f550 100644 --- a/packages/experimental/NativeFontMetrics/CHANGELOG.md +++ b/packages/experimental/NativeFontMetrics/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log - @fluentui-react-native/experimental-native-font-metrics +## 0.7.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes + ## 0.7.5 ### Patch Changes diff --git a/packages/experimental/NativeFontMetrics/package.json b/packages/experimental/NativeFontMetrics/package.json index 32ca5bc4e4..8d4bad5e84 100644 --- a/packages/experimental/NativeFontMetrics/package.json +++ b/packages/experimental/NativeFontMetrics/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-native-font-metrics", - "version": "0.7.5", + "version": "0.7.6", "description": "A temporary partial wrapper for UIFontMetrics.", "homepage": "https://github.com/microsoft/fluentui-react-native", "license": "MIT", diff --git a/packages/experimental/Overflow/CHANGELOG.md b/packages/experimental/Overflow/CHANGELOG.md index e9d25f211c..6c52536163 100644 --- a/packages/experimental/Overflow/CHANGELOG.md +++ b/packages/experimental/Overflow/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log - @fluentui-react-native/overflow +## 0.5.0 + +### Minor Changes + +- e2a4065: rework framework rendering to prepare for new component structure + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/framework-base@0.5.0 + ## 0.4.5 ### Patch Changes diff --git a/packages/experimental/Overflow/package.json b/packages/experimental/Overflow/package.json index f293f5fec4..026b7632dc 100644 --- a/packages/experimental/Overflow/package.json +++ b/packages/experimental/Overflow/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/overflow", - "version": "0.4.5", + "version": "0.5.0", "description": "A cross-platform Overflow component for React Native.", "license": "MIT", "author": "", diff --git a/packages/experimental/Popover/CHANGELOG.md b/packages/experimental/Popover/CHANGELOG.md index be7e8edbd8..be673f8eb6 100644 --- a/packages/experimental/Popover/CHANGELOG.md +++ b/packages/experimental/Popover/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log - @fluentui-react-native/popover +## 0.5.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/framework-base@0.5.0 + - @fluentui-react-native/adapters@0.15.0 + ## 0.5.5 ### Patch Changes diff --git a/packages/experimental/Popover/package.json b/packages/experimental/Popover/package.json index 66e6596316..76f8ea7ab8 100644 --- a/packages/experimental/Popover/package.json +++ b/packages/experimental/Popover/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/popover", - "version": "0.5.5", + "version": "0.5.6", "description": "A cross-platform Popover component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/experimental/Shadow/CHANGELOG.md b/packages/experimental/Shadow/CHANGELOG.md index c91c236ad2..f6b29750e4 100644 --- a/packages/experimental/Shadow/CHANGELOG.md +++ b/packages/experimental/Shadow/CHANGELOG.md @@ -1,5 +1,25 @@ # Change Log - @fluentui-react-native/experimental-shadow +## 0.7.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- d2690c9: Move theme type definitions into the `@fluentui-react-native/design` package under the new `@fluentui-react-native/design/theming` submodule export. The `@fluentui-react-native/theme-types` package is now a thin compatibility shim that re-exports from `@fluentui-react-native/design/theming`, and all in-repo consumers now reference the new submodule. +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/design@0.2.0 + - @fluentui-react-native/pressable@0.13.6 + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/framework-base@0.5.0 + ## 0.7.5 ### Patch Changes diff --git a/packages/experimental/Shadow/package.json b/packages/experimental/Shadow/package.json index 05595b14aa..43d1d6c835 100644 --- a/packages/experimental/Shadow/package.json +++ b/packages/experimental/Shadow/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-shadow", - "version": "0.7.5", + "version": "0.7.6", "description": "A cross-platform Shadow component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/experimental/Shimmer/CHANGELOG.md b/packages/experimental/Shimmer/CHANGELOG.md index c05a187ef8..cb0a0de1dd 100644 --- a/packages/experimental/Shimmer/CHANGELOG.md +++ b/packages/experimental/Shimmer/CHANGELOG.md @@ -1,5 +1,27 @@ # Change Log - @fluentui-react-native/experimental-shimmer +## 0.15.0 + +### Minor Changes + +- e2a4065: rework framework rendering to prepare for new component structure + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/theming-utils@0.27.6 + - @fluentui-react-native/use-styling@0.16.0 + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/framework-base@0.5.0 + - @fluentui-react-native/tokens@0.24.6 + ## 0.14.5 ### Patch Changes diff --git a/packages/experimental/Shimmer/package.json b/packages/experimental/Shimmer/package.json index a4751c9433..63b7a8bbb6 100644 --- a/packages/experimental/Shimmer/package.json +++ b/packages/experimental/Shimmer/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-shimmer", - "version": "0.14.5", + "version": "0.15.0", "description": "A cross-platform Fluent Shimmer component", "license": "MIT", "author": "", diff --git a/packages/experimental/Spinner/CHANGELOG.md b/packages/experimental/Spinner/CHANGELOG.md index 89d9f6314e..e544898ca8 100644 --- a/packages/experimental/Spinner/CHANGELOG.md +++ b/packages/experimental/Spinner/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log - @fluentui-react-native/spinner +## 0.10.6 + +### Patch Changes + +- 01ed385: Switch packages that referenced globalTokens by object to use the new constant references instead +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/design@0.2.0 + - @fluentui-react-native/use-styling@0.16.0 + - @fluentui-react-native/framework@0.17.0 + - @fluentui-react-native/text@0.25.6 + - @fluentui-react-native/framework-base@0.5.0 + ## 0.10.5 ### Patch Changes diff --git a/packages/experimental/Spinner/package.json b/packages/experimental/Spinner/package.json index cd87a3675d..01a91cf211 100644 --- a/packages/experimental/Spinner/package.json +++ b/packages/experimental/Spinner/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/spinner", - "version": "0.10.5", + "version": "0.10.6", "description": "A cross-platform Fluent spinner component", "license": "MIT", "author": "", diff --git a/packages/experimental/Tooltip/CHANGELOG.md b/packages/experimental/Tooltip/CHANGELOG.md index 33df277e99..a9c80f3f7a 100644 --- a/packages/experimental/Tooltip/CHANGELOG.md +++ b/packages/experimental/Tooltip/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log - @fluentui-react-native/tooltip +## 0.5.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/callout@0.28.6 + - @fluentui-react-native/framework-base@0.5.0 + ## 0.5.5 ### Patch Changes diff --git a/packages/experimental/Tooltip/package.json b/packages/experimental/Tooltip/package.json index 9e05eec7a4..27999848d7 100644 --- a/packages/experimental/Tooltip/package.json +++ b/packages/experimental/Tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/tooltip", - "version": "0.5.5", + "version": "0.5.6", "description": "A cross-platform Tooltip component for React Native.", "license": "MIT", "author": "", diff --git a/packages/experimental/VibrancyView/CHANGELOG.md b/packages/experimental/VibrancyView/CHANGELOG.md index a1909817cb..4f946f8aae 100644 --- a/packages/experimental/VibrancyView/CHANGELOG.md +++ b/packages/experimental/VibrancyView/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log - @fluentui-react-native/vibrancy-view +## 0.4.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] + - @fluentui-react-native/adapters@0.15.0 + ## 0.4.5 ### Patch Changes diff --git a/packages/experimental/VibrancyView/package.json b/packages/experimental/VibrancyView/package.json index 3065cb1e89..c71043710e 100644 --- a/packages/experimental/VibrancyView/package.json +++ b/packages/experimental/VibrancyView/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/vibrancy-view", - "version": "0.4.5", + "version": "0.4.6", "description": "A native wrapper for NSVisualEffectView on macOS", "homepage": "https://github.com/microsoft/fluentui-react-native", "license": "MIT", diff --git a/packages/framework-base/CHANGELOG.md b/packages/framework-base/CHANGELOG.md index 051447bb2d..b81448aed2 100644 --- a/packages/framework-base/CHANGELOG.md +++ b/packages/framework-base/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log - @fluentui-react-native/framework-base +## 0.5.0 + +### Minor Changes + +- e2a4065: rework framework rendering to prepare for new component structure + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- 9d2bb3e: Stop caching styles automatically in mergeProps + ## 0.4.1 ### Patch Changes diff --git a/packages/framework-base/package.json b/packages/framework-base/package.json index eb29e99065..c6871cbbe7 100644 --- a/packages/framework-base/package.json +++ b/packages/framework-base/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/framework-base", - "version": "0.4.1", + "version": "0.5.0", "description": "Base types and utilities fluentui-react-native frameworks", "keywords": [], "license": "MIT", diff --git a/packages/framework/composition/CHANGELOG.md b/packages/framework/composition/CHANGELOG.md index 3cff853ee3..7d101e6a6c 100644 --- a/packages/framework/composition/CHANGELOG.md +++ b/packages/framework/composition/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log - @fluentui-react-native/composition +## 0.14.0 + +### Minor Changes + +- e2a4065: rework framework rendering to prepare for new component structure + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/use-styling@0.16.0 + - @fluentui-react-native/use-slots@0.13.0 + - @fluentui-react-native/framework-base@0.5.0 + ## 0.13.1 ### Patch Changes diff --git a/packages/framework/composition/package.json b/packages/framework/composition/package.json index 15096e2557..516945f57b 100644 --- a/packages/framework/composition/package.json +++ b/packages/framework/composition/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/composition", - "version": "0.13.1", + "version": "0.14.0", "description": "Composition factories for building HOCs", "keywords": [], "license": "MIT", diff --git a/packages/framework/framework/CHANGELOG.md b/packages/framework/framework/CHANGELOG.md index e1ea2a87e6..7f13fc30ba 100644 --- a/packages/framework/framework/CHANGELOG.md +++ b/packages/framework/framework/CHANGELOG.md @@ -1,5 +1,33 @@ # Change Log - @fluentui-react-native/framework +## 0.17.0 + +### Minor Changes + +- e2a4065: rework framework rendering to prepare for new component structure + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- d2690c9: Move theme type definitions into the `@fluentui-react-native/design` package under the new `@fluentui-react-native/design/theming` submodule export. The `@fluentui-react-native/theme-types` package is now a thin compatibility shim that re-exports from `@fluentui-react-native/design/theming`, and all in-repo consumers now reference the new submodule. +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/design@0.2.0 + - @fluentui-react-native/composition@0.14.0 + - @fluentui-react-native/use-styling@0.16.0 + - @fluentui-react-native/default-theme@0.27.6 + - @fluentui-react-native/use-tokens@0.9.0 + - @fluentui-react-native/use-slots@0.13.0 + - @fluentui-react-native/framework-base@0.5.0 + - @fluentui-react-native/tokens@0.24.6 + ## 0.16.1 ### Patch Changes diff --git a/packages/framework/framework/package.json b/packages/framework/framework/package.json index 6c5e5c65d0..a97d4b9bdc 100644 --- a/packages/framework/framework/package.json +++ b/packages/framework/framework/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/framework", - "version": "0.16.1", + "version": "0.17.0", "description": "Component framework used by fluentui react native controls", "license": "MIT", "author": "", diff --git a/packages/framework/theme/CHANGELOG.md b/packages/framework/theme/CHANGELOG.md index 1208ca773b..aaecd47bbc 100644 --- a/packages/framework/theme/CHANGELOG.md +++ b/packages/framework/theme/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log - @fluentui-react-native/theme +## 0.14.0 + +### Minor Changes + +- e2a4065: rework framework rendering to prepare for new component structure + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- d2690c9: Move theme type definitions into the `@fluentui-react-native/design` package under the new `@fluentui-react-native/design/theming` submodule export. The `@fluentui-react-native/theme-types` package is now a thin compatibility shim that re-exports from `@fluentui-react-native/design/theming`, and all in-repo consumers now reference the new submodule. +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] + - @fluentui-react-native/design@0.2.0 + ## 0.13.1 ### Patch Changes diff --git a/packages/framework/theme/package.json b/packages/framework/theme/package.json index c544592ba5..178cdda6f5 100644 --- a/packages/framework/theme/package.json +++ b/packages/framework/theme/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/theme", - "version": "0.13.1", + "version": "0.14.0", "description": "Experimental version of fluentui-react-native theme framework", "keywords": [], "license": "MIT", diff --git a/packages/framework/themed-stylesheet/CHANGELOG.md b/packages/framework/themed-stylesheet/CHANGELOG.md index c58a6a5d75..d5320774e1 100644 --- a/packages/framework/themed-stylesheet/CHANGELOG.md +++ b/packages/framework/themed-stylesheet/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log - @fluentui-react-native/themed-stylesheet +## 1.10.0 + +### Minor Changes + +- e2a4065: rework framework rendering to prepare for new component structure + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/framework-base@0.5.0 + ## 1.9.1 ### Patch Changes diff --git a/packages/framework/themed-stylesheet/package.json b/packages/framework/themed-stylesheet/package.json index 8bbdb8914a..eacf3e62a7 100644 --- a/packages/framework/themed-stylesheet/package.json +++ b/packages/framework/themed-stylesheet/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/themed-stylesheet", - "version": "1.9.1", + "version": "1.10.0", "description": "Helper for using react-native StyleSheets with themes", "keywords": [], "license": "MIT", diff --git a/packages/framework/use-slots/CHANGELOG.md b/packages/framework/use-slots/CHANGELOG.md index 6cbd6e10cf..d0f85a5072 100644 --- a/packages/framework/use-slots/CHANGELOG.md +++ b/packages/framework/use-slots/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log - @fluentui-react-native/use-slots +## 0.13.0 + +### Minor Changes + +- e2a4065: rework framework rendering to prepare for new component structure + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/framework-base@0.5.0 + ## 0.12.1 ### Patch Changes diff --git a/packages/framework/use-slots/package.json b/packages/framework/use-slots/package.json index 659e930e89..b1eeb87ba7 100644 --- a/packages/framework/use-slots/package.json +++ b/packages/framework/use-slots/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/use-slots", - "version": "0.12.1", + "version": "0.13.0", "description": "Hook function to return styled slots", "keywords": [], "license": "MIT", diff --git a/packages/framework/use-styling/CHANGELOG.md b/packages/framework/use-styling/CHANGELOG.md index 947714c104..1ec431cb9a 100644 --- a/packages/framework/use-styling/CHANGELOG.md +++ b/packages/framework/use-styling/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log - @fluentui-react-native/use-styling +## 0.16.0 + +### Minor Changes + +- e2a4065: rework framework rendering to prepare for new component structure + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/use-tokens@0.9.0 + - @fluentui-react-native/framework-base@0.5.0 + ## 0.15.1 ### Patch Changes diff --git a/packages/framework/use-styling/package.json b/packages/framework/use-styling/package.json index 4370efbd76..e74d9d1081 100644 --- a/packages/framework/use-styling/package.json +++ b/packages/framework/use-styling/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/use-styling", - "version": "0.15.1", + "version": "0.16.0", "description": "Opinionated use styling hook implementation", "keywords": [], "license": "MIT", diff --git a/packages/framework/use-tokens/CHANGELOG.md b/packages/framework/use-tokens/CHANGELOG.md index bb73b5d22e..7c369f8983 100644 --- a/packages/framework/use-tokens/CHANGELOG.md +++ b/packages/framework/use-tokens/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log - @fluentui-react-native/use-tokens +## 0.9.0 + +### Minor Changes + +- e2a4065: rework framework rendering to prepare for new component structure + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/framework-base@0.5.0 + ## 0.8.1 ### Patch Changes diff --git a/packages/framework/use-tokens/package.json b/packages/framework/use-tokens/package.json index a2644644f5..67e98402a9 100644 --- a/packages/framework/use-tokens/package.json +++ b/packages/framework/use-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/use-tokens", - "version": "0.8.1", + "version": "0.9.0", "description": "Utilities and hook function for getting themed tokens for a component", "keywords": [], "license": "MIT", diff --git a/packages/libraries/core/CHANGELOG.md b/packages/libraries/core/CHANGELOG.md index dfd7168f98..0fbb4e2ec4 100644 --- a/packages/libraries/core/CHANGELOG.md +++ b/packages/libraries/core/CHANGELOG.md @@ -1,5 +1,34 @@ # Change Log - @fluentui/react-native +## 0.43.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] + - @fluentui-react-native/persona-coin@0.17.0 + - @fluentui-react-native/radio-group@0.22.6 + - @fluentui-react-native/separator@0.19.6 + - @fluentui-react-native/checkbox@0.24.6 + - @fluentui-react-native/button@0.40.6 + - @fluentui-react-native/contextual-menu@0.25.6 + - @fluentui-react-native/focus-trap-zone@0.14.0 + - @fluentui-react-native/interactive-hooks@0.28.6 + - @fluentui-react-native/menu-button@0.15.0 + - @fluentui-react-native/focus-zone@0.23.0 + - @fluentui-react-native/pressable@0.13.6 + - @fluentui-react-native/callout@0.28.6 + - @fluentui-react-native/persona@0.18.0 + - @fluentui-react-native/tablist@0.8.6 + - @fluentui-react-native/link@0.24.6 + - @fluentui-react-native/text@0.25.6 + ## 0.43.5 ### Patch Changes diff --git a/packages/libraries/core/package.json b/packages/libraries/core/package.json index de51172b92..9834bb00a9 100644 --- a/packages/libraries/core/package.json +++ b/packages/libraries/core/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-native", - "version": "0.43.5", + "version": "0.43.6", "description": "A react-native component library that implements the Fluent Design System.", "license": "MIT", "repository": { diff --git a/packages/theming/android-theme/CHANGELOG.md b/packages/theming/android-theme/CHANGELOG.md index 5270d00f9b..738adcdc5d 100644 --- a/packages/theming/android-theme/CHANGELOG.md +++ b/packages/theming/android-theme/CHANGELOG.md @@ -1,5 +1,27 @@ # Change Log - @fluentui-react-native/android-theme +## 0.26.6 + +### Patch Changes + +- 01ed385: Switch packages that referenced globalTokens by object to use the new constant references instead +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- d2690c9: Move theme type definitions into the `@fluentui-react-native/design` package under the new `@fluentui-react-native/design/theming` submodule export. The `@fluentui-react-native/theme-types` package is now a thin compatibility shim that re-exports from `@fluentui-react-native/design/theming`, and all in-repo consumers now reference the new submodule. +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [e37b04b] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/design@0.2.0 + - @fluentui-react-native/theming-utils@0.27.6 + - @fluentui-react-native/theme-tokens@0.29.0 + - @fluentui-react-native/framework-base@0.5.0 + ## 0.26.5 ### Patch Changes diff --git a/packages/theming/android-theme/package.json b/packages/theming/android-theme/package.json index f1cff56168..46665c6d77 100644 --- a/packages/theming/android-theme/package.json +++ b/packages/theming/android-theme/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/android-theme", - "version": "0.26.5", + "version": "0.26.6", "description": "A FluentUI React Native theme that pulls constants from FluentUI Android", "keywords": [], "license": "MIT", diff --git a/packages/theming/apple-theme/CHANGELOG.md b/packages/theming/apple-theme/CHANGELOG.md index 9144a8c9f1..cebb0e2f46 100644 --- a/packages/theming/apple-theme/CHANGELOG.md +++ b/packages/theming/apple-theme/CHANGELOG.md @@ -1,5 +1,29 @@ # Change Log - @fluentui-react-native/apple-theme +## 0.29.6 + +### Patch Changes + +- 01ed385: Switch packages that referenced globalTokens by object to use the new constant references instead +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- d2690c9: Move theme type definitions into the `@fluentui-react-native/design` package under the new `@fluentui-react-native/design/theming` submodule export. The `@fluentui-react-native/theme-types` package is now a thin compatibility shim that re-exports from `@fluentui-react-native/design/theming`, and all in-repo consumers now reference the new submodule. +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [e37b04b] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/design@0.2.0 + - @fluentui-react-native/theming-utils@0.27.6 + - @fluentui-react-native/theme-tokens@0.29.0 + - @fluentui-react-native/experimental-appearance-additions@0.8.6 + - @fluentui-react-native/default-theme@0.27.6 + - @fluentui-react-native/framework-base@0.5.0 + ## 0.29.5 ### Patch Changes diff --git a/packages/theming/apple-theme/package.json b/packages/theming/apple-theme/package.json index 6ff4e30018..7dca90198b 100644 --- a/packages/theming/apple-theme/package.json +++ b/packages/theming/apple-theme/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/apple-theme", - "version": "0.29.5", + "version": "0.29.6", "description": "A FluentUI React Native theme that pulls constants from FluentUI Apple", "homepage": "https://github.com/microsoft/fluentui-react-native", "license": "MIT", diff --git a/packages/theming/default-theme/CHANGELOG.md b/packages/theming/default-theme/CHANGELOG.md index c9b9385685..ff7aeece83 100644 --- a/packages/theming/default-theme/CHANGELOG.md +++ b/packages/theming/default-theme/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log - @fluentui-react-native/default-theme +## 0.27.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- d2690c9: Move theme type definitions into the `@fluentui-react-native/design` package under the new `@fluentui-react-native/design/theming` submodule export. The `@fluentui-react-native/theme-types` package is now a thin compatibility shim that re-exports from `@fluentui-react-native/design/theming`, and all in-repo consumers now reference the new submodule. +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [e37b04b] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/design@0.2.0 + - @fluentui-react-native/theming-utils@0.27.6 + - @fluentui-react-native/theme-tokens@0.29.0 + - @fluentui-react-native/framework-base@0.5.0 + ## 0.27.5 ### Patch Changes diff --git a/packages/theming/default-theme/package.json b/packages/theming/default-theme/package.json index 253ba5efdf..f7c8a5c836 100644 --- a/packages/theming/default-theme/package.json +++ b/packages/theming/default-theme/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/default-theme", - "version": "0.27.5", + "version": "0.27.6", "description": "Typing only package for fluentui-react-native theme types", "keywords": [], "license": "MIT", diff --git a/packages/theming/theme-tokens/CHANGELOG.md b/packages/theming/theme-tokens/CHANGELOG.md index 1de161945d..49c3ea5332 100644 --- a/packages/theming/theme-tokens/CHANGELOG.md +++ b/packages/theming/theme-tokens/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log - @fluentui-react-native/theme-tokens +## 0.29.0 + +### Minor Changes + +- e37b04b: Convert theme-tokens to type module and add per-platform global token constants under the `@fluentui-react-native/theme-tokens/global` export + +### Patch Changes + +- 01ed385: Switch packages that referenced globalTokens by object to use the new constant references instead +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- d2690c9: Move theme type definitions into the `@fluentui-react-native/design` package under the new `@fluentui-react-native/design/theming` submodule export. The `@fluentui-react-native/theme-types` package is now a thin compatibility shim that re-exports from `@fluentui-react-native/design/theming`, and all in-repo consumers now reference the new submodule. +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] + - @fluentui-react-native/design@0.2.0 + ## 0.28.5 ### Patch Changes diff --git a/packages/theming/theme-tokens/package.json b/packages/theming/theme-tokens/package.json index 0b63d02c42..6e1b384fda 100644 --- a/packages/theming/theme-tokens/package.json +++ b/packages/theming/theme-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/theme-tokens", - "version": "0.28.5", + "version": "0.29.0", "description": "Defines values for tokens used to fill out themes.", "keywords": [], "license": "MIT", diff --git a/packages/theming/theme-types/CHANGELOG.md b/packages/theming/theme-types/CHANGELOG.md index 5c6853802e..7b01df0799 100644 --- a/packages/theming/theme-types/CHANGELOG.md +++ b/packages/theming/theme-types/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log - @fluentui-react-native/theme-types +## 0.44.6 + +### Patch Changes + +- e37b04b: Adding new core design package to consolidate design types, values, concepts, and utilities +- 01ed385: Switch packages that referenced globalTokens by object to use the new constant references instead +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- d2690c9: Move theme type definitions into the `@fluentui-react-native/design` package under the new `@fluentui-react-native/design/theming` submodule export. The `@fluentui-react-native/theme-types` package is now a thin compatibility shim that re-exports from `@fluentui-react-native/design/theming`, and all in-repo consumers now reference the new submodule. +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] + - @fluentui-react-native/design@0.2.0 + ## 0.44.5 ### Patch Changes diff --git a/packages/theming/theme-types/package.json b/packages/theming/theme-types/package.json index 1fbed69f07..70ceb76099 100644 --- a/packages/theming/theme-types/package.json +++ b/packages/theming/theme-types/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/theme-types", - "version": "0.44.5", + "version": "0.44.6", "description": "Typing only package for fluentui-react-native theme types", "keywords": [], "license": "MIT", diff --git a/packages/theming/theming-utils/CHANGELOG.md b/packages/theming/theming-utils/CHANGELOG.md index 733b6b27cb..02b6c74d1d 100644 --- a/packages/theming/theming-utils/CHANGELOG.md +++ b/packages/theming/theming-utils/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log - @fluentui-react-native/theming-utils +## 0.27.6 + +### Patch Changes + +- 01ed385: Switch packages that referenced globalTokens by object to use the new constant references instead +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- d2690c9: Move theme type definitions into the `@fluentui-react-native/design` package under the new `@fluentui-react-native/design/theming` submodule export. The `@fluentui-react-native/theme-types` package is now a thin compatibility shim that re-exports from `@fluentui-react-native/design/theming`, and all in-repo consumers now reference the new submodule. +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] + - @fluentui-react-native/design@0.2.0 + - @fluentui-react-native/tokens@0.24.6 + ## 0.27.5 ### Patch Changes diff --git a/packages/theming/theming-utils/package.json b/packages/theming/theming-utils/package.json index bbf99e177e..a5b1a431a2 100644 --- a/packages/theming/theming-utils/package.json +++ b/packages/theming/theming-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/theming-utils", - "version": "0.27.5", + "version": "0.27.6", "description": "Utils for dealing with theming", "license": "MIT", "author": "", diff --git a/packages/theming/win32-theme/CHANGELOG.md b/packages/theming/win32-theme/CHANGELOG.md index e4193a0109..c610471308 100644 --- a/packages/theming/win32-theme/CHANGELOG.md +++ b/packages/theming/win32-theme/CHANGELOG.md @@ -1,5 +1,28 @@ # Change Log - @fluentui-react-native/win32-theme +## 0.39.6 + +### Patch Changes + +- 01ed385: Switch packages that referenced globalTokens by object to use the new constant references instead +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- d2690c9: Move theme type definitions into the `@fluentui-react-native/design` package under the new `@fluentui-react-native/design/theming` submodule export. The `@fluentui-react-native/theme-types` package is now a thin compatibility shim that re-exports from `@fluentui-react-native/design/theming`, and all in-repo consumers now reference the new submodule. +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [e37b04b] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/design@0.2.0 + - @fluentui-react-native/theming-utils@0.27.6 + - @fluentui-react-native/theme-tokens@0.29.0 + - @fluentui-react-native/default-theme@0.27.6 + - @fluentui-react-native/framework-base@0.5.0 + ## 0.39.5 ### Patch Changes diff --git a/packages/theming/win32-theme/package.json b/packages/theming/win32-theme/package.json index 1bc0381269..64be2e601a 100644 --- a/packages/theming/win32-theme/package.json +++ b/packages/theming/win32-theme/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/win32-theme", - "version": "0.39.5", + "version": "0.39.6", "description": "Win32 office theme that works with the theming native module", "keywords": [], "license": "MIT", diff --git a/packages/utils/adapters/CHANGELOG.md b/packages/utils/adapters/CHANGELOG.md index 7125d37bc1..786bce20a8 100644 --- a/packages/utils/adapters/CHANGELOG.md +++ b/packages/utils/adapters/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log - @fluentui-react-native/adapters +## 0.15.0 + +### Minor Changes + +- e2a4065: rework framework rendering to prepare for new component structure + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes + ## 0.14.5 ### Patch Changes diff --git a/packages/utils/adapters/package.json b/packages/utils/adapters/package.json index 797a1fb75f..3abf7cbb8e 100644 --- a/packages/utils/adapters/package.json +++ b/packages/utils/adapters/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/adapters", - "version": "0.14.5", + "version": "0.15.0", "description": "Adapters for working with react-native types", "license": "MIT", "author": "", diff --git a/packages/utils/interactive-hooks/CHANGELOG.md b/packages/utils/interactive-hooks/CHANGELOG.md index fe5117d82b..02e65e6d1c 100644 --- a/packages/utils/interactive-hooks/CHANGELOG.md +++ b/packages/utils/interactive-hooks/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log - @fluentui-react-native/interactive-hooks +## 0.28.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [9d2bb3e] + - @fluentui-react-native/framework-base@0.5.0 + - @fluentui-react-native/adapters@0.15.0 + ## 0.28.5 ### Patch Changes diff --git a/packages/utils/interactive-hooks/package.json b/packages/utils/interactive-hooks/package.json index f1e310edfc..a00366c7f7 100644 --- a/packages/utils/interactive-hooks/package.json +++ b/packages/utils/interactive-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/interactive-hooks", - "version": "0.28.5", + "version": "0.28.6", "description": "Hooks for adding focus, hover, and press semantics to view based components", "license": "MIT", "author": "", diff --git a/packages/utils/styling/CHANGELOG.md b/packages/utils/styling/CHANGELOG.md index a0d9957a04..660d31e3ac 100644 --- a/packages/utils/styling/CHANGELOG.md +++ b/packages/utils/styling/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log - @fluentui-react-native/styling-utils +## 0.8.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes + ## 0.8.5 ### Patch Changes diff --git a/packages/utils/styling/package.json b/packages/utils/styling/package.json index 550425eadb..23c9548a5d 100644 --- a/packages/utils/styling/package.json +++ b/packages/utils/styling/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/styling-utils", - "version": "0.8.5", + "version": "0.8.6", "description": "Utility functions for styling components in FURN", "license": "MIT", "author": "", diff --git a/packages/utils/tokens/CHANGELOG.md b/packages/utils/tokens/CHANGELOG.md index c4d4ef3b0c..33ff18887d 100644 --- a/packages/utils/tokens/CHANGELOG.md +++ b/packages/utils/tokens/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log - @fluentui-react-native/tokens +## 0.24.6 + +### Patch Changes + +- 801d8b1: Switch to the released typescript 7 +- 5b5afea: Remove depcheck script, allow jest to run tests with platform module suffixes +- d2690c9: Move theme type definitions into the `@fluentui-react-native/design` package under the new `@fluentui-react-native/design/theming` submodule export. The `@fluentui-react-native/theme-types` package is now a thin compatibility shim that re-exports from `@fluentui-react-native/design/theming`, and all in-repo consumers now reference the new submodule. +- Updated dependencies [e37b04b] +- Updated dependencies [01ed385] +- Updated dependencies [801d8b1] +- Updated dependencies [e2a4065] +- Updated dependencies [5b5afea] +- Updated dependencies [c1de024] +- Updated dependencies [d2690c9] + - @fluentui-react-native/design@0.2.0 + - @fluentui-react-native/adapters@0.15.0 + ## 0.24.5 ### Patch Changes diff --git a/packages/utils/tokens/package.json b/packages/utils/tokens/package.json index 75ee52f072..a342b5b8ac 100644 --- a/packages/utils/tokens/package.json +++ b/packages/utils/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/tokens", - "version": "0.24.5", + "version": "0.24.6", "description": "Token interface parts and helpers", "license": "MIT", "author": "",