brepjs-cad 0.172.0 → 0.174.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.
- package/CHANGELOG.md +14 -0
- package/package.json +1 -1
- package/viewer/dist/assets/brepjs-DzoFdLQN.js +60 -0
- package/viewer/dist/assets/{index-CBltSv2o.js → index-CH09YZ3K.js} +1 -1
- package/viewer/dist/assets/{kernelWorker-SFqPEE0O.js → kernelWorker-C7TmNmhp.js} +1 -1
- package/viewer/dist/index.html +1 -1
- package/viewer/dist/assets/brepjs-DBKeGQFJ.js +0 -60
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.174.0](https://github.com/andymai/brepjs/compare/brepjs-cad-v0.173.0...brepjs-cad-v0.174.0) (2026-08-22)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **families:** route BIM export on a declared archetype, not the family name ([#2222](https://github.com/andymai/brepjs/issues/2222)) ([53c90ae](https://github.com/andymai/brepjs/commit/53c90aef092ad24d11483fc2fbbff99b0e8eb285))
|
|
9
|
+
|
|
10
|
+
## [0.173.0](https://github.com/andymai/brepjs/compare/brepjs-cad-v0.172.0...brepjs-cad-v0.173.0) (2026-08-21)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* **cad:** teach the agent skill the declarative families/IFC path ([#2189](https://github.com/andymai/brepjs/issues/2189)) ([94eac20](https://github.com/andymai/brepjs/commit/94eac20e73e677abca3103e7baf7ba89ec66a8a1))
|
|
16
|
+
|
|
3
17
|
## [0.172.0](https://github.com/andymai/brepjs/compare/brepjs-cad-v0.171.0...brepjs-cad-v0.172.0) (2026-08-18)
|
|
4
18
|
|
|
5
19
|
|
package/package.json
CHANGED