@itwin/itwinui-react 2.0.0-dev.4 → 2.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 +28 -912
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,931 +1,47 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
## [2.0.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.48.1...v2.0.0) (2022-11-15)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Welcome to the v2 release of iTwinUI-react. 🎉
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
This release uses the brand new v1 of iTwinUI-css and iTwinUI-variables, which include significant visual changes and improvements.
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
These release notes offer a brief summary of the main changes. Check out the [iTwinUI-react v2 migration guide](https://github.com/iTwin/iTwinUI-react/wiki/iTwinUI-react-v2-migration-guide) for more details.
|
|
10
10
|
|
|
11
|
-
###
|
|
11
|
+
### ⚠ BREAKING CHANGES
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
* **Table:** Fix "un/select all rows" behavior when a filter is applied ([81a54f7](https://www.github.com/iTwin/iTwinUI-react/commit/81a54f794afcc7490799da03914ffa156fa1055f))
|
|
13
|
+
There is only one new breaking change in this release.
|
|
15
14
|
|
|
16
|
-
|
|
15
|
+
* **Table:** `columns` prop must now be an array. First level `Header` is no longer required ([#935](https://www.github.com/iTwin/iTwinUI-react/issues/935)) ([83d5cfe](https://www.github.com/iTwin/iTwinUI-react/commit/83d5cfe93980b628c79ec3951d05663a054699fc))
|
|
17
16
|
|
|
18
|
-
|
|
17
|
+
Other than that, we have removed props and components that were already deprecated in v1.
|
|
19
18
|
|
|
20
|
-
*
|
|
19
|
+
* **Tabs:** Remove deprecated `HorizontalTab` and `HorizontalTabProps` ([#852](https://www.github.com/iTwin/iTwinUI-react/issues/852)) ([31ddeae](https://www.github.com/iTwin/iTwinUI-react/commit/31ddeaed3dc5919f69edb1bd9580d766fabc35c2))
|
|
20
|
+
* **Checkbox, Radio:** Remove deprecated `checkmarkClassName` and `checkmarkStyle` ([#855](https://www.github.com/iTwin/iTwinUI-react/issues/855)) ([5c339be](https://www.github.com/iTwin/iTwinUI-react/commit/5c339beddd117bdf5a834b96dff65d4fd67d5255))
|
|
21
|
+
* **Alert:** Remove deprecated `onClick` prop ([#851](https://www.github.com/iTwin/iTwinUI-react/issues/851)) ([f307fe9](https://www.github.com/iTwin/iTwinUI-react/commit/f307fe9448d0bf793885ddc0e5399cb8cd9dcadb))
|
|
21
22
|
|
|
22
|
-
|
|
23
|
+
### Deprecations
|
|
23
24
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
* **Table:** Column resize modes ([#835](https://www.github.com/iTwin/iTwinUI-react/issues/835)) ([771a517](https://www.github.com/iTwin/iTwinUI-react/commit/771a517aa2031d5936521764a09613b6433ff283))
|
|
27
|
-
|
|
28
|
-
### Fixes
|
|
29
|
-
|
|
30
|
-
* **Table:** Fixed when fast resizing caused Table to throw an error ([#848](https://www.github.com/iTwin/iTwinUI-react/issues/848)) ([058ad3a](https://www.github.com/iTwin/iTwinUI-react/commit/058ad3a7c1bb4a3198a4dde1105cca47a2ef2998))
|
|
31
|
-
|
|
32
|
-
## [1.46.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.45.0...v1.46.0) (2022-09-20)
|
|
33
|
-
|
|
34
|
-
### What's new
|
|
35
|
-
|
|
36
|
-
* **Dialog:** Added new `Dialog` compound component that was previously used by `Modal` internally.
|
|
37
|
-
- Supports dragging through `isDraggable` and `relativeTo` props ([#771](https://www.github.com/iTwin/iTwinUI-react/issues/771)) ([6e19020](https://www.github.com/iTwin/iTwinUI-react/commit/6e1902011c323485cdf74b64c4778de6309c0820))
|
|
38
|
-
- Supports resizing through `isResizable` prop ([#823](https://www.github.com/iTwin/iTwinUI-react/issues/823)) ([635de22](https://www.github.com/iTwin/iTwinUI-react/commit/635de226416196b23babe07c455e7571611a993f))
|
|
39
|
-
* **Breadcrumbs:** Add `overflowButton` property ([#814](https://www.github.com/iTwin/iTwinUI-react/issues/814)) ([5a53003](https://www.github.com/iTwin/iTwinUI-react/commit/5a53003ea7c68854f412713edf49ec489505b134))
|
|
40
|
-
* **DatePicker:** Date range support ([#737](https://www.github.com/iTwin/iTwinUI-react/issues/737)) ([33a815a](https://www.github.com/iTwin/iTwinUI-react/commit/33a815a2588251ff48f0f1852ec1b07957970069))
|
|
41
|
-
* **Table:** Enable `useGlobalFilter` ([#810](https://www.github.com/iTwin/iTwinUI-react/issues/810)) ([b5133cc](https://www.github.com/iTwin/iTwinUI-react/commit/b5133cccb624380b1e4734bf3fe75858c046cf7e))
|
|
42
|
-
* **Table:** Now supports shift click to select multiple rows ([#774](https://www.github.com/iTwin/iTwinUI-react/issues/774)) ([e868dc2](https://www.github.com/iTwin/iTwinUI-react/commit/e868dc285975ccf19635ff24edba017fea55d376))
|
|
43
|
-
|
|
44
|
-
### Fixes
|
|
45
|
-
|
|
46
|
-
* **ButtonGroup:** Handle overflow when available space is smaller than one element ([#827](https://www.github.com/iTwin/iTwinUI-react/issues/827)) ([f3691d3](https://www.github.com/iTwin/iTwinUI-react/commit/f3691d34306bad9203d85c5708650b524926fb79))
|
|
47
|
-
* **Modal:** Fixed body overflow handling when there is a dialog inside another dialog ([#776](https://www.github.com/iTwin/iTwinUI-react/issues/776)) ([68feac4](https://www.github.com/iTwin/iTwinUI-react/commit/68feac425d335d11d5b0fd306bd35e5815910d17))
|
|
48
|
-
* **Dialog:** Only focus dialog when `setFocus` is `true` ([#809](https://www.github.com/iTwin/iTwinUI-react/issues/809)) ([ddd7a9c](https://www.github.com/iTwin/iTwinUI-react/commit/ddd7a9cbceabaf5699b03b8d9d19b2676b53372f))
|
|
49
|
-
* **Table:** Exposing `BaseFilter` in `index.ts` ([#826](https://www.github.com/iTwin/iTwinUI-react/issues/826)) ([9cddd2c](https://www.github.com/iTwin/iTwinUI-react/commit/9cddd2c8e347e849916637c2c8a60ba24c342a75))
|
|
50
|
-
* **VirtualScroll:** Show all children upon toggling display/visibility ([#811](https://www.github.com/iTwin/iTwinUI-react/issues/811)) ([77810a6](https://www.github.com/iTwin/iTwinUI-react/commit/77810a67745411e235abe31578f3eb265d81a9eb))
|
|
51
|
-
|
|
52
|
-
## [1.45.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.44.0...v1.45.0) (2022-08-25)
|
|
53
|
-
|
|
54
|
-
### What's new
|
|
55
|
-
|
|
56
|
-
* **MiddleTextTruncation:** Add text renderer for customizing rendered content ([#787](https://www.github.com/iTwin/iTwinUI-react/issues/787)) ([293ebea](https://www.github.com/iTwin/iTwinUI-react/commit/293ebeac844eb540c1d5c7f999e176f3be377d8e))
|
|
57
|
-
* **Table:** Add `Cell` and `Row` status. Icons support in `DefaultCell` ([#788](https://www.github.com/iTwin/iTwinUI-react/issues/788)) ([9b0282e](https://www.github.com/iTwin/iTwinUI-react/commit/9b0282e610434301ff69e296086304afc5648034))
|
|
58
|
-
|
|
59
|
-
## [1.44.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.43.1...v1.44.0) (2022-08-23)
|
|
60
|
-
|
|
61
|
-
### What's new
|
|
62
|
-
|
|
63
|
-
* **Select:** Multiple selection support ([#700](https://www.github.com/iTwin/iTwinUI-react/issues/700)) ([b7d34c1](https://www.github.com/iTwin/iTwinUI-react/commit/b7d34c1702ae416d969bed21098270f7aa7731a9))
|
|
64
|
-
|
|
65
|
-
### Fixes
|
|
66
|
-
|
|
67
|
-
* **Table:** Show correct icon on hover for columns with `sortDescFirst` ([#779](https://www.github.com/iTwin/iTwinUI-react/issues/779)) ([acf19a2](https://www.github.com/iTwin/iTwinUI-react/commit/acf19a23d4680e6e1c1789e45b8e76e0848d8166))
|
|
68
|
-
|
|
69
|
-
### [1.43.1](https://www.github.com/iTwin/iTwinUI-react/compare/v1.43.0...v1.43.1) (2022-08-18)
|
|
70
|
-
|
|
71
|
-
### Fixes
|
|
72
|
-
|
|
73
|
-
* **Dialog:** Fixed import path for `useTheme` ([#780](https://www.github.com/iTwin/iTwinUI-react/issues/780)) ([dc5f65a](https://www.github.com/iTwin/iTwinUI-react/commit/dc5f65af8a4a7e8d50f05952084a2ffe98bc0800))
|
|
74
|
-
|
|
75
|
-
## [1.43.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.42.0...v1.43.0) (2022-08-17)
|
|
76
|
-
|
|
77
|
-
### What's new
|
|
78
|
-
|
|
79
|
-
* **Footer:** Allows to use composition to customize Footer as you wish ([#754](https://www.github.com/iTwin/iTwinUI-react/issues/754)) ([48dfe52](https://www.github.com/iTwin/iTwinUI-react/commit/48dfe524f4ac45a81cd98504f38c50420f47664a))
|
|
80
|
-
* **Slider:** Adding vertical orientation support ([#747](https://www.github.com/iTwin/iTwinUI-react/issues/747)) ([18cb893](https://www.github.com/iTwin/iTwinUI-react/commit/18cb89317118081ab425606f5679be56e1b60552))
|
|
81
|
-
* **Table:** Style `DropdownMenu` inside of `ActionColumn` in `Table` ([#756](https://www.github.com/iTwin/iTwinUI-react/issues/756)) ([1116369](https://www.github.com/iTwin/iTwinUI-react/commit/111636962076797cbbc0f0b8b5ae4077a7e5a8d2))
|
|
82
|
-
|
|
83
|
-
### Fixes
|
|
84
|
-
|
|
85
|
-
* **Breadcrumbs**, **ButtonGroup**: Fix focus getting lost while resizing on overflow ([#777](https://www.github.com/iTwin/iTwinUI-react/issues/777)) ([8ee9c7b](https://www.github.com/iTwin/iTwinUI-react/commit/8ee9c7b57829b330cea7db5f89864c90211ec4d1))
|
|
86
|
-
* **Table:** Enabled scrollToRow for lazy-loading tables ([#775](https://www.github.com/iTwin/iTwinUI-react/issues/775)) ([c57b458](https://www.github.com/iTwin/iTwinUI-react/commit/c57b458e7d74609d44d3f0d304e49ee2c1f22d54))
|
|
87
|
-
* **Table:** Syncing header and body horizontal scroll state ([#760](https://www.github.com/iTwin/iTwinUI-react/issues/760)) ([5ceeec2](https://www.github.com/iTwin/iTwinUI-react/commit/5ceeec279585ca5af92f1b26440c354ee6eeb027))
|
|
88
|
-
|
|
89
|
-
## [1.42.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.41.0...v1.42.0) (2022-07-26)
|
|
90
|
-
|
|
91
|
-
### Fixes
|
|
92
|
-
|
|
93
|
-
* **ComboBox:** Prevent infinite loop when `options` change ([#738](https://www.github.com/iTwin/iTwinUI-react/issues/738)) ([7788f45](https://www.github.com/iTwin/iTwinUI-react/commit/7788f451fcbf9dd7959d3fa727c0cdee3485bbcd))
|
|
94
|
-
* **Small:** Use `small` element instead of `p` ([#735](https://www.github.com/iTwin/iTwinUI-react/issues/735)) ([c59f213](https://www.github.com/iTwin/iTwinUI-react/commit/c59f21326e049bce50e24c729a46482b74ef63c3))
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
### What's new
|
|
98
|
-
|
|
99
|
-
* **Table:** Scroll table to selected item ([#689](https://www.github.com/iTwin/iTwinUI-react/issues/689)) ([afa947b](https://www.github.com/iTwin/iTwinUI-react/commit/afa947b15411305c1bfc57b239d916fc599acfbe))
|
|
100
|
-
* **Tree:** Virtualization ([#713](https://www.github.com/iTwin/iTwinUI-react/issues/713)) ([d4d3575](https://www.github.com/iTwin/iTwinUI-react/commit/d4d35758fa0c8f00811f387cc8453b82e9773c85))
|
|
101
|
-
|
|
102
|
-
## [1.41.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.40.1...v1.41.0) (2022-07-13)
|
|
103
|
-
|
|
104
|
-
### What's new
|
|
105
|
-
|
|
106
|
-
* **ErrorPage:** Add time-out and redirect status codes ([#715](https://www.github.com/iTwin/iTwinUI-react/issues/715)) ([a5fb85f](https://www.github.com/iTwin/iTwinUI-react/commit/a5fb85f1f0ef9517a065db02384875d7c5d87f95))
|
|
107
|
-
* **Modal:** Update classes through the css package update ([#724](https://www.github.com/iTwin/iTwinUI-react/issues/724)) ([d13e0bf](https://www.github.com/iTwin/iTwinUI-react/commit/d13e0bf7941581a3b8d275b744bf77ebd7ae95d4))
|
|
108
|
-
- Now `style` and `className` props are applied on the dialog element itself.
|
|
109
|
-
* Border radius was changed from `3px` to `4px` through the css package update in all elements ([#724](https://www.github.com/iTwin/iTwinUI-react/issues/724)) ([d13e0bf](https://www.github.com/iTwin/iTwinUI-react/commit/d13e0bf7941581a3b8d275b744bf77ebd7ae95d4))
|
|
110
|
-
|
|
111
|
-
### Fixes
|
|
112
|
-
|
|
113
|
-
* **Combobox:** Allow users to reset the value ([#728](https://www.github.com/iTwin/iTwinUI-react/issues/728)) ([f6c0b0d](https://www.github.com/iTwin/iTwinUI-react/commit/f6c0b0d66ac9ac725a23e07980c9dd7298084ae4))
|
|
114
|
-
* **Table:** Prevent crashing when clearing editable cell ([#732](https://www.github.com/iTwin/iTwinUI-react/issues/732)) ([0dedd3b](https://www.github.com/iTwin/iTwinUI-react/commit/0dedd3b8804ce98ce836d4bbbf58db83a4f9bfde))
|
|
115
|
-
* **Table:** Set correct intersection root for margin to work ([#708](https://www.github.com/iTwin/iTwinUI-react/issues/708)) ([55e4848](https://www.github.com/iTwin/iTwinUI-react/commit/55e48481f95c3351c127d495bd3c20134fd4a77f))
|
|
116
|
-
|
|
117
|
-
### [1.40.1](https://www.github.com/iTwin/iTwinUI-react/compare/v1.40.0...v1.40.1) (2022-06-17)
|
|
118
|
-
|
|
119
|
-
### Fixes
|
|
120
|
-
|
|
121
|
-
* **Table:** Horizontal scroll is working when virtual scroll is enabled ([#711](https://www.github.com/iTwin/iTwinUI-react/issues/711)) ([d3db504](https://www.github.com/iTwin/iTwinUI-react/commit/d3db504d3a44a4da2c1f34a392f99aae478ef2a3))
|
|
122
|
-
|
|
123
|
-
## [1.40.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.39.0...v1.40.0) (2022-06-10)
|
|
124
|
-
|
|
125
|
-
### What's new
|
|
126
|
-
|
|
127
|
-
* **Combobox:** Loading state with skeletons ([#655](https://www.github.com/iTwin/iTwinUI-react/issues/655)) ([cc1c7fb](https://www.github.com/iTwin/iTwinUI-react/commit/cc1c7fb6b5c494c94c01fe06483b788e0a27ec36))
|
|
128
|
-
* **Table:** Add sticky columns feature ([#695](https://www.github.com/iTwin/iTwinUI-react/issues/695)) ([eb6b0c0](https://www.github.com/iTwin/iTwinUI-react/commit/eb6b0c03e83b6e1417a444901c033a52545de186))
|
|
129
|
-
|
|
130
|
-
### Fixes
|
|
131
|
-
|
|
132
|
-
* **Table:** Overriding min-width for the whole table ([#706](https://www.github.com/iTwin/iTwinUI-react/issues/706)) ([ad8173b](https://www.github.com/iTwin/iTwinUI-react/commit/ad8173b5764277a06a4b87a408e80affb2271749))
|
|
133
|
-
* **Table:** Removed title from selection checkboxes ([#704](https://www.github.com/iTwin/iTwinUI-react/issues/704)) ([5f72e59](https://www.github.com/iTwin/iTwinUI-react/commit/5f72e59a6d6e66b5f69c30ad82f7b37017242df6))
|
|
134
|
-
|
|
135
|
-
## [1.39.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.38.0...v1.39.0) (2022-06-03)
|
|
136
|
-
|
|
137
|
-
### What's new
|
|
138
|
-
|
|
139
|
-
* Add support of react 18 ([#656](https://www.github.com/iTwin/iTwinUI-react/issues/656)) ([b7a4c7b](https://www.github.com/iTwin/iTwinUI-react/commit/b7a4c7ba1e26445308dcb7f1fd5a374743de4e6f))
|
|
140
|
-
* **Combobox:** Virtualization ([#539](https://www.github.com/iTwin/iTwinUI-react/issues/539)) ([9e93871](https://www.github.com/iTwin/iTwinUI-react/commit/9e93871c59935a39f6ee1d633d96df04b78f33a1))
|
|
141
|
-
|
|
142
|
-
### Fixes
|
|
143
|
-
|
|
144
|
-
* **Carousel:** Use event handler instead of useEffect for scroll ([#683](https://www.github.com/iTwin/iTwinUI-react/issues/683)) ([bcf125b](https://www.github.com/iTwin/iTwinUI-react/commit/bcf125be76495352a06c063bc7a0d5d2a884c860))
|
|
145
|
-
* **Toaster:** Fix inital position setting ([#687](https://www.github.com/iTwin/iTwinUI-react/issues/687)) ([c58b747](https://www.github.com/iTwin/iTwinUI-react/commit/c58b74786bf90a165993afb2eec926f74b37a1eb))
|
|
146
|
-
|
|
147
|
-
### [1.38.1](https://www.github.com/iTwin/iTwinUI-react/compare/v1.38.0...v1.38.1) (2022-05-23)
|
|
148
|
-
|
|
149
|
-
### Fixes
|
|
150
|
-
|
|
151
|
-
* **Toaster:** Fix initial position setting ([#687](https://www.github.com/iTwin/iTwinUI-react/issues/687)) ([c58b747](https://www.github.com/iTwin/iTwinUI-react/commit/c58b74786bf90a165993afb2eec926f74b37a1eb))
|
|
152
|
-
|
|
153
|
-
## [1.38.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.37.3...v1.38.0) (2022-05-23)
|
|
154
|
-
|
|
155
|
-
### What's new
|
|
156
|
-
|
|
157
|
-
* **ComboBox:** Full component refactor to improve performance by using components composition ([#618](https://www.github.com/iTwin/iTwinUI-react/issues/618)) ([5d56809](https://www.github.com/iTwin/iTwinUI-react/commit/5d56809c46ad312402669f9cb2dbf6c8d3c733ad))
|
|
158
|
-
|
|
159
|
-
### Fixes
|
|
160
|
-
|
|
161
|
-
* **Table:** Allow 'false' as valid filter value ([#664](https://www.github.com/iTwin/iTwinUI-react/issues/664)) ([628cc26](https://www.github.com/iTwin/iTwinUI-react/commit/628cc26afc044e1b3f1c09b2489b31fe15b34de1))
|
|
162
|
-
* **Toaster:** Do not call `ReactDOM` render multiple times ([#667](https://www.github.com/iTwin/iTwinUI-react/issues/667)) ([195a857](https://www.github.com/iTwin/iTwinUI-react/commit/195a8573157ce6588e0edb40569770ffa4636584))
|
|
163
|
-
* Visuals changes after CSS update ([#678](https://www.github.com/iTwin/iTwinUI-react/issues/678)) ([16b9310](https://www.github.com/iTwin/iTwinUI-react/commit/16b93106c8d3787cc3f6bdee469604db6167ccf0))
|
|
164
|
-
- **Select:** Arrow color
|
|
165
|
-
- **Tabs:** Description color
|
|
166
|
-
- **Skeleton:** Background color
|
|
167
|
-
- **Checkbox:** Add border to disabled state
|
|
168
|
-
|
|
169
|
-
### [1.37.3](https://www.github.com/iTwin/iTwinUI-react/compare/v1.37.2...v1.37.3) (2022-05-06)
|
|
170
|
-
|
|
171
|
-
### Fixes
|
|
172
|
-
|
|
173
|
-
* **Slider:** Skip drawing track if thumb values are out of range ([#652](https://www.github.com/iTwin/iTwinUI-react/issues/652)) ([38d6574](https://www.github.com/iTwin/iTwinUI-react/commit/38d657423d2def7d54b9e195f0c543a35e725d3f))
|
|
174
|
-
|
|
175
|
-
### [1.37.2](https://www.github.com/iTwin/iTwinUI-react/compare/v1.37.1...v1.37.2) (2022-05-04)
|
|
176
|
-
|
|
177
|
-
### Fixes
|
|
178
|
-
|
|
179
|
-
* **Table:** Fix direction of sort icons ([#645](https://www.github.com/iTwin/iTwinUI-react/issues/645)) ([1a0683b](https://www.github.com/iTwin/iTwinUI-react/commit/1a0683b2d8f18b8ec80412e2208fbfa12df88d51))
|
|
180
|
-
* **Table:** Fix error of headless table ([#648](https://www.github.com/iTwin/iTwinUI-react/issues/648)) ([87c6b9e](https://www.github.com/iTwin/iTwinUI-react/commit/87c6b9eb0b8338357aec107af3f7a7539dd0f5a3))
|
|
181
|
-
|
|
182
|
-
### [1.37.1](https://www.github.com/iTwin/iTwinUI-react/compare/v1.37.0...v1.37.1) (2022-04-22)
|
|
183
|
-
|
|
184
|
-
### Fixes
|
|
185
|
-
|
|
186
|
-
* **ComboBox:** Use latest value of `onChange` prop ([#636](https://www.github.com/iTwin/iTwinUI-react/issues/636)) ([a1f705e](https://www.github.com/iTwin/iTwinUI-react/commit/a1f705e05a7608f66e56d3555c679c180fadcae0))
|
|
187
|
-
|
|
188
|
-
## [1.37.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.36.0...v1.37.0) (2022-04-21)
|
|
189
|
-
|
|
190
|
-
### What's new
|
|
191
|
-
|
|
192
|
-
* **SkipToContent:** Add `SkipToContent` Component ([#618](https://www.github.com/iTwin/iTwinUI-react/issues/618)) ([5d56809](https://www.github.com/iTwin/iTwinUI-react/commit/5d56809c46ad312402669f9cb2dbf6c8d3c733ad))
|
|
193
|
-
* **Surface:** Add `Surface` component ([#624](https://www.github.com/iTwin/iTwinUI-react/issues/624)) ([aa8f992](https://www.github.com/iTwin/iTwinUI-react/commit/aa8f99228cd4069bcba237c4a599d4735beccd0e))
|
|
194
|
-
* **Table:** Single selection of rows ([#628](https://www.github.com/iTwin/iTwinUI-react/issues/628)) ([b8e0bf6](https://www.github.com/iTwin/iTwinUI-react/commit/b8e0bf63cbb07d8bd21fc165a505af1388e57a98))
|
|
195
|
-
* **Tile:** Add `isActionable` prop to use for interactive tile ([#631](https://www.github.com/iTwin/iTwinUI-react/issues/631)) ([abfb807](https://www.github.com/iTwin/iTwinUI-react/commit/abfb8073c129c06488be276e4d301b89bf4588d5))
|
|
196
|
-
|
|
197
|
-
### Fixes
|
|
198
|
-
|
|
199
|
-
* **Table:** Add support for `preventDefault` in row click events ([#629](https://www.github.com/iTwin/iTwinUI-react/issues/629)) ([997897d](https://www.github.com/iTwin/iTwinUI-react/commit/997897d438ff00ed9d63da1745c81f37957c14ba))
|
|
200
|
-
* **Header:** Fix `HeaderButton` spacing through css package update ([4094a3b](https://www.github.com/iTwin/iTwinUI-react/commit/4094a3bc94c8e589b4dbc6a2fd68f4f00389d941))
|
|
201
|
-
|
|
202
|
-
## [1.36.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.35.0...v1.36.0) (2022-04-15)
|
|
203
|
-
|
|
204
|
-
### What's new
|
|
205
|
-
|
|
206
|
-
* **Table:** Added `ColumnManager` for hiding columns ([#564](https://www.github.com/iTwin/iTwinUI-react/issues/564)) ([71cf927](https://www.github.com/iTwin/iTwinUI-react/commit/71cf9278d1e75dc426f24976a497d40b18da3c87))
|
|
207
|
-
- `ActionColumn` was added to use with `ColumnManager`. It can be used for fixed width columns (i.e. column with menu).
|
|
208
|
-
* **Table:** Default columns customization ([#599](https://www.github.com/iTwin/iTwinUI-react/issues/599)) ([e665821](https://www.github.com/iTwin/iTwinUI-react/commit/e665821b66972136873797058da6cd4036f4dd2d))
|
|
209
|
-
- `ExpanderColumn` and `SelectionColumn` were added for custom implementation of expansion and selection.
|
|
210
|
-
|
|
211
|
-
### Fixes
|
|
212
|
-
|
|
213
|
-
* **Menu:** Fixed keyboard navigation when `MenuItem` contains selectable children ([#625](https://www.github.com/iTwin/iTwinUI-react/issues/625)) ([082e384](https://www.github.com/iTwin/iTwinUI-react/commit/082e384ed5ccc1fb2ded9ccc69bca06be6e3f29b))
|
|
214
|
-
* **Popover:** Stop propagation of click in `Popover` ([#619](https://www.github.com/iTwin/iTwinUI-react/issues/619)) ([298cbf3](https://www.github.com/iTwin/iTwinUI-react/commit/298cbf3aba050763b481252ba76f5c945b5c2e17))
|
|
215
|
-
|
|
216
|
-
## [1.35.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.34.2...v1.35.0) (2022-04-05)
|
|
217
|
-
|
|
218
|
-
### What's new
|
|
219
|
-
|
|
220
|
-
* **Carousel:** Add new Carousel Component ([#569](https://www.github.com/iTwin/iTwinUI-react/issues/569)) ([fc7040c](https://www.github.com/iTwin/iTwinUI-react/commit/fc7040c712011bdf40a6d5b3e9c4bad78a532523))
|
|
221
|
-
* **DatePicker:** Add year selection ([#604](https://www.github.com/iTwin/iTwinUI-react/issues/604)) ([2f57da6](https://www.github.com/iTwin/iTwinUI-react/commit/2f57da6ef07202290e4f6d214a0581dae1528007))
|
|
222
|
-
* **Modal:** Add full page modal ([#588](https://www.github.com/iTwin/iTwinUI-react/issues/588)) ([711a55b](https://www.github.com/iTwin/iTwinUI-react/commit/711a55b2b4373ce4bd99d770a3edc5f9aae516bc))
|
|
223
|
-
- Add `ModalContent` component for better scroll experience.
|
|
224
|
-
* **Theme:** Add support for high contrast themes ([#610](https://www.github.com/iTwin/iTwinUI-react/issues/610)) ([b1b6d95](https://www.github.com/iTwin/iTwinUI-react/commit/b1b6d9519ec0290bd6759a31fc4cc4a7c8ab03e3))
|
|
225
|
-
- High contrast themes are automatically used if user's OS prefers it. It can also be specified manually using `themeOptions.highContrast`.
|
|
226
|
-
|
|
227
|
-
### Fixes
|
|
228
|
-
|
|
229
|
-
* **Table:** `onBottomReached` was triggered on filtered Table ([#607](https://www.github.com/iTwin/iTwinUI-react/issues/607)) ([2f9cf24](https://www.github.com/iTwin/iTwinUI-react/commit/2f9cf24fd0eecee1bff27cbf8d69281062e3e33d))
|
|
230
|
-
|
|
231
|
-
### [1.34.2](https://www.github.com/iTwin/iTwinUI-react/compare/v1.34.1...v1.34.2) (2022-03-29)
|
|
232
|
-
|
|
233
|
-
### Fixes
|
|
234
|
-
|
|
235
|
-
* **Table:** Date filter makes range from the begigging to the end of the day ([#601](https://www.github.com/iTwin/iTwinUI-react/issues/601)) ([ae978b7](https://www.github.com/iTwin/iTwinUI-react/commit/ae978b7df3a59f9cd18474346d88083d888e36e3))
|
|
236
|
-
|
|
237
|
-
### [1.34.1](https://www.github.com/iTwin/iTwinUI-react/compare/v1.34.0...v1.34.1) (2022-03-24)
|
|
238
|
-
|
|
239
|
-
### Fixes
|
|
240
|
-
|
|
241
|
-
* **ComboBox:** Combine internal input onChange with `inputProps.onChange` ([#597](https://www.github.com/iTwin/iTwinUI-react/issues/597)) ([e033753](https://www.github.com/iTwin/iTwinUI-react/commit/e033753c81f3b9298df6eb198581c75344f96c00))
|
|
242
|
-
|
|
243
|
-
## [1.34.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.33.1...v1.34.0) (2022-03-22)
|
|
244
|
-
|
|
245
|
-
### What's new
|
|
246
|
-
|
|
247
|
-
* **Table:** support for draggable columns ([#561](https://www.github.com/iTwin/iTwinUI-react/issues/561)) ([0e741f5](https://www.github.com/iTwin/iTwinUI-react/commit/0e741f5c0838996a5f45c57abedf41daeef652d4))
|
|
248
|
-
|
|
249
|
-
### Fixes
|
|
250
|
-
|
|
251
|
-
* **ToggleSwitch:** updated toggle switch styles through css package ([#592](https://www.github.com/iTwin/iTwinUI-react/issues/592)) ([3a0be35](https://www.github.com/iTwin/iTwinUI-react/commit/3a0be355d4363fe7d704c3fd6f975c509c65da2b))
|
|
252
|
-
* **UserIcon:** busy status now also shows an icon
|
|
253
|
-
|
|
254
|
-
### [1.33.1](https://www.github.com/iTwin/iTwinUI-react/compare/v1.33.0...v1.33.1) (2022-03-18)
|
|
255
|
-
|
|
256
|
-
### Fixes
|
|
257
|
-
|
|
258
|
-
* **ButtonGroup:** Add vertical support to `overflowButton` ([#579](https://www.github.com/iTwin/iTwinUI-react/issues/579)) ([aad619b](https://www.github.com/iTwin/iTwinUI-react/commit/aad619b6dc7d65ffd79c8d33111489b1b8d27680))
|
|
259
|
-
* **Slider:** Fixed to call onUpdate on rail click ([#587](https://www.github.com/iTwin/iTwinUI-react/issues/587)) ([e7cc679](https://www.github.com/iTwin/iTwinUI-react/commit/e7cc6796308928230f2d2c7c79b6ee35286595a7))
|
|
260
|
-
* **Table:** Removed wrapper span from checkbox ([#583](https://www.github.com/iTwin/iTwinUI-react/issues/583)) ([996377b](https://www.github.com/iTwin/iTwinUI-react/commit/996377bf44cdacd9f42361f2199c2a83420ca15b))
|
|
261
|
-
|
|
262
|
-
## [1.33.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.32.0...v1.33.0) (2022-03-07)
|
|
263
|
-
|
|
264
|
-
### What's new
|
|
265
|
-
|
|
266
|
-
* **ButtonGroup:** Add new `orientation` prop to allow showing vertical group ([#577](https://www.github.com/iTwin/iTwinUI-react/issues/577)) ([f6cd52f](https://www.github.com/iTwin/iTwinUI-react/commit/f6cd52f39dd139439281114d3ade99e486ab6bfb))
|
|
267
|
-
* **ComboBox:** Add new `message` prop ([#554](https://www.github.com/iTwin/iTwinUI-react/issues/554)) ([8113860](https://www.github.com/iTwin/iTwinUI-react/commit/8113860499e6156d97992919204b3b8c7e46197b))
|
|
268
|
-
* This new prop can accept a string or the new `StatusMessage` component for customizing icon.
|
|
269
|
-
* **Footer:** Allow overriding and removing default footer elements ([#544](https://www.github.com/iTwin/iTwinUI-react/issues/544)) ([76396a4](https://www.github.com/iTwin/iTwinUI-react/commit/76396a4cc0a88bb7680316cf4642b732729abd7a))
|
|
270
|
-
|
|
271
|
-
## [1.32.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.31.0...v1.32.0) (2022-02-25)
|
|
272
|
-
|
|
273
|
-
### What's new
|
|
274
|
-
|
|
275
|
-
* **Popover:** Append to `body` by default and increase z-index ([#562](https://www.github.com/iTwin/iTwinUI-react/issues/562)) ([66df49f](https://www.github.com/iTwin/iTwinUI-react/commit/66df49fec85ec13707cc73bb3fdf84ca3a4c7655))
|
|
276
|
-
- This will fix many clipping and positioning issues in tooltips and dropdowns, without the need for any workarounds.
|
|
277
|
-
- If a popover is nested within another popover which is already appended to document.body, then it should use `appendTo='parent'`.
|
|
278
|
-
* **Tree:** Add new Tree Component ([#468](https://www.github.com/iTwin/iTwinUI-react/issues/468)) ([1d5083c](https://www.github.com/iTwin/iTwinUI-react/commit/1d5083c612cd1f1b1cbec0e5ea82b8b573d72b86))
|
|
279
|
-
* **ComboBox:** Add new `itemRenderer` prop for customizing the look of menu items ([#547](https://www.github.com/iTwin/iTwinUI-react/issues/547)) ([d866d32](https://www.github.com/iTwin/iTwinUI-react/commit/d866d32a719dea6e359519ae40bc66dc7df209e1))
|
|
280
|
-
* **ExpandableBlock:** Add borderless variant via new `styleType` prop ([#557](https://www.github.com/iTwin/iTwinUI-react/issues/557)) ([9e8c8ab](https://www.github.com/iTwin/iTwinUI-react/commit/9e8c8ab76a7c6d24c51d5eea9e4424417c0e2fad))
|
|
281
|
-
* **Checkbox** and **Radio**: Render without `<label>` wrapper if `label` prop is not passed ([#556](https://www.github.com/iTwin/iTwinUI-react/issues/556)) ([a436cbf](https://www.github.com/iTwin/iTwinUI-react/commit/a436cbf333629b2603bf160f9a8ffe2592093805))
|
|
282
|
-
|
|
283
|
-
### Fixes
|
|
284
|
-
|
|
285
|
-
* **Menu:** Fix lost item focus in edge cases ([#563](https://www.github.com/iTwin/iTwinUI-react/issues/563)) ([3ccb5ed](https://www.github.com/iTwin/iTwinUI-react/commit/3ccb5ed98ac4f60479e0450abb31cbb659d902b9))
|
|
286
|
-
|
|
287
|
-
## [1.31.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.30.0...v1.31.0) (2022-02-15)
|
|
288
|
-
|
|
289
|
-
### What's new
|
|
290
|
-
|
|
291
|
-
* **Select:** Now uses an svg for the arrow to match ComboBox ([#540](https://www.github.com/iTwin/iTwinUI-react/issues/540)) ([c0ad092](https://www.github.com/iTwin/iTwinUI-react/commit/c0ad0921f859130f4cc866999ba2d31187b192ac))
|
|
292
|
-
|
|
293
|
-
### Fixes
|
|
294
|
-
|
|
295
|
-
* **ButtonGroup:** Fixed z-index handling through base CSS package.
|
|
296
|
-
* **Popover:** Fixed popover not hiding when target is scrolled off screen.
|
|
297
|
-
|
|
298
|
-
## [1.30.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.29.3...v1.30.0) (2022-02-08)
|
|
299
|
-
|
|
300
|
-
### What's new
|
|
301
|
-
|
|
302
|
-
* **ButtonGroup:** Add new `overflowPlacement` prop to allow placing `overflowButton` at start ([#527](https://www.github.com/iTwin/iTwinUI-react/issues/527)) ([442ba87](https://www.github.com/iTwin/iTwinUI-react/commit/442ba87f8ba45240f07e8cacd9463cd95e5ec1e7))
|
|
303
|
-
* **Table:** Added new `enableVirtualization` prop for row virtualization ([#236](https://www.github.com/iTwin/iTwinUI-react/issues/236)) ([178bb75](https://www.github.com/iTwin/iTwinUI-react/commit/178bb756bf14fd0f780433ca33ea2a151d4c1436))
|
|
304
|
-
|
|
305
|
-
### Fixes
|
|
306
|
-
|
|
307
|
-
* **Popover:** Prevent from adding 5px padding ([#534](https://www.github.com/iTwin/iTwinUI-react/issues/534)) ([fea4782](https://www.github.com/iTwin/iTwinUI-react/commit/fea47823ae730b3e9b2bab2e2ec75b1ba8101b27))
|
|
308
|
-
* **Slider:** Handle pointermove events only when thumb is active ([#528](https://www.github.com/iTwin/iTwinUI-react/issues/528)) ([e41b53b](https://www.github.com/iTwin/iTwinUI-react/commit/e41b53b7ccda245f298bb33c6984f2431d917932))
|
|
309
|
-
|
|
310
|
-
### [1.29.3](https://www.github.com/iTwin/iTwinUI-react/compare/v1.29.2...v1.29.3) (2022-01-26)
|
|
311
|
-
|
|
312
|
-
### Fixes
|
|
313
|
-
|
|
314
|
-
* **Radio:** Fix radio dot size ([#525](https://www.github.com/iTwin/iTwinUI-react/issues/525)) ([8d952b9](https://www.github.com/iTwin/iTwinUI-react/commit/8d952b91dc83d21881f7ecca323cab55f5403d90))
|
|
315
|
-
|
|
316
|
-
### [1.29.2](https://www.github.com/iTwin/iTwinUI-react/compare/v1.29.1...v1.29.2) (2022-01-24)
|
|
317
|
-
|
|
318
|
-
### Fixes
|
|
319
|
-
|
|
320
|
-
* **Button:** Fix event typings for inline handlers ([#519](https://www.github.com/iTwin/iTwinUI-react/issues/519)) ([c72f5fd](https://www.github.com/iTwin/iTwinUI-react/commit/c72f5fdae00f61d38295f30111f36c403590ebfe))
|
|
321
|
-
* **Modal:** Dont use `stopPropagation` for closing on backdrop click ([#518](https://www.github.com/iTwin/iTwinUI-react/issues/518)) ([83a2400](https://www.github.com/iTwin/iTwinUI-react/commit/83a240046f4f04cc625fa8e53fe62d83a7af4c8b))
|
|
322
|
-
|
|
323
|
-
### [1.29.1](https://www.github.com/iTwin/iTwinUI-react/compare/v1.29.0...v1.29.1) (2022-01-19)
|
|
324
|
-
|
|
325
|
-
### Fixes
|
|
326
|
-
|
|
327
|
-
* **Button:** Improve polymorphic handling ([#512](https://www.github.com/iTwin/iTwinUI-react/issues/512)) ([6827264](https://www.github.com/iTwin/iTwinUI-react/commit/6827264397b3be5edde70426e43419a8ff161894))
|
|
328
|
-
|
|
329
|
-
## [1.29.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.28.0...v1.29.0) (2022-01-11)
|
|
330
|
-
|
|
331
|
-
### What's new
|
|
332
|
-
|
|
333
|
-
* **Button:** Allow rendering as anchor element using `as` prop ([#409](https://www.github.com/iTwin/iTwinUI-react/issues/409)) ([9dfcef7](https://www.github.com/iTwin/iTwinUI-react/commit/9dfcef7ba1c2dc2a43b49fc8e40ef2dcbd89bd0b))
|
|
334
|
-
* **Anchor:** Add new anchor component ([#501](https://www.github.com/iTwin/iTwinUI-react/issues/501)) ([684c18b](https://www.github.com/iTwin/iTwinUI-react/commit/684c18b313a3a7485a766b784d28a482e38e1a3d))
|
|
335
|
-
* **useTheme:** Add event listener to respond to theme changes ([#491](https://www.github.com/iTwin/iTwinUI-react/issues/491)) ([b940ef0](https://www.github.com/iTwin/iTwinUI-react/commit/b940ef0eccc762e07c76bb46beb4a7e8de793d11))
|
|
336
|
-
|
|
337
|
-
## [1.28.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.27.0...v1.28.0) (2021-12-21)
|
|
338
|
-
|
|
339
|
-
### What's new
|
|
340
|
-
|
|
341
|
-
* **ButtonGroup:** Add support for input+button combo ([#492](https://www.github.com/iTwin/iTwinUI-react/issues/492), [#481](https://github.com/iTwin/iTwinUI-react/pull/481)) ([b8b15fd](https://www.github.com/iTwin/iTwinUI-react/commit/b8b15fd4a6f67fac03063a6fdeec1ea6216899c4))
|
|
342
|
-
* **Table:** Added zebra stripes to rows ([#478](https://www.github.com/iTwin/iTwinUI-react/issues/478)) ([76d3eda](https://www.github.com/iTwin/iTwinUI-react/commit/76d3eda5d14aab2b02187c58fab70e93878c73cc))
|
|
343
|
-
* **Table:** Proper support for horizontal scroll ([#495](https://www.github.com/iTwin/iTwinUI-react/issues/495)) ([079c2c0](https://www.github.com/iTwin/iTwinUI-react/commit/079c2c020be46f14ff41d407e81eee1487adfcab))
|
|
344
|
-
|
|
345
|
-
### Fixes
|
|
346
|
-
|
|
347
|
-
* **Table:** Prevents from triggering sort when filtering ([#487](https://www.github.com/iTwin/iTwinUI-react/issues/487)) ([d1e6165](https://www.github.com/iTwin/iTwinUI-react/commit/d1e61655bddffc37fa3f91b95766145f18392844))
|
|
348
|
-
|
|
349
|
-
## [1.27.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.26.1...v1.27.0) (2021-12-14)
|
|
350
|
-
|
|
351
|
-
### What's new
|
|
352
|
-
|
|
353
|
-
* **Checkbox:** Add visibility (eyeball) checkbox using `variant` prop ([#470](https://www.github.com/iTwin/iTwinUI-react/issues/470)) ([cda4416](https://www.github.com/iTwin/iTwinUI-react/commit/cda44162a5b40686228c542ab0251b6861dd8359))
|
|
354
|
-
* **ComboBox:** Add `status` prop ([#473](https://www.github.com/iTwin/iTwinUI-react/issues/473)) ([8f5f098](https://www.github.com/iTwin/iTwinUI-react/commit/8f5f09804a541cab8c2add6417e57b9693e69714))
|
|
355
|
-
* **Table:** Add `rowsPerPageLabel` to paginator localization ([#427](https://www.github.com/iTwin/iTwinUI-react/issues/427)) ([52d5c86](https://www.github.com/iTwin/iTwinUI-react/commit/52d5c86efc569238221a7e39cad2d17636c7f9b8))
|
|
356
|
-
* **Table:** Added column resizing using `isResizable` prop ([#448](https://www.github.com/iTwin/iTwinUI-react/issues/448)) ([4c25fe1](https://www.github.com/iTwin/iTwinUI-react/commit/4c25fe1ec5de8f2f6bf771c4adf11bc6ad5e0dd2))
|
|
357
|
-
* **Tabs:** Add `wrapperClassName` prop ([#451](https://www.github.com/iTwin/iTwinUI-react/issues/451)) ([574480a](https://www.github.com/iTwin/iTwinUI-react/commit/574480a8cd7cc92b95a79d2d53ddae0b39d6c5f5))
|
|
358
|
-
|
|
359
|
-
### Fixes
|
|
360
|
-
|
|
361
|
-
* **ErrorPage:** Add `className` and `style` props ([#479](https://www.github.com/iTwin/iTwinUI-react/issues/479)) ([74f9060](https://www.github.com/iTwin/iTwinUI-react/commit/74f906058b12adb85f2653a0b4e7a1d808df1ef5))
|
|
362
|
-
* **ModalButtonBar:** Add `className` and `style` props ([#474](https://www.github.com/iTwin/iTwinUI-react/issues/474)) ([2228cc7](https://www.github.com/iTwin/iTwinUI-react/commit/2228cc7ad56c5f1a104abb93b33107af30de62c9))
|
|
363
|
-
|
|
364
|
-
### [1.26.1](https://www.github.com/iTwin/iTwinUI-react/compare/v1.26.0...v1.26.1) (2021-12-03)
|
|
365
|
-
|
|
366
|
-
### Fixes
|
|
367
|
-
|
|
368
|
-
* **MiddleTextTruncation:** Fix resizing by adding flex grow ([#455](https://www.github.com/iTwin/iTwinUI-react/issues/455)) ([17cd7fb](https://www.github.com/iTwin/iTwinUI-react/commit/17cd7fbbef9f5c35a121d664922fb1a5706be037))
|
|
369
|
-
|
|
370
|
-
## [1.26.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.25.0...v1.26.0) (2021-11-30)
|
|
371
|
-
|
|
372
|
-
### What's new
|
|
373
|
-
|
|
374
|
-
* **InformationPanel:** Add `InformationPanelContent` for inner rows ([#433](https://www.github.com/iTwin/iTwinUI-react/issues/433)) ([a706bcb](https://www.github.com/iTwin/iTwinUI-react/commit/a706bcb04f9af512131d9ed08fef1529314d2bb1))
|
|
375
|
-
* **MiddleTextTruncation:** Utility to truncate text with ellipsis in the middle ([#330](https://www.github.com/iTwin/iTwinUI-react/issues/330)) ([371b56f](https://www.github.com/iTwin/iTwinUI-react/commit/371b56fa9150fdd110c92d05b3944f376d37441c))
|
|
376
|
-
|
|
377
|
-
### Fixes
|
|
378
|
-
|
|
379
|
-
* **DatePicker:** Make date arg required in `onChange` ([#437](https://www.github.com/iTwin/iTwinUI-react/issues/437)) ([ee79248](https://www.github.com/iTwin/iTwinUI-react/commit/ee792488a10e43a9b0f8ea6d77c30ef1897eb86c))
|
|
380
|
-
* **Table:** Don't show paginator when there is only one page ([#441](https://www.github.com/iTwin/iTwinUI-react/issues/441)) ([e40cbc8](https://www.github.com/iTwin/iTwinUI-react/commit/e40cbc81929da14ea2754e5d847c0efe8af70203))
|
|
381
|
-
|
|
382
|
-
## [1.25.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.24.0...v1.25.0) (2021-11-16)
|
|
383
|
-
|
|
384
|
-
### What's new
|
|
385
|
-
|
|
386
|
-
* **Label:** Add new standalone `Label` component ([#431](https://www.github.com/iTwin/iTwinUI-react/issues/431)) ([8e40b69](https://www.github.com/iTwin/iTwinUI-react/commit/8e40b69d2b5e9272c01e528cdfd75060357069a8))
|
|
387
|
-
|
|
388
|
-
### Fixes
|
|
389
|
-
|
|
390
|
-
* **ColorPicker:** Upgrade color conversion to remove rounding issues ([#425](https://www.github.com/iTwin/iTwinUI-react/issues/425)) ([1ce4905](https://www.github.com/iTwin/iTwinUI-react/commit/1ce4905219325080b5a6a4e5de200101d5b0860e))
|
|
391
|
-
* **Table:** Fixed pagniator to handle a large number of items ([#428](https://www.github.com/iTwin/iTwinUI-react/issues/428)) ([1d947fc](https://www.github.com/iTwin/iTwinUI-react/commit/1d947fc3f55091b9b6da1ed7e7fa167b931cb8a0))
|
|
392
|
-
|
|
393
|
-
## [1.24.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.23.2...v1.24.0) (2021-11-09)
|
|
394
|
-
|
|
395
|
-
### What's new
|
|
396
|
-
|
|
397
|
-
* **ColorPicker:** Add `showAlpha` prop to show opacity slider and input ([#408](https://www.github.com/iTwin/iTwinUI-react/issues/408)) ([a2a7528](https://www.github.com/iTwin/iTwinUI-react/commit/a2a75283f20d2fad937361779cbe04dc99d0cc74))
|
|
398
|
-
|
|
399
|
-
### [1.23.2](https://www.github.com/iTwin/iTwinUI-react/compare/v1.23.1...v1.23.2) (2021-11-04)
|
|
400
|
-
|
|
401
|
-
### Fixes
|
|
402
|
-
|
|
403
|
-
* **Header:** Fixed hover effects on header logo. ([#413](https://www.github.com/iTwin/iTwinUI-react/issues/413)) ([a360a8e](https://www.github.com/iTwin/iTwinUI-react/commit/a360a8e5db6c98017d151d7f7e6d4e3ba768eb04))
|
|
404
|
-
|
|
405
|
-
### [1.23.1](https://www.github.com/iTwin/iTwinUI-react/compare/v1.23.0...v1.23.1) (2021-11-02)
|
|
406
|
-
|
|
407
|
-
### Fixes
|
|
408
|
-
|
|
409
|
-
* **Select:** Set max-width to 2x min-width ([#407](https://www.github.com/iTwin/iTwinUI-react/issues/407)) ([b863b1d](https://www.github.com/iTwin/iTwinUI-react/commit/b863b1d8917be9b64954bce03d75f60eb5f80d7a))
|
|
410
|
-
* **SideNavigation:** Add `isSubmenuOpen` prop to `SidenavButton`. ([#388](https://www.github.com/iTwin/iTwinUI-react/issues/388)) ([d9b8a34](https://www.github.com/iTwin/iTwinUI-react/commit/d9b8a34f35c17507c9a9e38fa0543aab43038e0a))
|
|
411
|
-
* This prop allows for proper styling when submenu is open but page is not active.
|
|
412
|
-
|
|
413
|
-
## [1.23.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.22.0...v1.23.0) (2021-10-26)
|
|
414
|
-
|
|
415
|
-
### What's new
|
|
416
|
-
|
|
417
|
-
* **ColorPicker:** Add new `ColorPicker` component ([#346](https://www.github.com/iTwin/iTwinUI-react/issues/346)) ([5a82af9](https://www.github.com/iTwin/iTwinUI-react/commit/5a82af9e5ff76b77d3681a496e3af4da7928d890))
|
|
418
|
-
* Add new subcomponents: `ColorBuilder`, `ColorInputPanel`, and `ColorPalette`
|
|
419
|
-
|
|
420
|
-
## [1.22.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.21.1...v1.22.0) (2021-10-19)
|
|
421
|
-
|
|
422
|
-
### What's new
|
|
423
|
-
|
|
424
|
-
* **InformationPanel:** Add new `InformationPanel` component ([#364](https://www.github.com/iTwin/iTwinUI-react/issues/364)) ([95c6483](https://www.github.com/iTwin/iTwinUI-react/commit/95c648353dc1053c740a5cbc2a5c5df38cec266b))
|
|
425
|
-
* **Alert:** Add new `clickableTextProps` prop ([#357](https://www.github.com/iTwin/iTwinUI-react/issues/357)) ([a5b7ec2](https://www.github.com/iTwin/iTwinUI-react/commit/a5b7ec25aacb5490a01b971ae22a77fe9c174013))
|
|
426
|
-
* **ExpandableBlock:** Add small size ([#372](https://www.github.com/iTwin/iTwinUI-react/issues/372)) ([08f7df8](https://www.github.com/iTwin/iTwinUI-react/commit/08f7df87029d1c1cf5009dc122248da91a7ec076))
|
|
427
|
-
* **Menu:** Added `MenuExtraContent` component ([#375](https://www.github.com/iTwin/iTwinUI-react/issues/375)) ([382fdb5](https://www.github.com/iTwin/iTwinUI-react/commit/382fdb54e906a247c2f3a82b25c624c460f8b3d2))
|
|
428
|
-
* **RadioTileGroup:** Add `status`, `message` and `svgIcon` props ([#355](https://www.github.com/iTwin/iTwinUI-react/issues/355)) ([7a65110](https://www.github.com/iTwin/iTwinUI-react/commit/7a65110479f8422603b438065a18fcd2b19db147))
|
|
429
|
-
* **SideNavigation:** Add new `submenu` prop and `SidenavSubmenu` component ([#376](https://www.github.com/iTwin/iTwinUI-react/issues/376)) ([1c8e0c5](https://www.github.com/iTwin/iTwinUI-react/commit/1c8e0c5500452f5d4368e73c952b99fd51bad262))
|
|
430
|
-
* **Table:** Added pagination support ([#351](https://www.github.com/iTwin/iTwinUI-react/issues/351)) ([6d7eb8f](https://www.github.com/iTwin/iTwinUI-react/commit/6d7eb8fa52a38d87ffbaed19bdf344c1e2d905b1))
|
|
431
|
-
* **Toaster:** Return `close` function for individual toasts ([#370](https://www.github.com/iTwin/iTwinUI-react/issues/370)) ([905e56b](https://www.github.com/iTwin/iTwinUI-react/commit/905e56b8051e33b5a6e394b248a2e77ea08798ce))
|
|
432
|
-
|
|
433
|
-
### Fixes
|
|
434
|
-
|
|
435
|
-
* **ComboBox:** `onChange` no longer gets called on mount ([#373](https://www.github.com/iTwin/iTwinUI-react/issues/373)) ([db5406a](https://www.github.com/iTwin/iTwinUI-react/commit/db5406a4c3a43aeb09f2dadc932379f7dd1a564f))
|
|
436
|
-
* **ComboBox:** Reset filteredOptions if options are updated ([#381](https://www.github.com/iTwin/iTwinUI-react/issues/381)) ([7bda333](https://www.github.com/iTwin/iTwinUI-react/commit/7bda3336cd3fff98f7de7ad404d1829dc12aae6b))
|
|
437
|
-
|
|
438
|
-
### [1.21.1](https://www.github.com/iTwin/iTwinUI-react/compare/v1.21.0...v1.21.1) (2021-10-07)
|
|
439
|
-
|
|
440
|
-
### Fixes
|
|
441
|
-
|
|
442
|
-
* **RadioTilesGroup:** Fixed z-index issue and added wrap ([#359](https://www.github.com/iTwin/iTwinUI-react/issues/359)) ([3461b0f](https://www.github.com/iTwin/iTwinUI-react/commit/3461b0f4ad33ac545208029fcf26613ca8f9823c))
|
|
443
|
-
|
|
444
|
-
## [1.21.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.20.0...v1.21.0) (2021-10-05)
|
|
445
|
-
|
|
446
|
-
### What's new
|
|
447
|
-
|
|
448
|
-
* **ComboBox:** Add new `ComboBox` component with list autocomplete (list is filtered when typing in input) ([#338](https://www.github.com/iTwin/iTwinUI-react/issues/338)) ([92ac59e](https://www.github.com/iTwin/iTwinUI-react/commit/92ac59e01614bb658783d8a49aa7558f6bf61938))
|
|
449
|
-
* **Tile:** Make `thumbnail` prop optional ([#354](https://www.github.com/iTwin/iTwinUI-react/issues/354)) ([b5a5a4e](https://www.github.com/iTwin/iTwinUI-react/commit/b5a5a4ed295ffd373180b84635ed198966f3a993))
|
|
450
|
-
|
|
451
|
-
## [1.20.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.19.0...v1.20.0) (2021-09-28)
|
|
452
|
-
|
|
453
|
-
### What's new
|
|
454
|
-
|
|
455
|
-
* **Menu:** Added `MenuDivider` component. ([#323](https://www.github.com/iTwin/iTwinUI-react/issues/323)) ([91fdafb](https://www.github.com/iTwin/iTwinUI-react/commit/91fdafb8150842afdb87c9c0ced936791b57a9a4))
|
|
456
|
-
* **Table:** Added a flag `selectRowOnClick`. ([#337](https://www.github.com/iTwin/iTwinUI-react/issues/337)) ([20cba1d](https://www.github.com/iTwin/iTwinUI-react/commit/20cba1d847cb140466aea77a8958bb638662926b))
|
|
457
|
-
|
|
458
|
-
## [1.19.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.18.0...v1.19.0) (2021-09-21)
|
|
459
|
-
|
|
460
|
-
### What's new
|
|
461
|
-
|
|
462
|
-
* **LabeledInput** and **LabeledTextarea**: Add new `iconDisplayStyle` prop to allow hybrid layouts. ([#309](https://www.github.com/iTwin/iTwinUI-react/issues/309)) ([45b82c2](https://www.github.com/iTwin/iTwinUI-react/commit/45b82c2232c09c4b54b2db14eb53bb3be3bd276a))
|
|
463
|
-
* **Toasts**: Add new `animateOutTo` prop for improved exit animation. ([#316](https://www.github.com/iTwin/iTwinUI-react/issues/316)) ([886efff](https://www.github.com/iTwin/iTwinUI-react/commit/886efff098d0cee98d0bcd9bd096c20f8f51d931))
|
|
464
|
-
|
|
465
|
-
## [1.18.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.17.0...v1.18.0) (2021-09-13)
|
|
466
|
-
|
|
467
|
-
### What's new
|
|
468
|
-
|
|
469
|
-
* **ExpandableBlock:** Add new `status` and `endIcon` props ([#303](https://www.github.com/iTwin/iTwinUI-react/issues/303)) ([3285db2](https://www.github.com/iTwin/iTwinUI-react/commit/3285db20efd9bda9d7b86ff3dbaea15759bc65f6))
|
|
470
|
-
* **Table:** Editable cell. Pass `EditableCell` component to column `cellRenderer` property. ([#307](https://www.github.com/iTwin/iTwinUI-react/issues/307)) ([0457702](https://www.github.com/iTwin/iTwinUI-react/commit/0457702e476a0770f9e114e60b024df3c1092342))
|
|
471
|
-
|
|
472
|
-
### Fixes
|
|
473
|
-
|
|
474
|
-
* **Tooltip:** Fixed `Tooltip` content clipping when it is next to the viewport edge ([#314](https://www.github.com/iTwin/iTwinUI-react/issues/314)) ([5661310](https://www.github.com/iTwin/iTwinUI-react/commit/56613109ae483b1f610ddfb75c9e062072247c8b))
|
|
475
|
-
|
|
476
|
-
## [1.17.0](https://www.github.com/iTwin/iTwinUI-react/compare/v1.16.2...v1.17.0) (2021-08-31)
|
|
477
|
-
|
|
478
|
-
### What's new
|
|
479
|
-
|
|
480
|
-
* **Toaster:** Add settings to customize placement and order ([#276](https://www.github.com/iTwin/iTwinUI-react/issues/276)) ([5101330](https://www.github.com/iTwin/iTwinUI-react/commit/510133015231876c2dc05421bd52b7deaacb6877))
|
|
481
|
-
* **Modal:** Focus is now trapped inside modal ([#282](https://www.github.com/iTwin/iTwinUI-react/issues/282)) ([95ea900](https://www.github.com/iTwin/iTwinUI-react/commit/95ea900adfb1bb626597ddcfbcc395f5412a60a4))
|
|
482
|
-
* **Wizard:** Improve accessibility and forward ref ([#290](https://www.github.com/iTwin/iTwinUI-react/issues/290)) ([69cfa62](https://www.github.com/iTwin/iTwinUI-react/commit/69cfa62aafdf9ddfa1658c1fa50556364db8eec6))
|
|
483
|
-
|
|
484
|
-
### Fixes
|
|
485
|
-
|
|
486
|
-
* `svgIcon` prop can now override status icon in all input groups and labeled inputs ([#295](https://www.github.com/iTwin/iTwinUI-react/issues/295)) ([4eac51e](https://www.github.com/iTwin/iTwinUI-react/commit/4eac51e41d300b42f8f74d1f218acba1e607039e))
|
|
487
|
-
* **DropdownButton:** Forward ref to allow popovers ([#297](https://www.github.com/iTwin/iTwinUI-react/issues/297)) ([d4aa6a3](https://www.github.com/iTwin/iTwinUI-react/commit/d4aa6a3dcaf0f3896fa0e77c63af2da343f20542))
|
|
488
|
-
* **HeaderButton:** Removed native `name` prop to allow ReactNode ([#301](https://www.github.com/iTwin/iTwinUI-react/issues/301)) ([4001d6d](https://www.github.com/iTwin/iTwinUI-react/commit/4001d6da33e26b4ebf5403e1121edf72abc26c7c))
|
|
489
|
-
|
|
490
|
-
### [1.16.2](https://www.github.com/iTwin/iTwinUI-react/compare/v1.16.1...v1.16.2) (2021-08-25)
|
|
491
|
-
|
|
492
|
-
### Fixes
|
|
493
|
-
|
|
494
|
-
* **Table:** Fixed failing user tests by copying filter functions from `react-table` ([#292](https://www.github.com/iTwin/iTwinUI-react/issues/292)) ([53ace9e](https://www.github.com/iTwin/iTwinUI-react/commit/53ace9e0c1beacd4dfc0deb151f93a0bd4f659a3))
|
|
495
|
-
|
|
496
|
-
### [1.16.1](https://www.github.com/iTwin/iTwinUI-react/compare/v1.16.0...v1.16.1) (2021-08-24)
|
|
497
|
-
|
|
498
|
-
### Fixes
|
|
499
|
-
|
|
500
|
-
* **Fixed a bug in `VerticalTabs` where it was not rendered correctly.** ([#283](https://www.github.com/iTwin/iTwinUI-react/issues/283)) ([325d51d](https://www.github.com/iTwin/iTwinUI-react/commit/325d51d09101d7c7091009eda4be381d76d24fe8))
|
|
501
|
-
|
|
502
|
-
## [1.16.0] (2021-08-24)
|
|
503
|
-
|
|
504
|
-
### What's new
|
|
505
|
-
|
|
506
|
-
- **Added sub-rows support to `Table`.** Use the `subRows` field in your `data` entries.
|
|
507
|
-
- **Added responsive overflow handling to `ButtonGroup`** through `overflowButton` prop.
|
|
508
|
-
- **Added new animation style to `ExpandableBlock`.**
|
|
509
|
-
- **Added ability to pass native HTML attributes in `Select`** and arbitrary props in `SelectOption`.
|
|
510
|
-
- **Added new `VerticalTabs` component**, similar to `HorizontalTabs`.
|
|
511
|
-
- Renamed `HorizontalTab` component to `Tab`, for use in both `HorizontalTabs` and `VerticalTabs`.
|
|
512
|
-
|
|
513
|
-
### Fixes
|
|
514
|
-
|
|
515
|
-
- **Fixed workflow `Wizard` styling and behavior** to ignore current and clickable steps.
|
|
516
|
-
- **Fixed a bug in `HeaderButton`** where `menuItems` would throw error when `undefined`.
|
|
517
|
-
|
|
518
|
-
## [1.15.0] (2021-08-17)
|
|
519
|
-
|
|
520
|
-
### What's new
|
|
521
|
-
|
|
522
|
-
- **Updated `Badge` styling** and added preset colors to `backgroundColor` prop.
|
|
523
|
-
- **Added new polymorphic `Text` component.**
|
|
524
|
-
- **Added new `Fieldset` component** for grouping inputs.
|
|
525
|
-
- **Added new `density` prop to `Table`** to reduce row height for a condensed or extra-condensed table.
|
|
526
|
-
- **Added split variant to `HeaderButton`.** Used when both `onClick` and `menuItems` props are specified.
|
|
527
|
-
|
|
528
|
-
### Fixes
|
|
529
|
-
|
|
530
|
-
- **Fixed a `Table` bug where filter icon is hidden when `manualFilters` is on and no data is returned after filtering.**
|
|
531
|
-
|
|
532
|
-
### [1.14.1] (2021-08-05)
|
|
533
|
-
|
|
534
|
-
### Fixes
|
|
535
|
-
|
|
536
|
-
- **Fixed a bug where Arrow keydown on `Slider` propagated to parent container's scrollbars.**
|
|
537
|
-
|
|
538
|
-
## [1.14.0] (2021-08-03)
|
|
539
|
-
|
|
540
|
-
### What's new
|
|
541
|
-
|
|
542
|
-
- **`Table` can now accept custom row props** through `rowProps` prop.
|
|
543
|
-
|
|
544
|
-
### Fixes
|
|
545
|
-
|
|
546
|
-
- **Fixed a bug in `Slider` where thumb focus was lost on keyboard navigation.**
|
|
547
|
-
- **Fixed `UserIconGroup` prop type for `countIconProps`** to support refs.
|
|
25
|
+
We have taken this opportunity to deprecate a few more things while not removing them just yet, to minimize the number of breaking changes.
|
|
548
26
|
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
## [1.13.0] (2021-07-29)
|
|
27
|
+
* **Avatar, AvatarGroup:** Deprecate `UserIcon`/`UserIconGroup`, replace with `Avatar`/`AvatarGroup` ([#902](https://www.github.com/iTwin/iTwinUI-react/issues/902)) ([4001bd1](https://www.github.com/iTwin/iTwinUI-react/commit/4001bd12aa9021fdcbb3e49c271eec10ec853a83))
|
|
28
|
+
- Also deprecated `userIcon` prop in `Header`.
|
|
29
|
+
* **Tabs:** Deprecate `HorizontalTabs`, `VerticalTabs` to use `Tabs` ([#908](https://www.github.com/iTwin/iTwinUI-react/issues/908)) ([f7e205e](https://www.github.com/iTwin/iTwinUI-react/commit/f7e205e9679169701bc52942ee7adf53679b8336))
|
|
30
|
+
* **Typography:** Deprecate Headline, Leading, Small, Subheading, Title, Body. Replaced with `Text`. ([#914](https://www.github.com/iTwin/iTwinUI-react/issues/914)) ([30d6c02](https://www.github.com/iTwin/iTwinUI-react/commit/30d6c026a3a8e058418d25d382d030d68cbf20ff))
|
|
31
|
+
* **Wizard:** Deprecate `Wizard` to use `Stepper`/`WorkflowDiagram` ([#905](https://www.github.com/iTwin/iTwinUI-react/issues/905)) ([8d16db3](https://www.github.com/iTwin/iTwinUI-react/commit/8d16db3350b60c548a7389d4a9ea0b95b3f9d6bd))
|
|
32
|
+
* **ErrorPage:** Deprecate `ErrorPage` and add `NonIdealState` for lower bundle size and inversion of control. ([#924](https://www.github.com/iTwin/iTwinUI-react/issues/924)) ([88cafdb](https://www.github.com/iTwin/iTwinUI-react/commit/88cafdbcf2dd9af3ef9605fa676d2775ed59d7cb))
|
|
557
33
|
|
|
558
34
|
### What's new
|
|
559
35
|
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
- **Fix `Slider` bug where onChange was not always called after pointerUp.**
|
|
567
|
-
|
|
568
|
-
## [1.12.0] (2021-07-20)
|
|
569
|
-
|
|
570
|
-
### What's new
|
|
571
|
-
|
|
572
|
-
- **Changed default body background color** through CSS package.
|
|
573
|
-
- **Added new `Slider` component** - supports single/multiple/custom thumbs, ticks and tooltips.
|
|
574
|
-
- **Added new `UserIconGroup` component** - stacked/non-stacked, animated lists with custom count icon behavior.
|
|
575
|
-
- **Added new `sublabel` and `size` props to `MenuItem` and `SelectOption`.**
|
|
576
|
-
- **Added sublabel and icon support to `HorizontalTabs` component.** Pass new `HorizontalTab` component to `labels` prop.
|
|
577
|
-
- **Added keyboard navigation to `HorizontalTabs`,** with auto/manual tab selection using `focusActivationMode`.
|
|
578
|
-
|
|
579
|
-
### Fixes
|
|
580
|
-
|
|
581
|
-
- **Fixed `Table` overflow when selection is enabled and min width is set for columns.**
|
|
582
|
-
|
|
583
|
-
## [1.11.0] (2021-07-08)
|
|
584
|
-
|
|
585
|
-
### What's new
|
|
586
|
-
|
|
587
|
-
- **Improved row selection in `Table`.** Clicking on rows will now select them and fire the `onRowClick` callback.
|
|
588
|
-
- **Allowing to disable specific rows in `Table`.** Provide `isRowDisabled` prop.
|
|
589
|
-
|
|
590
|
-
## [1.10.0] (2021-07-01)
|
|
591
|
-
|
|
592
|
-
### What's new
|
|
593
|
-
|
|
594
|
-
- **Added expanding functionality for `Table`.** Provide `subComponent` prop.
|
|
595
|
-
- **Added ability to control opening `Select` menu.** Provide `visible` in `popoverProps` prop.
|
|
596
|
-
- **Updated styling for `HorizontalTabs`** through base CSS package.
|
|
597
|
-
- **Improved `Table` documentation.**
|
|
598
|
-
|
|
599
|
-
## [1.9.0] (2021-06-21)
|
|
600
|
-
|
|
601
|
-
### What's new
|
|
602
|
-
|
|
603
|
-
- **Added `acceptType` prop to `FileUploadTemplate`.**
|
|
604
|
-
- **Added 'warning' category to `Toast`.** Use `toaster.warning()`.
|
|
605
|
-
|
|
606
|
-
### Fixes
|
|
607
|
-
|
|
608
|
-
- **Added missing `id` prop in some components.**
|
|
609
|
-
|
|
610
|
-
### [1.8.1] (2021-06-17)
|
|
611
|
-
|
|
612
|
-
### Fixes
|
|
613
|
-
|
|
614
|
-
- **Fixed a bug when `Table` sorting or filtering triggered `onSelect`.**
|
|
615
|
-
|
|
616
|
-
## [1.8.0] (2021-06-15)
|
|
617
|
-
|
|
618
|
-
### What's new
|
|
619
|
-
|
|
620
|
-
- **Added `size` prop to `Input` and `Select` components.** Supports small and large sizes.
|
|
621
|
-
- **Updated `Table` styles** through base CSS package.
|
|
622
|
-
|
|
623
|
-
### Fixes
|
|
624
|
-
|
|
625
|
-
- **Fixed `ProgressRadial` not using `className` prop correctly.**
|
|
626
|
-
|
|
627
|
-
### [1.7.2] (2021-06-09)
|
|
628
|
-
|
|
629
|
-
### Fixes
|
|
630
|
-
|
|
631
|
-
- **Fixed `DropdownMenu` not closing when tabbing out.**
|
|
632
|
-
- Also fixed in derived components: `DropdownButton`, `SplitButton`, and `Select`.
|
|
633
|
-
|
|
634
|
-
### [1.7.1] (2021-06-08)
|
|
635
|
-
|
|
636
|
-
### Fixes
|
|
637
|
-
|
|
638
|
-
- **Replaced all `document` and `window` with get functions to support SSR.**
|
|
639
|
-
|
|
640
|
-
## [1.7.0] (2021-06-07)
|
|
641
|
-
|
|
642
|
-
### What's new
|
|
643
|
-
|
|
644
|
-
- **Added `TimePicker` component** for standalone use or within `DatePicker` (through `showTime` prop).
|
|
645
|
-
- **Improved popup window support** by removing `document` references in `Popover` and adding `ownerDocument` prop to `Modal`.
|
|
646
|
-
|
|
647
|
-
### Fixes
|
|
648
|
-
|
|
649
|
-
- **Fixed `ownerDocument` in `useTheme` breaking SSR build.**
|
|
650
|
-
- **Fixed when `Table` columns change doesn't cause rows to re-render.**
|
|
651
|
-
- **Fixed `SidenavButton` styling issues** through base CSS package.
|
|
652
|
-
|
|
653
|
-
### [1.6.1] (2021-06-03)
|
|
654
|
-
|
|
655
|
-
### Fixes
|
|
656
|
-
|
|
657
|
-
- **Fixed `ExpandableBlock` breaking some components when used together**, through base CSS package.
|
|
36
|
+
* Allow scoped styles using `ThemeProvider` ([#825](https://github.com/iTwin/iTwinUI-react/pull/825))
|
|
37
|
+
* Add `exports` field to package.json. This improves compatibility with ESM environments like vitest. ([#845](https://www.github.com/iTwin/iTwinUI-react/issues/845)) ([f58ca09](https://www.github.com/iTwin/iTwinUI-react/commit/f58ca09ae2301a10bc1a3d242c6feddccffea209))
|
|
38
|
+
* Removed dependency on `@itwin/itwinui-icons`. The icons are now inlined. ([#917](https://www.github.com/iTwin/iTwinUI-react/issues/917)) ([a598632](https://www.github.com/iTwin/iTwinUI-react/commit/a5986322e46bd8146754ed963503fdafff5c2061))
|
|
39
|
+
* **Table:** Add row loading state ([#871](https://www.github.com/iTwin/iTwinUI-react/issues/871)) ([22ac046](https://www.github.com/iTwin/iTwinUI-react/commit/22ac04661baba29fbfda49f9c2cb49176b26d7cb))
|
|
40
|
+
* **Table:** Row selection count for paginator ([#837](https://www.github.com/iTwin/iTwinUI-react/issues/837)) ([e43148a](https://www.github.com/iTwin/iTwinUI-react/commit/e43148af9fc6250cf2470d258831a3ef8d33e582))
|
|
41
|
+
* **Tile:** Add status and loading state ([#872](https://www.github.com/iTwin/iTwinUI-react/issues/872)) ([2fcb41f](https://www.github.com/iTwin/iTwinUI-react/commit/2fcb41f5c41a8a32d32a3312edecf8e2b646033e))
|
|
658
42
|
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
### What's new
|
|
662
|
-
|
|
663
|
-
- **Added number range filter to `Table`.** Use `tableFilters.NumberRangeFilter`.
|
|
664
|
-
- **Updated `ThemeProvider` component and `useTheme` hook to allow specification of ownerDocument**. This provides support for theme in popup browser windows.
|
|
665
|
-
- **Added new sizes to `ProgressRadial`.** The `size` prop can now accept 'x-small' and 'large' as values.
|
|
666
|
-
|
|
667
|
-
### Fixes
|
|
668
|
-
|
|
669
|
-
- **Fixed `Modal` leaving behind inline styles on body when unmounted.**
|
|
670
|
-
- **Moved `Select` dropdown element inside the main select container.**
|
|
671
|
-
- **Fixed `Wizard` resizing and `UserIcon` size issues** through base CSS package.
|
|
672
|
-
|
|
673
|
-
## [1.5.0] (2021-05-20)
|
|
674
|
-
|
|
675
|
-
### What's new
|
|
676
|
-
|
|
677
|
-
- **Added new `Header` component,** with a condensed version available through `isSlim` prop.
|
|
678
|
-
- **Added new `HeaderLogo` component** for use with the Header `appLogo` prop.
|
|
679
|
-
- **Added new `HeaderBreadcrumbs` and `HeaderButton` component** for use with the Header `breadcrumbs` prop.
|
|
680
|
-
- **Added new `SideNavigation` component** and `SidenavButton` subcomponent.
|
|
681
|
-
- **Added date filter to `Table`.** Use `tableFilters.DateRangeFilter`.
|
|
682
|
-
|
|
683
|
-
### Fixes
|
|
684
|
-
|
|
685
|
-
- **Fixed `Table` bug where filter actions would also trigger sorting.**
|
|
686
|
-
|
|
687
|
-
### [1.4.1] (2021-05-17)
|
|
688
|
-
|
|
689
|
-
### Fixes
|
|
690
|
-
|
|
691
|
-
- **`toaster` now creates container element only when used.**
|
|
692
|
-
|
|
693
|
-
## [1.4.0] (2021-05-12)
|
|
694
|
-
|
|
695
|
-
### What's new
|
|
696
|
-
|
|
697
|
-
- **Added filtering to `Table`.** Use `Filter` and `filter` fields in columns. All filters can be found in `tableFilters` object.
|
|
698
|
-
|
|
699
|
-
## [1.3.0] (2021-05-11)
|
|
700
|
-
|
|
701
|
-
### What's new
|
|
702
|
-
|
|
703
|
-
- **Added new `FileUpload` component** with drag & drop functionality.
|
|
704
|
-
- **Added lazy loading to `Table`** with new `onBottomReached` and `onRowInViewport` props.
|
|
705
|
-
|
|
706
|
-
### Fixes
|
|
707
|
-
|
|
708
|
-
- **Fixed `Table` bug when change of `onSelection` handler would cause infinite rerendering loop.**
|
|
709
|
-
- **Bumped @itwin/itwinui-icons-react to 1.1.1** which fixes relative path exports.
|
|
710
|
-
|
|
711
|
-
## [1.2.0] (2021-04-29)
|
|
712
|
-
|
|
713
|
-
### What's new
|
|
714
|
-
|
|
715
|
-
- **Added optional tooltip for `Wizard` steps.** Provide `description` property to `steps` prop.
|
|
716
|
-
- **`DropdownMenu` has new `popoverProps`** for customizing popover behavior.
|
|
717
|
-
|
|
718
|
-
### Fixes
|
|
719
|
-
|
|
720
|
-
- **Fixed image sizing issues in `ErrorPage`**.
|
|
721
|
-
- **Fixed tooltip text blurring issues** through base CSS package.
|
|
722
|
-
|
|
723
|
-
## [1.1.0] (2021-04-21)
|
|
724
|
-
|
|
725
|
-
### What's new
|
|
726
|
-
|
|
727
|
-
- **`DropdownButton` now supports `styleType='borderless'`.**
|
|
728
|
-
- **`Tooltip` has a new uniform visual style** through base CSS package.
|
|
729
|
-
|
|
730
|
-
### Fixes
|
|
731
|
-
|
|
732
|
-
- **Fixed minor bugs in `Tile` and `Footer`** through base CSS package.
|
|
733
|
-
|
|
734
|
-
## 1.0.0 (2021-04-15)
|
|
735
|
-
|
|
736
|
-
### What's new
|
|
737
|
-
|
|
738
|
-
- **Replaced `Popover` with tippy.js library.**
|
|
739
|
-
- Components affected: `DropdownMenu`, `Select`, `DropdownButton`, `SplitButton`, `Tooltip`.
|
|
740
|
-
- These components now use `TippyProps` (e.g. `onShow`, `onHide`, `visible`, `placement`), replacing old props.
|
|
741
|
-
- **Added `getUserColor` function** that returns a data-visualization color for `UserIcon` background.
|
|
742
|
-
- **Updated React to v17.**
|
|
743
|
-
- **iTwinUI is now open source and public!** 🎉
|
|
744
|
-
|
|
745
|
-
### Fixes
|
|
746
|
-
|
|
747
|
-
- **Fixed several icon issues.**
|
|
748
|
-
|
|
749
|
-
### 0.6.2 (2021-04-12)
|
|
750
|
-
|
|
751
|
-
### What's new
|
|
752
|
-
|
|
753
|
-
- **`iui-body` class is added to body.** Global overrides were removed.
|
|
754
|
-
|
|
755
|
-
### 0.6.1 (2021-04-08)
|
|
756
|
-
|
|
757
|
-
### Fixes
|
|
758
|
-
|
|
759
|
-
- **`Footer` got back separators.**
|
|
760
|
-
|
|
761
|
-
## 0.6.0 (2021-04-05)
|
|
762
|
-
|
|
763
|
-
### What's new
|
|
764
|
-
|
|
765
|
-
- **`Button` has new `startIcon` and `endIcon` props**, and all button styling has been completely revamped.
|
|
766
|
-
- **`MenuItem` and `SelectOption` have a new `disabled` prop.**
|
|
767
|
-
- **`TagContainer` has new `overflow` and `background` props**, which offer scrolling capabilities and better visuals.
|
|
768
|
-
|
|
769
|
-
### Fixes
|
|
770
|
-
|
|
771
|
-
- **Icons are now imported directly to reduce bundle size for CommonJS.**
|
|
772
|
-
- **`Footer` no longer has `fixed` position** in base iTwinUI CSS, allowing for manually positioning it.
|
|
773
|
-
- **Some global style resets have been removed** in base iTwinUI CSS to prevent conflicts.
|
|
774
|
-
|
|
775
|
-
### 0.5.1 (2021-03-23)
|
|
776
|
-
|
|
777
|
-
### What's new
|
|
778
|
-
|
|
779
|
-
- **Added ability to pass down HTML `data-*` attributes for all components**. Any valid props not used by components will be passed down to root elements.
|
|
780
|
-
|
|
781
|
-
### Fixes
|
|
782
|
-
|
|
783
|
-
- **Fixed Tile menu option onClick not passing args.**
|
|
784
|
-
- **Fixed Storybook theming of IdeasButton and Footer in Docs tab.**
|
|
785
|
-
- **Fixed spacing in InputGroup** through base iTwinUI CSS package.
|
|
786
|
-
- **Fixed positioning of input elements** through base iTwinUI CSS package.
|
|
787
|
-
|
|
788
|
-
## 0.5.0 (2021-03-18)
|
|
789
|
-
|
|
790
|
-
### What's new
|
|
791
|
-
|
|
792
|
-
- **Added `Tile` component.**
|
|
793
|
-
- **Added column sort to `Table`.** Pass `isSortable={true}` to enable sort for a table. You can disable sort for individual columns by setting `disableSortBy: true` in a column definition.
|
|
794
|
-
- **Added support for `styleType='borderless'` to `IconButton`.**
|
|
795
|
-
- **Added `TagContainer` component.**
|
|
796
|
-
- **Added `variant='basic'` to `Tag`, for use with the new `TagContainer`.**
|
|
797
|
-
|
|
798
|
-
### Fixes
|
|
799
|
-
|
|
800
|
-
- **Fixed tooltip interactions with mouse.**
|
|
801
|
-
- **Fixed margin issues in various components** through base iTwinUI CSS package.
|
|
802
|
-
|
|
803
|
-
### 0.4.1 (2021-03-09)
|
|
804
|
-
|
|
805
|
-
### Fixes
|
|
806
|
-
|
|
807
|
-
- **Fixed `Popover` overriding child's onClick.**
|
|
808
|
-
|
|
809
|
-
## 0.4.0 (2021-03-02)
|
|
810
|
-
|
|
811
|
-
### What's new
|
|
812
|
-
|
|
813
|
-
- **`DropdownButton` component added.**
|
|
814
|
-
- **Added selection to `Table`.** Pass `isSelectable={true}` and `onSelect` to `Table`.
|
|
815
|
-
|
|
816
|
-
### Fixes
|
|
817
|
-
|
|
818
|
-
- **Fixed child `ref` not getting set in `Popover`.**
|
|
819
|
-
- **Fixed margins in various components** through base iTwinUI CSS package.
|
|
820
|
-
- **Removed duplicate `title` prop from some components.**
|
|
821
|
-
|
|
822
|
-
## 0.3.0 (2021-02-22)
|
|
823
|
-
|
|
824
|
-
### What's new
|
|
825
|
-
|
|
826
|
-
- **`Badge` component added.**
|
|
827
|
-
- **Overview page added to Storybook.**
|
|
828
|
-
|
|
829
|
-
### Fixes
|
|
830
|
-
|
|
831
|
-
- **`positioner` class renamed to `iui-positioner`**
|
|
832
|
-
- **React.FC removed, so children is required for some components.**
|
|
833
|
-
|
|
834
|
-
### 0.2.1 (2021-02-12)
|
|
835
|
-
|
|
836
|
-
### Fixes
|
|
837
|
-
|
|
838
|
-
- **Tooltips show properly when used in modals.**
|
|
839
|
-
- **Components do not blink on init, if OS theme is dark.**
|
|
840
|
-
|
|
841
|
-
## 0.2.0 (2021-02-11)
|
|
842
|
-
|
|
843
|
-
### What's new
|
|
844
|
-
|
|
845
|
-
- **`SplitButton` component added.**
|
|
846
|
-
- **Typography components added: `Blockquote`, inline `Code`, and `Kbd`.**
|
|
847
|
-
- **Updated CONTRIBUTING and STYLEGUIDE docs.**
|
|
848
|
-
- **Added copyright headers to all files.**
|
|
849
|
-
- **Adding `ThemeProvider` is not mandatory anymore.**
|
|
850
|
-
- **`useTheme()` hook can also be used as an alternative to `ThemeProvider` for theming.**
|
|
851
|
-
|
|
852
|
-
### Fixes
|
|
853
|
-
|
|
854
|
-
- **Components are themed in Storybook Docs tab.**
|
|
855
|
-
|
|
856
|
-
## 0.1.0 (2021-02-03)
|
|
857
|
-
|
|
858
|
-
## What has changed from the latest bwc-react package:
|
|
859
|
-
|
|
860
|
-
### Breaking changes
|
|
861
|
-
|
|
862
|
-
- **ThemeProvider component MUST be used inside your main app component as it provides global styles from iTwinUI.**
|
|
863
|
-
- **Refactored text elements.** Property `variant` was removed. Property `muted` renamed to `isMuted`.
|
|
864
|
-
- **Loader component removed.** Use ProgressIndicators instead.
|
|
865
|
-
- **Removed old Table component from core.**
|
|
866
|
-
- **Removed table components from innersource/Grid.**
|
|
867
|
-
- **HorizontalTabs `green` prop changed to `color`.** If you want green active tabs pass `color='green'` to HorizontalTabs props.
|
|
868
|
-
- **Spinner renamed to ProgressRadial. `internetExplorer` property is removed. `success` property replaced with `status`. Instead of `style` property, `size` property can be used to choose size.**
|
|
869
|
-
- **ProgressBar renamed to ProgressLinear. `labelLeft` and `labelRight` properties replaced with `labels`.**
|
|
870
|
-
- **Wizard component refactored and API changed.**
|
|
871
|
-
- **Removed exports of all svg icons.** Please use `@bentley/icons-generic-react` for your react svg component needs by manually depending on it.
|
|
872
|
-
- **Button component has new styleTypes: `cta`, `high-visibility` and `default`. `external` property was removed.**
|
|
873
|
-
- **IconButton was removed from innersource. Use one in the core now.**
|
|
874
|
-
- **IdeasButton was removed from innersource. Use one in the core now.**
|
|
875
|
-
- **MenuButton was removed from innersource.**
|
|
876
|
-
- **ButtonWithDropdown was removed from innersource.**
|
|
877
|
-
- **ButtonRow, Toolbar were removed from innersource. Use ButtonGroup from core.**
|
|
878
|
-
- **DatePicker was refactored. `dateFormat` and `disabled` properties were removed as now component renders only calendar. `setDate` was replaced with `onChange`.**
|
|
879
|
-
- **Input refactored. Removed `onEnter` property.**. Use `onKeyDown` to handle clicks if needed.
|
|
880
|
-
- **LabeledInput refactored. Removed `onEnter`, `onIconClick` properties.** Pass click handler together with `svgIcon` if needed.
|
|
881
|
-
- **Expandable block handles expansion itself.** You can still control it manually using `isExpanded` prop. If you were handling `onClick`, `onKeyDown` or `onKeyPress` events, now pass your callback function as `onToggle` prop.
|
|
882
|
-
- **Toaster refactored and API changed.** Prop `link` object property `url` changed to `onClick` and now accepts ONLY a function.
|
|
883
|
-
- **Tooltip prop `text` renamed to `content`. `children` has to be a valid JSX element.**
|
|
884
|
-
- **ToggleSwitch prop `on` removed. Control toggling through native input props (`checked`, `onchange`).**
|
|
885
|
-
- **Status renames: `success` -> `positive`, `error` -> `negative`, `info` -> `informational`.**
|
|
886
|
-
- **innersource folder removed.**
|
|
887
|
-
- **Modal API changes.** Modal does not handle buttons anymore, use `ModalButtonBar` with `core/Button` in the modal body instead. `onEnter` was removed, use `onKeyDown` instead. Props name changes: `dismissible` -> `isDismissible`, `closeHandle` -> `onClose`, `dismissOnOverlayPress` -> `closeOnExternalClick`, `dismissOnEscapeKey` -> `closeOnEsc`.
|
|
888
|
-
|
|
889
|
-
### What's new
|
|
43
|
+
If you're interested in more details about every signle change, check out a full diff in [`v1.48.1..v2.0.0`](https://www.github.com/iTwin/iTwinUI/compare/v1.48.1...v2.0.0).
|
|
890
44
|
|
|
891
|
-
|
|
892
|
-
- **HorizontalTabs has 2 more types: borderless and pill.** Pass `type='borderless'` or `type='pill'` to HorizontalTabs props.
|
|
893
|
-
- **Added error page component.**
|
|
894
|
-
- **Updated Radio component.**
|
|
895
|
-
- **Wizard component now has 2 new types: `long` and `workflow`.**
|
|
896
|
-
- **Updated Alert component with new props: `clickableText`, `onClick`, `onClose` and `isSticky`.**
|
|
897
|
-
- **Button component now has new `small` size.**
|
|
898
|
-
- **LabeledInput now has `inline` type.**
|
|
899
|
-
- **LabeledTextarea now has `inline` type and `svgIcon` property for custom icon.**
|
|
900
|
-
- **Updated Checkbox component.**
|
|
901
|
-
- **Use InputGroup component to group Checkbox or Radio components together.**
|
|
902
|
-
- **Toaster now exposes `onRemove` prop which is triggered after toast is being removed.**
|
|
903
|
-
- **Tooltip refactored. Now its visibility can be controlled by prop `isVisible`.**
|
|
904
|
-
- **ToggleSwitch refactored. Now it is using native input props. Label position can be controlled using `labelPosition` prop.**
|
|
905
|
-
- **New RadioTileGroup component added.**
|
|
906
|
-
- **New ThemeProvider component added.** It allows to switch between light and dark themes.
|
|
907
|
-
- **iTwinUI-React is generated to `CommonJS` and `ES` modules.** Usage of `ES` modules allows bundlers to tree-shake unused code resulting in smaller bundle sizes.
|
|
45
|
+
## 1.X
|
|
908
46
|
|
|
909
|
-
[1.
|
|
910
|
-
[1.15.0]: https://github.com/iTwin/iTwinUI-react/compare/v1.14.1...v1.15.0
|
|
911
|
-
[1.14.1]: https://github.com/iTwin/iTwinUI-react/compare/v1.14.0...v1.14.1
|
|
912
|
-
[1.14.0]: https://github.com/iTwin/iTwinUI-react/compare/v1.13.1...v1.14.0
|
|
913
|
-
[1.13.1]: https://github.com/iTwin/iTwinUI-react/compare/v1.13.0...v1.13.1
|
|
914
|
-
[1.13.0]: https://github.com/iTwin/iTwinUI-react/compare/v1.12.0...v1.13.0
|
|
915
|
-
[1.12.0]: https://github.com/iTwin/iTwinUI-react/compare/v1.11.0...v1.12.0
|
|
916
|
-
[1.11.0]: https://github.com/iTwin/iTwinUI-react/compare/v1.10.0...v1.11.0
|
|
917
|
-
[1.10.0]: https://github.com/iTwin/iTwinUI-react/compare/v1.9.0...v1.10.0
|
|
918
|
-
[1.9.0]: https://github.com/iTwin/iTwinUI-react/compare/v1.8.1...v1.9.0
|
|
919
|
-
[1.8.1]: https://github.com/iTwin/iTwinUI-react/compare/v1.8.0...v1.8.1
|
|
920
|
-
[1.8.0]: https://github.com/iTwin/iTwinUI-react/compare/v1.7.2...v1.8.0
|
|
921
|
-
[1.7.2]: https://github.com/iTwin/iTwinUI-react/compare/v1.7.1...v1.7.2
|
|
922
|
-
[1.7.1]: https://github.com/iTwin/iTwinUI-react/compare/v1.7.0...v1.7.1
|
|
923
|
-
[1.7.0]: https://github.com/iTwin/iTwinUI-react/compare/v1.6.1...v1.7.0
|
|
924
|
-
[1.6.1]: https://github.com/iTwin/iTwinUI-react/compare/v1.6.0...v1.6.1
|
|
925
|
-
[1.6.0]: https://github.com/iTwin/iTwinUI-react/compare/v1.5.0...v1.6.0
|
|
926
|
-
[1.5.0]: https://github.com/iTwin/iTwinUI-react/compare/v1.4.1...v1.5.0
|
|
927
|
-
[1.4.1]: https://github.com/iTwin/iTwinUI-react/compare/v1.4.0...v1.4.1
|
|
928
|
-
[1.4.0]: https://github.com/iTwin/iTwinUI-react/compare/v1.3.0...v1.4.0
|
|
929
|
-
[1.3.0]: https://github.com/iTwin/iTwinUI-react/compare/v1.2.0...v1.3.0
|
|
930
|
-
[1.2.0]: https://github.com/iTwin/iTwinUI-react/compare/v1.1.0...v1.2.0
|
|
931
|
-
[1.1.0]: https://github.com/iTwin/iTwinUI-react/compare/v1.0.0...v1.1.0
|
|
47
|
+
For any changes prior to 2.0.0, check out the [1.X changelog](https://github.com/iTwin/iTwinUI-react/blob/v1/packages/iTwinUI-react/CHANGELOG.md).
|