diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c1e8b6f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,39 @@ +# Changelog + +## 2.1.0 (2024-07-10) + + +### Features + +* **core:** adds new bim-tabs and bim-tab components ([#10](https://github.com/ThatOpen/engine_ui-components/issues/10)) ([f5d32af](https://github.com/ThatOpen/engine_ui-components/commit/f5d32afb4598b5a5c48c03c2dbab5b51d5d36a9f)) +* **core:** adds search functionality bim-table ([#16](https://github.com/ThatOpen/engine_ui-components/issues/16)) ([e46a789](https://github.com/ThatOpen/engine_ui-components/commit/e46a789644f53dcb25c11b6816741cfd0df2a82d)) +* **core:** implements better searching and improves rendering for bim-table ([#17](https://github.com/ThatOpen/engine_ui-components/issues/17)) ([6a06895](https://github.com/ThatOpen/engine_ui-components/commit/6a06895326b9f1f7376bb180d11e4e6b39ea459a)) +* **core:** improves css styling variables ([ae14279](https://github.com/ThatOpen/engine_ui-components/commit/ae142793d6bfbface4958e3099e8578b35f35fa5)) +* **core:** optimizes table component ([6abda24](https://github.com/ThatOpen/engine_ui-components/commit/6abda243c165015bb053ee5ca0b93ddb5be07d6b)) +* **core:** updates bim-panels-container, bim-panel and bim-panel-section behavior ([#9](https://github.com/ThatOpen/engine_ui-components/issues/9)) ([b33f421](https://github.com/ThatOpen/engine_ui-components/commit/b33f4214d6d7108dd4cce0b1150c3d25fa8b6171)) +* **core:** updates documentation and tutorials ([#20](https://github.com/ThatOpen/engine_ui-components/issues/20)) ([59e3def](https://github.com/ThatOpen/engine_ui-components/commit/59e3def0bd14b015469c4d6456a60be6cc2cc8c9)) +* **obc:** adds a RelationsTree table component ([#13](https://github.com/ThatOpen/engine_ui-components/issues/13)) ([8f051de](https://github.com/ThatOpen/engine_ui-components/commit/8f051de43818a90d14ea5c599576473b760d6463)) +* **obc:** adds datacomputed event on ElementProperties ([a912fcc](https://github.com/ThatOpen/engine_ui-components/commit/a912fcc0a0c82042d12bdebd8a926ba81744a341)) +* **obc:** adds Relations Tree tutorial ([f36705b](https://github.com/ThatOpen/engine_ui-components/commit/f36705ba351ebad93a4c33c1c42f7b5067458af4)) +* **obc:** adds world configuration table component ([#22](https://github.com/ThatOpen/engine_ui-components/issues/22)) ([25e1a16](https://github.com/ThatOpen/engine_ui-components/commit/25e1a168792c0c93e6461c7bd649997566877c50)) +* **obc:** creates an EntitiesAttributes component in @thatopen/ui-obc package ([#7](https://github.com/ThatOpen/engine_ui-components/issues/7)) ([365197f](https://github.com/ThatOpen/engine_ui-components/commit/365197fb9f709fdc1a79605453184cbda8688447)) +* **obc:** improves some obc components ([#11](https://github.com/ThatOpen/engine_ui-components/issues/11)) ([4ce9c36](https://github.com/ThatOpen/engine_ui-components/commit/4ce9c36588c4f419f2463aea0289470a5b494a4b)) +* **obc:** updates bim-world-2d ([#21](https://github.com/ThatOpen/engine_ui-components/issues/21)) ([69d4225](https://github.com/ThatOpen/engine_ui-components/commit/69d42250869d256bb4d955418498be67619c32ba)) +* **obc:** updates elementProperties ([#12](https://github.com/ThatOpen/engine_ui-components/issues/12)) ([308b575](https://github.com/ThatOpen/engine_ui-components/commit/308b575ede60c7d6d7e35dc5e5552acc9a2632fb)) +* **obc:** updates tutorials ([9fda824](https://github.com/ThatOpen/engine_ui-components/commit/9fda82457de51628637ba4d7c04603b6be165ab8)) +* **obc:** updates tutorials ([#19](https://github.com/ThatOpen/engine_ui-components/issues/19)) ([a2cf9f0](https://github.com/ThatOpen/engine_ui-components/commit/a2cf9f07acc91505be81b360ecc916dd10d3e3cd)) +* restructure repo to use yarn and to work with docs ([fe3b4fd](https://github.com/ThatOpen/engine_ui-components/commit/fe3b4fd793603a3a0b2b9bdceca08e53c60187c5)) + + +### Bug Fixes + +* **core:** fixes some minor details on base components ([24c41fa](https://github.com/ThatOpen/engine_ui-components/commit/24c41faa44fb349a487a0cf0b4632ffcea51bb43)) +* **core:** sets styles when label is empty ([08acd76](https://github.com/ThatOpen/engine_ui-components/commit/08acd76e20584e7086107ed8fb8ab7eef3f8d5d9)) +* **obc:** handles error on element properties table ([3cdd92d](https://github.com/ThatOpen/engine_ui-components/commit/3cdd92ddbdb72c245a564dfb9150efd742736fe4)) +* **obc:** updates element properties and relations tree templates ([0536cbc](https://github.com/ThatOpen/engine_ui-components/commit/0536cbc88185919eeb0aaed86f3824d5482591e4)) +* **obc:** updates resources paths to be absolute ([048cae3](https://github.com/ThatOpen/engine_ui-components/commit/048cae3fc3a93f35278aaab3937fa2caa8507c99)) + + +### Miscellaneous Chores + +* release 2.1.0 ([f273a7b](https://github.com/ThatOpen/engine_ui-components/commit/f273a7bc4536cf520f57f568e9a2613921b7f311)) diff --git a/package.json b/package.json index 1580162..c8dee0e 100644 --- a/package.json +++ b/package.json @@ -40,5 +40,6 @@ "typescript": "5.4.2", "vite": "5.1.6", "vite-plugin-dts": "3.7.3" - } + }, + "version": "2.1.0" }