Skip to content

Commit

Permalink
Merge branch 'main' into r/react-transition-group-removal
Browse files Browse the repository at this point in the history
  • Loading branch information
r100-stack committed Jan 23, 2025
2 parents b4876c8 + 6553647 commit 8112a64
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-pants-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-apples-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-tips-develop.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/itwinui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 3.16.6

### Patch Changes

- [#2411](https://github.com/iTwin/iTwinUI/pull/2411): Fixed `Panels.Trigger` not working in older React versions where `useId` is not available.
- [#2407](https://github.com/iTwin/iTwinUI/pull/2407): Increased contrast (i.e. opacity) of light theme's text selection background. This also affects some other opacities of other components (e.g. shadows and hover backgrounds).

## 3.16.5

### 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.16.5",
"version": "3.16.6",
"author": "Bentley Systems",
"license": "MIT",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/itwinui-variables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @itwin/itwinui-variables

## 3.3.1

### Patch Changes

- [#2407](https://github.com/iTwin/iTwinUI/pull/2407): Slightly increased `--iui-opacity-5` in the light theme to increase its text selection background's contrast.

## 3.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/itwinui-variables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/itwinui-variables",
"version": "3.3.0",
"version": "3.3.1",
"author": "Bentley Systems",
"license": "MIT",
"main": "index.css",
Expand Down

0 comments on commit 8112a64

Please sign in to comment.