diff --git a/.changeset/brave-otters-switch.md b/.changeset/brave-otters-switch.md deleted file mode 100644 index 15b81c46058..00000000000 --- a/.changeset/brave-otters-switch.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'@itwin/itwinui-react': minor ---- - -Add `SearchBox` component for your search needs. It can be used as static or expandable version of SearchBox. - -```ts - - -``` - -`SearchBox` has `SearchBox.Icon`, `SearchBox.Button`, `SearchBox.Input`, `SearchBox.CollapseButton` and `SearchBox.ExpandButton` subcomponents which can be passed as children to customise the look. - diff --git a/.changeset/fluffy-dogs-vanish.md b/.changeset/fluffy-dogs-vanish.md deleted file mode 100644 index 0dd344c77f4..00000000000 --- a/.changeset/fluffy-dogs-vanish.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@itwin/itwinui-css': patch -'@itwin/itwinui-react': patch ---- - -Fixed an issue where `ProgressRadial` was not correctly showing when used inside a v2 boundary within a v1 page. diff --git a/.changeset/hip-suns-repeat.md b/.changeset/hip-suns-repeat.md deleted file mode 100644 index 3a3419a88e0..00000000000 --- a/.changeset/hip-suns-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@itwin/itwinui-react': patch ---- - -Fixes an issue where table crashes when resizing the Column Manager column in expand mode. diff --git a/.changeset/long-buttons-glow.md b/.changeset/long-buttons-glow.md deleted file mode 100644 index df611a199ca..00000000000 --- a/.changeset/long-buttons-glow.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@itwin/itwinui-css': minor ---- - -- Add `iui-input-flex-container` class for inputs with icons and buttons within -- Add `iui-searchbox` class for Searchbox -- Add `iui-expandable-searchbox` class for Searchbox that can be expanded -- Add `iui-search-icon` for styling icons within search diff --git a/.changeset/mighty-cycles-sparkle.md b/.changeset/mighty-cycles-sparkle.md deleted file mode 100644 index ca56ad9586d..00000000000 --- a/.changeset/mighty-cycles-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@itwin/itwinui-css': patch ---- - -Reorganized source file structure. Should have no changes in the CSS output. diff --git a/.changeset/nine-schools-lick.md b/.changeset/nine-schools-lick.md deleted file mode 100644 index 0fe99026186..00000000000 --- a/.changeset/nine-schools-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@itwin/itwinui-react': patch ---- - -All relative imports now use the `.js` extension, in preparation of better ESM support. diff --git a/.changeset/perfect-geckos-carry.md b/.changeset/perfect-geckos-carry.md deleted file mode 100644 index d2036a934d3..00000000000 --- a/.changeset/perfect-geckos-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@itwin/itwinui-react': patch ---- - -`ComboBox` and `Select` will now use a hidden live region to ensure that multiple selected options are announced by assistive technologies every time the selection is updated. diff --git a/.changeset/plenty-cats-report.md b/.changeset/plenty-cats-report.md deleted file mode 100644 index 98689300454..00000000000 --- a/.changeset/plenty-cats-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@itwin/itwinui-css': patch ---- - -Added `color` declaration to `iui-keyboard`. diff --git a/.changeset/poor-bees-sneeze.md b/.changeset/poor-bees-sneeze.md deleted file mode 100644 index bcea40f56cb..00000000000 --- a/.changeset/poor-bees-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@itwin/itwinui-react': patch ---- - -Fixed an issue where using Popover components in controlled mode (through `visible` prop) was appending it to the wrong root element. diff --git a/.changeset/purple-beds-hammer.md b/.changeset/purple-beds-hammer.md deleted file mode 100644 index ec492c1c854..00000000000 --- a/.changeset/purple-beds-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@itwin/itwinui-react': patch ---- - -Fixed an issue in ButtonGroup where null/undefined children were also getting wrapped by empty `
`s. diff --git a/.changeset/wet-eyes-drop.md b/.changeset/wet-eyes-drop.md deleted file mode 100644 index fe1a108a779..00000000000 --- a/.changeset/wet-eyes-drop.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@itwin/itwinui-css': patch -'@itwin/itwinui-react': patch ---- - -Fixed an issue where pseudo elements inside a v2 boundary were not reverting v1 styles. diff --git a/packages/itwinui-css/CHANGELOG.md b/packages/itwinui-css/CHANGELOG.md index 178d08ee8f1..de83bba85e0 100644 --- a/packages/itwinui-css/CHANGELOG.md +++ b/packages/itwinui-css/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 1.11.0 + +### Minor Changes + +- [#863](https://github.com/iTwin/iTwinUI/pull/863): - Add `iui-input-flex-container` class for inputs with icons and buttons within + - Add `iui-searchbox` class for Searchbox + - Add `iui-expandable-searchbox` class for Searchbox that can be expanded + - Add `iui-search-icon` for styling icons within search + +### Patch Changes + +- [#1275](https://github.com/iTwin/iTwinUI/pull/1275): Fixed an issue where `ProgressRadial` was not correctly showing when used inside a v2 boundary within a v1 page. +- [#1251](https://github.com/iTwin/iTwinUI/pull/1251): Reorganized source file structure. Should have no changes in the CSS output. +- [#1271](https://github.com/iTwin/iTwinUI/pull/1271): Added `color` declaration to `iui-keyboard`. +- [#1257](https://github.com/iTwin/iTwinUI/pull/1257): Fixed an issue where pseudo elements inside a v2 boundary were not reverting v1 styles. + ## 1.10.3 ### Patch Changes diff --git a/packages/itwinui-css/package.json b/packages/itwinui-css/package.json index 08c2d433720..c5103707804 100644 --- a/packages/itwinui-css/package.json +++ b/packages/itwinui-css/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/itwinui-css", - "version": "1.10.3", + "version": "1.11.0", "author": "Bentley Systems", "license": "MIT", "main": "css/all.css", diff --git a/packages/itwinui-react/CHANGELOG.md b/packages/itwinui-react/CHANGELOG.md index cb1c6e28080..f9d095bae7e 100644 --- a/packages/itwinui-react/CHANGELOG.md +++ b/packages/itwinui-react/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## 2.11.0 + +### Minor Changes + +- [#863](https://github.com/iTwin/iTwinUI/pull/863): Add `SearchBox` component for your search needs. It can be used as static or expandable version of SearchBox. + + ```ts + + + ``` + + `SearchBox` has `SearchBox.Icon`, `SearchBox.Button`, `SearchBox.Input`, `SearchBox.CollapseButton` and `SearchBox.ExpandButton` subcomponents which can be passed as children to customise the look. + +### Patch Changes + +- [#1275](https://github.com/iTwin/iTwinUI/pull/1275): Fixed an issue where `ProgressRadial` was not correctly showing when used inside a v2 boundary within a v1 page. +- [#1156](https://github.com/iTwin/iTwinUI/pull/1156): Fixes an issue where table crashes when resizing the Column Manager column in expand mode. +- [#1246](https://github.com/iTwin/iTwinUI/pull/1246): All relative imports now use the `.js` extension, in preparation of better ESM support. +- [#1228](https://github.com/iTwin/iTwinUI/pull/1228): `ComboBox` and `Select` will now use a hidden live region to ensure that multiple selected options are announced by assistive technologies every time the selection is updated. +- [#1276](https://github.com/iTwin/iTwinUI/pull/1276): Fixed an issue where using Popover components in controlled mode (through `visible` prop) was appending it to the wrong root element. +- [#1281](https://github.com/iTwin/iTwinUI/pull/1281): Fixed an issue in ButtonGroup where null/undefined children were also getting wrapped by empty `
`s. +- [#1257](https://github.com/iTwin/iTwinUI/pull/1257): Fixed an issue where pseudo elements inside a v2 boundary were not reverting v1 styles. +- Updated dependencies: + - @itwin/itwinui-css@1.11.0 + ## 2.10.1 ### Patch Changes diff --git a/packages/itwinui-react/package.json b/packages/itwinui-react/package.json index 550e987cd3d..9cb1eee1a1f 100644 --- a/packages/itwinui-react/package.json +++ b/packages/itwinui-react/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/itwinui-react", - "version": "2.10.1", + "version": "2.11.0", "author": "Bentley Systems", "license": "MIT", "main": "cjs/index.js", @@ -67,7 +67,7 @@ "dev:types": "concurrently \"tsc -p tsconfig.cjs.json --emitDeclarationOnly --watch --preserveWatchOutput\" \"tsc -p tsconfig.esm.json --emitDeclarationOnly --watch --preserveWatchOutput\"" }, "dependencies": { - "@itwin/itwinui-css": "^1.10.3", + "@itwin/itwinui-css": "^1.11.0", "@itwin/itwinui-illustrations-react": "^2.0.0", "@itwin/itwinui-variables": "^2.0.0", "@tippyjs/react": "^4.2.6", diff --git a/playgrounds/astro/package.json b/playgrounds/astro/package.json index 83dec8be468..71c23d4e1ac 100644 --- a/playgrounds/astro/package.json +++ b/playgrounds/astro/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@astrojs/react": "^2.0.2", - "@itwin/itwinui-react": "2.10.1", + "@itwin/itwinui-react": "2.11.0", "astro": "^2.0.13", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/playgrounds/next/package.json b/playgrounds/next/package.json index f9715bc9bbf..fd0c1ce8a47 100644 --- a/playgrounds/next/package.json +++ b/playgrounds/next/package.json @@ -10,7 +10,7 @@ "clean": "rimraf .turbo && rimraf node_modules && rimraf .next" }, "dependencies": { - "@itwin/itwinui-react": "2.10.1", + "@itwin/itwinui-react": "2.11.0", "@types/node": "^18.11.9", "@types/react": "^18.0.25", "@types/react-dom": "^18.0.9", diff --git a/playgrounds/vite/package.json b/playgrounds/vite/package.json index 57adf1d9fa5..93c474e4401 100644 --- a/playgrounds/vite/package.json +++ b/playgrounds/vite/package.json @@ -9,7 +9,7 @@ "clean": "rimraf .turbo && rimraf node_modules && rimraf dist" }, "dependencies": { - "@itwin/itwinui-react": "2.10.1", + "@itwin/itwinui-react": "2.11.0", "@itwin/itwinui-icons-react": "2", "react": "^18.0.0", "react-dom": "^18.0.0"