@itwin/itwinui-css 1.2.2 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.3.0](https://www.github.com/iTwin/iTwinUI/compare/v1.2.2...v1.3.0) (2022-12-19)
4
+
5
+ ### What's new
6
+
7
+ * **Tag:** Tag body receives focus instead of close button within it ([#835](https://www.github.com/iTwin/iTwinUI/issues/835)) ([3df67b1](https://www.github.com/iTwin/iTwinUI/commit/3df67b19028c7dd63baff0d7cbef581d48c8e90c))
8
+
9
+ ### Fixes
10
+
11
+ * **Inputs:** border color changes to status color on hover ([#847](https://www.github.com/iTwin/iTwinUI/issues/847)) ([7a2ed84](https://www.github.com/iTwin/iTwinUI/commit/7a2ed848ace212687f43c41546865bc9bb7cc55a))
12
+ * **ToggleSwitch:** Define height of toggle switch to display correctly in iOS ([#852](https://www.github.com/iTwin/iTwinUI/issues/852)) ([a50a7fc](https://www.github.com/iTwin/iTwinUI/commit/a50a7fced38fa568665ec42e873bd1d998595c18))
13
+
3
14
  ### [1.2.2](https://www.github.com/iTwin/iTwinUI/compare/v1.2.1...v1.2.2) (2022-12-09)
4
15
 
5
16
  ### Fixes