# Change Log - @fluentui-react-native/merge-props

## 0.10.0

### Minor Changes

- d7adbdd: # Migration from Beachball to Changesets

  This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory.

  All 75 affected packages receive a minor version bump to acknowledge the accumulated changes from the beachball era.

  ## What Changed

  Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed:

  - ❌ 440+ beachball change files from `change/` directory
  - ❌ `beachball` package dependency
  - ❌ Beachball scripts from `package.json`
  - ❌ `beachball.config.js` configuration file
  - ❌ Beachball publish steps from Azure Pipelines

  ## New Workflow

  ✅ **Create changes**: Run `yarn changeset` to document changes
  ✅ **Version bump PRs**: Automatically created by GitHub Actions
  ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish`
  ✅ **Validation**: CI validates changesets and blocks major version bumps

  For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`.

### Patch Changes

- d1d8c26: We were pinning @types/react and react-native-macos via resolutions. This fixes that which uncovered a bunch of type inconsistencies that needed to be addressed.
- Updated dependencies [d7adbdd]
- Updated dependencies [d1d8c26]
  - @fluentui-react-native/framework-base@0.3.0

<!-- This log was last generated on Tue, 05 Aug 2025 18:50:40 GMT and should not be manually modified. -->

<!-- Start content -->

## 0.9.11

Tue, 05 Aug 2025 18:50:40 GMT

### Patches

- move repo to pnpm, create babel and jest config packages, fix dependencies (jasonmo@microsoft.com)

## 0.9.6

Wed, 16 Jul 2025 20:06:46 GMT

### Patches

- create common framework-base package to share common utiltities more broadly (jasonmo@microsoft.com)

## 0.9.5

Tue, 15 Jul 2025 23:27:06 GMT

### Patches

- fix: run beachball sync (sanajmi@microsoft.com)
- fix repo linting with new configs and version, fixing linting errors as well (jasonmo@microsoft.com)
- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com)
- add react-native entrypoints that ensure metro targets TS files rather than JS files for bundling (jasonmo@microsoft.com)

## 0.9.2

Thu, 10 Jul 2025 19:20:20 GMT

### Patches

- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com)

## 0.9.0

Thu, 11 Apr 2024 18:08:38 GMT

### Minor changes

- Update to RN 0.73 (30809111+acoates-ms@users.noreply.github.com)

## 0.8.1

Fri, 01 Mar 2024 20:39:11 GMT

### Patches

- Use workspace for version of local package (ruaraki@microsoft.com)

## 0.8.0

Thu, 09 Nov 2023 02:39:09 GMT

### Minor changes

- Update to react-native 0.72 (30809111+acoates-ms@users.noreply.github.com)

## 0.7.1

Wed, 09 Aug 2023 22:02:15 GMT

### Patches

- Bump @fluentui-react-native/immutable-merge to v1.2.1
- Bump @fluentui-react-native/memo-cache to v1.3.1

## 0.7.0

Mon, 12 Jun 2023 17:46:43 GMT

### Minor changes

- Changes for treeshake to work (ayushsinghs@yahoo.in)
- Bump @fluentui-react-native/memo-cache to v1.3.0

## 0.6.0

Mon, 05 Jun 2023 19:26:24 GMT

### Minor changes

- Upgrade to React Native 0.71 (sanajmi@microsoft.com)
- Bump @fluentui-react-native/immutable-merge to v1.2.0
- Bump @fluentui-react-native/memo-cache to v1.2.0

## 0.5.3

Fri, 24 Feb 2023 20:39:59 GMT

### Patches

- Order imports (78454019+lyzhan7@users.noreply.github.com)

## 0.5.2

Wed, 01 Feb 2023 22:33:16 GMT

### Patches

- Enable @typescript-eslint/consistent-type-imports (30809111+acoates-ms@users.noreply.github.com)
- Bump @fluentui-react-native/immutable-merge to v1.1.8
- Bump @fluentui-react-native/memo-cache to v1.1.8

## 0.5.1

Fri, 30 Sep 2022 00:54:36 GMT

### Patches

- Update react-native to 0.68 (krsiler@microsoft.com)

## 0.5.0

Thu, 14 Jul 2022 18:09:51 GMT

### Minor changes

- Update to React Native 0.66 (sanajmi@microsoft.com)

## 0.4.3

Thu, 31 Mar 2022 07:27:48 GMT

### Patches

- Bump @fluentui-react-native/immutable-merge to v1.1.7

## 0.4.2

Mon, 20 Dec 2021 22:56:01 GMT

### Patches

- Add repository property to all package.json files (ruaraki@microsoft.com)
- Bump @fluentui-react-native/immutable-merge to v1.1.6
- Bump @fluentui-react-native/memo-cache to v1.1.7

## 0.4.1

Sat, 18 Dec 2021 04:15:04 GMT

### Patches

- Update to TypeScript 4.5.4. (afoxman@microsoft.com)
- Bump @fluentui-react-native/immutable-merge to v1.1.5
- Bump @fluentui-react-native/memo-cache to v1.1.6

## 0.4.0

Wed, 17 Nov 2021 19:28:07 GMT

### Minor changes

- Update to react-native 0.64 (afoxman@microsoft.com)

## 0.3.5

Mon, 25 Oct 2021 19:24:43 GMT

### Patches

- Use tslib where spreadArray is used (ruaraki@microsoft.com)

## 0.3.4

Tue, 28 Sep 2021 21:08:25 GMT

### Patches

- Delete NativeButton (67026167+chiuam@users.noreply.github.com)

## 0.3.3

Wed, 04 Aug 2021 06:26:25 GMT

### Patches

- radio group on macOS (67026167+chiuam@users.noreply.github.com)

## 0.3.2

Wed, 21 Jul 2021 22:55:40 GMT

### Patches

- expose use-tokens in framework package (jasonmo@microsoft.com)

## 0.3.1

Fri, 18 Jun 2021 00:38:19 GMT

### Patches

- Apply prettier to framework, run (ruaraki@microsoft.com)

## 0.3.0

Tue, 15 Jun 2021 00:55:36 GMT

### Minor changes

- Add support for ColorValue (ruaraki@microsoft.com)

## 0.2.0

Fri, 23 Oct 2020 22:27:37 GMT

### Minor changes

- RNIcon feature (warleu@microsoft.com)

## 0.1.3

Fri, 25 Sep 2020 19:21:43 GMT

### Patches

- Update react-native-win32 versions - enable logbox (acoates-ms@noreply.github.com)

## 0.1.2

Wed, 23 Sep 2020 18:31:48 GMT

### Patches

- start publishing src to fix customer source maps (jasonmo@microsoft.com)

## 0.1.1

Thu, 20 Aug 2020 00:14:01 GMT

### Patches

- split mergeProps and mergeStyles out of foundation-settings (jasonmo@microsoft.com)
