@itwin/frontend-tiles 4.4.0-dev.1 → 4.4.0-dev.13

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 +25 -1
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,6 +1,25 @@
1
1
  # Change Log - @itwin/frontend-tiles
2
2
 
3
- This log was last generated on Thu, 30 Nov 2023 17:07:27 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 14 Dec 2023 20:24:02 GMT and should not be manually modified.
4
+
5
+ ## 4.3.2
6
+ Thu, 14 Dec 2023 20:23:02 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.3.1
11
+ Wed, 13 Dec 2023 17:25:55 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 4.3.0
16
+ Thu, 07 Dec 2023 17:43:09 GMT
17
+
18
+ ### Updates
19
+
20
+ - Add support for a transform on leaf tiles.
21
+ - Support nested tile transforms.
22
+ - Fix attached reality models not displaying with batched tiles.
4
23
 
5
24
  ## 4.2.4
6
25
  Mon, 20 Nov 2023 16:14:45 GMT
@@ -131,6 +150,11 @@ Mon, 22 May 2023 15:34:14 GMT
131
150
  - Ensure fitting the view fits to the extents of the currently-viewed models.
132
151
  - Add new experimental package providing alternate technique for visualizing iModels.
133
152
 
153
+ ## 3.8.0
154
+ Fri, 08 Dec 2023 15:23:59 GMT
155
+
156
+ _Version update only_
157
+
134
158
  ## 3.7.17
135
159
  Mon, 20 Nov 2023 18:24:23 GMT
136
160
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/frontend-tiles",
3
- "version": "4.4.0-dev.1",
3
+ "version": "4.4.0-dev.13",
4
4
  "description": "Experimental alternative technique for visualizing the contents of iModels",
5
5
  "main": "lib/cjs/frontend-tiles.js",
6
6
  "module": "lib/esm/frontend-tiles.js",
@@ -23,36 +23,36 @@
23
23
  "url": "http://www.bentley.com"
24
24
  },
25
25
  "peerDependencies": {
26
- "@itwin/core-bentley": "4.4.0-dev.1",
27
- "@itwin/core-common": "4.4.0-dev.1",
28
- "@itwin/core-frontend": "4.4.0-dev.1",
29
- "@itwin/core-geometry": "4.4.0-dev.1"
26
+ "@itwin/core-bentley": "4.4.0-dev.13",
27
+ "@itwin/core-common": "4.4.0-dev.13",
28
+ "@itwin/core-geometry": "4.4.0-dev.13",
29
+ "@itwin/core-frontend": "4.4.0-dev.13"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@itwin/eslint-plugin": "4.0.0-dev.44",
33
33
  "@types/chai": "4.3.1",
34
34
  "@types/chai-as-promised": "^7",
35
- "@types/mocha": "^8.2.2",
35
+ "@types/mocha": "^10.0.6",
36
36
  "@types/node": "~18.16.20",
37
- "@types/sinon": "^10.0.15",
37
+ "@types/sinon": "^17.0.2",
38
38
  "babel-loader": "~8.2.5",
39
39
  "babel-plugin-istanbul": "~6.1.1",
40
40
  "chai": "^4.3.10",
41
- "chai-as-promised": "^7",
41
+ "chai-as-promised": "^7.1.1",
42
42
  "eslint": "^8.44.0",
43
43
  "glob": "^7.1.2",
44
- "mocha": "^10.0.0",
44
+ "mocha": "^10.2.0",
45
45
  "rimraf": "^3.0.2",
46
- "sinon": "^15.0.4",
46
+ "sinon": "^17.0.1",
47
47
  "source-map-loader": "^4.0.0",
48
48
  "typescript": "~5.0.2",
49
49
  "webpack": "^5.76.0",
50
- "@itwin/build-tools": "4.4.0-dev.1",
51
- "@itwin/core-geometry": "4.4.0-dev.1",
52
- "@itwin/core-bentley": "4.4.0-dev.1",
53
- "@itwin/core-common": "4.4.0-dev.1",
54
- "@itwin/certa": "4.4.0-dev.1",
55
- "@itwin/core-frontend": "4.4.0-dev.1"
50
+ "@itwin/build-tools": "4.4.0-dev.13",
51
+ "@itwin/certa": "4.4.0-dev.13",
52
+ "@itwin/core-bentley": "4.4.0-dev.13",
53
+ "@itwin/core-common": "4.4.0-dev.13",
54
+ "@itwin/core-frontend": "4.4.0-dev.13",
55
+ "@itwin/core-geometry": "4.4.0-dev.13"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "npm run -s build:cjs && npm run -s build:esm",