@itwin/core-react 5.0.0-dev.3 → 5.0.1
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 +54 -1
- package/package.json +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,59 @@
|
|
|
1
1
|
# Change Log - @itwin/core-react
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 15 Jan 2025 11:47:00 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.0.1
|
|
6
|
+
Wed, 15 Jan 2025 11:47:00 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 5.0.0
|
|
11
|
+
Mon, 16 Dec 2024 11:43:27 GMT
|
|
12
|
+
|
|
13
|
+
### Updates
|
|
14
|
+
|
|
15
|
+
- Drop support for CommonJS modules.
|
|
16
|
+
- Drop support for iTwin.js 3.x.
|
|
17
|
+
- Drop support for React 17.x.
|
|
18
|
+
- Remove a polyfill for ResizeObserver since the API is supported in modern browsers.
|
|
19
|
+
- Remove `@internal` API exports from the barrel file.
|
|
20
|
+
- Move @itwin/itwinui-react to peerDependencies.
|
|
21
|
+
- Provide file extension in import declarations.
|
|
22
|
+
- Add `exports` field to `package.json`.
|
|
23
|
+
- Replaced SCSS `@import` rules with `@use` rules.
|
|
24
|
+
- Replace buic variables with iTwinUI CSS variables.
|
|
25
|
+
|
|
26
|
+
## 4.17.6
|
|
27
|
+
Wed, 20 Nov 2024 14:27:46 GMT
|
|
28
|
+
|
|
29
|
+
_Version update only_
|
|
30
|
+
|
|
31
|
+
## 4.17.5
|
|
32
|
+
Thu, 14 Nov 2024 08:22:04 GMT
|
|
33
|
+
|
|
34
|
+
_Version update only_
|
|
35
|
+
|
|
36
|
+
## 4.17.4
|
|
37
|
+
Fri, 08 Nov 2024 14:41:23 GMT
|
|
38
|
+
|
|
39
|
+
_Version update only_
|
|
40
|
+
|
|
41
|
+
## 4.17.3
|
|
42
|
+
Wed, 06 Nov 2024 09:04:20 GMT
|
|
43
|
+
|
|
44
|
+
### Updates
|
|
45
|
+
|
|
46
|
+
- Fix Popup to adjust final position based on container size instead of window size.
|
|
47
|
+
|
|
48
|
+
## 4.17.2
|
|
49
|
+
Wed, 30 Oct 2024 14:46:15 GMT
|
|
50
|
+
|
|
51
|
+
_Version update only_
|
|
52
|
+
|
|
53
|
+
## 4.17.1
|
|
54
|
+
Wed, 09 Oct 2024 10:50:47 GMT
|
|
55
|
+
|
|
56
|
+
_Version update only_
|
|
4
57
|
|
|
5
58
|
## 4.17.0
|
|
6
59
|
Thu, 19 Sep 2024 12:50:53 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-react",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"description": "A react component library of iTwin.js UI general purpose components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./lib/core-react.d.ts",
|
|
@@ -78,7 +78,6 @@
|
|
|
78
78
|
"vitest": "^1.6.0"
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@bentley/icons-generic": "^1.0.34",
|
|
82
81
|
"@itwin/itwinui-icons-react": "^2.8.0",
|
|
83
82
|
"classnames": "2.5.1",
|
|
84
83
|
"dompurify": "^2.5.6",
|