diff --git a/.changeset/giant-mayflies-wash.md b/.changeset/giant-mayflies-wash.md deleted file mode 100644 index b1f8e5e57ff..00000000000 --- a/.changeset/giant-mayflies-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@itwin/itwinui-react': patch ---- - -Fixed `scrollToRow` in un-virtualized `Table`. In virtualized `Table`, `scrollToRow` now scrolls to the top for consistent behavior. diff --git a/.changeset/thick-deers-act.md b/.changeset/thick-deers-act.md deleted file mode 100644 index 82fd6820fc9..00000000000 --- a/.changeset/thick-deers-act.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@itwin/itwinui-react': minor ---- - -Added the ability to have custom `props` for each sub-component of `ColorPicker`. -New props added associated with each sub-component are: -- `ColorBuilder`: `colorFieldProps`, `colorDotProps`, `opacitySliderProps`, and `hueSliderProps`. -- `ColorInputPanel`: `panelLabelProps`, `colorInputContainerProps`, `inputFieldsGroupProps` and `swapColorFormatButtonProps`. -- `ColorPalette`: `labelProps`, and `paletteContainerProps`. diff --git a/packages/itwinui-react/CHANGELOG.md b/packages/itwinui-react/CHANGELOG.md index d14790a8fb0..e59c266c810 100644 --- a/packages/itwinui-react/CHANGELOG.md +++ b/packages/itwinui-react/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 3.15.0 + +### Minor Changes + +- [#2211](https://github.com/iTwin/iTwinUI/pull/2211): Added the ability to have custom `props` for each sub-component of `ColorPicker`. + New props added associated with each sub-component are: + - `ColorBuilder`: `colorFieldProps`, `colorDotProps`, `opacitySliderProps`, and `hueSliderProps`. + - `ColorInputPanel`: `panelLabelProps`, `colorInputContainerProps`, `inputFieldsGroupProps` and `swapColorFormatButtonProps`. + - `ColorPalette`: `labelProps`, and `paletteContainerProps`. + +### Patch Changes + +- [#2239](https://github.com/iTwin/iTwinUI/pull/2239): Fixed `scrollToRow` in un-virtualized `Table`. In virtualized `Table`, `scrollToRow` now scrolls to the top for consistent behavior. + ## 3.14.2 ### Patch Changes diff --git a/packages/itwinui-react/package.json b/packages/itwinui-react/package.json index 2a4b9b08623..61885454fa3 100644 --- a/packages/itwinui-react/package.json +++ b/packages/itwinui-react/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/itwinui-react", - "version": "3.14.2", + "version": "3.15.0", "author": "Bentley Systems", "license": "MIT", "type": "module",