@itwin/core-react 5.0.0-dev.3 → 5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +49 -1
  2. package/package.json +1 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,54 @@
1
1
  # Change Log - @itwin/core-react
2
2
 
3
- This log was last generated on Thu, 19 Sep 2024 12:50:53 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 16 Dec 2024 11:43:27 GMT and should not be manually modified.
4
+
5
+ ## 5.0.0
6
+ Mon, 16 Dec 2024 11:43:27 GMT
7
+
8
+ ### Updates
9
+
10
+ - Drop support for CommonJS modules.
11
+ - Drop support for iTwin.js 3.x.
12
+ - Drop support for React 17.x.
13
+ - Remove a polyfill for ResizeObserver since the API is supported in modern browsers.
14
+ - Remove `@internal` API exports from the barrel file.
15
+ - Move @itwin/itwinui-react to peerDependencies.
16
+ - Provide file extension in import declarations.
17
+ - Add `exports` field to `package.json`.
18
+ - Replaced SCSS `@import` rules with `@use` rules.
19
+ - Replace buic variables with iTwinUI CSS variables.
20
+
21
+ ## 4.17.6
22
+ Wed, 20 Nov 2024 14:27:46 GMT
23
+
24
+ _Version update only_
25
+
26
+ ## 4.17.5
27
+ Thu, 14 Nov 2024 08:22:04 GMT
28
+
29
+ _Version update only_
30
+
31
+ ## 4.17.4
32
+ Fri, 08 Nov 2024 14:41:23 GMT
33
+
34
+ _Version update only_
35
+
36
+ ## 4.17.3
37
+ Wed, 06 Nov 2024 09:04:20 GMT
38
+
39
+ ### Updates
40
+
41
+ - Fix Popup to adjust final position based on container size instead of window size.
42
+
43
+ ## 4.17.2
44
+ Wed, 30 Oct 2024 14:46:15 GMT
45
+
46
+ _Version update only_
47
+
48
+ ## 4.17.1
49
+ Wed, 09 Oct 2024 10:50:47 GMT
50
+
51
+ _Version update only_
4
52
 
5
53
  ## 4.17.0
6
54
  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.0-dev.3",
3
+ "version": "5.0.0",
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",