Skip to content

Commit

Permalink
Release packages (#1928)
Browse files Browse the repository at this point in the history
  • Loading branch information
imodeljs-admin authored Mar 19, 2024
1 parent 65ac2b6 commit 84007fe
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/six-pans-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-dingos-allow.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tender-seas-shake.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/itwinui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/itwinui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/itwinui-react",
"version": "3.6.3",
"version": "3.7.0",
"author": "Bentley Systems",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 84007fe

Please sign in to comment.