Skip to content

Commit

Permalink
chore(main): release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 6, 2024
1 parent 7bd9afc commit 5ca5750
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [2.2.0](https://github.com/ThatOpen/engine_ui-components/compare/v2.1.0...v2.2.0) (2024-08-06)


### Features

* add world2d offset ([8ab4fc2](https://github.com/ThatOpen/engine_ui-components/commit/8ab4fc27109ca2d3c6bf5486ebd52279c77766c0))
* **core:** adds some simple CSS transitions for smother looking ([b5c2e6f](https://github.com/ThatOpen/engine_ui-components/commit/b5c2e6f983107deba3d80caabdf4a147806db4c2))
* **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))
* **obc:** adds download functionality in models list ([e2f310b](https://github.com/ThatOpen/engine_ui-components/commit/e2f310b1295000d66817f5d79ee64fbdeafede32))
* **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))
* **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))


### Bug Fixes

* add publish repo scripts ([a18b1fa](https://github.com/ThatOpen/engine_ui-components/commit/a18b1facf050746a9c95a788fc5c1cf75f0a797d))
* **core:** button not triggering click event on React ([7a259d7](https://github.com/ThatOpen/engine_ui-components/commit/7a259d7d52fe5f7d2629ee82ffa190706ca05926))
* **core:** solves dropdown checked option ([d5e522f](https://github.com/ThatOpen/engine_ui-components/commit/d5e522fcb6b996952d1095fb59d8e0124845705f))
* **core:** updates button background-color inside toolbars ([7ce9e31](https://github.com/ThatOpen/engine_ui-components/commit/7ce9e31f5429aa50bf8505ad636f7a582c4d4d25))


### Miscellaneous Chores

* release 2.1.0 ([4c1bd25](https://github.com/ThatOpen/engine_ui-components/commit/4c1bd251c7d7eadcca24f8aa666002ab29505f2b))
* release 2.2.0 ([22fd62f](https://github.com/ThatOpen/engine_ui-components/commit/22fd62fce4ce27586df8c5c61e11023d5f5ccb7d))

## [2.1.0](https://github.com/ThatOpen/engine_ui-components/compare/v2.1.0...v2.1.0) (2024-07-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
"vite": "5.1.6",
"vite-plugin-dts": "3.7.3"
},
"version": "2.1.0"
"version": "2.2.0"
}

0 comments on commit 5ca5750

Please sign in to comment.