Skip to content

Commit 588e835

Browse files
chore(main): release 3.1.0 (#49)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4224a3c commit 588e835

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [3.1.0](https://github.com/ThatOpen/engine_fragment/compare/v3.0.0...v3.1.0) (2025-07-10)
4+
5+
6+
### Features
7+
8+
* add getCoordinationMatrix method to FragmentsModel ([bd09ace](https://github.com/ThatOpen/engine_fragment/commit/bd09ace0aa48a4bd1edfb02d270cc0fd320bc64f))
9+
* add units classes ([#69](https://github.com/ThatOpen/engine_fragment/issues/69)) ([325e0fa](https://github.com/ThatOpen/engine_fragment/commit/325e0fac1cd529750b14fde17331455aa5adb4d0))
10+
* enhance geometry retrieval methods in FragmentsModel ([f843334](https://github.com/ThatOpen/engine_fragment/commit/f843334baa89d3c6729058112e7be4cc2ec23aa1))
11+
* enhance IfcImporter with configuration to define classes and relations to process ([6c44b59](https://github.com/ThatOpen/engine_fragment/commit/6c44b597f35ee11525df4d081e429e8ac7e186ef))
12+
* multiple fixes, data tools, alignment tools ([4224a3c](https://github.com/ThatOpen/engine_fragment/commit/4224a3c0cfc2cdc4fa5a86d74afaf6b74c88ca0d))
13+
* skip big meshes for shell generation ([4fae6d3](https://github.com/ThatOpen/engine_fragment/commit/4fae6d335c63a4dedb80c428a25334607a34307e))
14+
15+
16+
### Bug Fixes
17+
18+
* add guard for circular extrusions ([c08d5ac](https://github.com/ThatOpen/engine_fragment/commit/c08d5acd48cefa590083eb11fda418da8d84c9b5))
19+
* add old frags files to prevent conflict with components ([4544747](https://github.com/ThatOpen/engine_fragment/commit/4544747e12a019efbf29667127b196d72899762a))
20+
* ensure guard function is defined before validation in DataSet.add method ([e127a0d](https://github.com/ThatOpen/engine_fragment/commit/e127a0d949dfadec109dc76b5e6723174503e8b0))
21+
* **fragments:** Project not compiling (in Angular) due to missing `Sample` type ([#68](https://github.com/ThatOpen/engine_fragment/issues/68)) ([79b1990](https://github.com/ThatOpen/engine_fragment/commit/79b19900a01bb6da3e5caa6470f62ac53650e2c1))
22+
* solve problem when object class is not defined in tile ([a3f91db](https://github.com/ThatOpen/engine_fragment/commit/a3f91db6422f752fd5dc26532d6cf29eb989b677))
23+
324
## [3.0.0](https://github.com/ThatOpen/engine_fragment/compare/v2.4.0...v3.0.0) (2025-04-10)
425

526

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
"vite": "5.1.6",
3636
"vite-plugin-dts": "3.7.3"
3737
},
38-
"version": "3.0.0"
38+
"version": "3.1.0"
3939
}

0 commit comments

Comments
 (0)