@itwin/core-react 4.0.0-dev.16 → 4.0.0-dev.18
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 +29 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,28 @@
|
|
|
1
1
|
# Change Log - @itwin/core-react
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 12 Apr 2023 13:12:42 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.7.2
|
|
6
|
+
Wed, 12 Apr 2023 13:12:42 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 3.7.1
|
|
11
|
+
Mon, 03 Apr 2023 15:15:37 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
14
|
+
|
|
15
|
+
## 3.7.0
|
|
16
|
+
Wed, 29 Mar 2023 15:02:27 GMT
|
|
17
|
+
|
|
18
|
+
### Updates
|
|
19
|
+
|
|
20
|
+
- Update @deprecated comments.
|
|
21
|
+
|
|
22
|
+
## 3.6.3
|
|
23
|
+
Mon, 27 Mar 2023 16:26:47 GMT
|
|
24
|
+
|
|
25
|
+
_Version update only_
|
|
4
26
|
|
|
5
27
|
## 3.6.2
|
|
6
28
|
Fri, 17 Mar 2023 17:52:32 GMT
|
|
@@ -193,7 +215,7 @@ Fri, 20 May 2022 13:10:54 GMT
|
|
|
193
215
|
|
|
194
216
|
- Added 'useCrossOriginPopup' and 'useInterval' hooks
|
|
195
217
|
- ListBox component: `onKeyPress` has been deprecated, switch to `onKeyDown`
|
|
196
|
-
- Fix for losing viewport content after clicking PW link
|
|
218
|
+
- Fix for losing viewport content after clicking PW link
|
|
197
219
|
- Implement svg icons loading as a web component.
|
|
198
220
|
- Allow React icons to be used on Wedget tabs, backstage, and status bar items
|
|
199
221
|
|
|
@@ -547,9 +569,9 @@ Mon, 24 May 2021 15:58:39 GMT
|
|
|
547
569
|
### Updates
|
|
548
570
|
|
|
549
571
|
- Wrap resizeObserver in a windows animation frame to prevent loop limit exceeded error.
|
|
550
|
-
- Add support for child popup windows.
|
|
572
|
+
- Add support for child popup windows.
|
|
551
573
|
- Improved Multi-Value column filtering in the Table component
|
|
552
|
-
- Update to latest classnames package
|
|
574
|
+
- Update to latest classnames package
|
|
553
575
|
- Fix GlobalContextMenu layout issue in presentation-test-app by setting display:none on anchoring div.
|
|
554
576
|
|
|
555
577
|
## 2.15.6
|
|
@@ -677,7 +699,7 @@ Thu, 28 Jan 2021 13:39:27 GMT
|
|
|
677
699
|
|
|
678
700
|
### Updates
|
|
679
701
|
|
|
680
|
-
- Update components that support providing refs via React.forwardRef to work better with document generation.
|
|
702
|
+
- Update components that support providing refs via React.forwardRef to work better with document generation.
|
|
681
703
|
- Add option to use a 'x-small' webfont icon.
|
|
682
704
|
- Add nested popup support to components that use HOC withOnOutsideClick.
|
|
683
705
|
- Fix bug processing zero value in Select options.
|
|
@@ -948,7 +970,7 @@ Tue, 28 Jul 2020 16:26:24 GMT
|
|
|
948
970
|
- Add support for a basic single selection aria compliant listbox.
|
|
949
971
|
- Checkboxes in lists & trees are out of place
|
|
950
972
|
- Disabled component styling. Fixed Dialog focus problems.
|
|
951
|
-
- Map Layer UX
|
|
973
|
+
- Map Layer UX
|
|
952
974
|
- Allowing Input component user to override the type
|
|
953
975
|
- Fix ThemeSelect formatOptionLabel prop to return React.ReactNode.
|
|
954
976
|
- Added Arrow key navigation in Tabs components. Added ItemKeyboardNavigator.
|
|
@@ -1271,7 +1293,7 @@ Mon, 13 May 2019 15:52:05 GMT
|
|
|
1271
1293
|
- Put sourcemap in npm package.
|
|
1272
1294
|
- Added SignIn presentational component to ui-components. Removed --ignoreMissingTags extract-api option.
|
|
1273
1295
|
- Require React & React-dom 16.8
|
|
1274
|
-
- Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
|
|
1296
|
+
- Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
|
|
1275
1297
|
- Added ViewportDialog in ui-test-app, ui-core/ContributeGuidelines.md. TSLint rules in ui-core for no-default-export & completed-docs. @beta release tags.
|
|
1276
1298
|
- Update icons-generic-webfont version to latest available.
|
|
1277
1299
|
- Added TableProp to hide header and supporting style changes
|