@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 +25 -1
- package/css/all.css +1 -1
- package/css/anchor.css +1 -1
- package/css/avatar.css +1 -1
- package/css/backdrop.css +1 -1
- package/css/breadcrumbs.css +1 -1
- package/css/button.css +1 -1
- package/css/carousel.css +1 -1
- package/css/checkbox.css +1 -1
- package/css/code.css +1 -1
- package/css/color-picker.css +1 -1
- package/css/date-picker.css +1 -1
- package/css/dialog.css +1 -1
- package/css/expandable-block.css +1 -1
- package/css/file-upload.css +1 -1
- package/css/footer.css +1 -1
- package/css/global.css +1 -1
- package/css/header.css +1 -1
- package/css/information-panel.css +1 -1
- package/css/input-container.css +1 -1
- package/css/input.css +1 -1
- package/css/location-marker.css +1 -1
- package/css/menu.css +1 -1
- package/css/non-ideal-state.css +1 -1
- package/css/overlay.css +1 -1
- package/css/progress-indicator.css +1 -1
- package/css/radio-tile.css +1 -1
- package/css/radio.css +1 -1
- package/css/searchbox.css +1 -1
- package/css/select.css +1 -1
- package/css/side-navigation.css +1 -1
- package/css/skip-to-content.css +1 -1
- package/css/slider.css +1 -1
- package/css/stepper.css +1 -1
- package/css/table.css +1 -1
- package/css/tabs.css +1 -1
- package/css/tag.css +1 -1
- package/css/tile.css +1 -1
- package/css/toast.css +1 -1
- package/css/toggle-switch.css +1 -1
- package/css/tooltip.css +1 -1
- package/css/utils.css +1 -1
- package/css/workflow-diagram.css +1 -1
- package/package.json +4 -4
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).
|