@itwin/itwinui-css 2.0.0-dev.7 → 2.0.0-dev.8
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 +22 -0
- package/css/all.css +1 -1
- package/css/button.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/non-ideal-state.css +1 -1
- package/css/progress-indicator.css +1 -1
- package/css/select.css +1 -1
- package/css/status-message.css +5 -0
- package/css/table.css +1 -1
- package/css/tooltip.css +1 -1
- package/css/transfer-list.css +1 -1
- package/css/utils.css +1 -1
- package/package.json +1 -1
- package/css/location-marker.css +0 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.0.0-dev.8
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#1355](https://github.com/iTwin/iTwinUI/pull/1355): `iui-transfer-list-listbox-label` and `iui-input-container` classes were removed.
|
|
8
|
+
- [#1529](https://github.com/iTwin/iTwinUI/pull/1529): Removed location-marker component.
|
|
9
|
+
- [#1523](https://github.com/iTwin/iTwinUI/pull/1523): Removed `iui-tooltip-container` and `iui-tooltip-visible` classes. The display is now toggled using the `hidden` HTML attribute, and the positioning should be managed using custom JS/CSS.
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#1355](https://github.com/iTwin/iTwinUI/pull/1355): Added `iui-input-group-wrapper` class to allow inline labels for input groups.
|
|
14
|
+
- [#1355](https://github.com/iTwin/iTwinUI/pull/1355): Added `iui-input-grid` class for outer input styling.
|
|
15
|
+
- [#1355](https://github.com/iTwin/iTwinUI/pull/1355): Added status styling to `input` and `select`.
|
|
16
|
+
- [#1355](https://github.com/iTwin/iTwinUI/pull/1355): Added padded styling to Icon using `data-iui-padded` attribute.
|
|
17
|
+
- [#1355](https://github.com/iTwin/iTwinUI/pull/1355): Added `iui-status-message` class to wrap StatusMessage icon and content.
|
|
18
|
+
|
|
3
19
|
## 2.0.0-dev.7
|
|
4
20
|
|
|
5
21
|
### Major Changes
|
|
@@ -94,6 +110,12 @@
|
|
|
94
110
|
- [#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.
|
|
95
111
|
- [#1270](https://github.com/iTwin/iTwinUI/pull/1270): Change `line-height` to use a unitless value.
|
|
96
112
|
|
|
113
|
+
## 1.12.3
|
|
114
|
+
|
|
115
|
+
### Patch Changes
|
|
116
|
+
|
|
117
|
+
- [#1516](https://github.com/iTwin/iTwinUI/pull/1516): Update SearchBox placeholder color to match Input.
|
|
118
|
+
|
|
97
119
|
## 1.12.2
|
|
98
120
|
|
|
99
121
|
### Patch Changes
|