@itwin/itwinui-css 0.59.1 → 0.59.2
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 +924 -0
- package/LICENSE.md +9 -0
- package/README.md +1 -1
- package/css/all.css +0 -3
- package/css/code.css +0 -3
- package/package.json +24 -55
- package/scss/code/codeblock.scss +0 -4
- package/src/index.scss +45 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,924 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
### [0.59.2](https://www.github.com/iTwin/iTwinUI/compare/v0.59.1...v0.59.2) (2022-06-08)
|
|
4
|
+
|
|
5
|
+
### Fixes
|
|
6
|
+
|
|
7
|
+
* **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))
|
|
8
|
+
|
|
9
|
+
### [0.59.1](https://www.github.com/iTwin/iTwinUI/compare/v0.59.0...v0.59.1) (2022-05-27)
|
|
10
|
+
|
|
11
|
+
### Fixes
|
|
12
|
+
|
|
13
|
+
- **Table:** Fix zebra striping color ([#658](https://www.github.com/iTwin/iTwinUI/issues/658)) ([91e0a4c](https://www.github.com/iTwin/iTwinUI/commit/91e0a4ca9b5246abfbd97526b1492e2bc9ce48b4))
|
|
14
|
+
|
|
15
|
+
## [0.59.0](https://www.github.com/iTwin/iTwinUI/compare/v0.58.0...v0.59.0) (2022-05-27)
|
|
16
|
+
|
|
17
|
+
### What's new
|
|
18
|
+
|
|
19
|
+
- **SideNavigation:** Change stripe location ([#636](https://www.github.com/iTwin/iTwinUI/issues/636)) ([6c94ffb](https://www.github.com/iTwin/iTwinUI/commit/6c94ffbb7e93049dc6d1c81049ddf55e57418c68))
|
|
20
|
+
- **Table:** Add sticky columns ([#621](https://www.github.com/iTwin/iTwinUI/issues/621)) ([07ba65d](https://www.github.com/iTwin/iTwinUI/commit/07ba65dff20da05c4fdfc17fd931549c1126ed90))
|
|
21
|
+
|
|
22
|
+
### Fixes
|
|
23
|
+
|
|
24
|
+
- **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))
|
|
25
|
+
- **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))
|
|
26
|
+
|
|
27
|
+
## [0.58.0](https://www.github.com/iTwin/iTwinUI/compare/v0.57.0...v0.58.0) (2022-05-11)
|
|
28
|
+
|
|
29
|
+
### What's new
|
|
30
|
+
|
|
31
|
+
- **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))
|
|
32
|
+
- **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))
|
|
33
|
+
- **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))
|
|
34
|
+
|
|
35
|
+
## [0.57.0](https://www.github.com/iTwin/iTwinUI/compare/v0.56.0...v0.57.0) (2022-05-09)
|
|
36
|
+
|
|
37
|
+
### What's new
|
|
38
|
+
|
|
39
|
+
- **Breadcrumbs:** Class name & specificity refactor ([#568](https://www.github.com/iTwin/iTwinUI/issues/568)) ([1dec25a](https://www.github.com/iTwin/iTwinUI/commit/1dec25adf55fd2e279f48c8987d57a39e191c17d))
|
|
40
|
+
|
|
41
|
+
### Fixes
|
|
42
|
+
|
|
43
|
+
- **RadioTile:** Use icon class name selector for regular svgs ([#630](https://github.com/iTwin/iTwinUI/pull/630))
|
|
44
|
+
|
|
45
|
+
## [0.56.0](https://www.github.com/iTwin/iTwinUI/compare/v0.55.0...v0.56.0) (2022-04-29)
|
|
46
|
+
|
|
47
|
+
### What's new
|
|
48
|
+
|
|
49
|
+
- **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))
|
|
50
|
+
|
|
51
|
+
### Fixes
|
|
52
|
+
|
|
53
|
+
- **Checkbox:** Add border to disabled checkbox ([#594](https://www.github.com/iTwin/iTwinUI/issues/594)) ([67e0db8](https://www.github.com/iTwin/iTwinUI/commit/67e0db801ad474f2c600615f58c85474aa1160ee))
|
|
54
|
+
- **Select:** Fix arrow color ([#601](https://www.github.com/iTwin/iTwinUI/issues/601)) ([d45a257](https://www.github.com/iTwin/iTwinUI/commit/d45a257d379232ea1a121ec4fc7fddc378b5cf06))
|
|
55
|
+
- **Tabs:** Fix description color ([#601](https://www.github.com/iTwin/iTwinUI/issues/601)) ([d45a257](https://www.github.com/iTwin/iTwinUI/commit/d45a257d379232ea1a121ec4fc7fddc378b5cf06))
|
|
56
|
+
- **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))
|
|
57
|
+
- **ToggleSwitch:** Add `forced-colors` support ([#588](https://www.github.com/iTwin/iTwinUI/issues/588)) ([9d6ca88](https://www.github.com/iTwin/iTwinUI/commit/9d6ca88b4561ef8cb57f76e16c0f65e3a0f1d9fd))
|
|
58
|
+
- **Typography:** Accessible skeleton text ([#587](https://www.github.com/iTwin/iTwinUI/issues/587)) ([235758d](https://www.github.com/iTwin/iTwinUI/commit/235758d9d7181c816d5cd2f8828cbac3b87ba7eb))
|
|
59
|
+
|
|
60
|
+
## [0.55.0](https://www.github.com/iTwin/iTwinUI/compare/v0.54.1...v0.55.0) (2022-04-19)
|
|
61
|
+
|
|
62
|
+
### What's new
|
|
63
|
+
|
|
64
|
+
- **Menu:** Skeleton menu items ([#577](https://www.github.com/iTwin/iTwinUI/issues/577)) ([8cd710b](https://www.github.com/iTwin/iTwinUI/commit/8cd710b7a26745dbc0673f12b328a3552131db54))
|
|
65
|
+
- **Tag:** Classes change and specificity improvement ([#561](https://www.github.com/iTwin/iTwinUI/issues/561)) ([0d3608f](https://www.github.com/iTwin/iTwinUI/commit/0d3608f54efe0b327a4224c9fc7295e1d9029fec))
|
|
66
|
+
- **Tile:** Add hover effect ([#579](https://www.github.com/iTwin/iTwinUI/issues/579)) ([f665779](https://www.github.com/iTwin/iTwinUI/commit/f6657791d42d6818760728615ae4cc45f4a0edb9))
|
|
67
|
+
|
|
68
|
+
### Fixes
|
|
69
|
+
|
|
70
|
+
- **Header:** Adjust header buttons spacing ([#585](https://www.github.com/iTwin/iTwinUI/issues/585)) ([f16bc31](https://www.github.com/iTwin/iTwinUI/commit/f16bc31d82f86606be8069507fe2ffc374130201))
|
|
71
|
+
- **Menu:** Improved skeleton menu item accessibility ([#593](https://www.github.com/iTwin/iTwinUI/issues/593)) ([367731b](https://www.github.com/iTwin/iTwinUI/commit/367731b8d13308a20b2ee31dcaff385c2a2df9a8))
|
|
72
|
+
- **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))
|
|
73
|
+
|
|
74
|
+
### [0.54.1](https://www.github.com/iTwin/iTwinUI/compare/v0.54.0...v0.54.1) (2022-04-11)
|
|
75
|
+
|
|
76
|
+
### Fixes
|
|
77
|
+
|
|
78
|
+
- **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))
|
|
79
|
+
|
|
80
|
+
## [0.54.0](https://www.github.com/iTwin/iTwinUI/compare/v0.53.3...v0.54.0) (2022-04-07)
|
|
81
|
+
|
|
82
|
+
### What's new
|
|
83
|
+
|
|
84
|
+
- **Anchor:** Add anchor component ([#525](https://www.github.com/iTwin/iTwinUI/issues/525)) ([ca6a85f](https://www.github.com/iTwin/iTwinUI/commit/ca6a85f08779150b349c942babed4409e9ca882c))
|
|
85
|
+
- **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))
|
|
86
|
+
|
|
87
|
+
### Fixes
|
|
88
|
+
|
|
89
|
+
- **SkipToContent:** Fix Overlapping Visibility Bug ([#572](https://www.github.com/iTwin/iTwinUI/issues/572)) ([de3f966](https://www.github.com/iTwin/iTwinUI/commit/de3f9662ab723e44ed139627d26fbf5b2340c265))
|
|
90
|
+
|
|
91
|
+
### [0.53.3](https://www.github.com/iTwin/iTwinUI/compare/v0.53.2...v0.53.3) (2022-04-05)
|
|
92
|
+
|
|
93
|
+
### Fixes
|
|
94
|
+
|
|
95
|
+
- **ColorPicker:** Add `forced-colors` support. ([#569](https://www.github.com/iTwin/iTwinUI/issues/569)) ([d997651](https://www.github.com/iTwin/iTwinUI/commit/d9976519a919c0a3793829fb217245f7466364fb))
|
|
96
|
+
- **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))
|
|
97
|
+
|
|
98
|
+
### [0.53.2](https://www.github.com/iTwin/iTwinUI/compare/v0.53.1...v0.53.2) (2022-03-30)
|
|
99
|
+
|
|
100
|
+
### Fixes
|
|
101
|
+
|
|
102
|
+
- **Modal:** Update animation speed ([#564](https://www.github.com/iTwin/iTwinUI/issues/564)) ([7c3fe48](https://www.github.com/iTwin/iTwinUI/commit/7c3fe48cf5a2022c6c81c0a96dc7b3831aee60e8))
|
|
103
|
+
- **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))
|
|
104
|
+
|
|
105
|
+
### [0.53.1](https://www.github.com/iTwin/iTwinUI/compare/v0.53.0...v0.53.1) (2022-03-29)
|
|
106
|
+
|
|
107
|
+
### Fixes
|
|
108
|
+
|
|
109
|
+
- **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))
|
|
110
|
+
- **DatePicker:** Make element inline ([#554](https://www.github.com/iTwin/iTwinUI/issues/554)) ([81e75d7](https://www.github.com/iTwin/iTwinUI/commit/81e75d7f76aeaafb5f810ad644f40d8bf9b95176))
|
|
111
|
+
- **Modal:** Update modal animation ([#557](https://www.github.com/iTwin/iTwinUI/issues/557)) ([7517aa4](https://www.github.com/iTwin/iTwinUI/commit/7517aa478a046b7222963c0b9dac941aeb98e09f))
|
|
112
|
+
- **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))
|
|
113
|
+
|
|
114
|
+
## [0.53.0](https://www.github.com/iTwin/iTwinUI/compare/v0.52.0...v0.53.0) (2022-03-25)
|
|
115
|
+
|
|
116
|
+
### What's new
|
|
117
|
+
|
|
118
|
+
- **DatePicker:** Add range date support ([#530](https://www.github.com/iTwin/iTwinUI/issues/530)) ([b32f641](https://www.github.com/iTwin/iTwinUI/commit/b32f641c833345eec9cdbfa62597663294d590dd))
|
|
119
|
+
- **Surface:** Add surface component ([#533](https://www.github.com/iTwin/iTwinUI/issues/533)) ([64a582f](https://www.github.com/iTwin/iTwinUI/commit/64a582fa85a580944d21acc0172ee530c836bb43))
|
|
120
|
+
- **Theme:** Add high contrast themes ([#505](https://www.github.com/iTwin/iTwinUI/issues/505)) ([fbb5006](https://www.github.com/iTwin/iTwinUI/commit/fbb50065af3b6a9f764dc697779d6b4c6092c355))
|
|
121
|
+
|
|
122
|
+
### Fixes
|
|
123
|
+
|
|
124
|
+
- **Carousel:** Update dots truncation and animation ([#544](https://www.github.com/iTwin/iTwinUI/issues/544)) ([8435deb](https://www.github.com/iTwin/iTwinUI/commit/8435deb45ae0a2056adcd5e838390606b0dc2df4))
|
|
125
|
+
- **InformationPanel:** Prevent focusing hidden panel content ([#543](https://www.github.com/iTwin/iTwinUI/issues/543)) ([863e783](https://www.github.com/iTwin/iTwinUI/commit/863e7830c1e7dae11d72c6060c4629f6b3af60a8))
|
|
126
|
+
|
|
127
|
+
## [0.52.0](https://www.github.com/iTwin/iTwinUI/compare/v0.51.0...v0.52.0) (2022-03-22)
|
|
128
|
+
|
|
129
|
+
### What's new
|
|
130
|
+
|
|
131
|
+
- **Modal:** Add full-page modal ([#489](https://www.github.com/iTwin/iTwinUI/issues/489)) ([4ea0ac8](https://www.github.com/iTwin/iTwinUI/commit/4ea0ac8e8d9eb275008bf694b03bba78f5c5cee4))
|
|
132
|
+
- **UserIcon:** Add icon to busy status ([#532](https://www.github.com/iTwin/iTwinUI/issues/532)) ([cc3e5dd](https://www.github.com/iTwin/iTwinUI/commit/cc3e5dd3ac8d0bc6ab9bd69714361018c5afea4b))
|
|
133
|
+
|
|
134
|
+
### [0.51.0](https://www.github.com/iTwin/iTwinUI/compare/v0.50.1...v0.51.0) (2022-03-18)
|
|
135
|
+
|
|
136
|
+
### What's new
|
|
137
|
+
|
|
138
|
+
- **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))
|
|
139
|
+
|
|
140
|
+
### Fixes
|
|
141
|
+
|
|
142
|
+
- **Carousel:** Increase flex-grow for dots ([#527](https://www.github.com/iTwin/iTwinUI/issues/527)) ([dbd4483](https://www.github.com/iTwin/iTwinUI/commit/dbd44839f2f21d441c3cde24de2552430594769a))
|
|
143
|
+
- **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))
|
|
144
|
+
- **Radio:** Remove redundant wrapper styles ([#524](https://www.github.com/iTwin/iTwinUI/issues/524)) ([cd497a1](https://www.github.com/iTwin/iTwinUI/commit/cd497a1e80511674e373d2b51740ba19df027ea3))
|
|
145
|
+
- **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))
|
|
146
|
+
- **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))
|
|
147
|
+
|
|
148
|
+
### [0.50.1](https://www.github.com/iTwin/iTwinUI/compare/v0.50.0...v0.50.1) (2022-03-10)
|
|
149
|
+
|
|
150
|
+
### Fixes
|
|
151
|
+
|
|
152
|
+
- **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))
|
|
153
|
+
|
|
154
|
+
## [0.50.0](https://www.github.com/iTwin/iTwinUI/compare/v0.49.0...v0.50.0) (2022-03-04)
|
|
155
|
+
|
|
156
|
+
### What's new
|
|
157
|
+
|
|
158
|
+
- **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))
|
|
159
|
+
- **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))
|
|
160
|
+
|
|
161
|
+
### Fixes
|
|
162
|
+
|
|
163
|
+
- **Carousel:** Make invisible dot visually hidden ([#509](https://www.github.com/iTwin/iTwinUI/issues/509)) ([91b4ed0](https://www.github.com/iTwin/iTwinUI/commit/91b4ed043eba5b7cc72f522cc2af64c1a531bbf5))
|
|
164
|
+
- **Modal:** Fix clipping of text ([#502](https://www.github.com/iTwin/iTwinUI/issues/502)) ([7cd974c](https://www.github.com/iTwin/iTwinUI/commit/7cd974c9c8ec3d66e4cfe862f4390abec11b0c98))
|
|
165
|
+
|
|
166
|
+
## [0.49.0](https://www.github.com/iTwin/iTwinUI/compare/v0.48.2...v0.49.0) (2022-02-25)
|
|
167
|
+
|
|
168
|
+
### What's new
|
|
169
|
+
|
|
170
|
+
- **Table:** Add column reordering ([#498](https://www.github.com/iTwin/iTwinUI/issues/498)) ([385b769](https://www.github.com/iTwin/iTwinUI/commit/385b769096aa08dd55f9d207407fdf2dbf78f0e5))
|
|
171
|
+
|
|
172
|
+
### [0.48.2](https://www.github.com/iTwin/iTwinUI/compare/v0.48.1...v0.48.2) (2022-02-23)
|
|
173
|
+
|
|
174
|
+
### Fixes
|
|
175
|
+
|
|
176
|
+
- **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))
|
|
177
|
+
|
|
178
|
+
### [0.48.1](https://www.github.com/iTwin/iTwinUI/compare/v0.48.0...v0.48.1) (2022-02-18)
|
|
179
|
+
|
|
180
|
+
### Fixes
|
|
181
|
+
|
|
182
|
+
- **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))
|
|
183
|
+
|
|
184
|
+
## [0.48.0](https://www.github.com/iTwin/iTwinUI/compare/v0.47.0...v0.48.0) (2022-02-18)
|
|
185
|
+
|
|
186
|
+
### What's new
|
|
187
|
+
|
|
188
|
+
- **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))
|
|
189
|
+
- **ColorPicker:** Swatch supports transparency ([#483](https://www.github.com/iTwin/iTwinUI/issues/483)) ([f50481f](https://www.github.com/iTwin/iTwinUI/commit/f50481fe621f644fefd900aac0eb8f2ba0d8a25c))
|
|
190
|
+
|
|
191
|
+
## [0.47.0](https://www.github.com/iTwin/iTwinUI/compare/v0.46.1...v0.47.0) (2022-02-15)
|
|
192
|
+
|
|
193
|
+
### What's new
|
|
194
|
+
|
|
195
|
+
- **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))
|
|
196
|
+
- **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))
|
|
197
|
+
- **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))
|
|
198
|
+
- **Badge:** Rename CSS variables for consistency ([#476](https://www.github.com/iTwin/iTwinUI/issues/476)) ([a718e9f](https://www.github.com/iTwin/iTwinUI/commit/a718e9fa49702dd2080706080ff30feefaedb210))
|
|
199
|
+
- **ColorPicker:** Rename CSS variables for consistency ([#481](https://www.github.com/iTwin/iTwinUI/issues/481)) ([60d8f3c](https://www.github.com/iTwin/iTwinUI/commit/60d8f3caacb1b4fd597b1c235a5dfe881c87f84d))
|
|
200
|
+
|
|
201
|
+
### Fixes
|
|
202
|
+
|
|
203
|
+
- **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))
|
|
204
|
+
- **Tree:** Made `li` element focusable ([#484](https://www.github.com/iTwin/iTwinUI/issues/484)) ([19dc058](https://www.github.com/iTwin/iTwinUI/commit/19dc058bd9a748e600db16cd458e5c9f068404f0))
|
|
205
|
+
|
|
206
|
+
### [0.46.1](https://www.github.com/iTwin/iTwinUI/compare/v0.46.0...v0.46.1) (2022-02-07)
|
|
207
|
+
|
|
208
|
+
### Fixes
|
|
209
|
+
|
|
210
|
+
- **Popover:** Increased hidden attribute specificity ([#469](https://www.github.com/iTwin/iTwinUI/issues/469)) ([d96ddda](https://www.github.com/iTwin/iTwinUI/commit/d96dddaf3a9bf3559c4624ee040ec97bc3c22488))
|
|
211
|
+
|
|
212
|
+
## [0.46.0](https://www.github.com/iTwin/iTwinUI/compare/v0.45.0...v0.46.0) (2022-02-04)
|
|
213
|
+
|
|
214
|
+
### What's new
|
|
215
|
+
|
|
216
|
+
- **Select:** Dropdown icon is an icon ([#444](https://www.github.com/iTwin/iTwinUI/issues/444)) ([703c5f6](https://www.github.com/iTwin/iTwinUI/commit/703c5f64463e269a46ee456595ef879eee9321fd))
|
|
217
|
+
|
|
218
|
+
### Fixes
|
|
219
|
+
|
|
220
|
+
- **Button:** Show default outline as fallback ([#468](https://www.github.com/iTwin/iTwinUI/issues/468)) ([6194a13](https://www.github.com/iTwin/iTwinUI/commit/6194a13a1d8349c477cbb86582adcf6f1fe1ce09))
|
|
221
|
+
|
|
222
|
+
## [0.45.0](https://www.github.com/iTwin/iTwinUI/compare/v0.44.2...v0.45.0) (2022-02-03)
|
|
223
|
+
|
|
224
|
+
### What's new
|
|
225
|
+
|
|
226
|
+
- **Carousel:** Added new carousel component ([#377](https://www.github.com/iTwin/iTwinUI/issues/377)) ([4ed38b9](https://www.github.com/iTwin/iTwinUI/commit/4ed38b9b0657b446602d58b2bca594bec85924de))
|
|
227
|
+
- **Tile:** Reduced nesting ([#431](https://www.github.com/iTwin/iTwinUI/issues/431)) ([a2fc0d5](https://www.github.com/iTwin/iTwinUI/commit/a2fc0d59a6bb02fa86b65f0739cc88762aa214f6))
|
|
228
|
+
|
|
229
|
+
### Fixes
|
|
230
|
+
|
|
231
|
+
- **Popover:** Added new helper class ([#464](https://www.github.com/iTwin/iTwinUI/issues/464)) ([b147c61](https://www.github.com/iTwin/iTwinUI/commit/b147c6133c3f31ed4bb7b0a10c92c19b5d2cec20))
|
|
232
|
+
- **Table:** Zebra row selector change ([#458](https://www.github.com/iTwin/iTwinUI/issues/458)) ([0761392](https://www.github.com/iTwin/iTwinUI/commit/0761392582e737406dc6f2243e4a4d5a22ce781d))
|
|
233
|
+
|
|
234
|
+
### [0.44.2](https://www.github.com/iTwin/iTwinUI/compare/v0.44.1...v0.44.2) (2022-01-26)
|
|
235
|
+
|
|
236
|
+
### Fixes
|
|
237
|
+
|
|
238
|
+
- **Tree:** Fix tree node focus ([#456](https://www.github.com/iTwin/iTwinUI/issues/456)) ([da02613](https://www.github.com/iTwin/iTwinUI/commit/da026138bc3eca1d550ff52aa151d13480a3ff01))
|
|
239
|
+
|
|
240
|
+
### [0.44.1](https://www.github.com/iTwin/iTwinUI/compare/v0.44.0...v0.44.1) (2022-01-24)
|
|
241
|
+
|
|
242
|
+
### Fixes
|
|
243
|
+
|
|
244
|
+
- **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))
|
|
245
|
+
- **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))
|
|
246
|
+
|
|
247
|
+
## [0.44.0](https://www.github.com/iTwin/iTwinUI/compare/v0.43.0...v0.44.0) (2022-01-07)
|
|
248
|
+
|
|
249
|
+
### What's new
|
|
250
|
+
|
|
251
|
+
- New focus styling in all components ([#166](https://www.github.com/iTwin/iTwinUI/issues/166)) ([74bc798](https://www.github.com/iTwin/iTwinUI/commit/74bc79856f3a2cda0fd5b589df1f97a53e942e84))
|
|
252
|
+
|
|
253
|
+
This release also includes some updated classnames and html structure in the following components:
|
|
254
|
+
|
|
255
|
+
- **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))
|
|
256
|
+
- **DatePicker:** Reduce nesting and specificity ([#427](https://www.github.com/iTwin/iTwinUI/issues/427)) ([1dd79d2](https://www.github.com/iTwin/iTwinUI/commit/1dd79d2e75cd739845764a3636b799946dced3de))
|
|
257
|
+
- **Paginator:** Reduce nesting and specificity ([#429](https://www.github.com/iTwin/iTwinUI/issues/429)) ([d52e650](https://www.github.com/iTwin/iTwinUI/commit/d52e6505498a97a958f0b6a9fbaf5cc781d1d9ab))
|
|
258
|
+
|
|
259
|
+
### Fixes
|
|
260
|
+
|
|
261
|
+
- **Checkbox:** `iui-label` content is centered ([#433](https://www.github.com/iTwin/iTwinUI/issues/433)) ([30c7075](https://www.github.com/iTwin/iTwinUI/commit/30c70752b9bb3ed2e015809f924583cad4449185))
|
|
262
|
+
|
|
263
|
+
## [0.43.0](https://www.github.com/iTwin/iTwinUI/compare/v0.42.1...v0.43.0) (2021-12-20)
|
|
264
|
+
|
|
265
|
+
### What's new
|
|
266
|
+
|
|
267
|
+
- **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))
|
|
268
|
+
|
|
269
|
+
### Fixes
|
|
270
|
+
|
|
271
|
+
- **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))
|
|
272
|
+
- **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))
|
|
273
|
+
|
|
274
|
+
### [0.42.1](https://www.github.com/iTwin/iTwinUI/compare/v0.42.0...v0.42.1) (2021-12-20)
|
|
275
|
+
|
|
276
|
+
### Fixes
|
|
277
|
+
|
|
278
|
+
- **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))
|
|
279
|
+
|
|
280
|
+
## [0.42.0](https://www.github.com/iTwin/iTwinUI/compare/v0.41.1...v0.42.0) (2021-12-14)
|
|
281
|
+
|
|
282
|
+
### What's new
|
|
283
|
+
|
|
284
|
+
- **ButtonGroup:** handle input + button combo ([#365](https://www.github.com/iTwin/iTwinUI/issues/365)) ([067fe40](https://www.github.com/iTwin/iTwinUI/commit/067fe4028c85977664821ecd69816219dcd15c06))
|
|
285
|
+
|
|
286
|
+
### Fixes
|
|
287
|
+
|
|
288
|
+
- **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))
|
|
289
|
+
- **Table:** Fixed zebra rows hover style ([#416](https://www.github.com/iTwin/iTwinUI/issues/416)) ([879fcc8](https://www.github.com/iTwin/iTwinUI/commit/879fcc8ea2b6e3b128ae443417561576ea40fc96))
|
|
290
|
+
|
|
291
|
+
### [0.41.1](https://www.github.com/iTwin/iTwinUI/compare/v0.41.0...v0.41.1) (2021-12-10)
|
|
292
|
+
|
|
293
|
+
### Fixes
|
|
294
|
+
|
|
295
|
+
- **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))
|
|
296
|
+
|
|
297
|
+
## [0.41.0](https://www.github.com/iTwin/iTwinUI/compare/v0.40.0...v0.41.0) (2021-12-07)
|
|
298
|
+
|
|
299
|
+
### What's new
|
|
300
|
+
|
|
301
|
+
- **Tree:** Add tree component ([#388](https://www.github.com/iTwin/iTwinUI/issues/388)) ([dead18d](https://www.github.com/iTwin/iTwinUI/commit/dead18dcead164113fb8f81bd6892a60477f7e6d))
|
|
302
|
+
- **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))
|
|
303
|
+
|
|
304
|
+
### Fixes
|
|
305
|
+
|
|
306
|
+
- **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))
|
|
307
|
+
- **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))
|
|
308
|
+
- **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))
|
|
309
|
+
|
|
310
|
+
## [0.40.0](https://www.github.com/iTwin/iTwinUI/compare/v0.39.1...v0.40.0) (2021-12-01)
|
|
311
|
+
|
|
312
|
+
### What's new
|
|
313
|
+
|
|
314
|
+
- **Buttons:** Reduce nesting and specificity ([#363](https://www.github.com/iTwin/iTwinUI/issues/363)) ([0395323](https://www.github.com/iTwin/iTwinUI/commit/0395323cae55a38542020ecf5fc5f811bbbc3407))
|
|
315
|
+
- Mixins were added/improved to allow easier overrides and fix elusive bugs.
|
|
316
|
+
- `iui-default` class was added as a modifier to style default buttons.
|
|
317
|
+
- Some class names were updated: `iui-icon` is now `iui-button-icon`, and `iui-label` is now `iui-button-label`.
|
|
318
|
+
- Some class names in derived components no longer need to be applied, e.g. `iui-large` is not needed in header buttons.
|
|
319
|
+
|
|
320
|
+
### Fixes
|
|
321
|
+
|
|
322
|
+
- **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))
|
|
323
|
+
|
|
324
|
+
### [0.39.1](https://www.github.com/iTwin/iTwinUI/compare/v0.39.0...v0.39.1) (2021-11-15)
|
|
325
|
+
|
|
326
|
+
### Fixes
|
|
327
|
+
|
|
328
|
+
- **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))
|
|
329
|
+
|
|
330
|
+
## [0.39.0](https://www.github.com/iTwin/iTwinUI/compare/v0.38.0...v0.39.0) (2021-11-12)
|
|
331
|
+
|
|
332
|
+
### What's new
|
|
333
|
+
|
|
334
|
+
- **Label:** Add non-wrapping label component ([#351](https://www.github.com/iTwin/iTwinUI/issues/351)) ([93798d8](https://www.github.com/iTwin/iTwinUI/commit/93798d8236d7e5d738534a703f4698cfb39494cf))
|
|
335
|
+
- **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))
|
|
336
|
+
- **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))
|
|
337
|
+
- **Header:** Improve styling of header buttons ([#373](https://www.github.com/iTwin/iTwinUI/issues/373)) ([4be4900](https://www.github.com/iTwin/iTwinUI/commit/4be490070297ed6ac70856cd4a191c408e91bbaa))
|
|
338
|
+
- Added ability to use header logo as anchor
|
|
339
|
+
- Added ability to show active stripe in header buttons used outside `.iui-left`
|
|
340
|
+
|
|
341
|
+
### Fixes
|
|
342
|
+
|
|
343
|
+
- **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))
|
|
344
|
+
- **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))
|
|
345
|
+
|
|
346
|
+
## [0.38.0](https://www.github.com/iTwin/iTwinUI/compare/v0.37.2...v0.38.0) (2021-10-28)
|
|
347
|
+
|
|
348
|
+
### What's new
|
|
349
|
+
|
|
350
|
+
- **Checkbox:** Add visibility checkbox styling ([#349](https://www.github.com/iTwin/iTwinUI/issues/349)) ([3572703](https://www.github.com/iTwin/iTwinUI/commit/3572703cb94ffa8aab8cf3046bd0c0b99b1f4cdc))
|
|
351
|
+
|
|
352
|
+
### Fixes
|
|
353
|
+
|
|
354
|
+
- **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))
|
|
355
|
+
|
|
356
|
+
### [0.37.2](https://www.github.com/iTwin/iTwinUI/compare/v0.37.1...v0.37.2) (2021-10-26)
|
|
357
|
+
|
|
358
|
+
### Fixes
|
|
359
|
+
|
|
360
|
+
- **ColorPicker:** make advanced picker smaller ([#359](https://www.github.com/iTwin/iTwinUI/issues/359)) ([33fc12d](https://www.github.com/iTwin/iTwinUI/commit/33fc12d7935f5274afe66cacc6fd14e6638114a2))
|
|
361
|
+
- **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))
|
|
362
|
+
|
|
363
|
+
### [0.37.1](https://www.github.com/iTwin/iTwinUI/compare/v0.37.0...v0.37.1) (2021-10-21)
|
|
364
|
+
|
|
365
|
+
### Fixes
|
|
366
|
+
|
|
367
|
+
- **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))
|
|
368
|
+
|
|
369
|
+
## [0.37.0](https://www.github.com/iTwin/iTwinUI/compare/v0.36.1...v0.37.0) (2021-10-18)
|
|
370
|
+
|
|
371
|
+
### What's new
|
|
372
|
+
|
|
373
|
+
- **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))
|
|
374
|
+
|
|
375
|
+
### [0.36.1](https://www.github.com/iTwin/iTwinUI/compare/v0.36.0...v0.36.1) (2021-10-15)
|
|
376
|
+
|
|
377
|
+
### Fixes
|
|
378
|
+
|
|
379
|
+
- **transition-group:** Handle exit animation correctly ([#350](https://www.github.com/iTwin/iTwinUI/issues/350)) ([480bcd8](https://www.github.com/iTwin/iTwinUI/commit/480bcd8e15c7918fb12092db8579db07b0c283fc))
|
|
380
|
+
|
|
381
|
+
## [0.36.0](https://www.github.com/iTwin/iTwinUI/compare/v0.35.2...v0.36.0) (2021-10-15)
|
|
382
|
+
|
|
383
|
+
### What's new
|
|
384
|
+
|
|
385
|
+
- **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))
|
|
386
|
+
|
|
387
|
+
### [0.35.2](https://www.github.com/iTwin/iTwinUI/compare/v0.35.1...v0.35.2) (2021-10-14)
|
|
388
|
+
|
|
389
|
+
### Fixes
|
|
390
|
+
|
|
391
|
+
- **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))
|
|
392
|
+
- **Slider:** Add min-height ([#344](https://www.github.com/iTwin/iTwinUI/issues/344)) ([233e24d](https://www.github.com/iTwin/iTwinUI/commit/233e24da6e30e88fe13412b255addd7681902ecd))
|
|
393
|
+
|
|
394
|
+
### [0.35.1](https://www.github.com/iTwin/iTwinUI/compare/v0.35.0...v0.35.1) (2021-10-14)
|
|
395
|
+
|
|
396
|
+
### Fixes
|
|
397
|
+
|
|
398
|
+
- **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))
|
|
399
|
+
- **SideNavigation:** Remove fixed width from submenu ([#340](https://www.github.com/iTwin/iTwinUI/issues/340)) ([3a41f61](https://www.github.com/iTwin/iTwinUI/commit/3a41f61a39b38ac83c1d94d57a5bf6892275101f))
|
|
400
|
+
- **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))
|
|
401
|
+
|
|
402
|
+
## [0.35.0](https://www.github.com/iTwin/iTwinUI/compare/v0.34.0...v0.35.0) (2021-10-12)
|
|
403
|
+
|
|
404
|
+
### What's new
|
|
405
|
+
|
|
406
|
+
- **ExpandableBlock:** Added small size ([#329](https://www.github.com/iTwin/iTwinUI/issues/329)) ([49092c3](https://www.github.com/iTwin/iTwinUI/commit/49092c3f21af887b2648a5b483fe074dabf046e4))
|
|
407
|
+
|
|
408
|
+
### Fixes
|
|
409
|
+
|
|
410
|
+
- **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))
|
|
411
|
+
|
|
412
|
+
## [0.34.0](https://www.github.com/iTwin/iTwinUI/compare/v0.33.1...v0.34.0) (2021-10-08)
|
|
413
|
+
|
|
414
|
+
### What's new
|
|
415
|
+
|
|
416
|
+
- **Alert:** Reduced specificity by updating class names ([109e41b](https://www.github.com/iTwin/iTwinUI/commit/109e41bed93ab5ffced94686ae1b2dc5e7b14625))
|
|
417
|
+
- **Alert:** Add default styling for links ([#325](https://www.github.com/iTwin/iTwinUI/issues/325)) ([91b8e0f](https://www.github.com/iTwin/iTwinUI/commit/91b8e0ffb2bfe43bf347f23a833128e76375bbf2))
|
|
418
|
+
- **Table:** Moved paginator under table ([#331](https://www.github.com/iTwin/iTwinUI/issues/331)) ([c4c8f31](https://www.github.com/iTwin/iTwinUI/commit/c4c8f31eaeaaf64903f8a7f6a0f7f70feaf11164))
|
|
419
|
+
|
|
420
|
+
### Fixes
|
|
421
|
+
|
|
422
|
+
- **Alert:** Removed unintentional margin applied to all links ([109e41b](https://www.github.com/iTwin/iTwinUI/commit/109e41bed93ab5ffced94686ae1b2dc5e7b14625))
|
|
423
|
+
- **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))
|
|
424
|
+
- **Table:** Some paginator adjustments ([#326](https://www.github.com/iTwin/iTwinUI/issues/326)) ([4f8e8c8](https://www.github.com/iTwin/iTwinUI/commit/4f8e8c8ca214294ade7748e3828f513a767d73e7))
|
|
425
|
+
|
|
426
|
+
### [0.33.1](https://www.github.com/iTwin/iTwinUI/compare/v0.33.0...v0.33.1) (2021-10-06)
|
|
427
|
+
|
|
428
|
+
### Fixes
|
|
429
|
+
|
|
430
|
+
- **RadioTiles:** Added stacking context and wrap ([#321](https://www.github.com/iTwin/iTwinUI/issues/321)) ([058776e](https://www.github.com/iTwin/iTwinUI/commit/058776ea3d0d8b35bd595c111a80e5fc4bd72a3a))
|
|
431
|
+
|
|
432
|
+
## [0.33.0](https://www.github.com/iTwin/iTwinUI/compare/v0.32.0...v0.33.0) (2021-10-01)
|
|
433
|
+
|
|
434
|
+
### What's new
|
|
435
|
+
|
|
436
|
+
- **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))
|
|
437
|
+
- **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))
|
|
438
|
+
- **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))
|
|
439
|
+
- **NotificationMarker:** Add notification marker ([#293](https://www.github.com/iTwin/iTwinUI/issues/293)) ([4297e43](https://www.github.com/iTwin/iTwinUI/commit/4297e43bb238448ed8c7d09c740e81aef76ba50c))
|
|
440
|
+
- **SideNavigation:** Add submenu ([#264](https://www.github.com/iTwin/iTwinUI/issues/264)) ([1b554f3](https://www.github.com/iTwin/iTwinUI/commit/1b554f3b37e70b1f4ae2a81e0abcf64c48c9212f))
|
|
441
|
+
- **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))
|
|
442
|
+
|
|
443
|
+
### Fixes
|
|
444
|
+
|
|
445
|
+
- **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))
|
|
446
|
+
|
|
447
|
+
## [0.32.0](https://www.github.com/iTwin/iTwinUI/compare/v0.31.0...v0.32.0) (2021-09-21)
|
|
448
|
+
|
|
449
|
+
### What's new
|
|
450
|
+
|
|
451
|
+
- **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))
|
|
452
|
+
|
|
453
|
+
### Fixes
|
|
454
|
+
|
|
455
|
+
- **Inputs:** Inline icon padding fix [#297](https://www.github.com/iTwin/iTwinUI/issues/297) ([78b8d83](https://www.github.com/iTwin/iTwinUI/commit/78b8d8367d65ab837980e702901bcb37d0fc807e))
|
|
456
|
+
|
|
457
|
+
## [0.31.0](https://www.github.com/iTwin/iTwinUI/compare/v0.30.0...v0.31.0) (2021-09-15)
|
|
458
|
+
|
|
459
|
+
### What's new
|
|
460
|
+
|
|
461
|
+
- **InformationPanel:** Add Information Panel ([#251](https://www.github.com/iTwin/iTwinUI/issues/251)) ([8f4bfc6](https://www.github.com/iTwin/iTwinUI/commit/8f4bfc6066f666293b37c284a48b5be207329720))
|
|
462
|
+
- **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))
|
|
463
|
+
|
|
464
|
+
## [0.30.0](https://www.github.com/iTwin/iTwinUI/compare/v0.29.1...v0.30.0) (2021-09-07)
|
|
465
|
+
|
|
466
|
+
### What's new
|
|
467
|
+
|
|
468
|
+
- **Added Color Picker** ([#253](https://www.github.com/iTwin/iTwinUI/issues/253)) ([a6e2e45](https://www.github.com/iTwin/iTwinUI/commit/a6e2e459532daa4f2019a1e20c6e77451c268340))
|
|
469
|
+
|
|
470
|
+
### [0.29.1](https://www.github.com/iTwin/iTwinUI/compare/v0.29.0...v0.29.1) (2021-09-01)
|
|
471
|
+
|
|
472
|
+
### Fixes
|
|
473
|
+
|
|
474
|
+
- **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))
|
|
475
|
+
|
|
476
|
+
## [0.29.0](https://www.github.com/iTwin/iTwinUI/compare/v0.28.0...v0.29.0) (2021-09-01)
|
|
477
|
+
|
|
478
|
+
### What's new
|
|
479
|
+
|
|
480
|
+
- **ExpandableBlock:** Add support for status icon ([21c5d88](https://www.github.com/iTwin/iTwinUI/commit/21c5d886609d3c4cf8648ff909558d2f121fdc6d))
|
|
481
|
+
- **Table:** Editable cell styling ([#277](https://www.github.com/iTwin/iTwinUI/issues/277)) ([50474bd](https://www.github.com/iTwin/iTwinUI/commit/50474bdb2539e61c86d215041e674c0922f89530))
|
|
482
|
+
|
|
483
|
+
### Fixes
|
|
484
|
+
|
|
485
|
+
- Add support for svg web components ([#232](https://www.github.com/iTwin/iTwinUI/issues/232)) ([1c04f55](https://www.github.com/iTwin/iTwinUI/commit/1c04f551f06f75bb372cdb0887c6484b7c18c251))
|
|
486
|
+
- **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))
|
|
487
|
+
|
|
488
|
+
## [0.28.0](https://www.github.com/iTwin/iTwinUI/compare/v0.27.3...v0.28.0) (2021-08-30)
|
|
489
|
+
|
|
490
|
+
### What's new
|
|
491
|
+
|
|
492
|
+
- **Toaster:** Added placement classes ([#261](https://www.github.com/iTwin/iTwinUI/issues/261)) ([44116c7](https://www.github.com/iTwin/iTwinUI/commit/44116c77af75eea4193c86b3110bf36e767c8aec))
|
|
493
|
+
|
|
494
|
+
### [0.27.3](https://www.github.com/iTwin/iTwinUI/compare/v0.27.2...v0.27.3) (2021-08-25)
|
|
495
|
+
|
|
496
|
+
### Fixes
|
|
497
|
+
|
|
498
|
+
- **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))
|
|
499
|
+
|
|
500
|
+
### [0.27.2](https://www.github.com/iTwin/iTwinUI/compare/v0.27.1...v0.27.2) (2021-08-24)
|
|
501
|
+
|
|
502
|
+
### Fixes
|
|
503
|
+
|
|
504
|
+
- **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))
|
|
505
|
+
|
|
506
|
+
### [0.27.1](https://www.github.com/iTwin/iTwinUI/compare/v0.27.0...v0.27.1) (2021-08-23)
|
|
507
|
+
|
|
508
|
+
### Fixes
|
|
509
|
+
|
|
510
|
+
- **Tabs:** vertical tabs shouldn't wrap ([#262](https://www.github.com/iTwin/iTwinUI/issues/262)) ([2e0ca7f](https://www.github.com/iTwin/iTwinUI/commit/2e0ca7f07ef7c38a1280a3c0fe9ff62ac043eb4a))
|
|
511
|
+
|
|
512
|
+
## [0.27.0](https://www.github.com/iTwin/iTwinUI/compare/v0.26.1...v0.27.0) (2021-08-23)
|
|
513
|
+
|
|
514
|
+
### What's new
|
|
515
|
+
|
|
516
|
+
- **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))
|
|
517
|
+
|
|
518
|
+
### [0.26.1](https://www.github.com/iTwin/iTwinUI/compare/v0.26.0...v0.26.1) (2021-08-20)
|
|
519
|
+
|
|
520
|
+
### Fixes
|
|
521
|
+
|
|
522
|
+
- **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))
|
|
523
|
+
|
|
524
|
+
## [0.26.0](https://www.github.com/iTwin/iTwinUI/compare/v0.25.2...v0.26.0) (2021-08-20)
|
|
525
|
+
|
|
526
|
+
### What's new
|
|
527
|
+
|
|
528
|
+
- **Icons:** size variables are now exported ([#254](https://www.github.com/iTwin/iTwinUI/issues/254)) ([6d25526](https://www.github.com/iTwin/iTwinUI/commit/6d25526341c59b17b12d0a0d3ea63827d62b75ec))
|
|
529
|
+
- **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))
|
|
530
|
+
- **Wizard:** Updated styles and classnames ([#109](https://github.com/iTwin/iTwinUI/pull/109)) ([935d79d](https://www.github.com/iTwin/iTwinUI/commit/935d79d83a8d5e594bc51a9af912fe4394378260))
|
|
531
|
+
|
|
532
|
+
### Fixes
|
|
533
|
+
|
|
534
|
+
- **Wizard:** Workflow diagram uses correct styling for intermediate steps ([935d79d](https://www.github.com/iTwin/iTwinUI/commit/935d79d83a8d5e594bc51a9af912fe4394378260))
|
|
535
|
+
|
|
536
|
+
### [0.25.2](https://www.github.com/iTwin/iTwinUI/compare/v0.25.1...v0.25.2) (2021-08-16)
|
|
537
|
+
|
|
538
|
+
### Fixes
|
|
539
|
+
|
|
540
|
+
- 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))
|
|
541
|
+
|
|
542
|
+
### [0.25.1] (2021-08-13)
|
|
543
|
+
|
|
544
|
+
### Fixes
|
|
545
|
+
|
|
546
|
+
- **Fixed Split Header button active and disabled state styling.**
|
|
547
|
+
- **Remove iui-font-family from all components.**
|
|
548
|
+
|
|
549
|
+
## [0.25.0] (2021-08-06)
|
|
550
|
+
|
|
551
|
+
### What's new
|
|
552
|
+
|
|
553
|
+
- **Added new header split button.**
|
|
554
|
+
- **Added new badge background colors and updated styling.**
|
|
555
|
+
- **Removed margin from typography classes.** Added new `.iui-text-spacing` modifier.
|
|
556
|
+
- **Added iPhone notch support to header and sidenav.**
|
|
557
|
+
|
|
558
|
+
### [0.24.7] (2021-07-29)
|
|
559
|
+
|
|
560
|
+
### Fixes
|
|
561
|
+
|
|
562
|
+
- **Changed table empty state background to iui-color-background-1.**
|
|
563
|
+
|
|
564
|
+
### [0.24.6] (2021-07-28)
|
|
565
|
+
|
|
566
|
+
### Fixes
|
|
567
|
+
|
|
568
|
+
- **Breadcrumb-item automatically applies borderless styling to buttons.**
|
|
569
|
+
|
|
570
|
+
### [0.24.5] (2021-07-28)
|
|
571
|
+
|
|
572
|
+
### Fixes
|
|
573
|
+
|
|
574
|
+
- **Made breadcrumb-items look more consistent across different types.**
|
|
575
|
+
|
|
576
|
+
### [0.24.4] (2021-07-26)
|
|
577
|
+
|
|
578
|
+
### Fixes
|
|
579
|
+
|
|
580
|
+
- **Badge can now use `--badge-color` property to set background-color.**
|
|
581
|
+
|
|
582
|
+
### [0.24.3] (2021-07-22)
|
|
583
|
+
|
|
584
|
+
### Fixes
|
|
585
|
+
|
|
586
|
+
- **Added ability to use a simple span for the current breadcrumb item.**
|
|
587
|
+
- **Reduced specificity of breadcrumbs classes.**
|
|
588
|
+
|
|
589
|
+
### [0.24.2] (2021-07-20)
|
|
590
|
+
|
|
591
|
+
### Fixes
|
|
592
|
+
|
|
593
|
+
- **Reduced specificity of slider classes.**
|
|
594
|
+
- **Removed svg selector for tab icons.**
|
|
595
|
+
|
|
596
|
+
### [0.24.1] (2021-07-14)
|
|
597
|
+
|
|
598
|
+
### Fixes
|
|
599
|
+
|
|
600
|
+
- **Fixed select menu alignment and overflow.**
|
|
601
|
+
- **Fixed table body overflow.**
|
|
602
|
+
- **Fixed slider touch action.**
|
|
603
|
+
|
|
604
|
+
## [0.24.0] (2021-07-13)
|
|
605
|
+
|
|
606
|
+
### What's new
|
|
607
|
+
|
|
608
|
+
- **Added new slider component.**
|
|
609
|
+
- **Added new menu-item features**: sublabels, dividers, disabled items and multi-select.
|
|
610
|
+
|
|
611
|
+
## [0.23.0] (2021-07-12)
|
|
612
|
+
|
|
613
|
+
### What's new
|
|
614
|
+
|
|
615
|
+
- **Changed `.iui-body` to use `iui-color-background-2`** by default.
|
|
616
|
+
- **Added `.iui-stacked` class to user-icon list**, allowing for unstacked lists.
|
|
617
|
+
- **Added `.iui-user-icon-count` class** to have different styling from other user-icons in the list.
|
|
618
|
+
|
|
619
|
+
### Fixes
|
|
620
|
+
|
|
621
|
+
- **Updated font fallbacks for all components.**
|
|
622
|
+
- **Updated all transitions to respect reduced-motion user preference.**
|
|
623
|
+
|
|
624
|
+
### [0.22.1] (2021-07-01)
|
|
625
|
+
|
|
626
|
+
## Fixes
|
|
627
|
+
|
|
628
|
+
- **Added back svg selector to tab icons** for backwards compatibility.
|
|
629
|
+
|
|
630
|
+
## [0.22.0] (2021-06-28)
|
|
631
|
+
|
|
632
|
+
### What's new
|
|
633
|
+
|
|
634
|
+
- **Updated tabs styles to support sublabels, icons, and disabled tabs.**
|
|
635
|
+
- **Added user-icon lists and svg support to user-icons.**
|
|
636
|
+
- **Added transition to table expandable rows.**
|
|
637
|
+
|
|
638
|
+
## [0.21.0] (2021-06-21)
|
|
639
|
+
|
|
640
|
+
### What's new
|
|
641
|
+
|
|
642
|
+
- **Added new 'warning' category to toast-notification.**
|
|
643
|
+
|
|
644
|
+
### [0.20.3] (2021-06-18)
|
|
645
|
+
|
|
646
|
+
### Fixes
|
|
647
|
+
|
|
648
|
+
- **Fixed select text truncation bug.**
|
|
649
|
+
- **Fixed table column resizer activation.**
|
|
650
|
+
|
|
651
|
+
### [0.20.2] (2021-06-14)
|
|
652
|
+
|
|
653
|
+
### Fixes
|
|
654
|
+
|
|
655
|
+
- **Fixed table bugs**: filter icon spacing, sort icon fill, and header cell cursor.
|
|
656
|
+
|
|
657
|
+
### [0.20.1] (2021-06-11)
|
|
658
|
+
|
|
659
|
+
### Fixes
|
|
660
|
+
|
|
661
|
+
- **Fixed file-upload input selector so it can now be nested inside label.**
|
|
662
|
+
- **Changed checkboxes and radio so they no longer get focus ring for mouse clicks.**
|
|
663
|
+
|
|
664
|
+
## [0.20.0] (2021-06-10)
|
|
665
|
+
|
|
666
|
+
### What's new
|
|
667
|
+
|
|
668
|
+
- **Updated table class names and added some new styles.**
|
|
669
|
+
|
|
670
|
+
### Fixes
|
|
671
|
+
|
|
672
|
+
- **Fixed undefined variable error in variables.scss**.
|
|
673
|
+
|
|
674
|
+
## [0.19.0] (2021-06-10)
|
|
675
|
+
|
|
676
|
+
### What's new
|
|
677
|
+
|
|
678
|
+
- **Added small and large sizes to inputs and buttons.** Also removed bottom margin.
|
|
679
|
+
|
|
680
|
+
### [0.18.1] (2021-06-07)
|
|
681
|
+
|
|
682
|
+
### Fixes
|
|
683
|
+
|
|
684
|
+
- **Fixed sidenav buttons not always overriding styles from default button.**
|
|
685
|
+
|
|
686
|
+
## [0.18.0] (2021-06-03)
|
|
687
|
+
|
|
688
|
+
### What's new
|
|
689
|
+
|
|
690
|
+
- **Added separate time-picker component** for standalone use or within date-picker.
|
|
691
|
+
|
|
692
|
+
### Fixes
|
|
693
|
+
|
|
694
|
+
- **Renamed expandable block content class to `.iui-expandable-content`** to prevent conflicts with other components.
|
|
695
|
+
- **Fixed Dart Sass deprecation warning about division operator** by replacing `/` with `*`.
|
|
696
|
+
|
|
697
|
+
### [0.17.1] (2021-05-28)
|
|
698
|
+
|
|
699
|
+
### Fixes
|
|
700
|
+
|
|
701
|
+
- **Improved wizard responsive design** by using percentage width.
|
|
702
|
+
- **Fixed user-icon size not working when placed in icon button.**
|
|
703
|
+
|
|
704
|
+
## [0.17.0] (2021-05-26)
|
|
705
|
+
|
|
706
|
+
### What's new
|
|
707
|
+
|
|
708
|
+
- **Added breadcrumbs component.**
|
|
709
|
+
- **Added `.iui-x-small` and `.iui-large` sizes to radial progress indicator.**
|
|
710
|
+
|
|
711
|
+
### Fixes
|
|
712
|
+
|
|
713
|
+
- **Fixed wizard responsive design issues.**
|
|
714
|
+
- **Fixed Sass deprecation warning about `!global` assignments.**
|
|
715
|
+
|
|
716
|
+
## [0.16.0] (2021-05-20)
|
|
717
|
+
|
|
718
|
+
### What's new
|
|
719
|
+
|
|
720
|
+
- **Changed header class to `.iui-page-header`** and made it responsive.
|
|
721
|
+
|
|
722
|
+
## [0.15.0] (2021-05-17)
|
|
723
|
+
|
|
724
|
+
### What's new
|
|
725
|
+
|
|
726
|
+
- **Added side-navigation component.**
|
|
727
|
+
- **Added `.iui-required` class to labeled inputs** and removed automatic colon after all labels.
|
|
728
|
+
|
|
729
|
+
## [0.14.0] (2021-05-17)
|
|
730
|
+
|
|
731
|
+
### What's new
|
|
732
|
+
|
|
733
|
+
- **Added progress indicator overlay.**
|
|
734
|
+
- **Added fieldset component.**
|
|
735
|
+
|
|
736
|
+
### Fixes
|
|
737
|
+
|
|
738
|
+
- **Added nav and aria attributes to header breadcrumbs.**
|
|
739
|
+
|
|
740
|
+
### [0.13.1] (2021-05-12)
|
|
741
|
+
|
|
742
|
+
### Fixes
|
|
743
|
+
|
|
744
|
+
- **Added missing header imports in barrel.**
|
|
745
|
+
|
|
746
|
+
## [0.13.0] (2021-05-12)
|
|
747
|
+
|
|
748
|
+
### What's new
|
|
749
|
+
|
|
750
|
+
- **Added header component**. Also added header button and header logo.
|
|
751
|
+
|
|
752
|
+
### Fixes
|
|
753
|
+
|
|
754
|
+
- **Added filter icon active state and table background color.**
|
|
755
|
+
- **Increased specificity of default user-icon**
|
|
756
|
+
|
|
757
|
+
## [0.12.0] (2021-05-04)
|
|
758
|
+
|
|
759
|
+
### What's new
|
|
760
|
+
|
|
761
|
+
- **Added new column-filter component** under table.css.
|
|
762
|
+
- **Added new file-upload template.**
|
|
763
|
+
- **Restructured user-icon classes** from `.iui-user-icons-small` into `.iui-user-icon .iui-small`.
|
|
764
|
+
|
|
765
|
+
### Fixes
|
|
766
|
+
|
|
767
|
+
- **Fixed some icon issues in table and pill tabs.**
|
|
768
|
+
- **Fixed some visual issues in file-upload.**
|
|
769
|
+
- **Fixed tile text blurring issues.**
|
|
770
|
+
|
|
771
|
+
## [0.11.0] (2021-04-28)
|
|
772
|
+
|
|
773
|
+
### What's new
|
|
774
|
+
|
|
775
|
+
- **Added `iui-color-foreground-body-invert` variable.**
|
|
776
|
+
- **Icons now use `iui-icons-color-` variables**, allowing easy overrides.
|
|
777
|
+
|
|
778
|
+
### Fixes
|
|
779
|
+
|
|
780
|
+
- **Fixed tooltip text blurring issues** by removing frosted glass effect.
|
|
781
|
+
|
|
782
|
+
## [0.10.0] (2021-04-21)
|
|
783
|
+
|
|
784
|
+
### What's new
|
|
785
|
+
|
|
786
|
+
- **Tooltip styling has been updated** to use a frosted glass background.
|
|
787
|
+
|
|
788
|
+
### Fixes
|
|
789
|
+
|
|
790
|
+
- **Fixed tile visual bugs:** folder name overflow and metadata spacing.
|
|
791
|
+
- **Fixed footer hover and focus states.**
|
|
792
|
+
- **Fixed scrollbar width in firefox.**
|
|
793
|
+
|
|
794
|
+
## [0.9.0] (2021-04-15)
|
|
795
|
+
|
|
796
|
+
### What's new
|
|
797
|
+
|
|
798
|
+
- **Toast notifications have shortened classes and use borderless buttons.**
|
|
799
|
+
- **Modals have shortened classes and use borderless buttons.**
|
|
800
|
+
|
|
801
|
+
### Fixes
|
|
802
|
+
|
|
803
|
+
- **Fixed SVG issues** within linear progress indicator, checkbox, and radio.
|
|
804
|
+
|
|
805
|
+
## 0.8.0 (2021-04-14)
|
|
806
|
+
|
|
807
|
+
### What's new
|
|
808
|
+
|
|
809
|
+
- **Date picker can now display time** and classes have been renamed.
|
|
810
|
+
|
|
811
|
+
## 0.7.0 (2021-04-09)
|
|
812
|
+
|
|
813
|
+
### What's new
|
|
814
|
+
|
|
815
|
+
- **Added `variables.scss`** to import only SASS variables.
|
|
816
|
+
- **Added file upload component.**
|
|
817
|
+
|
|
818
|
+
### Fixes
|
|
819
|
+
|
|
820
|
+
- **Alert class name restructured.**
|
|
821
|
+
- **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.
|
|
822
|
+
- **Renamed css files to singular.**
|
|
823
|
+
|
|
824
|
+
## 0.6.0 (2021-04-02)
|
|
825
|
+
|
|
826
|
+
### Fixes
|
|
827
|
+
|
|
828
|
+
- **Updated active and selected states in button and tile.**
|
|
829
|
+
- **Changed block comments to line comments.**
|
|
830
|
+
- **Updated select classes.**
|
|
831
|
+
|
|
832
|
+
## 0.5.0 (2021-03-31)
|
|
833
|
+
|
|
834
|
+
### What's new
|
|
835
|
+
|
|
836
|
+
- **Updated button hover state** to have a more consistent visual appearance.
|
|
837
|
+
- **Added menu item `iui-disabled` state**.
|
|
838
|
+
- **Added new classes to tag container**: `iui-truncate` and `iui-scroll` classes for overflow and `iui-visible` for background.
|
|
839
|
+
|
|
840
|
+
### Fixes
|
|
841
|
+
|
|
842
|
+
- **Removed footer positioning.**
|
|
843
|
+
- **Removed global style resets.** They are now applied directly to our components.
|
|
844
|
+
- **Button class names restructured** from `.iui-buttons-cta-large` into `.iui-button .iui-cta .iui-large`.
|
|
845
|
+
- **Button label is wrapped** within `<span class="iui-label">`.
|
|
846
|
+
- **`iui-invisible` button style is replaced with `iui-borderless`**, which is used in codeblock and tags.
|
|
847
|
+
|
|
848
|
+
### 0.4.2 (2021-03-23)
|
|
849
|
+
|
|
850
|
+
### Fixes
|
|
851
|
+
|
|
852
|
+
- **Fixed spacing and alignment in grouped radios and checkboxes.**
|
|
853
|
+
|
|
854
|
+
### 0.4.1 (2021-03-18)
|
|
855
|
+
|
|
856
|
+
### Fixes
|
|
857
|
+
|
|
858
|
+
- **Fixed styling issues in Tile**: description text now overflows with ellipsis and options icon has a visibility class.
|
|
859
|
+
- **Removed extra margins from various inputs and buttons.**
|
|
860
|
+
|
|
861
|
+
## 0.4.0 (2021-03-12)
|
|
862
|
+
|
|
863
|
+
### What's new
|
|
864
|
+
|
|
865
|
+
- **Tiles have been completely revamped with new features and styling.** Use the new `iui-tile` class from tile.css.
|
|
866
|
+
|
|
867
|
+
### Fixes
|
|
868
|
+
|
|
869
|
+
- **Fixed padding on selected rows in flextables for high resolutions.**
|
|
870
|
+
- **Fixed an issue with focus states on invisible buttons.**
|
|
871
|
+
- **Fixed mouse events in tooltip** so that tooltip text cannot be selected.
|
|
872
|
+
- **Fixed icon coloring classes not applying `fill` to svg `path`.**
|
|
873
|
+
|
|
874
|
+
## 0.3.0 (2021-03-02)
|
|
875
|
+
|
|
876
|
+
### What's new
|
|
877
|
+
|
|
878
|
+
- **Basic tags and tag container added.**
|
|
879
|
+
- **Icon coloring classes added.**
|
|
880
|
+
|
|
881
|
+
### Fixes
|
|
882
|
+
|
|
883
|
+
- **Fixed autocomplete styling for inputs.**
|
|
884
|
+
- **Fixed padding for selected rows in flextable.**
|
|
885
|
+
- **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.
|
|
886
|
+
|
|
887
|
+
### 0.2.1 (2021-02-17)
|
|
888
|
+
|
|
889
|
+
### Fixes
|
|
890
|
+
|
|
891
|
+
- **Global style resets have 0 specificity now.**
|
|
892
|
+
|
|
893
|
+
[0.25.1]: https://github.com/iTwin/iTwinUI/compare/v0.25.0...v0.25.1
|
|
894
|
+
[0.25.0]: https://github.com/iTwin/iTwinUI/compare/v0.24.7...v0.25.0
|
|
895
|
+
[0.24.7]: https://github.com/iTwin/iTwinUI/compare/v0.24.6...v0.24.7
|
|
896
|
+
[0.24.6]: https://github.com/iTwin/iTwinUI/compare/v0.24.5...v0.24.6
|
|
897
|
+
[0.24.5]: https://github.com/iTwin/iTwinUI/compare/v0.24.4...v0.24.5
|
|
898
|
+
[0.24.4]: https://github.com/iTwin/iTwinUI/compare/v0.24.3...v0.24.4
|
|
899
|
+
[0.24.3]: https://github.com/iTwin/iTwinUI/compare/v0.24.2...v0.24.3
|
|
900
|
+
[0.24.2]: https://github.com/iTwin/iTwinUI/compare/v0.24.1...v0.24.2
|
|
901
|
+
[0.24.1]: https://github.com/iTwin/iTwinUI/compare/v0.24.0...v0.24.1
|
|
902
|
+
[0.24.0]: https://github.com/iTwin/iTwinUI/compare/v0.23.0...v0.24.0
|
|
903
|
+
[0.23.0]: https://github.com/iTwin/iTwinUI/compare/v0.22.1...v0.23.0
|
|
904
|
+
[0.22.1]: https://github.com/iTwin/iTwinUI/compare/v0.22.0...v0.22.1
|
|
905
|
+
[0.22.0]: https://github.com/iTwin/iTwinUI/compare/v0.21.0...v0.22.0
|
|
906
|
+
[0.21.0]: https://github.com/iTwin/iTwinUI/compare/v0.20.3...v0.21.0
|
|
907
|
+
[0.20.3]: https://github.com/iTwin/iTwinUI/compare/v0.20.2...v0.20.3
|
|
908
|
+
[0.20.2]: https://github.com/iTwin/iTwinUI/compare/v0.20.1...v0.20.2
|
|
909
|
+
[0.20.1]: https://github.com/iTwin/iTwinUI/compare/v0.20.0...v0.20.1
|
|
910
|
+
[0.20.0]: https://github.com/iTwin/iTwinUI/compare/v0.19.0...v0.20.0
|
|
911
|
+
[0.19.0]: https://github.com/iTwin/iTwinUI/compare/v0.18.1...v0.19.0
|
|
912
|
+
[0.18.1]: https://github.com/iTwin/iTwinUI/compare/v0.18.0...v0.18.1
|
|
913
|
+
[0.18.0]: https://github.com/iTwin/iTwinUI/compare/v0.17.1...v0.18.0
|
|
914
|
+
[0.17.1]: https://github.com/iTwin/iTwinUI/compare/v0.17.0...v0.17.1
|
|
915
|
+
[0.17.0]: https://github.com/iTwin/iTwinUI/compare/v0.16.0...v0.17.0
|
|
916
|
+
[0.16.0]: https://github.com/iTwin/iTwinUI/compare/v0.15.0...v0.16.0
|
|
917
|
+
[0.15.0]: https://github.com/iTwin/iTwinUI/compare/v0.14.0...v0.15.0
|
|
918
|
+
[0.14.0]: https://github.com/iTwin/iTwinUI/compare/v0.13.1...v0.14.0
|
|
919
|
+
[0.13.1]: https://github.com/iTwin/iTwinUI/compare/v0.13.0...v0.13.1
|
|
920
|
+
[0.13.0]: https://github.com/iTwin/iTwinUI/compare/v0.12.0...v0.13.0
|
|
921
|
+
[0.12.0]: https://github.com/iTwin/iTwinUI/compare/v0.11.0...v0.12.0
|
|
922
|
+
[0.11.0]: https://github.com/iTwin/iTwinUI/compare/v0.10.0...v0.11.0
|
|
923
|
+
[0.10.0]: https://github.com/iTwin/iTwinUI/compare/v0.9.0...v0.10.0
|
|
924
|
+
[0.9.0]: https://github.com/iTwin/iTwinUI/compare/v0.8.0...v0.9.0
|
package/LICENSE.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# MIT License
|
|
2
|
+
|
|
3
|
+
Copyright © Bentley Systems, Incorporated. All rights reserved.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6
|
+
|
|
7
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
8
|
+
|
|
9
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/README.md
CHANGED
|
@@ -77,4 +77,4 @@ Please read our [CONTRIBUTING.md](https://github.com/iTwin/iTwinUI/blob/main/CON
|
|
|
77
77
|
|
|
78
78
|
## Changelog
|
|
79
79
|
|
|
80
|
-
Read our [CHANGELOG.md](https://github.com/iTwin/iTwinUI/blob/main/CHANGELOG.md) to find recent changes.
|
|
80
|
+
Read our [CHANGELOG.md](https://github.com/iTwin/iTwinUI/blob/main/packages/itwinui-css/CHANGELOG.md) to find recent changes.
|
package/css/all.css
CHANGED
|
@@ -2166,9 +2166,6 @@ a.iui-breadcrumbs-text:focus{
|
|
|
2166
2166
|
.iui-codeblock > .iui-title-bar > .iui-button{
|
|
2167
2167
|
margin-left:auto;
|
|
2168
2168
|
}
|
|
2169
|
-
.iui-codeblock .iui-button{
|
|
2170
|
-
gap:0;
|
|
2171
|
-
}
|
|
2172
2169
|
.iui-codeblock > .iui-codeblock-content{
|
|
2173
2170
|
margin:0;
|
|
2174
2171
|
overflow-x:auto;
|
package/css/code.css
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/itwinui-css",
|
|
3
|
-
"version": "0.59.
|
|
3
|
+
"version": "0.59.2",
|
|
4
4
|
"author": "Bentley Systems",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "src/index.scss",
|
|
7
|
+
"files": [
|
|
8
|
+
"css",
|
|
9
|
+
"scss",
|
|
10
|
+
"CHANGELOG.md",
|
|
11
|
+
"LICENSE.md"
|
|
12
|
+
],
|
|
7
13
|
"description": "CSS (Sass/SCSS) library for building beautiful and well working web UI components within Bentley Systems & iTwin.js applications.",
|
|
8
14
|
"homepage": "https://github.com/iTwin/iTwinUI",
|
|
9
15
|
"keywords": [
|
|
@@ -21,72 +27,35 @@
|
|
|
21
27
|
"bentley systems",
|
|
22
28
|
"itwin"
|
|
23
29
|
],
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
"
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
"
|
|
34
|
-
|
|
35
|
-
],
|
|
36
|
-
"*.{scss,html,js}": [
|
|
37
|
-
"yarn lint:copyright --fix"
|
|
38
|
-
]
|
|
30
|
+
"dependencies": {},
|
|
31
|
+
"devDependencies": {
|
|
32
|
+
"autoprefixer": "^10.4.1",
|
|
33
|
+
"backstopjs": "~6.0.4",
|
|
34
|
+
"html-minifier": "^4.0.0",
|
|
35
|
+
"postcss": "^8.4.5",
|
|
36
|
+
"postcss-discard-comments": "^5.0.1",
|
|
37
|
+
"postcss-scss": "^4.0.3",
|
|
38
|
+
"sass-embedded": "^1.49.9",
|
|
39
|
+
"stylelint": "^14.2.0",
|
|
40
|
+
"stylelint-config-sass-guidelines": "^9.0.1"
|
|
39
41
|
},
|
|
40
42
|
"scripts": {
|
|
41
|
-
"build": "yarn clean && yarn build:scss && yarn build:css &&
|
|
42
|
-
"build:scss": "cpx \"./src/**/*.scss\" ./
|
|
43
|
-
"build:css": "node ./scripts/generateCss.js src
|
|
43
|
+
"build": "yarn clean && yarn build:scss && yarn build:css && node ../shared/copyrightLinter.js --fix css/* && yarn build:html",
|
|
44
|
+
"build:scss": "cpx \"./src/**/*.scss\" ./scss",
|
|
45
|
+
"build:css": "node ./scripts/generateCss.js src css",
|
|
44
46
|
"build:html": "node ./scripts/generateHtml.js backstop/tests backstop/minified",
|
|
45
47
|
"build:watch": "yarn build && concurrently -n scss,html -k \"yarn build:watch:scss\" \"yarn build:watch:html\"",
|
|
46
48
|
"build:watch:scss": "chokidar \"src/**/*\" -c \"yarn build:scss && yarn build:css\"",
|
|
47
49
|
"build:watch:html": "chokidar \"backstop/tests/**/*\" -c \"yarn build:html\"",
|
|
48
|
-
"copy-files": "cpx package.json lib && cpx README.md lib",
|
|
49
50
|
"createComponent": "node ./scripts/createComponent.js",
|
|
50
|
-
"clean": "rimraf ./
|
|
51
|
+
"clean": "rimraf ./css ./scss ./backstop/results/bitmaps_test",
|
|
52
|
+
"dev": "yarn build:watch",
|
|
51
53
|
"lint": "stylelint \"src/**/*.scss\"",
|
|
52
|
-
"lint:copyright": "node scripts/copyrightLinter.js",
|
|
53
54
|
"approve": "backstop --config=./backstop/backstop.js approve",
|
|
54
|
-
"test": "
|
|
55
|
-
"test:ci": "backstop --config=./backstop/backstop.js test --docker",
|
|
55
|
+
"test": "backstop --config=./backstop/backstop.js test --docker",
|
|
56
56
|
"clean:images": "node scripts/removeOldTestImages.js",
|
|
57
57
|
"print": "node scripts/print.js",
|
|
58
58
|
"audit:ci": "audit-ci --moderate --report-type=full",
|
|
59
59
|
"build-docker": "node scripts/buildDocker.js"
|
|
60
|
-
},
|
|
61
|
-
"devDependencies": {
|
|
62
|
-
"audit-ci": "^4.0.0",
|
|
63
|
-
"autoprefixer": "^10.4.1",
|
|
64
|
-
"backstopjs": "~6.0.4",
|
|
65
|
-
"chokidar-cli": "^2.1.0",
|
|
66
|
-
"concurrently": "^6.0.0",
|
|
67
|
-
"cpx": "^1.5.0",
|
|
68
|
-
"html-minifier": "^4.0.0",
|
|
69
|
-
"husky": "=4",
|
|
70
|
-
"lint-staged": "^11.2.6",
|
|
71
|
-
"postcss": "^8.4.5",
|
|
72
|
-
"postcss-discard-comments": "^5.0.1",
|
|
73
|
-
"postcss-scss": "^4.0.3",
|
|
74
|
-
"prettier": "^2.4.1",
|
|
75
|
-
"rimraf": "^3.0.2",
|
|
76
|
-
"sass-embedded": "^1.49.9",
|
|
77
|
-
"stylelint": "^14.2.0",
|
|
78
|
-
"stylelint-config-sass-guidelines": "^9.0.1"
|
|
79
|
-
},
|
|
80
|
-
"resolutions": {
|
|
81
|
-
"braces": "^2.3.1",
|
|
82
|
-
"hosted-git-info": ">=3.0.8",
|
|
83
|
-
"jimp": ">=0.16.1",
|
|
84
|
-
"trim-newlines": "^3.0.1",
|
|
85
|
-
"glob-parent": "^5.1.2",
|
|
86
|
-
"jpeg-js": "^0.4.3",
|
|
87
|
-
"set-value": "^4.1.0",
|
|
88
|
-
"ansi-regex": "^5.0.1",
|
|
89
|
-
"node-fetch": "^2.6.7",
|
|
90
|
-
"async": "^3.2.2"
|
|
91
60
|
}
|
|
92
61
|
}
|
package/scss/code/codeblock.scss
CHANGED
package/src/index.scss
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
// Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
2
|
+
// See LICENSE.md in the project root for license terms and full copyright notice.
|
|
3
|
+
@import './style/index';
|
|
4
|
+
@import './alert/index';
|
|
5
|
+
@import './anchor/index';
|
|
6
|
+
@import './badge/index';
|
|
7
|
+
@import './blockquote/index';
|
|
8
|
+
@import './breadcrumbs/index';
|
|
9
|
+
@import './button/index';
|
|
10
|
+
@import './carousel/index';
|
|
11
|
+
@import './code/index';
|
|
12
|
+
@import './color-picker/index';
|
|
13
|
+
@import './date-picker/index';
|
|
14
|
+
@import './dialog/index';
|
|
15
|
+
@import './expandable-block/index';
|
|
16
|
+
@import './file-upload/index';
|
|
17
|
+
@import './footer/index';
|
|
18
|
+
@import './header/index';
|
|
19
|
+
@import './icon/index';
|
|
20
|
+
@import './information-panel/index';
|
|
21
|
+
@import './inputs/index';
|
|
22
|
+
@import './keyboard/index';
|
|
23
|
+
@import './location-marker/index';
|
|
24
|
+
@import './menu/index';
|
|
25
|
+
@import './non-ideal-state/index';
|
|
26
|
+
@import './notification-marker/index';
|
|
27
|
+
@import './popover/index';
|
|
28
|
+
@import './progress-indicator/index';
|
|
29
|
+
@import './radio-tile/index';
|
|
30
|
+
@import './side-navigation/index';
|
|
31
|
+
@import './skip-to-content/index';
|
|
32
|
+
@import './slider/index';
|
|
33
|
+
@import './surface/index';
|
|
34
|
+
@import './table/index';
|
|
35
|
+
@import './tabs/index';
|
|
36
|
+
@import './tag/index';
|
|
37
|
+
@import './text/index';
|
|
38
|
+
@import './tile/index';
|
|
39
|
+
@import './time-picker/index';
|
|
40
|
+
@import './toast-notification/index';
|
|
41
|
+
@import './toggle-switch/index';
|
|
42
|
+
@import './tooltip/index';
|
|
43
|
+
@import './tree/index';
|
|
44
|
+
@import './user-icon/index';
|
|
45
|
+
@import './wizard/index';
|