@itwin/itwinui-css 2.0.0-dev.5 → 2.0.0-dev.6

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,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.0.0-dev.6
4
+
5
+ ### Major Changes
6
+
7
+ - [#1420](https://github.com/iTwin/iTwinUI/pull/1420): `<div class="iui-radio-tile-content">` has been removed from radio-tile. Also, `data-iui-disabled` attribute must be set on the radio-tile for browsers that don't support `:has` (firefox).
8
+
3
9
  ## 2.0.0-dev.5
4
10
 
5
11
  ### Major Changes
@@ -77,6 +83,24 @@
77
83
  - [#1269](https://github.com/iTwin/iTwinUI/pull/1269): All dialog variants have `flex` applied by default. This means the content should be wrapped with `Dialog.Content` or `ModalContent` for optimal layout.
78
84
  - [#1270](https://github.com/iTwin/iTwinUI/pull/1270): Change `line-height` to use a unitless value.
79
85
 
86
+ ## 1.12.0
87
+
88
+ ### Minor Changes
89
+
90
+ - [#1422](https://github.com/iTwin/iTwinUI/pull/1422): Changed `all: revert` to `all: revert-layer` so that only styles from the v1 layer are reverted, thus avoiding issues with inadvertently removing browser default styles. This rule has also been moved from `all.css` to `revert-v1.css`.
91
+
92
+ ## 1.11.5
93
+
94
+ ### Patch Changes
95
+
96
+ - [#1424](https://github.com/iTwin/iTwinUI/pull/1424): Fixed a few different resizing issues in Dialog.
97
+
98
+ ## 1.11.4
99
+
100
+ ### Patch Changes
101
+
102
+ - [#1421](https://github.com/iTwin/iTwinUI/pull/1421): Fixed an issue in Table where column reordering and editable cells were not working when v2 Table was used within a v1 app.
103
+
80
104
  ## 1.11.3
81
105
 
82
106
  ### Patch Changes
@@ -426,4 +450,4 @@ If you're interested in more details,
426
450
 
427
451
  ## 0.X
428
452
 
429
- For any changes prior to 1.0.0, check out the [0.X changelog](https://github.com/iTwin/iTwinUI/blob/v0/packages/itwinui-css/CHANGELOG.md).
453
+ For any changes prior to 1.0.0, check out the [0.X changelog](https://github.com/iTwin/iTwinUI/blob/legacy/v0-css/packages/itwinui-css/CHANGELOG.md).