diff --git a/.changeset/big-impalas-applaud.md b/.changeset/big-impalas-applaud.md deleted file mode 100644 index d14ce90b016..00000000000 --- a/.changeset/big-impalas-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@itwin/itwinui-react": patch ---- - -Fixed a bug in `ComboBox` where the `isSelected` passed to `itemRenderer` was always `false` whenever `multiple` was `true`. diff --git a/.changeset/brave-bobcats-smoke.md b/.changeset/brave-bobcats-smoke.md deleted file mode 100644 index c98dc07b832..00000000000 --- a/.changeset/brave-bobcats-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@itwin/itwinui-react': minor ---- - -Bumped the minimum required version of `@floating-ui/react` to `0.26.18`. diff --git a/.changeset/fresh-hats-count.md b/.changeset/fresh-hats-count.md deleted file mode 100644 index f2fc312e22a..00000000000 --- a/.changeset/fresh-hats-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@itwin/itwinui-react': minor ---- - -The build output now uses the [new JSX transform](https://react.dev/link/new-jsx-transform) instead of `React.createElement`. diff --git a/.changeset/happy-mirrors-stare.md b/.changeset/happy-mirrors-stare.md deleted file mode 100644 index bac218c3cee..00000000000 --- a/.changeset/happy-mirrors-stare.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@itwin/itwinui-react": minor ---- - -Fixed a bug in `ComboBox` where the controlled state (`value` prop) was not given priority over the uncontrolled state. - -As a result: -* Setting the default value using `value={myDefaultValue}` will no longer work. Instead, use the new `defaultValue` prop. -* Resetting the value using `value={null}` will now force the ComboBox to be in *controlled* mode. If you want to reset the value but be in *uncontrolled* mode, then use `value={undefined}` instead. diff --git a/.changeset/heavy-adults-sit.md b/.changeset/heavy-adults-sit.md deleted file mode 100644 index 88468f5a1f4..00000000000 --- a/.changeset/heavy-adults-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@itwin/itwinui-react': minor ---- - -Added the ability to pass arbitrary DOM props to `TreeNode`. diff --git a/.changeset/itchy-insects-wink.md b/.changeset/itchy-insects-wink.md deleted file mode 100644 index 339d102b853..00000000000 --- a/.changeset/itchy-insects-wink.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@itwin/itwinui-react': minor ---- - -A new `meta` object is exported, containing meta information about the package. - -```ts -import { meta } from "@itwin/itwinui-react"; - -console.log(meta.version, meta.module); // 3.12.0, ESM -``` diff --git a/.changeset/lemon-kings-type.md b/.changeset/lemon-kings-type.md deleted file mode 100644 index 3e92f301d02..00000000000 --- a/.changeset/lemon-kings-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@itwin/itwinui-react': minor ---- - -Replaced dependency on `tslib` with `@swc/helpers`. This is used mainly by the CommonJS build. diff --git a/.changeset/little-items-lay.md b/.changeset/little-items-lay.md deleted file mode 100644 index 0dd01fe5cdf..00000000000 --- a/.changeset/little-items-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@itwin/itwinui-react': patch ---- - -Type declarations are now generated using `"module": "NodeNext"`. diff --git a/.changeset/little-meals-pay.md b/.changeset/little-meals-pay.md deleted file mode 100644 index 9c3249d7ce7..00000000000 --- a/.changeset/little-meals-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@itwin/itwinui-react': patch ---- - -Fixed a small visual bug in `Tile.IconButton` where the hover state wasn't working. diff --git a/.changeset/long-seas-approve.md b/.changeset/long-seas-approve.md deleted file mode 100644 index e04a629504d..00000000000 --- a/.changeset/long-seas-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@itwin/itwinui-react': patch ---- - -Fixed an error in `Select` caused by updating `@floating-ui/react` to `0.26.18`. diff --git a/.changeset/lovely-carpets-breathe.md b/.changeset/lovely-carpets-breathe.md deleted file mode 100644 index 6476c78b002..00000000000 --- a/.changeset/lovely-carpets-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@itwin/itwinui-react': patch ---- - -`MenuItem` now renders as a `