@jscad/web 2.4.2 → 2.5.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 +44 -0
- package/dist/jscad-web.min.js +2089 -986
- package/examples/CHANGELOG.md +8 -0
- package/examples/package.json +1 -1
- package/locales/ja.json +3 -3
- package/package.json +6 -8
- package/postInstall.js +8 -0
- package/src/ui/views/options.js +0 -3
- package/src/ui/views/viewer.js +2 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,50 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [2.5.1](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/web@2.5.0...@jscad/web@2.5.1) (2021-12-11)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **web:** changed setup to use OES_element_index_uint only if available ([2c2fcfa](https://github.com/jscad/OpenJSCAD.org/commit/2c2fcfa8b72ca8c6ddb3739e4d8a9b527a687e2e))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [2.5.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/web@2.4.4...@jscad/web@2.5.0) (2021-11-07)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **core:** remove VTREE from core and web modules ([#938](https://github.com/jscad/OpenJSCAD.org/issues/938)) ([11431dc](https://github.com/jscad/OpenJSCAD.org/commit/11431dc41f9da085dcfc95a9f6af23b28d9809ea))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## [2.4.4](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/web@2.4.3...@jscad/web@2.4.4) (2021-10-17)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* **web:** corrected postinstall to ignore specific types of examples ([#930](https://github.com/jscad/OpenJSCAD.org/issues/930)) ([67d68eb](https://github.com/jscad/OpenJSCAD.org/commit/67d68eb0067468cc63366bb25f94495abf02008d))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
## [2.4.3](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/web@2.4.2...@jscad/web@2.4.3) (2021-10-04)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Bug Fixes
|
|
43
|
+
|
|
44
|
+
* **core:** fix missing json5 dependency ([#919](https://github.com/jscad/OpenJSCAD.org/issues/919)) ([40d1cb1](https://github.com/jscad/OpenJSCAD.org/commit/40d1cb131be4a4c4417584381e711a0bc9f23657))
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
6
50
|
## [2.4.2](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/web@2.4.1...@jscad/web@2.4.2) (2021-09-27)
|
|
7
51
|
|
|
8
52
|
**Note:** Version bump only for package @jscad/web
|