@itwin/itwinui-css 2.0.0-dev.12 → 2.0.0-dev.13
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 +18 -0
- package/css/all.css +1 -1
- package/css/carousel.css +1 -1
- package/css/color-picker.css +1 -1
- package/css/input-container.css +1 -1
- package/css/progress-indicator.css +1 -1
- package/css/searchbox.css +1 -1
- package/css/slider.css +1 -1
- package/css/tabs.css +1 -1
- package/css/tile.css +1 -1
- package/css/utils.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.0.0-dev.13
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#1626](https://github.com/iTwin/iTwinUI/pull/1626): Improved carousel accessibility and changed the markup so that the dots are present before the slides.
|
|
8
|
+
- [#1469](https://github.com/iTwin/iTwinUI/pull/1469): Replaced `iui-slider-vertical` class modifier with `data-iui-orientation`.
|
|
9
|
+
- `iui-slider-rail` class is now `::before` pseudo element of `iui-slider`.
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#1632](https://github.com/iTwin/iTwinUI/pull/1632): Adjusted gap between adjacent icons in searchbox.
|
|
14
|
+
|
|
3
15
|
## 2.0.0-dev.12
|
|
4
16
|
|
|
5
17
|
### Major Changes
|
|
@@ -145,6 +157,12 @@
|
|
|
145
157
|
- [#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.
|
|
146
158
|
- [#1270](https://github.com/iTwin/iTwinUI/pull/1270): Change `line-height` to use a unitless value.
|
|
147
159
|
|
|
160
|
+
## 1.12.6
|
|
161
|
+
|
|
162
|
+
### Patch Changes
|
|
163
|
+
|
|
164
|
+
- [#1643](https://github.com/iTwin/iTwinUI/pull/1643): Fixed an issue where ProgressRadial was not respecting explicit size.
|
|
165
|
+
|
|
148
166
|
## 1.12.5
|
|
149
167
|
|
|
150
168
|
### Patch Changes
|