Skip to content

Commit 3c5720d

Browse files
chore(main): release 2.2.0 (#35)
1 parent f6f041e commit 3c5720d

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

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

3+
## [2.2.0](https://github.com/ThatOpen/engine_ui-components/compare/v2.1.0...v2.2.0) (2024-08-19)
4+
5+
6+
### Features
7+
8+
* add world2d offset ([8ab4fc2](https://github.com/ThatOpen/engine_ui-components/commit/8ab4fc27109ca2d3c6bf5486ebd52279c77766c0))
9+
* **core:** adds area type for text input ([bd5de37](https://github.com/ThatOpen/engine_ui-components/commit/bd5de3769e2b711e05725c017a8e069f72d8ade2))
10+
* **core:** adds loading skeleton, async data loading and slots to handle table states ([4013ef8](https://github.com/ThatOpen/engine_ui-components/commit/4013ef88b927a4ed99b8617c476dd71d74c8f4f3))
11+
* **core:** adds loading state to the button ([0a0ee78](https://github.com/ThatOpen/engine_ui-components/commit/0a0ee78e6fbc1589ae4f46b1706e8967e9da699c))
12+
* **core:** adds row selection to bim-table ([8054202](https://github.com/ThatOpen/engine_ui-components/commit/8054202008d1c10ac4a55b2a81b479ab71d7118f))
13+
* **core:** adds some simple CSS transitions for smother looking ([b5c2e6f](https://github.com/ThatOpen/engine_ui-components/commit/b5c2e6f983107deba3d80caabdf4a147806db4c2))
14+
* **core:** adds the ability to get the current state of a Component ([6bee95f](https://github.com/ThatOpen/engine_ui-components/commit/6bee95fbab1b9ffd68e138ac221832031a6aaa26))
15+
* **core:** adds value transformation for panel and panel-section ([efc357b](https://github.com/ThatOpen/engine_ui-components/commit/efc357b60275b6df2f093913b65c8cacfed7f9b8))
16+
* **core:** better context menus on buttons ([801b778](https://github.com/ThatOpen/engine_ui-components/commit/801b778f2bea8b8a5bd9ec7aba340cba08ce68e2))
17+
* **obc:** [#39](https://github.com/ThatOpen/engine_ui-components/issues/39) allows to specify the action buttons in the ModelsList ([#42](https://github.com/ThatOpen/engine_ui-components/issues/42)) ([287fee2](https://github.com/ThatOpen/engine_ui-components/commit/287fee29e5970ef7c70308f9da92efd0c26e9618))
18+
* **obc:** adds BCF UI ([e19b40e](https://github.com/ThatOpen/engine_ui-components/commit/e19b40e167441660ce098bb74fdf509689965229))
19+
* **obc:** adds download functionality in models list ([e2f310b](https://github.com/ThatOpen/engine_ui-components/commit/e2f310b1295000d66817f5d79ee64fbdeafede32))
20+
* **obc:** adds IfcTasks to ElementProperties ([41e4baf](https://github.com/ThatOpen/engine_ui-components/commit/41e4baff96c22c58d88cafa5cb96237abf4bc5dd))
21+
* **obc:** Groups entities with the same name in RelationsTree. [#40](https://github.com/ThatOpen/engine_ui-components/issues/40) ([#41](https://github.com/ThatOpen/engine_ui-components/issues/41)) ([4ef9848](https://github.com/ThatOpen/engine_ui-components/commit/4ef9848dad57646143283318218243dcfee882d5))
22+
* **obc:** improves performance of the ElementProperties component ([299d602](https://github.com/ThatOpen/engine_ui-components/commit/299d602854503e066c57321b2003c52fb4932589))
23+
* **obc:** it is now easier to specify the classifications to be added to the table ([76cc43e](https://github.com/ThatOpen/engine_ui-components/commit/76cc43e760972cdd62cef2bb49e8638eb0208753))
24+
25+
26+
### Bug Fixes
27+
28+
* add publish repo scripts ([a18b1fa](https://github.com/ThatOpen/engine_ui-components/commit/a18b1facf050746a9c95a788fc5c1cf75f0a797d))
29+
* **core:** button not triggering click event on React ([7a259d7](https://github.com/ThatOpen/engine_ui-components/commit/7a259d7d52fe5f7d2629ee82ffa190706ca05926))
30+
* **core:** error when getting panel value ([c5cea03](https://github.com/ThatOpen/engine_ui-components/commit/c5cea03c05ef4c36817801c451c4582946fe7810))
31+
* **core:** solves dropdown checked option ([d5e522f](https://github.com/ThatOpen/engine_ui-components/commit/d5e522fcb6b996952d1095fb59d8e0124845705f))
32+
* **core:** updates button background-color inside toolbars ([7ce9e31](https://github.com/ThatOpen/engine_ui-components/commit/7ce9e31f5429aa50bf8505ad636f7a582c4d4d25))
33+
34+
35+
### Miscellaneous Chores
36+
37+
* release 2.1.0 ([4c1bd25](https://github.com/ThatOpen/engine_ui-components/commit/4c1bd251c7d7eadcca24f8aa666002ab29505f2b))
38+
* release 2.2.0 ([22fd62f](https://github.com/ThatOpen/engine_ui-components/commit/22fd62fce4ce27586df8c5c61e11023d5f5ccb7d))
39+
340
## [2.1.0](https://github.com/ThatOpen/engine_ui-components/compare/v2.1.0...v2.1.0) (2024-07-10)
441

542

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
"vite": "5.1.6",
4343
"vite-plugin-dts": "3.7.3"
4444
},
45-
"version": "2.1.0"
45+
"version": "2.2.0"
4646
}

0 commit comments

Comments
 (0)