From 84007fe670a9ca85f82f230c3458c0a73fd1b622 Mon Sep 17 00:00:00 2001 From: "iTwin.js admin" <38288322+imodeljs-admin@users.noreply.github.com> Date: Tue, 19 Mar 2024 16:26:37 -0400 Subject: [PATCH] Release packages (#1928) --- .changeset/six-pans-guess.md | 5 ----- .changeset/ten-dingos-allow.md | 5 ----- .changeset/tender-seas-shake.md | 8 -------- packages/itwinui-react/CHANGELOG.md | 11 +++++++++++ packages/itwinui-react/package.json | 2 +- 5 files changed, 12 insertions(+), 19 deletions(-) delete mode 100644 .changeset/six-pans-guess.md delete mode 100644 .changeset/ten-dingos-allow.md delete mode 100644 .changeset/tender-seas-shake.md diff --git a/.changeset/six-pans-guess.md b/.changeset/six-pans-guess.md deleted file mode 100644 index d84d2d1488e..00000000000 --- a/.changeset/six-pans-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@itwin/itwinui-react": minor ---- - -The filter button inside a Table will now always be visible, instead of only being shown on hover/focus. diff --git a/.changeset/ten-dingos-allow.md b/.changeset/ten-dingos-allow.md deleted file mode 100644 index 214ec3310a4..00000000000 --- a/.changeset/ten-dingos-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@itwin/itwinui-react": minor ---- - -The entire `Table` is now scrollable instead of just the `Table`'s body. This leads to a better scroll experience (e.g. the `Table`'s header now scrolls horizontally when hovering a dragged column near the header's left or right edges). diff --git a/.changeset/tender-seas-shake.md b/.changeset/tender-seas-shake.md deleted file mode 100644 index 6041efed6c4..00000000000 --- a/.changeset/tender-seas-shake.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@itwin/itwinui-react": minor ---- - -The responsive behavior of Table columns has been improved in a few different ways: -- All columns now have a non-zero default min-width. While we still recommend passing a custom min-width based on your data, this default will help prevent resizable columns from becoming too small. -- The filter and sort icons in a column header will now wrap to the next line, before the text starts wrapping. -- For cells that have a string value, the value will be automatically truncated after three lines. diff --git a/packages/itwinui-react/CHANGELOG.md b/packages/itwinui-react/CHANGELOG.md index 0b19529910a..186017c61ed 100644 --- a/packages/itwinui-react/CHANGELOG.md +++ b/packages/itwinui-react/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 3.7.0 + +### Minor Changes + +- [#1863](https://github.com/iTwin/iTwinUI/pull/1863): The filter button inside a `Table` will now always be visible, instead of only being shown on hover/focus. +- [#1891](https://github.com/iTwin/iTwinUI/pull/1891): The entire `Table` is now scrollable instead of just the `Table`'s body. This leads to a better scroll experience (e.g. the `Table`'s header now scrolls horizontally when hovering a dragged column near the header's left or right edges). +- [#1863](https://github.com/iTwin/iTwinUI/pull/1863): The responsive behavior of `Table` columns has been improved in a few different ways: + - All columns now have a non-zero default min-width. While we still recommend passing a custom min-width based on your data, this default will help prevent resizable columns from becoming too small. + - The filter and sort icons in a column header will now wrap to the next line, before the text starts wrapping. + - For cells that have a string value, the value will be automatically truncated after three lines. + ## 3.6.3 ### Patch Changes diff --git a/packages/itwinui-react/package.json b/packages/itwinui-react/package.json index 28713705fa8..eebdbc4d165 100644 --- a/packages/itwinui-react/package.json +++ b/packages/itwinui-react/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/itwinui-react", - "version": "3.6.3", + "version": "3.7.0", "author": "Bentley Systems", "license": "MIT", "type": "module",