@itwin/itwinui-css 1.0.0-dev.8 → 1.0.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 +39 -969
- package/README.md +50 -29
- package/css/alert.css +1 -387
- package/css/all.css +1 -9049
- package/css/anchor.css +1 -64
- package/css/avatar.css +1 -222
- package/css/backdrop.css +1 -22
- package/css/badge.css +1 -25
- package/css/blockquote.css +1 -22
- package/css/breadcrumbs.css +1 -372
- package/css/button.css +1 -381
- package/css/carousel.css +1 -121
- package/css/checkbox.css +1 -150
- package/css/code.css +1 -81
- package/css/color-picker.css +1 -203
- package/css/date-picker.css +1 -399
- package/css/dialog.css +1 -159
- package/css/expandable-block.css +1 -171
- package/css/fieldset.css +1 -27
- package/css/file-upload.css +1 -78
- package/css/footer.css +1 -91
- package/css/global.css +1 -59
- package/css/header.css +1 -432
- package/css/information-panel.css +1 -189
- package/css/input.css +1 -166
- package/css/keyboard.css +1 -27
- package/css/location-marker.css +1 -114
- package/css/menu.css +1 -171
- package/css/non-ideal-state.css +1 -61
- package/css/progress-indicator.css +1 -299
- package/css/radio-tile.css +1 -187
- package/css/radio.css +1 -157
- package/css/select.css +1 -235
- package/css/side-navigation.css +1 -198
- package/css/skip-to-content.css +1 -61
- package/css/slider.css +1 -258
- package/css/stepper.css +1 -137
- package/css/surface.css +1 -14
- package/css/table.css +1 -705
- package/css/tabs.css +1 -321
- package/css/tag.css +1 -140
- package/css/text.css +1 -115
- package/css/tile.css +1 -488
- package/css/time-picker.css +1 -128
- package/css/toast.css +1 -284
- package/css/toggle-switch.css +1 -212
- package/css/tooltip.css +1 -48
- package/css/tree.css +1 -124
- package/css/utils.css +1 -679
- package/css/workflow-diagram.css +1 -63
- package/package.json +8 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,971 +1,41 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
* **Tabs:** Improve visuals with wrapped labels ([#681](https://www.github.com/iTwin/iTwinUI/issues/681)) ([28e12ee](https://www.github.com/iTwin/iTwinUI/commit/28e12ee0bb1e2d4087098ebfde124d765896c7b5))
|
|
43
|
-
|
|
44
|
-
## [0.60.0](https://www.github.com/iTwin/iTwinUI/compare/v0.59.2...v0.60.0) (2022-06-14)
|
|
45
|
-
|
|
46
|
-
### What's new
|
|
47
|
-
|
|
48
|
-
* Separate out `Backdrop` from `Dialog` ([#670](https://www.github.com/iTwin/iTwinUI/issues/670)) ([ce0f56c](https://www.github.com/iTwin/iTwinUI/commit/ce0f56c98105d8e4974f1971055ffe0dc597d3d0))
|
|
49
|
-
|
|
50
|
-
### [0.59.2](https://www.github.com/iTwin/iTwinUI/compare/v0.59.1...v0.59.2) (2022-06-08)
|
|
51
|
-
|
|
52
|
-
### Fixes
|
|
53
|
-
|
|
54
|
-
* **Code:** Fix codeblock copy button with icon gap ([#680](https://www.github.com/iTwin/iTwinUI/issues/680)) ([516e462](https://www.github.com/iTwin/iTwinUI/commit/516e462171afebe3e195741dfafca36c27c09fc2))
|
|
55
|
-
|
|
56
|
-
### [0.59.1](https://www.github.com/iTwin/iTwinUI/compare/v0.59.0...v0.59.1) (2022-05-27)
|
|
57
|
-
|
|
58
|
-
### Fixes
|
|
59
|
-
|
|
60
|
-
- **Table:** Fix zebra striping color ([#658](https://www.github.com/iTwin/iTwinUI/issues/658)) ([91e0a4c](https://www.github.com/iTwin/iTwinUI/commit/91e0a4ca9b5246abfbd97526b1492e2bc9ce48b4))
|
|
61
|
-
|
|
62
|
-
## [0.59.0](https://www.github.com/iTwin/iTwinUI/compare/v0.58.0...v0.59.0) (2022-05-27)
|
|
63
|
-
|
|
64
|
-
### What's new
|
|
65
|
-
|
|
66
|
-
- **SideNavigation:** Change stripe location ([#636](https://www.github.com/iTwin/iTwinUI/issues/636)) ([6c94ffb](https://www.github.com/iTwin/iTwinUI/commit/6c94ffbb7e93049dc6d1c81049ddf55e57418c68))
|
|
67
|
-
- **Table:** Add sticky columns ([#621](https://www.github.com/iTwin/iTwinUI/issues/621)) ([07ba65d](https://www.github.com/iTwin/iTwinUI/commit/07ba65dff20da05c4fdfc17fd931549c1126ed90))
|
|
68
|
-
|
|
69
|
-
### Fixes
|
|
70
|
-
|
|
71
|
-
- **InformationPanel:** Adjust `box-shadow` to look the same as elevation-4 ([#644](https://www.github.com/iTwin/iTwinUI/issues/644)) ([2a3d551](https://www.github.com/iTwin/iTwinUI/commit/2a3d551bf2ce76879aa9fdc63e4d884515577671))
|
|
72
|
-
- **Table:** Improve responsive design by wrapping column actions when there is no space ([#646](https://www.github.com/iTwin/iTwinUI/issues/646)) ([fb39515](https://www.github.com/iTwin/iTwinUI/commit/fb395152e2dd4e5fce452edab455f8850187b295))
|
|
73
|
-
|
|
74
|
-
## [0.58.0](https://www.github.com/iTwin/iTwinUI/compare/v0.57.0...v0.58.0) (2022-05-11)
|
|
75
|
-
|
|
76
|
-
### What's new
|
|
77
|
-
|
|
78
|
-
- **Dialog:** Add draggable dialog and rename existing Modal ([#602](https://www.github.com/iTwin/iTwinUI/issues/602)) ([dcfc8aa](https://www.github.com/iTwin/iTwinUI/commit/dcfc8aa8ad5867911a9343f16f60ca862dcb4158))
|
|
79
|
-
- **Table:** Add container over column actions for wrapping ([#626](https://www.github.com/iTwin/iTwinUI/issues/626)) ([f45aa37](https://www.github.com/iTwin/iTwinUI/commit/f45aa37f5f48f2bfa5aec0cd2b2b21f8cc57219d))
|
|
80
|
-
- **Breadcrumbs:** Add new `iui-breadcrumbs-item-overrides` class to fix `color` is not updating ([#635](https://www.github.com/iTwin/iTwinUI/issues/635)) ([8417ed7](https://www.github.com/iTwin/iTwinUI/commit/8417ed719c82c1ec4b962cb2a5a474d4c45f17e1))
|
|
81
|
-
|
|
82
|
-
## [0.57.0](https://www.github.com/iTwin/iTwinUI/compare/v0.56.0...v0.57.0) (2022-05-09)
|
|
83
|
-
|
|
84
|
-
### What's new
|
|
85
|
-
|
|
86
|
-
- **Breadcrumbs:** Class name & specificity refactor ([#568](https://www.github.com/iTwin/iTwinUI/issues/568)) ([1dec25a](https://www.github.com/iTwin/iTwinUI/commit/1dec25adf55fd2e279f48c8987d57a39e191c17d))
|
|
87
|
-
|
|
88
|
-
### Fixes
|
|
89
|
-
|
|
90
|
-
- **RadioTile:** Use icon class name selector for regular svgs ([#630](https://github.com/iTwin/iTwinUI/pull/630))
|
|
91
|
-
|
|
92
|
-
## [0.56.0](https://www.github.com/iTwin/iTwinUI/compare/v0.55.0...v0.56.0) (2022-04-29)
|
|
93
|
-
|
|
94
|
-
### What's new
|
|
95
|
-
|
|
96
|
-
- **RadioTile:** Class names changes and specificity improvements ([#598](https://www.github.com/iTwin/iTwinUI/issues/598)) ([c9bae1a](https://www.github.com/iTwin/iTwinUI/commit/c9bae1adc7c54d3878b5ad586774ab31665040bc))
|
|
97
|
-
|
|
98
|
-
### Fixes
|
|
99
|
-
|
|
100
|
-
- **Checkbox:** Add border to disabled checkbox ([#594](https://www.github.com/iTwin/iTwinUI/issues/594)) ([67e0db8](https://www.github.com/iTwin/iTwinUI/commit/67e0db801ad474f2c600615f58c85474aa1160ee))
|
|
101
|
-
- **Select:** Fix arrow color ([#601](https://www.github.com/iTwin/iTwinUI/issues/601)) ([d45a257](https://www.github.com/iTwin/iTwinUI/commit/d45a257d379232ea1a121ec4fc7fddc378b5cf06))
|
|
102
|
-
- **Tabs:** Fix description color ([#601](https://www.github.com/iTwin/iTwinUI/issues/601)) ([d45a257](https://www.github.com/iTwin/iTwinUI/commit/d45a257d379232ea1a121ec4fc7fddc378b5cf06))
|
|
103
|
-
- **Toast:** Increase z-index of toast wrapper ([#597](https://www.github.com/iTwin/iTwinUI/issues/597)) ([a39adfc](https://www.github.com/iTwin/iTwinUI/commit/a39adfc354db225c5dad3500ddb5128e41f5afa8))
|
|
104
|
-
- **ToggleSwitch:** Add `forced-colors` support ([#588](https://www.github.com/iTwin/iTwinUI/issues/588)) ([9d6ca88](https://www.github.com/iTwin/iTwinUI/commit/9d6ca88b4561ef8cb57f76e16c0f65e3a0f1d9fd))
|
|
105
|
-
- **Typography:** Accessible skeleton text ([#587](https://www.github.com/iTwin/iTwinUI/issues/587)) ([235758d](https://www.github.com/iTwin/iTwinUI/commit/235758d9d7181c816d5cd2f8828cbac3b87ba7eb))
|
|
106
|
-
|
|
107
|
-
## [0.55.0](https://www.github.com/iTwin/iTwinUI/compare/v0.54.1...v0.55.0) (2022-04-19)
|
|
108
|
-
|
|
109
|
-
### What's new
|
|
110
|
-
|
|
111
|
-
- **Menu:** Skeleton menu items ([#577](https://www.github.com/iTwin/iTwinUI/issues/577)) ([8cd710b](https://www.github.com/iTwin/iTwinUI/commit/8cd710b7a26745dbc0673f12b328a3552131db54))
|
|
112
|
-
- **Tag:** Classes change and specificity improvement ([#561](https://www.github.com/iTwin/iTwinUI/issues/561)) ([0d3608f](https://www.github.com/iTwin/iTwinUI/commit/0d3608f54efe0b327a4224c9fc7295e1d9029fec))
|
|
113
|
-
- **Tile:** Add hover effect ([#579](https://www.github.com/iTwin/iTwinUI/issues/579)) ([f665779](https://www.github.com/iTwin/iTwinUI/commit/f6657791d42d6818760728615ae4cc45f4a0edb9))
|
|
114
|
-
|
|
115
|
-
### Fixes
|
|
116
|
-
|
|
117
|
-
- **Header:** Adjust header buttons spacing ([#585](https://www.github.com/iTwin/iTwinUI/issues/585)) ([f16bc31](https://www.github.com/iTwin/iTwinUI/commit/f16bc31d82f86606be8069507fe2ffc374130201))
|
|
118
|
-
- **Menu:** Improved skeleton menu item accessibility ([#593](https://www.github.com/iTwin/iTwinUI/issues/593)) ([367731b](https://www.github.com/iTwin/iTwinUI/commit/367731b8d13308a20b2ee31dcaff385c2a2df9a8))
|
|
119
|
-
- **Popover:** Hiding popover when parent element is not visible ([#589](https://www.github.com/iTwin/iTwinUI/issues/589)) ([7a87dda](https://www.github.com/iTwin/iTwinUI/commit/7a87dda47bf8ee2de925bdcb0eac2fb1dd941d77))
|
|
120
|
-
|
|
121
|
-
### [0.54.1](https://www.github.com/iTwin/iTwinUI/compare/v0.54.0...v0.54.1) (2022-04-11)
|
|
122
|
-
|
|
123
|
-
### Fixes
|
|
124
|
-
|
|
125
|
-
- **Anchor:** Bringing Anchor back to global.scss ([#580](https://www.github.com/iTwin/iTwinUI/issues/580)) ([a5f1962](https://www.github.com/iTwin/iTwinUI/commit/a5f1962a4ffe7393f465f78d5a6a5cd31f8b74bf))
|
|
126
|
-
|
|
127
|
-
## [0.54.0](https://www.github.com/iTwin/iTwinUI/compare/v0.53.3...v0.54.0) (2022-04-07)
|
|
128
|
-
|
|
129
|
-
### What's new
|
|
130
|
-
|
|
131
|
-
- **Anchor:** Add anchor component ([#525](https://www.github.com/iTwin/iTwinUI/issues/525)) ([ca6a85f](https://www.github.com/iTwin/iTwinUI/commit/ca6a85f08779150b349c942babed4409e9ca882c))
|
|
132
|
-
- **Table:** Allows to disable any column in a row ([#575](https://www.github.com/iTwin/iTwinUI/issues/575)) ([f8cf32a](https://www.github.com/iTwin/iTwinUI/commit/f8cf32a517eae9a50972d08773483b9f485c15d1))
|
|
133
|
-
|
|
134
|
-
### Fixes
|
|
135
|
-
|
|
136
|
-
- **SkipToContent:** Fix Overlapping Visibility Bug ([#572](https://www.github.com/iTwin/iTwinUI/issues/572)) ([de3f966](https://www.github.com/iTwin/iTwinUI/commit/de3f9662ab723e44ed139627d26fbf5b2340c265))
|
|
137
|
-
|
|
138
|
-
### [0.53.3](https://www.github.com/iTwin/iTwinUI/compare/v0.53.2...v0.53.3) (2022-04-05)
|
|
139
|
-
|
|
140
|
-
### Fixes
|
|
141
|
-
|
|
142
|
-
- **ColorPicker:** Add `forced-colors` support. ([#569](https://www.github.com/iTwin/iTwinUI/issues/569)) ([d997651](https://www.github.com/iTwin/iTwinUI/commit/d9976519a919c0a3793829fb217245f7466364fb))
|
|
143
|
-
- **Tree:** Fix spacing for tree node icon ([#570](https://www.github.com/iTwin/iTwinUI/issues/570)) ([d98d363](https://www.github.com/iTwin/iTwinUI/commit/d98d363b2a411b7eba8568439e3565d3aed4bfb0))
|
|
144
|
-
|
|
145
|
-
### [0.53.2](https://www.github.com/iTwin/iTwinUI/compare/v0.53.1...v0.53.2) (2022-03-30)
|
|
146
|
-
|
|
147
|
-
### Fixes
|
|
148
|
-
|
|
149
|
-
- **Modal:** Update animation speed ([#564](https://www.github.com/iTwin/iTwinUI/issues/564)) ([7c3fe48](https://www.github.com/iTwin/iTwinUI/commit/7c3fe48cf5a2022c6c81c0a96dc7b3831aee60e8))
|
|
150
|
-
- **SkipToContent:** Hide skip-to-content link when not focused ([#558](https://www.github.com/iTwin/iTwinUI/issues/558)) ([2b3add7](https://www.github.com/iTwin/iTwinUI/commit/2b3add7c3fc3559bfe609587e72b8c367376dba7))
|
|
151
|
-
|
|
152
|
-
### [0.53.1](https://www.github.com/iTwin/iTwinUI/compare/v0.53.0...v0.53.1) (2022-03-29)
|
|
153
|
-
|
|
154
|
-
### Fixes
|
|
155
|
-
|
|
156
|
-
- **ButtonGroup:** Add `width: 100%` for overflow handling ([#559](https://www.github.com/iTwin/iTwinUI/issues/559)) ([e086388](https://www.github.com/iTwin/iTwinUI/commit/e08638810ecc8808bc4a74295525984c1d9accb0))
|
|
157
|
-
- **DatePicker:** Make element inline ([#554](https://www.github.com/iTwin/iTwinUI/issues/554)) ([81e75d7](https://www.github.com/iTwin/iTwinUI/commit/81e75d7f76aeaafb5f810ad644f40d8bf9b95176))
|
|
158
|
-
- **Modal:** Update modal animation ([#557](https://www.github.com/iTwin/iTwinUI/issues/557)) ([7517aa4](https://www.github.com/iTwin/iTwinUI/commit/7517aa478a046b7222963c0b9dac941aeb98e09f))
|
|
159
|
-
- **UserIcon:** Use pixel values for status icon ([#541](https://www.github.com/iTwin/iTwinUI/issues/541)) ([f26c811](https://www.github.com/iTwin/iTwinUI/commit/f26c81182a286120c9935d712acedde4d37835ba))
|
|
160
|
-
|
|
161
|
-
## [0.53.0](https://www.github.com/iTwin/iTwinUI/compare/v0.52.0...v0.53.0) (2022-03-25)
|
|
162
|
-
|
|
163
|
-
### What's new
|
|
164
|
-
|
|
165
|
-
- **DatePicker:** Add range date support ([#530](https://www.github.com/iTwin/iTwinUI/issues/530)) ([b32f641](https://www.github.com/iTwin/iTwinUI/commit/b32f641c833345eec9cdbfa62597663294d590dd))
|
|
166
|
-
- **Surface:** Add surface component ([#533](https://www.github.com/iTwin/iTwinUI/issues/533)) ([64a582f](https://www.github.com/iTwin/iTwinUI/commit/64a582fa85a580944d21acc0172ee530c836bb43))
|
|
167
|
-
- **Theme:** Add high contrast themes ([#505](https://www.github.com/iTwin/iTwinUI/issues/505)) ([fbb5006](https://www.github.com/iTwin/iTwinUI/commit/fbb50065af3b6a9f764dc697779d6b4c6092c355))
|
|
168
|
-
|
|
169
|
-
### Fixes
|
|
170
|
-
|
|
171
|
-
- **Carousel:** Update dots truncation and animation ([#544](https://www.github.com/iTwin/iTwinUI/issues/544)) ([8435deb](https://www.github.com/iTwin/iTwinUI/commit/8435deb45ae0a2056adcd5e838390606b0dc2df4))
|
|
172
|
-
- **InformationPanel:** Prevent focusing hidden panel content ([#543](https://www.github.com/iTwin/iTwinUI/issues/543)) ([863e783](https://www.github.com/iTwin/iTwinUI/commit/863e7830c1e7dae11d72c6060c4629f6b3af60a8))
|
|
173
|
-
|
|
174
|
-
## [0.52.0](https://www.github.com/iTwin/iTwinUI/compare/v0.51.0...v0.52.0) (2022-03-22)
|
|
175
|
-
|
|
176
|
-
### What's new
|
|
177
|
-
|
|
178
|
-
- **Modal:** Add full-page modal ([#489](https://www.github.com/iTwin/iTwinUI/issues/489)) ([4ea0ac8](https://www.github.com/iTwin/iTwinUI/commit/4ea0ac8e8d9eb275008bf694b03bba78f5c5cee4))
|
|
179
|
-
- **UserIcon:** Add icon to busy status ([#532](https://www.github.com/iTwin/iTwinUI/issues/532)) ([cc3e5dd](https://www.github.com/iTwin/iTwinUI/commit/cc3e5dd3ac8d0bc6ab9bd69714361018c5afea4b))
|
|
180
|
-
|
|
181
|
-
### [0.51.0](https://www.github.com/iTwin/iTwinUI/compare/v0.50.1...v0.51.0) (2022-03-18)
|
|
182
|
-
|
|
183
|
-
### What's new
|
|
184
|
-
|
|
185
|
-
- **Toggle switch:** Complete refactor with new classnames and html structure ([#465](https://www.github.com/iTwin/iTwinUI/issues/465)) ([7af1955](https://www.github.com/iTwin/iTwinUI/commit/7af1955b033dd0236d0a81518c766616356dce0e))
|
|
186
|
-
|
|
187
|
-
### Fixes
|
|
188
|
-
|
|
189
|
-
- **Carousel:** Increase flex-grow for dots ([#527](https://www.github.com/iTwin/iTwinUI/issues/527)) ([dbd4483](https://www.github.com/iTwin/iTwinUI/commit/dbd44839f2f21d441c3cde24de2552430594769a))
|
|
190
|
-
- **Inputs:** Fix shrink issue on checkbox & radio ([#522](https://www.github.com/iTwin/iTwinUI/issues/522)) ([38794b6](https://www.github.com/iTwin/iTwinUI/commit/38794b6c6673c31f8f00412f33523c8d67e93f13))
|
|
191
|
-
- **Radio:** Remove redundant wrapper styles ([#524](https://www.github.com/iTwin/iTwinUI/issues/524)) ([cd497a1](https://www.github.com/iTwin/iTwinUI/commit/cd497a1e80511674e373d2b51740ba19df027ea3))
|
|
192
|
-
- **Table:** Fix for resize calculations in react ([#528](https://www.github.com/iTwin/iTwinUI/issues/528)) ([3132024](https://www.github.com/iTwin/iTwinUI/commit/3132024df1ecda631cf8ff0a972d056f568ac882))
|
|
193
|
-
- **Table:** Fixed column reorder styling on resizable column ([#518](https://www.github.com/iTwin/iTwinUI/issues/518)) ([c0239c3](https://www.github.com/iTwin/iTwinUI/commit/c0239c3b9b1e146b383449ad77739e8b35111910))
|
|
194
|
-
|
|
195
|
-
### [0.50.1](https://www.github.com/iTwin/iTwinUI/compare/v0.50.0...v0.50.1) (2022-03-10)
|
|
196
|
-
|
|
197
|
-
### Fixes
|
|
198
|
-
|
|
199
|
-
- **ButtonGroup:** Add max width/height for overflow calculations ([#514](https://www.github.com/iTwin/iTwinUI/issues/514)) ([9e7bf15](https://www.github.com/iTwin/iTwinUI/commit/9e7bf153fa065ba11d26b3e59ae06136d614ae7a))
|
|
200
|
-
|
|
201
|
-
## [0.50.0](https://www.github.com/iTwin/iTwinUI/compare/v0.49.0...v0.50.0) (2022-03-04)
|
|
202
|
-
|
|
203
|
-
### What's new
|
|
204
|
-
|
|
205
|
-
- **ButtonGroup:** Add vertical orientation through new `iui-button-group-vertical` class ([#503](https://www.github.com/iTwin/iTwinUI/issues/503)) ([ef78a61](https://www.github.com/iTwin/iTwinUI/commit/ef78a6199faced3e6923d4472d1f253a8699b0fa))
|
|
206
|
-
- **Carousel:** Use scroll-snap instead of transform for moving slides ([#507](https://www.github.com/iTwin/iTwinUI/issues/507)) ([ff69309](https://www.github.com/iTwin/iTwinUI/commit/ff693098add76ccfca608ae48440f5e6608c37b5))
|
|
207
|
-
|
|
208
|
-
### Fixes
|
|
209
|
-
|
|
210
|
-
- **Carousel:** Make invisible dot visually hidden ([#509](https://www.github.com/iTwin/iTwinUI/issues/509)) ([91b4ed0](https://www.github.com/iTwin/iTwinUI/commit/91b4ed043eba5b7cc72f522cc2af64c1a531bbf5))
|
|
211
|
-
- **Modal:** Fix clipping of text ([#502](https://www.github.com/iTwin/iTwinUI/issues/502)) ([7cd974c](https://www.github.com/iTwin/iTwinUI/commit/7cd974c9c8ec3d66e4cfe862f4390abec11b0c98))
|
|
212
|
-
|
|
213
|
-
## [0.49.0](https://www.github.com/iTwin/iTwinUI/compare/v0.48.2...v0.49.0) (2022-02-25)
|
|
214
|
-
|
|
215
|
-
### What's new
|
|
216
|
-
|
|
217
|
-
- **Table:** Add column reordering ([#498](https://www.github.com/iTwin/iTwinUI/issues/498)) ([385b769](https://www.github.com/iTwin/iTwinUI/commit/385b769096aa08dd55f9d207407fdf2dbf78f0e5))
|
|
218
|
-
|
|
219
|
-
### [0.48.2](https://www.github.com/iTwin/iTwinUI/compare/v0.48.1...v0.48.2) (2022-02-23)
|
|
220
|
-
|
|
221
|
-
### Fixes
|
|
222
|
-
|
|
223
|
-
- **ColorSwatch:** Fix absolute positioning when used in button ([#494](https://www.github.com/iTwin/iTwinUI/issues/494)) ([8e96995](https://www.github.com/iTwin/iTwinUI/commit/8e96995922cf8691894bea9f38dbd3fbc09c38e7))
|
|
224
|
-
|
|
225
|
-
### [0.48.1](https://www.github.com/iTwin/iTwinUI/compare/v0.48.0...v0.48.1) (2022-02-18)
|
|
226
|
-
|
|
227
|
-
### Fixes
|
|
228
|
-
|
|
229
|
-
- **Radio:** Set blank svg for indeterminate state ([#492](https://www.github.com/iTwin/iTwinUI/issues/492)) ([54c5b3f](https://www.github.com/iTwin/iTwinUI/commit/54c5b3fc0923042236b02fc12edec6b97f8f9c66))
|
|
230
|
-
|
|
231
|
-
## [0.48.0](https://www.github.com/iTwin/iTwinUI/compare/v0.47.0...v0.48.0) (2022-02-18)
|
|
232
|
-
|
|
233
|
-
### What's new
|
|
234
|
-
|
|
235
|
-
- **Checkbox** and **Radio**: Complete refactor. Svgs are inlined and input can now be used without wrapping label. ([#475](https://github.com/iTwin/iTwinUI/pull/475))
|
|
236
|
-
- **ColorPicker:** Swatch supports transparency ([#483](https://www.github.com/iTwin/iTwinUI/issues/483)) ([f50481f](https://www.github.com/iTwin/iTwinUI/commit/f50481fe621f644fefd900aac0eb8f2ba0d8a25c))
|
|
237
|
-
|
|
238
|
-
## [0.47.0](https://www.github.com/iTwin/iTwinUI/compare/v0.46.1...v0.47.0) (2022-02-15)
|
|
239
|
-
|
|
240
|
-
### What's new
|
|
241
|
-
|
|
242
|
-
- **ExpandableBlock:** Add borderless styling to expandable-block ([#467](https://www.github.com/iTwin/iTwinUI/issues/467)) ([4fff41a](https://www.github.com/iTwin/iTwinUI/commit/4fff41a0e20f3ac2505c90e1f48e706de08262f7))
|
|
243
|
-
- **Skip-to-content:** Add skip-to-content button ([#471](https://www.github.com/iTwin/iTwinUI/issues/471)) ([0202a87](https://www.github.com/iTwin/iTwinUI/commit/0202a87b4e936fe804a188242b123fa4e3b9f91d))
|
|
244
|
-
- **Tile:** Add focus styling to entire tile ([#446](https://www.github.com/iTwin/iTwinUI/issues/446)) ([6c4baad](https://www.github.com/iTwin/iTwinUI/commit/6c4baad7d3c25bcf2031def9caf4bff1a22de2c9))
|
|
245
|
-
- **Badge:** Rename CSS variables for consistency ([#476](https://www.github.com/iTwin/iTwinUI/issues/476)) ([a718e9f](https://www.github.com/iTwin/iTwinUI/commit/a718e9fa49702dd2080706080ff30feefaedb210))
|
|
246
|
-
- **ColorPicker:** Rename CSS variables for consistency ([#481](https://www.github.com/iTwin/iTwinUI/issues/481)) ([60d8f3c](https://www.github.com/iTwin/iTwinUI/commit/60d8f3caacb1b4fd597b1c235a5dfe881c87f84d))
|
|
247
|
-
|
|
248
|
-
### Fixes
|
|
249
|
-
|
|
250
|
-
- **ButtonGroup:** Don't target `<input>` inside labeled-input to fix z-index issues ([#448](https://www.github.com/iTwin/iTwinUI/issues/448)) ([b0c45cc](https://www.github.com/iTwin/iTwinUI/commit/b0c45cc3278aaa0f889f73ae8c7b51f3392ff18b))
|
|
251
|
-
- **Tree:** Made `li` element focusable ([#484](https://www.github.com/iTwin/iTwinUI/issues/484)) ([19dc058](https://www.github.com/iTwin/iTwinUI/commit/19dc058bd9a748e600db16cd458e5c9f068404f0))
|
|
252
|
-
|
|
253
|
-
### [0.46.1](https://www.github.com/iTwin/iTwinUI/compare/v0.46.0...v0.46.1) (2022-02-07)
|
|
254
|
-
|
|
255
|
-
### Fixes
|
|
256
|
-
|
|
257
|
-
- **Popover:** Increased hidden attribute specificity ([#469](https://www.github.com/iTwin/iTwinUI/issues/469)) ([d96ddda](https://www.github.com/iTwin/iTwinUI/commit/d96dddaf3a9bf3559c4624ee040ec97bc3c22488))
|
|
258
|
-
|
|
259
|
-
## [0.46.0](https://www.github.com/iTwin/iTwinUI/compare/v0.45.0...v0.46.0) (2022-02-04)
|
|
260
|
-
|
|
261
|
-
### What's new
|
|
262
|
-
|
|
263
|
-
- **Select:** Dropdown icon is an icon ([#444](https://www.github.com/iTwin/iTwinUI/issues/444)) ([703c5f6](https://www.github.com/iTwin/iTwinUI/commit/703c5f64463e269a46ee456595ef879eee9321fd))
|
|
264
|
-
|
|
265
|
-
### Fixes
|
|
266
|
-
|
|
267
|
-
- **Button:** Show default outline as fallback ([#468](https://www.github.com/iTwin/iTwinUI/issues/468)) ([6194a13](https://www.github.com/iTwin/iTwinUI/commit/6194a13a1d8349c477cbb86582adcf6f1fe1ce09))
|
|
268
|
-
|
|
269
|
-
## [0.45.0](https://www.github.com/iTwin/iTwinUI/compare/v0.44.2...v0.45.0) (2022-02-03)
|
|
270
|
-
|
|
271
|
-
### What's new
|
|
272
|
-
|
|
273
|
-
- **Carousel:** Added new carousel component ([#377](https://www.github.com/iTwin/iTwinUI/issues/377)) ([4ed38b9](https://www.github.com/iTwin/iTwinUI/commit/4ed38b9b0657b446602d58b2bca594bec85924de))
|
|
274
|
-
- **Tile:** Reduced nesting ([#431](https://www.github.com/iTwin/iTwinUI/issues/431)) ([a2fc0d5](https://www.github.com/iTwin/iTwinUI/commit/a2fc0d59a6bb02fa86b65f0739cc88762aa214f6))
|
|
275
|
-
|
|
276
|
-
### Fixes
|
|
277
|
-
|
|
278
|
-
- **Popover:** Added new helper class ([#464](https://www.github.com/iTwin/iTwinUI/issues/464)) ([b147c61](https://www.github.com/iTwin/iTwinUI/commit/b147c6133c3f31ed4bb7b0a10c92c19b5d2cec20))
|
|
279
|
-
- **Table:** Zebra row selector change ([#458](https://www.github.com/iTwin/iTwinUI/issues/458)) ([0761392](https://www.github.com/iTwin/iTwinUI/commit/0761392582e737406dc6f2243e4a4d5a22ce781d))
|
|
280
|
-
|
|
281
|
-
### [0.44.2](https://www.github.com/iTwin/iTwinUI/compare/v0.44.1...v0.44.2) (2022-01-26)
|
|
282
|
-
|
|
283
|
-
### Fixes
|
|
284
|
-
|
|
285
|
-
- **Tree:** Fix tree node focus ([#456](https://www.github.com/iTwin/iTwinUI/issues/456)) ([da02613](https://www.github.com/iTwin/iTwinUI/commit/da026138bc3eca1d550ff52aa151d13480a3ff01))
|
|
286
|
-
|
|
287
|
-
### [0.44.1](https://www.github.com/iTwin/iTwinUI/compare/v0.44.0...v0.44.1) (2022-01-24)
|
|
288
|
-
|
|
289
|
-
### Fixes
|
|
290
|
-
|
|
291
|
-
- **Button:** Use `::before` for active background to fix flicker ([#449](https://www.github.com/iTwin/iTwinUI/issues/449)) ([b492a75](https://www.github.com/iTwin/iTwinUI/commit/b492a7596e02763be20ff3d14c89262c11196532))
|
|
292
|
-
- **Select:** Allows to reduce Select size that other components would fit inside container ([#451](https://www.github.com/iTwin/iTwinUI/issues/451)) ([011cc70](https://www.github.com/iTwin/iTwinUI/commit/011cc701a51e7f7199690ce404a0bef0be90f6fd))
|
|
293
|
-
|
|
294
|
-
## [0.44.0](https://www.github.com/iTwin/iTwinUI/compare/v0.43.0...v0.44.0) (2022-01-07)
|
|
295
|
-
|
|
296
|
-
### What's new
|
|
297
|
-
|
|
298
|
-
- New focus styling in all components ([#166](https://www.github.com/iTwin/iTwinUI/issues/166)) ([74bc798](https://www.github.com/iTwin/iTwinUI/commit/74bc79856f3a2cda0fd5b589df1f97a53e942e84))
|
|
299
|
-
|
|
300
|
-
This release also includes some updated classnames and html structure in the following components:
|
|
301
|
-
|
|
302
|
-
- **Checkbox and Radio:** Fix radio button dot and checkbox checkmark centering ([#426](https://www.github.com/iTwin/iTwinUI/issues/426)) ([3b2f979](https://www.github.com/iTwin/iTwinUI/commit/3b2f9791852123044295f1b9f1e999f0967c61af))
|
|
303
|
-
- **DatePicker:** Reduce nesting and specificity ([#427](https://www.github.com/iTwin/iTwinUI/issues/427)) ([1dd79d2](https://www.github.com/iTwin/iTwinUI/commit/1dd79d2e75cd739845764a3636b799946dced3de))
|
|
304
|
-
- **Paginator:** Reduce nesting and specificity ([#429](https://www.github.com/iTwin/iTwinUI/issues/429)) ([d52e650](https://www.github.com/iTwin/iTwinUI/commit/d52e6505498a97a958f0b6a9fbaf5cc781d1d9ab))
|
|
305
|
-
|
|
306
|
-
### Fixes
|
|
307
|
-
|
|
308
|
-
- **Checkbox:** `iui-label` content is centered ([#433](https://www.github.com/iTwin/iTwinUI/issues/433)) ([30c7075](https://www.github.com/iTwin/iTwinUI/commit/30c70752b9bb3ed2e015809f924583cad4449185))
|
|
309
|
-
|
|
310
|
-
## [0.43.0](https://www.github.com/iTwin/iTwinUI/compare/v0.42.1...v0.43.0) (2021-12-20)
|
|
311
|
-
|
|
312
|
-
### What's new
|
|
313
|
-
|
|
314
|
-
- **Table:** Added proper support for horizontal scroll ([#417](https://www.github.com/iTwin/iTwinUI/issues/417)) ([42e9fdd](https://www.github.com/iTwin/iTwinUI/commit/42e9fdd90e1b618e0d8e64fe9d421ff37860c387))
|
|
315
|
-
|
|
316
|
-
### Fixes
|
|
317
|
-
|
|
318
|
-
- **ButtonGroup:** Add back position to fix z-index issue ([#422](https://www.github.com/iTwin/iTwinUI/issues/422)) ([5b4637e](https://www.github.com/iTwin/iTwinUI/commit/5b4637e8a2b4dbbb066ba2ed0005f5ebeb21942c))
|
|
319
|
-
- **ButtonGroup:** Disable exit animation to prevent flicker ([#421](https://www.github.com/iTwin/iTwinUI/issues/421)) ([39f9a03](https://www.github.com/iTwin/iTwinUI/commit/39f9a031e937977566c2d639ece9ba7434807a90))
|
|
320
|
-
|
|
321
|
-
### [0.42.1](https://www.github.com/iTwin/iTwinUI/compare/v0.42.0...v0.42.1) (2021-12-20)
|
|
322
|
-
|
|
323
|
-
### Fixes
|
|
324
|
-
|
|
325
|
-
- **ButtonGroup:** Use flex instead of position: relative to set z-index ([#418](https://www.github.com/iTwin/iTwinUI/issues/418)) ([6e9df50](https://www.github.com/iTwin/iTwinUI/commit/6e9df50fe3ddd2355f8d299d8d532fa720f029aa))
|
|
326
|
-
|
|
327
|
-
## [0.42.0](https://www.github.com/iTwin/iTwinUI/compare/v0.41.1...v0.42.0) (2021-12-14)
|
|
328
|
-
|
|
329
|
-
### What's new
|
|
330
|
-
|
|
331
|
-
- **ButtonGroup:** handle input + button combo ([#365](https://www.github.com/iTwin/iTwinUI/issues/365)) ([067fe40](https://www.github.com/iTwin/iTwinUI/commit/067fe4028c85977664821ecd69816219dcd15c06))
|
|
332
|
-
|
|
333
|
-
### Fixes
|
|
334
|
-
|
|
335
|
-
- **Header:** Correct label color in disabled header button ([#414](https://www.github.com/iTwin/iTwinUI/issues/414)) ([4ad31cb](https://www.github.com/iTwin/iTwinUI/commit/4ad31cb2f406fbfcc46d64a525c36bfd90dff41a))
|
|
336
|
-
- **Table:** Fixed zebra rows hover style ([#416](https://www.github.com/iTwin/iTwinUI/issues/416)) ([879fcc8](https://www.github.com/iTwin/iTwinUI/commit/879fcc8ea2b6e3b128ae443417561576ea40fc96))
|
|
337
|
-
|
|
338
|
-
### [0.41.1](https://www.github.com/iTwin/iTwinUI/compare/v0.41.0...v0.41.1) (2021-12-10)
|
|
339
|
-
|
|
340
|
-
### Fixes
|
|
341
|
-
|
|
342
|
-
- **Inputs:** Fix icon alignment in nested input containers ([#409](https://www.github.com/iTwin/iTwinUI/issues/409)) ([22fcb9f](https://www.github.com/iTwin/iTwinUI/commit/22fcb9f184c54e5b039fe1d7aedeb913f2989aed))
|
|
343
|
-
|
|
344
|
-
## [0.41.0](https://www.github.com/iTwin/iTwinUI/compare/v0.40.0...v0.41.0) (2021-12-07)
|
|
345
|
-
|
|
346
|
-
### What's new
|
|
347
|
-
|
|
348
|
-
- **Tree:** Add tree component ([#388](https://www.github.com/iTwin/iTwinUI/issues/388)) ([dead18d](https://www.github.com/iTwin/iTwinUI/commit/dead18dcead164113fb8f81bd6892a60477f7e6d))
|
|
349
|
-
- **Table:** Add label to paginator row count dropdown button ([#381](https://www.github.com/iTwin/iTwinUI/issues/381)) ([89645ca](https://www.github.com/iTwin/iTwinUI/commit/89645cadd7135764ce0f418f15176d23ea0282db))
|
|
350
|
-
|
|
351
|
-
### Fixes
|
|
352
|
-
|
|
353
|
-
- **Button:** Fixed hover effects after button is clicked ([#404](https://www.github.com/iTwin/iTwinUI/issues/404)) ([d584354](https://www.github.com/iTwin/iTwinUI/commit/d584354e6cdbc063076868d68337c8dc75d76e2c))
|
|
354
|
-
- **Table:** Add padding to last non-slot column ([#403](https://www.github.com/iTwin/iTwinUI/issues/403)) ([30bb8b1](https://www.github.com/iTwin/iTwinUI/commit/30bb8b1cd99bf5fbd30f7bbda406105ea86e75c8))
|
|
355
|
-
- **UserIcon:** Apply background color to transparent images ([#394](https://www.github.com/iTwin/iTwinUI/issues/394)) ([f9f181d](https://www.github.com/iTwin/iTwinUI/commit/f9f181db2ca06ab553ae1371a3efd8b183192e44))
|
|
356
|
-
|
|
357
|
-
## [0.40.0](https://www.github.com/iTwin/iTwinUI/compare/v0.39.1...v0.40.0) (2021-12-01)
|
|
358
|
-
|
|
359
|
-
### What's new
|
|
360
|
-
|
|
361
|
-
- **Buttons:** Reduce nesting and specificity ([#363](https://www.github.com/iTwin/iTwinUI/issues/363)) ([0395323](https://www.github.com/iTwin/iTwinUI/commit/0395323cae55a38542020ecf5fc5f811bbbc3407))
|
|
362
|
-
- Mixins were added/improved to allow easier overrides and fix elusive bugs.
|
|
363
|
-
- `iui-default` class was added as a modifier to style default buttons.
|
|
364
|
-
- Some class names were updated: `iui-icon` is now `iui-button-icon`, and `iui-label` is now `iui-button-label`.
|
|
365
|
-
- Some class names in derived components no longer need to be applied, e.g. `iui-large` is not needed in header buttons.
|
|
366
|
-
|
|
367
|
-
### Fixes
|
|
368
|
-
|
|
369
|
-
- **Checkbox:** Changed visibility hover background color & unchecked fill color. ([#392](https://www.github.com/iTwin/iTwinUI/issues/392)) ([15c9015](https://www.github.com/iTwin/iTwinUI/commit/15c90152cb1f7ea7a3ffb14957e4ae600b8e859d))
|
|
370
|
-
|
|
371
|
-
### [0.39.1](https://www.github.com/iTwin/iTwinUI/compare/v0.39.0...v0.39.1) (2021-11-15)
|
|
372
|
-
|
|
373
|
-
### Fixes
|
|
374
|
-
|
|
375
|
-
- **Label:** Fixed display style and alignment to respect modifier ([#382](https://www.github.com/iTwin/iTwinUI/issues/382)) ([5634d6b](https://www.github.com/iTwin/iTwinUI/commit/5634d6bf19dba144c9304808bd9f1027ba34f5b0))
|
|
376
|
-
|
|
377
|
-
## [0.39.0](https://www.github.com/iTwin/iTwinUI/compare/v0.38.0...v0.39.0) (2021-11-12)
|
|
378
|
-
|
|
379
|
-
### What's new
|
|
380
|
-
|
|
381
|
-
- **Label:** Add non-wrapping label component ([#351](https://www.github.com/iTwin/iTwinUI/issues/351)) ([93798d8](https://www.github.com/iTwin/iTwinUI/commit/93798d8236d7e5d738534a703f4698cfb39494cf))
|
|
382
|
-
- **InformationPanel:** Add `.iui-information-body-content` to align inner content using grid ([#367](https://www.github.com/iTwin/iTwinUI/issues/367)) ([4756bb7](https://www.github.com/iTwin/iTwinUI/commit/4756bb7628a5ee5fecc2f8993087620c481474fd))
|
|
383
|
-
- **Table:** Add vertical scroll snapping using `.iui-scroll-snapping` ([#380](https://www.github.com/iTwin/iTwinUI/issues/380)) ([23d15da](https://www.github.com/iTwin/iTwinUI/commit/23d15da894d8a57c5c6ca85cd0e67f09ca9e0183))
|
|
384
|
-
- **Header:** Improve styling of header buttons ([#373](https://www.github.com/iTwin/iTwinUI/issues/373)) ([4be4900](https://www.github.com/iTwin/iTwinUI/commit/4be490070297ed6ac70856cd4a191c408e91bbaa))
|
|
385
|
-
- Added ability to use header logo as anchor
|
|
386
|
-
- Added ability to show active stripe in header buttons used outside `.iui-left`
|
|
387
|
-
|
|
388
|
-
### Fixes
|
|
389
|
-
|
|
390
|
-
- **Menu:** Apply text color on menu root so that it's also inherited by iui-menu-content ([#371](https://www.github.com/iTwin/iTwinUI/issues/371)) ([da1edb7](https://www.github.com/iTwin/iTwinUI/commit/da1edb795f4b600fab30c441cfd348b68e781a36))
|
|
391
|
-
- **Tabs:** Replaced `.iui-tab-stripe` with `::after` pseudo-element ([#370](https://www.github.com/iTwin/iTwinUI/issues/370)) ([a7ef494](https://www.github.com/iTwin/iTwinUI/commit/a7ef49455b5f5de8b441b05846cf4e7ec2ef058f))
|
|
392
|
-
|
|
393
|
-
## [0.38.0](https://www.github.com/iTwin/iTwinUI/compare/v0.37.2...v0.38.0) (2021-10-28)
|
|
394
|
-
|
|
395
|
-
### What's new
|
|
396
|
-
|
|
397
|
-
- **Checkbox:** Add visibility checkbox styling ([#349](https://www.github.com/iTwin/iTwinUI/issues/349)) ([3572703](https://www.github.com/iTwin/iTwinUI/commit/3572703cb94ffa8aab8cf3046bd0c0b99b1f4cdc))
|
|
398
|
-
|
|
399
|
-
### Fixes
|
|
400
|
-
|
|
401
|
-
- **Header:** App logo hover color matches button hover ([#364](https://www.github.com/iTwin/iTwinUI/issues/364)) ([778a9e0](https://www.github.com/iTwin/iTwinUI/commit/778a9e019773b06199ae7a46f42aaaf0d850db14))
|
|
402
|
-
|
|
403
|
-
### [0.37.2](https://www.github.com/iTwin/iTwinUI/compare/v0.37.1...v0.37.2) (2021-10-26)
|
|
404
|
-
|
|
405
|
-
### Fixes
|
|
406
|
-
|
|
407
|
-
- **ColorPicker:** make advanced picker smaller ([#359](https://www.github.com/iTwin/iTwinUI/issues/359)) ([33fc12d](https://www.github.com/iTwin/iTwinUI/commit/33fc12d7935f5274afe66cacc6fd14e6638114a2))
|
|
408
|
-
- **Tabs:** Add `font-family: inherit` so correct font is used ([#357](https://www.github.com/iTwin/iTwinUI/issues/357)) ([7bec424](https://www.github.com/iTwin/iTwinUI/commit/7bec424970480000c1511496d264832cbbdaf92f))
|
|
409
|
-
|
|
410
|
-
### [0.37.1](https://www.github.com/iTwin/iTwinUI/compare/v0.37.0...v0.37.1) (2021-10-21)
|
|
411
|
-
|
|
412
|
-
### Fixes
|
|
413
|
-
|
|
414
|
-
- **ColorPicker:** Add spacing between color field & adjacent slider ([#355](https://www.github.com/iTwin/iTwinUI/issues/355)) ([0dd56ff](https://www.github.com/iTwin/iTwinUI/commit/0dd56ff37618df3f05b61dd832bf3a85db22cd63))
|
|
415
|
-
|
|
416
|
-
## [0.37.0](https://www.github.com/iTwin/iTwinUI/compare/v0.36.1...v0.37.0) (2021-10-18)
|
|
417
|
-
|
|
418
|
-
### What's new
|
|
419
|
-
|
|
420
|
-
- **SideNavigation:** Add open state to side navigation buttons. ([#353](https://www.github.com/iTwin/iTwinUI/issues/353)) ([ebbff83](https://www.github.com/iTwin/iTwinUI/commit/ebbff831d6b2d0e7098d2294cf6c55d262ab5f40))
|
|
421
|
-
|
|
422
|
-
### [0.36.1](https://www.github.com/iTwin/iTwinUI/compare/v0.36.0...v0.36.1) (2021-10-15)
|
|
423
|
-
|
|
424
|
-
### Fixes
|
|
425
|
-
|
|
426
|
-
- **transition-group:** Handle exit animation correctly ([#350](https://www.github.com/iTwin/iTwinUI/issues/350)) ([480bcd8](https://www.github.com/iTwin/iTwinUI/commit/480bcd8e15c7918fb12092db8579db07b0c283fc))
|
|
427
|
-
|
|
428
|
-
## [0.36.0](https://www.github.com/iTwin/iTwinUI/compare/v0.35.2...v0.36.0) (2021-10-15)
|
|
429
|
-
|
|
430
|
-
### What's new
|
|
431
|
-
|
|
432
|
-
- **ColorPicker:** Add opacity slider and color value input options ([#338](https://www.github.com/iTwin/iTwinUI/issues/338)) ([412f6d5](https://www.github.com/iTwin/iTwinUI/commit/412f6d532e083ec131fdfd97d9df1901f4511586))
|
|
433
|
-
|
|
434
|
-
### [0.35.2](https://www.github.com/iTwin/iTwinUI/compare/v0.35.1...v0.35.2) (2021-10-14)
|
|
435
|
-
|
|
436
|
-
### Fixes
|
|
437
|
-
|
|
438
|
-
- **SideNavigation:** Use flex conditionally to fix resizing ([#346](https://www.github.com/iTwin/iTwinUI/issues/346)) ([ae73507](https://www.github.com/iTwin/iTwinUI/commit/ae735071a57cbaef06ee62bfbd77d4b4ad37c5ac))
|
|
439
|
-
- **Slider:** Add min-height ([#344](https://www.github.com/iTwin/iTwinUI/issues/344)) ([233e24d](https://www.github.com/iTwin/iTwinUI/commit/233e24da6e30e88fe13412b255addd7681902ecd))
|
|
440
|
-
|
|
441
|
-
### [0.35.1](https://www.github.com/iTwin/iTwinUI/compare/v0.35.0...v0.35.1) (2021-10-14)
|
|
442
|
-
|
|
443
|
-
### Fixes
|
|
444
|
-
|
|
445
|
-
- **Button:** Add `font-family: inherit` so correct font is used ([#342](https://www.github.com/iTwin/iTwinUI/issues/342)) ([1d05c96](https://www.github.com/iTwin/iTwinUI/commit/1d05c9662917906e98d3917903bd450e766832f7))
|
|
446
|
-
- **SideNavigation:** Remove fixed width from submenu ([#340](https://www.github.com/iTwin/iTwinUI/issues/340)) ([3a41f61](https://www.github.com/iTwin/iTwinUI/commit/3a41f61a39b38ac83c1d94d57a5bf6892275101f))
|
|
447
|
-
- **Table:** Table body takes full available height ([#335](https://www.github.com/iTwin/iTwinUI/issues/335)) ([900ee53](https://www.github.com/iTwin/iTwinUI/commit/900ee531414f4245bacdbd8e189780556021a088))
|
|
448
|
-
|
|
449
|
-
## [0.35.0](https://www.github.com/iTwin/iTwinUI/compare/v0.34.0...v0.35.0) (2021-10-12)
|
|
450
|
-
|
|
451
|
-
### What's new
|
|
452
|
-
|
|
453
|
-
- **ExpandableBlock:** Added small size ([#329](https://www.github.com/iTwin/iTwinUI/issues/329)) ([49092c3](https://www.github.com/iTwin/iTwinUI/commit/49092c3f21af887b2648a5b483fe074dabf046e4))
|
|
454
|
-
|
|
455
|
-
### Fixes
|
|
456
|
-
|
|
457
|
-
- **NotificationMarker:** Remove top-level `&` to fix error ([#337](https://www.github.com/iTwin/iTwinUI/issues/337)) ([5814c35](https://www.github.com/iTwin/iTwinUI/commit/5814c3505b823f05e7413e81d2a2b34f2d86a4b3))
|
|
458
|
-
|
|
459
|
-
## [0.34.0](https://www.github.com/iTwin/iTwinUI/compare/v0.33.1...v0.34.0) (2021-10-08)
|
|
460
|
-
|
|
461
|
-
### What's new
|
|
462
|
-
|
|
463
|
-
- **Alert:** Reduced specificity by updating class names ([109e41b](https://www.github.com/iTwin/iTwinUI/commit/109e41bed93ab5ffced94686ae1b2dc5e7b14625))
|
|
464
|
-
- **Alert:** Add default styling for links ([#325](https://www.github.com/iTwin/iTwinUI/issues/325)) ([91b8e0f](https://www.github.com/iTwin/iTwinUI/commit/91b8e0ffb2bfe43bf347f23a833128e76375bbf2))
|
|
465
|
-
- **Table:** Moved paginator under table ([#331](https://www.github.com/iTwin/iTwinUI/issues/331)) ([c4c8f31](https://www.github.com/iTwin/iTwinUI/commit/c4c8f31eaeaaf64903f8a7f6a0f7f70feaf11164))
|
|
466
|
-
|
|
467
|
-
### Fixes
|
|
468
|
-
|
|
469
|
-
- **Alert:** Removed unintentional margin applied to all links ([109e41b](https://www.github.com/iTwin/iTwinUI/commit/109e41bed93ab5ffced94686ae1b2dc5e7b14625))
|
|
470
|
-
- **InformationPanel:** Use translate for positioning and other fixes ([#328](https://www.github.com/iTwin/iTwinUI/issues/328)) ([2fde3cb](https://www.github.com/iTwin/iTwinUI/commit/2fde3cb2f703103260e1baf9d176357ba12706c6))
|
|
471
|
-
- **Table:** Some paginator adjustments ([#326](https://www.github.com/iTwin/iTwinUI/issues/326)) ([4f8e8c8](https://www.github.com/iTwin/iTwinUI/commit/4f8e8c8ca214294ade7748e3828f513a767d73e7))
|
|
472
|
-
|
|
473
|
-
### [0.33.1](https://www.github.com/iTwin/iTwinUI/compare/v0.33.0...v0.33.1) (2021-10-06)
|
|
474
|
-
|
|
475
|
-
### Fixes
|
|
476
|
-
|
|
477
|
-
- **RadioTiles:** Added stacking context and wrap ([#321](https://www.github.com/iTwin/iTwinUI/issues/321)) ([058776e](https://www.github.com/iTwin/iTwinUI/commit/058776ea3d0d8b35bd595c111a80e5fc4bd72a3a))
|
|
478
|
-
|
|
479
|
-
## [0.33.0](https://www.github.com/iTwin/iTwinUI/compare/v0.32.0...v0.33.0) (2021-10-01)
|
|
480
|
-
|
|
481
|
-
### What's new
|
|
482
|
-
|
|
483
|
-
- **DatePicker, TimePicker:** Align height of date & time picker items. ([#309](https://www.github.com/iTwin/iTwinUI/issues/309)) ([eb93f97](https://www.github.com/iTwin/iTwinUI/commit/eb93f9776680c5978ef525b6bfcfaa952d1ca694))
|
|
484
|
-
- **MenuItem:** Add `iui-menu-content` class for non-selectable menu item ([#312](https://www.github.com/iTwin/iTwinUI/issues/312)) ([49e79f1](https://www.github.com/iTwin/iTwinUI/commit/49e79f126cd98764d8f15a7cec976d6ebe30a667))
|
|
485
|
-
- **MenuItem:** Add `iui-focused` class to emulate focus styling ([#307](https://www.github.com/iTwin/iTwinUI/issues/307)) ([816ef27](https://www.github.com/iTwin/iTwinUI/commit/816ef27573f5dc2818bad6bfe3f750e2c6fdbe83))
|
|
486
|
-
- **NotificationMarker:** Add notification marker ([#293](https://www.github.com/iTwin/iTwinUI/issues/293)) ([4297e43](https://www.github.com/iTwin/iTwinUI/commit/4297e43bb238448ed8c7d09c740e81aef76ba50c))
|
|
487
|
-
- **SideNavigation:** Add submenu ([#264](https://www.github.com/iTwin/iTwinUI/issues/264)) ([1b554f3](https://www.github.com/iTwin/iTwinUI/commit/1b554f3b37e70b1f4ae2a81e0abcf64c48c9212f))
|
|
488
|
-
- **labeled-inputs:** Add `iui-actionable` class for arrow icon with ripple effect ([#313](https://www.github.com/iTwin/iTwinUI/issues/313)) ([84d6cd3](https://www.github.com/iTwin/iTwinUI/commit/84d6cd3df47b71017ade9452532fa508281be3e4))
|
|
489
|
-
|
|
490
|
-
### Fixes
|
|
491
|
-
|
|
492
|
-
- **ColorPicker:** Change display from flex to inline-flex ([#310](https://www.github.com/iTwin/iTwinUI/issues/310)) ([f099653](https://www.github.com/iTwin/iTwinUI/commit/f099653a57229fa39bb0dfb7e154676dbef0f20e))
|
|
493
|
-
|
|
494
|
-
## [0.32.0](https://www.github.com/iTwin/iTwinUI/compare/v0.31.0...v0.32.0) (2021-09-21)
|
|
495
|
-
|
|
496
|
-
### What's new
|
|
497
|
-
|
|
498
|
-
- **Toasts:** Removed Toast animation classes and keyframes ([#289](https://www.github.com/iTwin/iTwinUI/issues/289)) ([ce5d175](https://www.github.com/iTwin/iTwinUI/commit/ce5d1753f2c31ce610096fc98552453a2c6cb611))
|
|
499
|
-
|
|
500
|
-
### Fixes
|
|
501
|
-
|
|
502
|
-
- **Inputs:** Inline icon padding fix [#297](https://www.github.com/iTwin/iTwinUI/issues/297) ([78b8d83](https://www.github.com/iTwin/iTwinUI/commit/78b8d8367d65ab837980e702901bcb37d0fc807e))
|
|
503
|
-
|
|
504
|
-
## [0.31.0](https://www.github.com/iTwin/iTwinUI/compare/v0.30.0...v0.31.0) (2021-09-15)
|
|
505
|
-
|
|
506
|
-
### What's new
|
|
507
|
-
|
|
508
|
-
- **InformationPanel:** Add Information Panel ([#251](https://www.github.com/iTwin/iTwinUI/issues/251)) ([8f4bfc6](https://www.github.com/iTwin/iTwinUI/commit/8f4bfc6066f666293b37c284a48b5be207329720))
|
|
509
|
-
- **Inputs:** Inputs now use grid display for better layouts, some of the classes and HTML structure have been changed ([#287](https://www.github.com/iTwin/iTwinUI/issues/287)) ([a3405f2](https://www.github.com/iTwin/iTwinUI/commit/a3405f2d6fa97baf8d4062c2500d5d3edba33cac))
|
|
510
|
-
|
|
511
|
-
## [0.30.0](https://www.github.com/iTwin/iTwinUI/compare/v0.29.1...v0.30.0) (2021-09-07)
|
|
512
|
-
|
|
513
|
-
### What's new
|
|
514
|
-
|
|
515
|
-
- **Added Color Picker** ([#253](https://www.github.com/iTwin/iTwinUI/issues/253)) ([a6e2e45](https://www.github.com/iTwin/iTwinUI/commit/a6e2e459532daa4f2019a1e20c6e77451c268340))
|
|
516
|
-
|
|
517
|
-
### [0.29.1](https://www.github.com/iTwin/iTwinUI/compare/v0.29.0...v0.29.1) (2021-09-01)
|
|
518
|
-
|
|
519
|
-
### Fixes
|
|
520
|
-
|
|
521
|
-
- **Checkbox:** loading checkmark is now styled correctly ([#283](https://www.github.com/iTwin/iTwinUI/issues/283)) ([4033044](https://www.github.com/iTwin/iTwinUI/commit/403304423521806870f06cbb69bac753d1ab6d88))
|
|
522
|
-
|
|
523
|
-
## [0.29.0](https://www.github.com/iTwin/iTwinUI/compare/v0.28.0...v0.29.0) (2021-09-01)
|
|
524
|
-
|
|
525
|
-
### What's new
|
|
526
|
-
|
|
527
|
-
- **ExpandableBlock:** Add support for status icon ([21c5d88](https://www.github.com/iTwin/iTwinUI/commit/21c5d886609d3c4cf8648ff909558d2f121fdc6d))
|
|
528
|
-
- **Table:** Editable cell styling ([#277](https://www.github.com/iTwin/iTwinUI/issues/277)) ([50474bd](https://www.github.com/iTwin/iTwinUI/commit/50474bdb2539e61c86d215041e674c0922f89530))
|
|
529
|
-
|
|
530
|
-
### Fixes
|
|
531
|
-
|
|
532
|
-
- Add support for svg web components ([#232](https://www.github.com/iTwin/iTwinUI/issues/232)) ([1c04f55](https://www.github.com/iTwin/iTwinUI/commit/1c04f551f06f75bb372cdb0887c6484b7c18c251))
|
|
533
|
-
- **InputGroup:** Remove unused styles and align labels ([#276](https://www.github.com/iTwin/iTwinUI/issues/276)) ([a8e63b5](https://www.github.com/iTwin/iTwinUI/commit/a8e63b5e61812e6d2c63d2d5c78f1f9293dbed38))
|
|
534
|
-
|
|
535
|
-
## [0.28.0](https://www.github.com/iTwin/iTwinUI/compare/v0.27.3...v0.28.0) (2021-08-30)
|
|
536
|
-
|
|
537
|
-
### What's new
|
|
538
|
-
|
|
539
|
-
- **Toaster:** Added placement classes ([#261](https://www.github.com/iTwin/iTwinUI/issues/261)) ([44116c7](https://www.github.com/iTwin/iTwinUI/commit/44116c77af75eea4193c86b3110bf36e767c8aec))
|
|
540
|
-
|
|
541
|
-
### [0.27.3](https://www.github.com/iTwin/iTwinUI/compare/v0.27.2...v0.27.3) (2021-08-25)
|
|
542
|
-
|
|
543
|
-
### Fixes
|
|
544
|
-
|
|
545
|
-
- **Table:** Handling very long strings without spaces ([#268](https://www.github.com/iTwin/iTwinUI/issues/268)) ([b6870d1](https://www.github.com/iTwin/iTwinUI/commit/b6870d159da46fba84de6627b1ff7df421f679b3))
|
|
546
|
-
|
|
547
|
-
### [0.27.2](https://www.github.com/iTwin/iTwinUI/compare/v0.27.1...v0.27.2) (2021-08-24)
|
|
548
|
-
|
|
549
|
-
### Fixes
|
|
550
|
-
|
|
551
|
-
- **Wizard:** focus is now applied on step, not circle ([#265](https://www.github.com/iTwin/iTwinUI/issues/265)) ([5126a40](https://www.github.com/iTwin/iTwinUI/commit/5126a40b482871196a8cff3f2cab4fe91ae2f460))
|
|
552
|
-
|
|
553
|
-
### [0.27.1](https://www.github.com/iTwin/iTwinUI/compare/v0.27.0...v0.27.1) (2021-08-23)
|
|
554
|
-
|
|
555
|
-
### Fixes
|
|
556
|
-
|
|
557
|
-
- **Tabs:** vertical tabs shouldn't wrap ([#262](https://www.github.com/iTwin/iTwinUI/issues/262)) ([2e0ca7f](https://www.github.com/iTwin/iTwinUI/commit/2e0ca7f07ef7c38a1280a3c0fe9ff62ac043eb4a))
|
|
558
|
-
|
|
559
|
-
## [0.27.0](https://www.github.com/iTwin/iTwinUI/compare/v0.26.1...v0.27.0) (2021-08-23)
|
|
560
|
-
|
|
561
|
-
### What's new
|
|
562
|
-
|
|
563
|
-
- **ExpandableBlock:** update animation to use react-transition-group ([#259](https://www.github.com/iTwin/iTwinUI/issues/259)) ([163e9d2](https://www.github.com/iTwin/iTwinUI/commit/163e9d2fb0a34f15f51dbb4983b772d33d6dafa9))
|
|
564
|
-
|
|
565
|
-
### [0.26.1](https://www.github.com/iTwin/iTwinUI/compare/v0.26.0...v0.26.1) (2021-08-20)
|
|
566
|
-
|
|
567
|
-
### Fixes
|
|
568
|
-
|
|
569
|
-
- **Wizard:** allow placing tooltip inside wizard wrapper ([#257](https://www.github.com/iTwin/iTwinUI/issues/257)) ([8aa853d](https://www.github.com/iTwin/iTwinUI/commit/8aa853d4d60659d019338a7249f2c50c9a5bf17e))
|
|
570
|
-
|
|
571
|
-
## [0.26.0](https://www.github.com/iTwin/iTwinUI/compare/v0.25.2...v0.26.0) (2021-08-20)
|
|
572
|
-
|
|
573
|
-
### What's new
|
|
574
|
-
|
|
575
|
-
- **Icons:** size variables are now exported ([#254](https://www.github.com/iTwin/iTwinUI/issues/254)) ([6d25526](https://www.github.com/iTwin/iTwinUI/commit/6d25526341c59b17b12d0a0d3ea63827d62b75ec))
|
|
576
|
-
- **Tabs:** Add vertical modifier to default and borderless tabs ([#233](https://www.github.com/iTwin/iTwinUI/issues/233)) ([5b9c5f4](https://www.github.com/iTwin/iTwinUI/commit/5b9c5f42dcf42cc449a191459e8824b3de89953f))
|
|
577
|
-
- **Wizard:** Updated styles and classnames ([#109](https://github.com/iTwin/iTwinUI/pull/109)) ([935d79d](https://www.github.com/iTwin/iTwinUI/commit/935d79d83a8d5e594bc51a9af912fe4394378260))
|
|
578
|
-
|
|
579
|
-
### Fixes
|
|
580
|
-
|
|
581
|
-
- **Wizard:** Workflow diagram uses correct styling for intermediate steps ([935d79d](https://www.github.com/iTwin/iTwinUI/commit/935d79d83a8d5e594bc51a9af912fe4394378260))
|
|
582
|
-
|
|
583
|
-
### [0.25.2](https://www.github.com/iTwin/iTwinUI/compare/v0.25.1...v0.25.2) (2021-08-16)
|
|
584
|
-
|
|
585
|
-
### Fixes
|
|
586
|
-
|
|
587
|
-
- Use outline instead of box-shadow for header-button focus ([#240](https://www.github.com/iTwin/iTwinUI/issues/240)) ([8021f75](https://www.github.com/iTwin/iTwinUI/commit/8021f75f182963bbd141456d2e3d257bb42ed808))
|
|
588
|
-
|
|
589
|
-
### [0.25.1] (2021-08-13)
|
|
590
|
-
|
|
591
|
-
### Fixes
|
|
592
|
-
|
|
593
|
-
- **Fixed Split Header button active and disabled state styling.**
|
|
594
|
-
- **Remove iui-font-family from all components.**
|
|
595
|
-
|
|
596
|
-
## [0.25.0] (2021-08-06)
|
|
597
|
-
|
|
598
|
-
### What's new
|
|
599
|
-
|
|
600
|
-
- **Added new header split button.**
|
|
601
|
-
- **Added new badge background colors and updated styling.**
|
|
602
|
-
- **Removed margin from typography classes.** Added new `.iui-text-spacing` modifier.
|
|
603
|
-
- **Added iPhone notch support to header and sidenav.**
|
|
604
|
-
|
|
605
|
-
### [0.24.7] (2021-07-29)
|
|
606
|
-
|
|
607
|
-
### Fixes
|
|
608
|
-
|
|
609
|
-
- **Changed table empty state background to iui-color-background-1.**
|
|
610
|
-
|
|
611
|
-
### [0.24.6] (2021-07-28)
|
|
612
|
-
|
|
613
|
-
### Fixes
|
|
614
|
-
|
|
615
|
-
- **Breadcrumb-item automatically applies borderless styling to buttons.**
|
|
616
|
-
|
|
617
|
-
### [0.24.5] (2021-07-28)
|
|
618
|
-
|
|
619
|
-
### Fixes
|
|
620
|
-
|
|
621
|
-
- **Made breadcrumb-items look more consistent across different types.**
|
|
622
|
-
|
|
623
|
-
### [0.24.4] (2021-07-26)
|
|
624
|
-
|
|
625
|
-
### Fixes
|
|
626
|
-
|
|
627
|
-
- **Badge can now use `--badge-color` property to set background-color.**
|
|
628
|
-
|
|
629
|
-
### [0.24.3] (2021-07-22)
|
|
630
|
-
|
|
631
|
-
### Fixes
|
|
632
|
-
|
|
633
|
-
- **Added ability to use a simple span for the current breadcrumb item.**
|
|
634
|
-
- **Reduced specificity of breadcrumbs classes.**
|
|
635
|
-
|
|
636
|
-
### [0.24.2] (2021-07-20)
|
|
637
|
-
|
|
638
|
-
### Fixes
|
|
639
|
-
|
|
640
|
-
- **Reduced specificity of slider classes.**
|
|
641
|
-
- **Removed svg selector for tab icons.**
|
|
642
|
-
|
|
643
|
-
### [0.24.1] (2021-07-14)
|
|
644
|
-
|
|
645
|
-
### Fixes
|
|
646
|
-
|
|
647
|
-
- **Fixed select menu alignment and overflow.**
|
|
648
|
-
- **Fixed table body overflow.**
|
|
649
|
-
- **Fixed slider touch action.**
|
|
650
|
-
|
|
651
|
-
## [0.24.0] (2021-07-13)
|
|
652
|
-
|
|
653
|
-
### What's new
|
|
654
|
-
|
|
655
|
-
- **Added new slider component.**
|
|
656
|
-
- **Added new menu-item features**: sublabels, dividers, disabled items and multi-select.
|
|
657
|
-
|
|
658
|
-
## [0.23.0] (2021-07-12)
|
|
659
|
-
|
|
660
|
-
### What's new
|
|
661
|
-
|
|
662
|
-
- **Changed `.iui-body` to use `iui-color-background-2`** by default.
|
|
663
|
-
- **Added `.iui-stacked` class to user-icon list**, allowing for unstacked lists.
|
|
664
|
-
- **Added `.iui-user-icon-count` class** to have different styling from other user-icons in the list.
|
|
665
|
-
|
|
666
|
-
### Fixes
|
|
667
|
-
|
|
668
|
-
- **Updated font fallbacks for all components.**
|
|
669
|
-
- **Updated all transitions to respect reduced-motion user preference.**
|
|
670
|
-
|
|
671
|
-
### [0.22.1] (2021-07-01)
|
|
672
|
-
|
|
673
|
-
## Fixes
|
|
674
|
-
|
|
675
|
-
- **Added back svg selector to tab icons** for backwards compatibility.
|
|
676
|
-
|
|
677
|
-
## [0.22.0] (2021-06-28)
|
|
678
|
-
|
|
679
|
-
### What's new
|
|
680
|
-
|
|
681
|
-
- **Updated tabs styles to support sublabels, icons, and disabled tabs.**
|
|
682
|
-
- **Added user-icon lists and svg support to user-icons.**
|
|
683
|
-
- **Added transition to table expandable rows.**
|
|
684
|
-
|
|
685
|
-
## [0.21.0] (2021-06-21)
|
|
686
|
-
|
|
687
|
-
### What's new
|
|
688
|
-
|
|
689
|
-
- **Added new 'warning' category to toast-notification.**
|
|
690
|
-
|
|
691
|
-
### [0.20.3] (2021-06-18)
|
|
692
|
-
|
|
693
|
-
### Fixes
|
|
694
|
-
|
|
695
|
-
- **Fixed select text truncation bug.**
|
|
696
|
-
- **Fixed table column resizer activation.**
|
|
697
|
-
|
|
698
|
-
### [0.20.2] (2021-06-14)
|
|
699
|
-
|
|
700
|
-
### Fixes
|
|
701
|
-
|
|
702
|
-
- **Fixed table bugs**: filter icon spacing, sort icon fill, and header cell cursor.
|
|
703
|
-
|
|
704
|
-
### [0.20.1] (2021-06-11)
|
|
705
|
-
|
|
706
|
-
### Fixes
|
|
707
|
-
|
|
708
|
-
- **Fixed file-upload input selector so it can now be nested inside label.**
|
|
709
|
-
- **Changed checkboxes and radio so they no longer get focus ring for mouse clicks.**
|
|
710
|
-
|
|
711
|
-
## [0.20.0] (2021-06-10)
|
|
712
|
-
|
|
713
|
-
### What's new
|
|
714
|
-
|
|
715
|
-
- **Updated table class names and added some new styles.**
|
|
716
|
-
|
|
717
|
-
### Fixes
|
|
718
|
-
|
|
719
|
-
- **Fixed undefined variable error in variables.scss**.
|
|
720
|
-
|
|
721
|
-
## [0.19.0] (2021-06-10)
|
|
722
|
-
|
|
723
|
-
### What's new
|
|
724
|
-
|
|
725
|
-
- **Added small and large sizes to inputs and buttons.** Also removed bottom margin.
|
|
726
|
-
|
|
727
|
-
### [0.18.1] (2021-06-07)
|
|
728
|
-
|
|
729
|
-
### Fixes
|
|
730
|
-
|
|
731
|
-
- **Fixed sidenav buttons not always overriding styles from default button.**
|
|
732
|
-
|
|
733
|
-
## [0.18.0] (2021-06-03)
|
|
734
|
-
|
|
735
|
-
### What's new
|
|
736
|
-
|
|
737
|
-
- **Added separate time-picker component** for standalone use or within date-picker.
|
|
738
|
-
|
|
739
|
-
### Fixes
|
|
740
|
-
|
|
741
|
-
- **Renamed expandable block content class to `.iui-expandable-content`** to prevent conflicts with other components.
|
|
742
|
-
- **Fixed Dart Sass deprecation warning about division operator** by replacing `/` with `*`.
|
|
743
|
-
|
|
744
|
-
### [0.17.1] (2021-05-28)
|
|
745
|
-
|
|
746
|
-
### Fixes
|
|
747
|
-
|
|
748
|
-
- **Improved wizard responsive design** by using percentage width.
|
|
749
|
-
- **Fixed user-icon size not working when placed in icon button.**
|
|
750
|
-
|
|
751
|
-
## [0.17.0] (2021-05-26)
|
|
752
|
-
|
|
753
|
-
### What's new
|
|
754
|
-
|
|
755
|
-
- **Added breadcrumbs component.**
|
|
756
|
-
- **Added `.iui-x-small` and `.iui-large` sizes to radial progress indicator.**
|
|
757
|
-
|
|
758
|
-
### Fixes
|
|
759
|
-
|
|
760
|
-
- **Fixed wizard responsive design issues.**
|
|
761
|
-
- **Fixed Sass deprecation warning about `!global` assignments.**
|
|
762
|
-
|
|
763
|
-
## [0.16.0] (2021-05-20)
|
|
764
|
-
|
|
765
|
-
### What's new
|
|
766
|
-
|
|
767
|
-
- **Changed header class to `.iui-page-header`** and made it responsive.
|
|
768
|
-
|
|
769
|
-
## [0.15.0] (2021-05-17)
|
|
770
|
-
|
|
771
|
-
### What's new
|
|
772
|
-
|
|
773
|
-
- **Added side-navigation component.**
|
|
774
|
-
- **Added `.iui-required` class to labeled inputs** and removed automatic colon after all labels.
|
|
775
|
-
|
|
776
|
-
## [0.14.0] (2021-05-17)
|
|
777
|
-
|
|
778
|
-
### What's new
|
|
779
|
-
|
|
780
|
-
- **Added progress indicator overlay.**
|
|
781
|
-
- **Added fieldset component.**
|
|
782
|
-
|
|
783
|
-
### Fixes
|
|
784
|
-
|
|
785
|
-
- **Added nav and aria attributes to header breadcrumbs.**
|
|
786
|
-
|
|
787
|
-
### [0.13.1] (2021-05-12)
|
|
788
|
-
|
|
789
|
-
### Fixes
|
|
790
|
-
|
|
791
|
-
- **Added missing header imports in barrel.**
|
|
792
|
-
|
|
793
|
-
## [0.13.0] (2021-05-12)
|
|
794
|
-
|
|
795
|
-
### What's new
|
|
796
|
-
|
|
797
|
-
- **Added header component**. Also added header button and header logo.
|
|
798
|
-
|
|
799
|
-
### Fixes
|
|
800
|
-
|
|
801
|
-
- **Added filter icon active state and table background color.**
|
|
802
|
-
- **Increased specificity of default user-icon**
|
|
803
|
-
|
|
804
|
-
## [0.12.0] (2021-05-04)
|
|
805
|
-
|
|
806
|
-
### What's new
|
|
807
|
-
|
|
808
|
-
- **Added new column-filter component** under table.css.
|
|
809
|
-
- **Added new file-upload template.**
|
|
810
|
-
- **Restructured user-icon classes** from `.iui-user-icons-small` into `.iui-user-icon .iui-small`.
|
|
811
|
-
|
|
812
|
-
### Fixes
|
|
813
|
-
|
|
814
|
-
- **Fixed some icon issues in table and pill tabs.**
|
|
815
|
-
- **Fixed some visual issues in file-upload.**
|
|
816
|
-
- **Fixed tile text blurring issues.**
|
|
817
|
-
|
|
818
|
-
## [0.11.0] (2021-04-28)
|
|
819
|
-
|
|
820
|
-
### What's new
|
|
821
|
-
|
|
822
|
-
- **Added `iui-color-foreground-body-invert` variable.**
|
|
823
|
-
- **Icons now use `iui-icons-color-` variables**, allowing easy overrides.
|
|
824
|
-
|
|
825
|
-
### Fixes
|
|
826
|
-
|
|
827
|
-
- **Fixed tooltip text blurring issues** by removing frosted glass effect.
|
|
828
|
-
|
|
829
|
-
## [0.10.0] (2021-04-21)
|
|
830
|
-
|
|
831
|
-
### What's new
|
|
832
|
-
|
|
833
|
-
- **Tooltip styling has been updated** to use a frosted glass background.
|
|
834
|
-
|
|
835
|
-
### Fixes
|
|
836
|
-
|
|
837
|
-
- **Fixed tile visual bugs:** folder name overflow and metadata spacing.
|
|
838
|
-
- **Fixed footer hover and focus states.**
|
|
839
|
-
- **Fixed scrollbar width in firefox.**
|
|
840
|
-
|
|
841
|
-
## [0.9.0] (2021-04-15)
|
|
842
|
-
|
|
843
|
-
### What's new
|
|
844
|
-
|
|
845
|
-
- **Toast notifications have shortened classes and use borderless buttons.**
|
|
846
|
-
- **Modals have shortened classes and use borderless buttons.**
|
|
847
|
-
|
|
848
|
-
### Fixes
|
|
849
|
-
|
|
850
|
-
- **Fixed SVG issues** within linear progress indicator, checkbox, and radio.
|
|
851
|
-
|
|
852
|
-
## 0.8.0 (2021-04-14)
|
|
853
|
-
|
|
854
|
-
### What's new
|
|
855
|
-
|
|
856
|
-
- **Date picker can now display time** and classes have been renamed.
|
|
857
|
-
|
|
858
|
-
## 0.7.0 (2021-04-09)
|
|
859
|
-
|
|
860
|
-
### What's new
|
|
861
|
-
|
|
862
|
-
- **Added `variables.scss`** to import only SASS variables.
|
|
863
|
-
- **Added file upload component.**
|
|
864
|
-
|
|
865
|
-
### Fixes
|
|
866
|
-
|
|
867
|
-
- **Alert class name restructured.**
|
|
868
|
-
- **Removed remaining global CSS overrides.** It is recommended to apply `iui-body` class to `<body>` element in your app. Also, `<a>` styling was moved into `iui-anchor` class and mixin.
|
|
869
|
-
- **Renamed css files to singular.**
|
|
870
|
-
|
|
871
|
-
## 0.6.0 (2021-04-02)
|
|
872
|
-
|
|
873
|
-
### Fixes
|
|
874
|
-
|
|
875
|
-
- **Updated active and selected states in button and tile.**
|
|
876
|
-
- **Changed block comments to line comments.**
|
|
877
|
-
- **Updated select classes.**
|
|
878
|
-
|
|
879
|
-
## 0.5.0 (2021-03-31)
|
|
880
|
-
|
|
881
|
-
### What's new
|
|
882
|
-
|
|
883
|
-
- **Updated button hover state** to have a more consistent visual appearance.
|
|
884
|
-
- **Added menu item `iui-disabled` state**.
|
|
885
|
-
- **Added new classes to tag container**: `iui-truncate` and `iui-scroll` classes for overflow and `iui-visible` for background.
|
|
886
|
-
|
|
887
|
-
### Fixes
|
|
888
|
-
|
|
889
|
-
- **Removed footer positioning.**
|
|
890
|
-
- **Removed global style resets.** They are now applied directly to our components.
|
|
891
|
-
- **Button class names restructured** from `.iui-buttons-cta-large` into `.iui-button .iui-cta .iui-large`.
|
|
892
|
-
- **Button label is wrapped** within `<span class="iui-label">`.
|
|
893
|
-
- **`iui-invisible` button style is replaced with `iui-borderless`**, which is used in codeblock and tags.
|
|
894
|
-
|
|
895
|
-
### 0.4.2 (2021-03-23)
|
|
896
|
-
|
|
897
|
-
### Fixes
|
|
898
|
-
|
|
899
|
-
- **Fixed spacing and alignment in grouped radios and checkboxes.**
|
|
900
|
-
|
|
901
|
-
### 0.4.1 (2021-03-18)
|
|
902
|
-
|
|
903
|
-
### Fixes
|
|
904
|
-
|
|
905
|
-
- **Fixed styling issues in Tile**: description text now overflows with ellipsis and options icon has a visibility class.
|
|
906
|
-
- **Removed extra margins from various inputs and buttons.**
|
|
907
|
-
|
|
908
|
-
## 0.4.0 (2021-03-12)
|
|
909
|
-
|
|
910
|
-
### What's new
|
|
911
|
-
|
|
912
|
-
- **Tiles have been completely revamped with new features and styling.** Use the new `iui-tile` class from tile.css.
|
|
913
|
-
|
|
914
|
-
### Fixes
|
|
915
|
-
|
|
916
|
-
- **Fixed padding on selected rows in flextables for high resolutions.**
|
|
917
|
-
- **Fixed an issue with focus states on invisible buttons.**
|
|
918
|
-
- **Fixed mouse events in tooltip** so that tooltip text cannot be selected.
|
|
919
|
-
- **Fixed icon coloring classes not applying `fill` to svg `path`.**
|
|
920
|
-
|
|
921
|
-
## 0.3.0 (2021-03-02)
|
|
922
|
-
|
|
923
|
-
### What's new
|
|
924
|
-
|
|
925
|
-
- **Basic tags and tag container added.**
|
|
926
|
-
- **Icon coloring classes added.**
|
|
927
|
-
|
|
928
|
-
### Fixes
|
|
929
|
-
|
|
930
|
-
- **Fixed autocomplete styling for inputs.**
|
|
931
|
-
- **Fixed padding for selected rows in flextable.**
|
|
932
|
-
- **Fixed margins in various components.** Added visual testing and html minification, which revealed several instances where spacing was not set by css margin but by html whitespace.
|
|
933
|
-
|
|
934
|
-
### 0.2.1 (2021-02-17)
|
|
935
|
-
|
|
936
|
-
### Fixes
|
|
937
|
-
|
|
938
|
-
- **Global style resets have 0 specificity now.**
|
|
939
|
-
|
|
940
|
-
[0.25.1]: https://github.com/iTwin/iTwinUI/compare/v0.25.0...v0.25.1
|
|
941
|
-
[0.25.0]: https://github.com/iTwin/iTwinUI/compare/v0.24.7...v0.25.0
|
|
942
|
-
[0.24.7]: https://github.com/iTwin/iTwinUI/compare/v0.24.6...v0.24.7
|
|
943
|
-
[0.24.6]: https://github.com/iTwin/iTwinUI/compare/v0.24.5...v0.24.6
|
|
944
|
-
[0.24.5]: https://github.com/iTwin/iTwinUI/compare/v0.24.4...v0.24.5
|
|
945
|
-
[0.24.4]: https://github.com/iTwin/iTwinUI/compare/v0.24.3...v0.24.4
|
|
946
|
-
[0.24.3]: https://github.com/iTwin/iTwinUI/compare/v0.24.2...v0.24.3
|
|
947
|
-
[0.24.2]: https://github.com/iTwin/iTwinUI/compare/v0.24.1...v0.24.2
|
|
948
|
-
[0.24.1]: https://github.com/iTwin/iTwinUI/compare/v0.24.0...v0.24.1
|
|
949
|
-
[0.24.0]: https://github.com/iTwin/iTwinUI/compare/v0.23.0...v0.24.0
|
|
950
|
-
[0.23.0]: https://github.com/iTwin/iTwinUI/compare/v0.22.1...v0.23.0
|
|
951
|
-
[0.22.1]: https://github.com/iTwin/iTwinUI/compare/v0.22.0...v0.22.1
|
|
952
|
-
[0.22.0]: https://github.com/iTwin/iTwinUI/compare/v0.21.0...v0.22.0
|
|
953
|
-
[0.21.0]: https://github.com/iTwin/iTwinUI/compare/v0.20.3...v0.21.0
|
|
954
|
-
[0.20.3]: https://github.com/iTwin/iTwinUI/compare/v0.20.2...v0.20.3
|
|
955
|
-
[0.20.2]: https://github.com/iTwin/iTwinUI/compare/v0.20.1...v0.20.2
|
|
956
|
-
[0.20.1]: https://github.com/iTwin/iTwinUI/compare/v0.20.0...v0.20.1
|
|
957
|
-
[0.20.0]: https://github.com/iTwin/iTwinUI/compare/v0.19.0...v0.20.0
|
|
958
|
-
[0.19.0]: https://github.com/iTwin/iTwinUI/compare/v0.18.1...v0.19.0
|
|
959
|
-
[0.18.1]: https://github.com/iTwin/iTwinUI/compare/v0.18.0...v0.18.1
|
|
960
|
-
[0.18.0]: https://github.com/iTwin/iTwinUI/compare/v0.17.1...v0.18.0
|
|
961
|
-
[0.17.1]: https://github.com/iTwin/iTwinUI/compare/v0.17.0...v0.17.1
|
|
962
|
-
[0.17.0]: https://github.com/iTwin/iTwinUI/compare/v0.16.0...v0.17.0
|
|
963
|
-
[0.16.0]: https://github.com/iTwin/iTwinUI/compare/v0.15.0...v0.16.0
|
|
964
|
-
[0.15.0]: https://github.com/iTwin/iTwinUI/compare/v0.14.0...v0.15.0
|
|
965
|
-
[0.14.0]: https://github.com/iTwin/iTwinUI/compare/v0.13.1...v0.14.0
|
|
966
|
-
[0.13.1]: https://github.com/iTwin/iTwinUI/compare/v0.13.0...v0.13.1
|
|
967
|
-
[0.13.0]: https://github.com/iTwin/iTwinUI/compare/v0.12.0...v0.13.0
|
|
968
|
-
[0.12.0]: https://github.com/iTwin/iTwinUI/compare/v0.11.0...v0.12.0
|
|
969
|
-
[0.11.0]: https://github.com/iTwin/iTwinUI/compare/v0.10.0...v0.11.0
|
|
970
|
-
[0.10.0]: https://github.com/iTwin/iTwinUI/compare/v0.9.0...v0.10.0
|
|
971
|
-
[0.9.0]: https://github.com/iTwin/iTwinUI/compare/v0.8.0...v0.9.0
|
|
3
|
+
## [1.0.0](https://www.github.com/iTwin/iTwinUI/compare/v0.63.1...v1.0.0) (2022-11-14)
|
|
4
|
+
|
|
5
|
+
Welcome to the v1 release of iTwinUI-css. 🎉
|
|
6
|
+
|
|
7
|
+
The API is now considered "stable" and going forward there will be no more breaking changes in minor version bumps.
|
|
8
|
+
|
|
9
|
+
Some of the highlights from this release include:
|
|
10
|
+
|
|
11
|
+
- The `@itwin/itwinui-css` package is now CSS-only. Sass files are no longer part of the deliverable.
|
|
12
|
+
- A new `@itwin/itwinui-variables` package has been introduced to replace Sass variables.
|
|
13
|
+
- Scoped themes support, allowing styling only part of the page or mixing themes in different parts of the page.
|
|
14
|
+
- Major visual updates across all themes.
|
|
15
|
+
- Base themes pass WCAG 2.1 level AA requirements, high contrast themes pass level AAA.
|
|
16
|
+
- Dark theme has received a complete overhaul.
|
|
17
|
+
- Major visual updates across all components.
|
|
18
|
+
- Rounded corners in most components (using `--iui-border-radius-1`).
|
|
19
|
+
- More consistent elevation by ensuring lighter backgounds (`--iui-color-background`) appear above darker ones (`--iui-color-background-backdrop`).
|
|
20
|
+
- Alert and toast have a brand new look.
|
|
21
|
+
- Baseline height has increased by 1px, resulting in height changes in many components.
|
|
22
|
+
- Switched all sizes from `px` to `rem` to respect base font-size set in user preferences.
|
|
23
|
+
- Changes to class names and data attributes (see migration guide).
|
|
24
|
+
- Renamed and reorganized a few component files.
|
|
25
|
+
- `inputs.css` has been split into `input.css`, `checkbox.css`, `radio.css`, `select.css`, etc.
|
|
26
|
+
- `user-icon.css` is now `avatar.css`.
|
|
27
|
+
- `wizard.css` has been split into `stepper.css` and `workflow-diagram.css`.
|
|
28
|
+
- A few utility components have been combined into `utils.css`.
|
|
29
|
+
- Dropped IE11 support, removing any fallbacks for CSS variables, CSS grid, etc.
|
|
30
|
+
- New font families: _Noto Sans_ and _Noto Sans Mono_.
|
|
31
|
+
- Lots of bug fixes and improvements.
|
|
32
|
+
|
|
33
|
+
If you're interested in more details,
|
|
34
|
+
|
|
35
|
+
- check out our [iTwinUI-css v1 migration guide](https://github.com/iTwin/iTwinUI/wiki/iTwinUI-v1-migration-guide) for a full list of changes in all components.
|
|
36
|
+
- check out our [iTwinUI-variables v1 migration guide](https://github.com/iTwin/iTwinUI/wiki/iTwinUI-variables-v1-migration-guide) for how the old Sass variables map to the new CSS variables.
|
|
37
|
+
- check out a full diff of code changes in [`v0.63.1..v1.0.0`](https://www.github.com/iTwin/iTwinUI/compare/v0.63.1...v1.0.0).
|
|
38
|
+
|
|
39
|
+
## 0.X
|
|
40
|
+
|
|
41
|
+
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).
|