@jscad/web 2.4.4 → 2.5.3
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 +42 -0
- package/dist/jscad-web.min.js +1262 -1419
- package/locales/ja.json +3 -3
- package/package.json +7 -8
- package/src/ui/views/designParameters.js +9 -4
- package/src/ui/views/options.js +0 -3
- package/src/ui/views/viewer.js +2 -4
- package/src/ui/umd.js +0 -168
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,48 @@
|
|
|
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.3](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/web@2.5.2...@jscad/web@2.5.3) (2022-01-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **core:** corrected checks for proper main module, and improved error messages ([#979](https://github.com/jscad/OpenJSCAD.org/issues/979)) ([e4e6c12](https://github.com/jscad/OpenJSCAD.org/commit/e4e6c126f3bdccc54efc3ce8f31c08dd514e592c))
|
|
12
|
+
* **web:** corrected to handle exceptions in parameter definitions ([#976](https://github.com/jscad/OpenJSCAD.org/issues/976)) ([bd82558](https://github.com/jscad/OpenJSCAD.org/commit/bd825588e5c6c538b6188070b778d1221f95520b))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
## [2.5.2](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/web@2.5.1...@jscad/web@2.5.2) (2021-12-26)
|
|
19
|
+
|
|
20
|
+
**Note:** Version bump only for package @jscad/web
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## [2.5.1](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/web@2.5.0...@jscad/web@2.5.1) (2021-12-11)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Bug Fixes
|
|
30
|
+
|
|
31
|
+
* **web:** changed setup to use OES_element_index_uint only if available ([2c2fcfa](https://github.com/jscad/OpenJSCAD.org/commit/2c2fcfa8b72ca8c6ddb3739e4d8a9b527a687e2e))
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
# [2.5.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/web@2.4.4...@jscad/web@2.5.0) (2021-11-07)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Features
|
|
41
|
+
|
|
42
|
+
* **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))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
6
48
|
## [2.4.4](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/web@2.4.3...@jscad/web@2.4.4) (2021-10-17)
|
|
7
49
|
|
|
8
50
|
|