@itwin/core-frontend 4.1.0 → 4.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +29 -1
  2. package/package.json +20 -20
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @itwin/core-frontend
2
2
 
3
- This log was last generated on Mon, 14 Aug 2023 14:36:34 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 23 Aug 2023 15:25:29 GMT and should not be manually modified.
4
+
5
+ ## 4.1.2
6
+ Wed, 23 Aug 2023 15:25:29 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.1.1
11
+ Fri, 18 Aug 2023 13:02:53 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 4.1.0
6
16
  Mon, 14 Aug 2023 14:36:34 GMT
@@ -36,6 +46,11 @@ Mon, 14 Aug 2023 14:36:34 GMT
36
46
  - add ViewStore apis
37
47
  - Switch to ESLint new flat config system
38
48
 
49
+ ## 4.0.7
50
+ Thu, 10 Aug 2023 13:19:24 GMT
51
+
52
+ _Version update only_
53
+
39
54
  ## 4.0.6
40
55
  Mon, 24 Jul 2023 05:07:33 GMT
41
56
 
@@ -103,6 +118,19 @@ Mon, 22 May 2023 15:34:14 GMT
103
118
  - add physics-based Atmospheric scattering shader
104
119
  - Localize tooltips for view clip decorations.
105
120
 
121
+ ## 3.7.13
122
+ Tue, 08 Aug 2023 19:49:18 GMT
123
+
124
+ _Version update only_
125
+
126
+ ## 3.7.12
127
+ Thu, 27 Jul 2023 21:50:57 GMT
128
+
129
+ ### Updates
130
+
131
+ - Fix decoding of draco-compressed texture coordinates in glTF.
132
+ - Fix a failure to read some glTF data with extra padding bytes.
133
+
106
134
  ## 3.7.11
107
135
  Tue, 11 Jul 2023 17:17:21 GMT
108
136
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-frontend",
3
- "version": "4.1.0",
3
+ "version": "4.1.2",
4
4
  "description": "iTwin.js frontend components",
5
5
  "main": "lib/cjs/core-frontend.js",
6
6
  "module": "lib/esm/core-frontend.js",
@@ -23,12 +23,12 @@
23
23
  "url": "http://www.bentley.com"
24
24
  },
25
25
  "peerDependencies": {
26
- "@itwin/appui-abstract": "^4.1.0",
27
- "@itwin/core-bentley": "^4.1.0",
28
- "@itwin/core-common": "^4.1.0",
29
- "@itwin/core-geometry": "^4.1.0",
30
- "@itwin/core-orbitgt": "^4.1.0",
31
- "@itwin/core-quantity": "^4.1.0"
26
+ "@itwin/appui-abstract": "^4.1.2",
27
+ "@itwin/core-bentley": "^4.1.2",
28
+ "@itwin/core-common": "^4.1.2",
29
+ "@itwin/core-geometry": "^4.1.2",
30
+ "@itwin/core-orbitgt": "^4.1.2",
31
+ "@itwin/core-quantity": "^4.1.2"
32
32
  },
33
33
  "//devDependencies": [
34
34
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
@@ -55,29 +55,29 @@
55
55
  "source-map-loader": "^4.0.0",
56
56
  "typescript": "~5.0.2",
57
57
  "webpack": "^5.76.0",
58
- "@itwin/appui-abstract": "4.1.0",
59
- "@itwin/build-tools": "4.1.0",
60
- "@itwin/core-bentley": "4.1.0",
61
- "@itwin/core-common": "4.1.0",
62
- "@itwin/core-geometry": "4.1.0",
63
- "@itwin/core-orbitgt": "4.1.0",
64
- "@itwin/core-quantity": "4.1.0",
65
- "@itwin/certa": "4.1.0"
58
+ "@itwin/appui-abstract": "4.1.2",
59
+ "@itwin/core-common": "4.1.2",
60
+ "@itwin/core-bentley": "4.1.2",
61
+ "@itwin/build-tools": "4.1.2",
62
+ "@itwin/core-orbitgt": "4.1.2",
63
+ "@itwin/core-geometry": "4.1.2",
64
+ "@itwin/certa": "4.1.2",
65
+ "@itwin/core-quantity": "4.1.2"
66
66
  },
67
67
  "//dependencies": [
68
68
  "NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API",
69
69
  "NOTE: core-frontend should remain UI technology agnostic, so no react/angular dependencies are allowed"
70
70
  ],
71
71
  "dependencies": {
72
- "@itwin/cloud-agnostic-core": "^2.0.0",
73
- "@itwin/object-storage-core": "^2.0.0",
72
+ "@itwin/cloud-agnostic-core": "^2.1.0",
73
+ "@itwin/object-storage-core": "^2.1.0",
74
74
  "@loaders.gl/core": "^3.1.6",
75
75
  "@loaders.gl/draco": "^3.1.6",
76
76
  "fuse.js": "^3.3.0",
77
77
  "wms-capabilities": "0.4.0",
78
- "@itwin/core-i18n": "4.1.0",
79
- "@itwin/webgl-compatibility": "4.1.0",
80
- "@itwin/core-telemetry": "4.1.0"
78
+ "@itwin/core-i18n": "4.1.2",
79
+ "@itwin/core-telemetry": "4.1.2",
80
+ "@itwin/webgl-compatibility": "4.1.2"
81
81
  },
82
82
  "nyc": {
83
83
  "extends": "./node_modules/@itwin/build-tools/.nycrc"