# Rubens Admin Changelog

### [3.1.1](https://github.com/roomle-dev/roomle-admin/compare/v3.1.0...v3.1.1) (2026-04-08)

#### Bug Fixes

* **tenant-settings:** restrict allowed-hosts to [@roomle](https://github.com/roomle).com users (RML-16481) ([#787](https://github.com/roomle-dev/roomle-admin/issues/787)) ([78ed989](https://github.com/roomle-dev/roomle-admin/commit/78ed9892b4d71328a0533e0f1e4161322c469353))

### [3.1.0](https://github.com/roomle-dev/roomle-admin/compare/v3.0.2...v3.1.0) (2026-04-08)

#### Features

* migrate users management to connectedUsers endpoints RML-15335 ([62cbb5d](https://github.com/roomle-dev/roomle-admin/commit/62cbb5d394bbac00be20d9e06884610cdfe322fd))
* **SDK:** upgrade to version 3.6.0-alpha.3 ([#781](https://github.com/roomle-dev/roomle-admin/issues/781)) ([05cf396](https://github.com/roomle-dev/roomle-admin/commit/05cf396d6476ce51e9fb7e1976a840149dbc7021))

#### Bug Fixes

* address Copilot PR review comments RML-15335 ([d7b046a](https://github.com/roomle-dev/roomle-admin/commit/d7b046ad6bbd06af1429388585d15bdb8cebc8d6))
* address PR review comments ([cb45083](https://github.com/roomle-dev/roomle-admin/commit/cb4508311f810ad3cd1c925f46a2025e99dcc3b8))
* send allowed-hosts separated by space and remove \* on domain add ([3080620](https://github.com/roomle-dev/roomle-admin/commit/3080620d5c414ac742378c76b76b8508cfe89488))

### [3.0.2](https://github.com/roomle-dev/roomle-admin/compare/v3.0.1...v3.0.2) (2026-03-25)

#### Bug Fixes

* move allowed hosts style to tenant-settings style ([75a5111](https://github.com/roomle-dev/roomle-admin/commit/75a51116436b335aa15db51c8cb5b10c7bd0dbd2))

### [3.0.1](https://github.com/roomle-dev/roomle-admin/compare/v3.0.0...v3.0.1) (2026-03-25)

#### Bug Fixes

* try to trigger live release again since there are some style broken ([e78c266](https://github.com/roomle-dev/roomle-admin/commit/e78c266e882ca742bbdfb7b82beeb8dee4560dfa))

### [3.0.0](https://github.com/roomle-dev/roomle-admin/compare/v2.0.0...v3.0.0) (2026-03-25)

#### ⚠ BREAKING CHANGES

* none

#### Features

* adapt assetProcessings for backend link refactor ([ef95de1](https://github.com/roomle-dev/roomle-admin/commit/ef95de17ddd309a68524dd2169913300b944dfb8))
* **tenant-settings:** add allowed-hosts section for configurator (RML-14241) ([3653ecc](https://github.com/roomle-dev/roomle-admin/commit/3653ecc2c0ff0468170c1cf7b2e6d67c5b95ac38))
* fix formatting issue ([d9b8dc8](https://github.com/roomle-dev/roomle-admin/commit/d9b8dc8822c14a2d061a1402454c9e51eff5abe2))
* **SDK:** upgrade to version 3.5.0 ([#733](https://github.com/roomle-dev/roomle-admin/issues/733)) ([b62f069](https://github.com/roomle-dev/roomle-admin/commit/b62f069e06b39bc07f986bc5439821f6029f126c))
* **SDK:** upgrade to version 3.6.0-alpha.1 ([#745](https://github.com/roomle-dev/roomle-admin/issues/745)) ([96994bb](https://github.com/roomle-dev/roomle-admin/commit/96994bb95d9d61cd92ea0388f7f7c54d48498605))

#### Bug Fixes

* **tenant-settings:** address Copilot review on allowed-hosts ([2ef5927](https://github.com/roomle-dev/roomle-admin/commit/2ef5927961a54bd1edca32ada38cf0d11bda0f0f))
* address PR review comments — coverImage mapping and variation upload ([edd53a7](https://github.com/roomle-dev/roomle-admin/commit/edd53a7062d026330797afbce32f2a26965bf1f4))
* address PR review comments for image fallback and assetProcessings guard ([c07798c](https://github.com/roomle-dev/roomle-admin/commit/c07798ccd0139bf5180388e970e1976fd3749570))
* **tenant-settings:** fix 4 failing allowed-hosts tests ([e5e8293](https://github.com/roomle-dev/roomle-admin/commit/e5e82939df02a9da726717660a3fdd8e81f86fe1))
* make variation image uploads MIME-aware and reject empty payloads ([3335726](https://github.com/roomle-dev/roomle-admin/commit/33357260cef53c6253da2ddd3844c75fc93bd8de))
* Not possible to upload images into "Additional Product Content" ([20260b4](https://github.com/roomle-dev/roomle-admin/commit/20260b4a04acdc08a0e2121d21a7f30ef8104d11))
* update save-variation saveImages to use new PUT asset endpoints ([e5ef485](https://github.com/roomle-dev/roomle-admin/commit/e5ef485e980faabe9beafa25dca62a4ec184cd6f))

### [2.0.0](https://github.com/roomle-dev/roomle-admin/compare/v1.106.0...v2.0.0) (2026-03-11)

#### ⚠ BREAKING CHANGES

* Replaces webpack bundler with Vite. Updates Embroider packages from v3 to v4.

Changes:

* Replace @embroider/webpack with @embroider/vite
* Update @embroider/compat 3.9.3 → 4.1.13
* Update @embroider/core 3.5.9 → 4.4.3
* Update @embroider/router 2.1.12 → 3.0.6
* Add vite, @rollup/plugin-babel, babel-plugin-ember-template-compilation, decorator-transforms, @embroider/config-meta-loader, @babel/plugin-transform-runtime, @babel/plugin-transform-typescript, @babel/runtime
* Remove webpack, broccoli-asset-rev, ember-cli-sri, ember-cli-terser, ember-cli-inject-live-reload, loader.js, ember-template-imports
* Create vite.config.mjs, babel.config.cjs, app/config/environment.js
* Move app/index.html → index.html with Vite-compatible asset references
* Update tests/index.html for Vite with ember-exam support
* Update tests/test-helper.js to export start() for Vite
* Update testem.js with typeof module guard
* Update ember-cli-build.js to use buildOnce from @embroider/vite
* Fix tsconfig.json: remove \*/types wildcard path that conflicts with esbuild's config resolution
* Update package.json scripts for Vite build/serve/test

Co-authored-by: tschoartschi <1695329+tschoartschi@users.noreply.github.com>

#### Features

* migrate from @embroider/webpack to @embroider/vite with Embroider v4 ([e2a5559](https://github.com/roomle-dev/roomle-admin/commit/e2a555983d5a42f8b808a7c7ce9689f6f8032b71))
* multiple levels catalogs ([c667164](https://github.com/roomle-dev/roomle-admin/commit/c667164d20afb18303d8aa93f6dba353398edaa6))
* rename root tags ([9723650](https://github.com/roomle-dev/roomle-admin/commit/972365037a7acc5c326fef5e2d75256709830aed))
* unify RuAD messages styles and positions and make it sticky ([1dec7fe](https://github.com/roomle-dev/roomle-admin/commit/1dec7fed14600aed9e2ac3953b175405594a3bbb))
* **SDK:** upgrade to version 3.5.0-alpha.1 ([#640](https://github.com/roomle-dev/roomle-admin/issues/640)) ([08333ac](https://github.com/roomle-dev/roomle-admin/commit/08333ac658fb711b70d7b7a85be9e612549709d0))
* **SDK:** upgrade to version 3.5.0-alpha.2 ([#657](https://github.com/roomle-dev/roomle-admin/issues/657)) ([7c8b69e](https://github.com/roomle-dev/roomle-admin/commit/7c8b69e8e8cc8f3f0fb72254068932d409218d44))
* **SDK:** upgrade to version 3.5.0-alpha.3 ([#671](https://github.com/roomle-dev/roomle-admin/issues/671)) ([f206476](https://github.com/roomle-dev/roomle-admin/commit/f2064762136ef1656af684bf329714fba6f271b2))
* **SDK:** upgrade to version 3.5.0-alpha.4 ([#672](https://github.com/roomle-dev/roomle-admin/issues/672)) ([dc8f1ef](https://github.com/roomle-dev/roomle-admin/commit/dc8f1efe7df45f843747bf1452004ad6f70729e0))
* **SDK:** upgrade to version 3.5.0-alpha.5 ([#677](https://github.com/roomle-dev/roomle-admin/issues/677)) ([fde7124](https://github.com/roomle-dev/roomle-admin/commit/fde71248facc6c3585702bf2f6145b4588ab47f0))
* **SDK:** upgrade to version 3.5.0-alpha.6 ([#687](https://github.com/roomle-dev/roomle-admin/issues/687)) ([535fcf8](https://github.com/roomle-dev/roomle-admin/commit/535fcf86964a090081286848c1d0266b77371c33))
* **SDK:** upgrade to version 3.5.0-alpha.7 ([#699](https://github.com/roomle-dev/roomle-admin/issues/699)) ([14b6f74](https://github.com/roomle-dev/roomle-admin/commit/14b6f749c8bdadd9276ef30737ba5acf610c7f71))
* **SDK:** upgrade to version 3.5.0-alpha.8 ([#717](https://github.com/roomle-dev/roomle-admin/issues/717)) ([e59e4cb](https://github.com/roomle-dev/roomle-admin/commit/e59e4cb79ffc8b75f73ba43541c16ff92ac765e9))
* **SDK:** upgrade to version 3.5.0-alpha.9 ([#729](https://github.com/roomle-dev/roomle-admin/issues/729)) ([0fd1f57](https://github.com/roomle-dev/roomle-admin/commit/0fd1f57c3b301ca6887e165736041d7ecafebe52))

#### Bug Fixes

* add isLoadingTags check to legacy L2 fallback placeholder ([ad9d1d9](https://github.com/roomle-dev/roomle-admin/commit/ad9d1d9d2a1ded31a8f1206ca2fce789aee4f633))
* address code review feedback - add comment and improve test assertions ([be0f7b1](https://github.com/roomle-dev/roomle-admin/commit/be0f7b15d2bd8a4b59a91f99a4ab8076a69852f3))
* address PR [#676](https://github.com/roomle-dev/roomle-admin/issues/676) review comments ([c454d46](https://github.com/roomle-dev/roomle-admin/commit/c454d46191b9ea73b654c92d34dcb4e74cc4564c))
* **components:** address review comments on PR [#689](https://github.com/roomle-dev/roomle-admin/issues/689) ([a7b2d73](https://github.com/roomle-dev/roomle-admin/commit/a7b2d7340f29fac57bb42e7dc8f73bc1e722b0ae))
* address review issues in Glimmer migration PR [#670](https://github.com/roomle-dev/roomle-admin/issues/670) ([f1030d4](https://github.com/roomle-dev/roomle-admin/commit/f1030d409533f32e703fc636206cbdacaa638d6a))
* align mirage model relationship names with Ember Data models ([08c9527](https://github.com/roomle-dev/roomle-admin/commit/08c952755a2a39e1b9595c335d21cbdaaed30612))
* align Vite base with Ember rootURL for correct asset paths ([8656354](https://github.com/roomle-dev/roomle-admin/commit/8656354b710f9e30bebb9bc965a8d60ba669d8c3))
* always create English fallback entry for tags during publish ([3688212](https://github.com/roomle-dev/roomle-admin/commit/36882125d8b833f47e5e9449666e0bd9f0509cef))
* cache sub-form changeset via \_updateChangeset() to avoid side-effects in getter ([dde1860](https://github.com/roomle-dev/roomle-admin/commit/dde18601c99aa7b8e9197a2317a8219c01fb9e05))
* catalog card disappearing after publish and missing auto-translation for catalog labels ([69550a0](https://github.com/roomle-dev/roomle-admin/commit/69550a0754880c6a8ee0eda14bd5e93d2e04623e))
* center dropdown arrow in form-select and fix text truncation ([9dc86c6](https://github.com/roomle-dev/roomle-admin/commit/9dc86c6b330baaea23a7d0c0bde149c65523d619))
* center labels in catalog-filter-slider 3-button toggle ([2362937](https://github.com/roomle-dev/roomle-admin/commit/236293709a72436d8c8839caa6180295de28e81b))
* change toast timeout from 500000 to 5000 for L2 tag order update ([6367121](https://github.com/roomle-dev/roomle-admin/commit/63671215c243a4de7c187f08e6a0a724dee17537))
* consume tracked router properties in bread-crumb getter for route change reactivity ([7ff9e17](https://github.com/roomle-dev/roomle-admin/commit/7ff9e175ca7db2be9936fdb7fe021b443b15e948))
* correct API parameter name in review workflow docs ([b29406b](https://github.com/roomle-dev/roomle-admin/commit/b29406b5567d35084f3cbf02aa11b75f4c2dd69a))
* correct font URL paths for Vite's @embroider/virtual CSS location ([6eeca0b](https://github.com/roomle-dev/roomle-admin/commit/6eeca0b4be1dc0d3a14de0345fa7084095f92c21))
* **i18n:** correct L1 category translation saying 'level 2' instead of 'L1' ([95dc56a](https://github.com/roomle-dev/roomle-admin/commit/95dc56a553fd9e4c44ab031a256af8b22ad66e95))
* disable plus icon when parent tag is not resolvable ([9da3e6b](https://github.com/roomle-dev/roomle-admin/commit/9da3e6bea91ef6512805401ef9bbba7dc6fc8f38))
* disable product column when any tag level is empty ([fcbc6b9](https://github.com/roomle-dev/roomle-admin/commit/fcbc6b9f52e33db3376750f2476877b3c7d274c3))
* don't set default value for sort when we create item or tag connections from old catalog management ([6af3d6f](https://github.com/roomle-dev/roomle-admin/commit/6af3d6f68f5bb744bd465649f63a5cbe5c5402d1))
* ensure tag columns stay populated after publish and revert ([1f73343](https://github.com/roomle-dev/roomle-admin/commit/1f7334369e78282075f12cf455be355f8a019e40))
* fix content-analyzer, image-uploader, and save-variation Glimmer migration issues ([24bc0a2](https://github.com/roomle-dev/roomle-admin/commit/24bc0a2b4a5c3366e38ff0f7c445c6456630cdf5))
* guard handleAuthentication against initUser invalidating session ([84c1d9b](https://github.com/roomle-dev/roomle-admin/commit/84c1d9b77851342f1956420203984e79628846f0))
* **toast:** guard target filter to prevent removing unrelated toasts ([bbacea8](https://github.com/roomle-dev/roomle-admin/commit/bbacea8e50ef33cb4f42e2afcbe7d7c392068742))
* handle static assets via Vite plugin, update follow-up docs ([d2bf65c](https://github.com/roomle-dev/roomle-admin/commit/d2bf65ce4f416becf4edb9ca433b2b31c91a5b02))
* improve comment clarity for dual reload in getCatalogRootTagsFromRelationship ([ec4b4cb](https://github.com/roomle-dev/roomle-admin/commit/ec4b4cbe3e5af8c1834a38ad130c28efbb55d90e))
* isSVG/isPNG validators validate new uploads even when no existing value ([0f56a3d](https://github.com/roomle-dev/roomle-admin/commit/0f56a3daeeaadfe643a728cf30ce280eac6bda94))
* move loading check before disabled check in product column ([159f59d](https://github.com/roomle-dev/roomle-admin/commit/159f59d491987972bd3f05583aa6f869ab94e29c))
* perfectly center dropdown arrow by moving trigger margins to wrapper ([1f36c71](https://github.com/roomle-dev/roomle-admin/commit/1f36c711798ef081cf2bcc3216a77fb2f9185341))
* prevent 404 and cache errors when publishing with temp tags ([46e8742](https://github.com/roomle-dev/roomle-admin/commit/46e874202d57e0c554740d01f26daecd20c3a8ab))
* prevent catalog card from disappearing after publish ([0522a68](https://github.com/roomle-dev/roomle-admin/commit/0522a68d249c3636f9464326cdadd947d41d49d2))
* prevent confirm dialog from staying visible when deleting temp tags ([962fc28](https://github.com/roomle-dev/roomle-admin/commit/962fc284924dd97ebe7467cba335452cd33a5b44))
* prevent product column message flickering when selecting tags ([87af4bc](https://github.com/roomle-dev/roomle-admin/commit/87af4bc1931112c80a608cc2e8fae719db3ac01f))
* prevent tag column placeholder flickering when loading tags ([146cb86](https://github.com/roomle-dev/roomle-admin/commit/146cb86407ae76f090da7527b738ab371acf0795))
* prevent UI flickering of sample items when switching subnav tabs ([7ffef6a](https://github.com/roomle-dev/roomle-admin/commit/7ffef6a802bbcd6239d90b964fcd421026eca21e))
* remove admin. prefix from Rubens link URL (RML-16221) ([d3702b4](https://github.com/roomle-dev/roomle-admin/commit/d3702b40d6dcbb4969926332a3534151c0718149))
* remove unnecessary null from stateFatalError type and simplify getters ([9ab4291](https://github.com/roomle-dev/roomle-admin/commit/9ab4291b0cf403fef24ad1ffd46dd8b7fc8fc471))
* rename \_updateChangeset to \_rebuildChangeset in sub-form to avoid name collision ([31f1645](https://github.com/roomle-dev/roomle-admin/commit/31f1645d07d13d0aa017a0356aba75fcfaf0bc89))
* replace ember-exam with ember test to fix CI timeout ([a3b11d6](https://github.com/roomle-dev/roomle-admin/commit/a3b11d6429417e54d465c68511f3db66f9a170dc))
* replace hardcoded SCSS values with variables in button styles ([4241f2c](https://github.com/roomle-dev/roomle-admin/commit/4241f2c9b395b343b6f91986554ef10554dc1c12))
* resolve ember-intl test build failure and load translations in test context ([b31881d](https://github.com/roomle-dev/roomle-admin/commit/b31881d75a479f16a2e69addb07bbc0407b53fec))
* resolve Glimmer migration test regressions ([ddfd46c](https://github.com/roomle-dev/roomle-admin/commit/ddfd46cbc954e71e2c6c1770e1fc1f9d79258916))
* resolve runtime test failures (AMD compat, loadInitializers, TESTS\_FILE\_LOADED) ([beb53d1](https://github.com/roomle-dev/roomle-admin/commit/beb53d16afff1e91af8c9dfbd1e2b3fe9cc357af))
* resolve unit test build failures in Vite migration ([71c5707](https://github.com/roomle-dev/roomle-admin/commit/71c57073fa0ce93e7c765ba9b077d7d12bc7c590))
* restore first commit state, undo second commit reverts ([c83f89c](https://github.com/roomle-dev/roomle-admin/commit/c83f89c58065408b95872ccc1ccc05b064e48b06))
* restore hidden class on download icon and address PR review comments ([3479518](https://github.com/roomle-dev/roomle-admin/commit/34795187fb53248b1bd6c118cb26bdb61cc180a8))
* **auth:** restore session lifecycle hooks removed in ESA 6→8 upgrade ([40fe8d2](https://github.com/roomle-dev/roomle-admin/commit/40fe8d2f8d9fe83e7853b24831562b13eee21271))
* restore tag-form test assertions and remove debug artifacts ([45c1971](https://github.com/roomle-dev/roomle-admin/commit/45c1971ae9eadb84eda1f40792c88cb94fc70f0a))
* restore tsconfig.json wildcard path fix (\*/types removal) ([129e884](https://github.com/roomle-dev/roomle-admin/commit/129e884ba479b796295711f06a617ed64e38ebef))
* revert aggressive fallback logic that broke selectCatalog after revert ([58d1118](https://github.com/roomle-dev/roomle-admin/commit/58d1118a994e3722b4710a3d071271253569f242))
* send coverage data before Testem emits all-test-results ([88bc723](https://github.com/roomle-dev/roomle-admin/commit/88bc7237dd8982b0db70e30adeb1fa87543ed0df))
* static item converter structure refactoring in the API ([62f9269](https://github.com/roomle-dev/roomle-admin/commit/62f92690cf8827ca9129c4495ed163c975f1bfaa))
* trigger updateRootTags in finalizePublication to prevent catalog disappearing after publish ([4ae95c0](https://github.com/roomle-dev/roomle-admin/commit/4ae95c0f269c7675d1aaa1b305062e77a90b50da))
* update EmberRunTimer imports to use @ember/runloop/types ([53bd575](https://github.com/roomle-dev/roomle-admin/commit/53bd575224208eafbccf69a2c38361ffec688378))
* wrap fetch() with waitForPromise to restore test waiter integration ([1de9940](https://github.com/roomle-dev/roomle-admin/commit/1de9940019f4c934874635c5b22e06fdf5ba733d))
* wrap forceModulesToBeLoaded in try-catch for Vite builds ([ab53b96](https://github.com/roomle-dev/roomle-admin/commit/ab53b96cbebef26f8a70e912d698e25ba47634a6))

### [1.106.0](https://github.com/roomle-dev/roomle-admin/compare/v1.105.0...v1.106.0) (2026-02-12)

#### Features

* Clear catalogRootTag from settings after successful sync ([beb653a](https://github.com/roomle-dev/roomle-admin/commit/beb653a981bd4fd092c0f45e00345526ff0c3178))
* migrate catalog root tags from settings to rootTag relationship ([05bd851](https://github.com/roomle-dev/roomle-admin/commit/05bd8517c726edab8e87fc0914bcd390bbc4f98a))
* refactor endpoints for tag connections ([c76ce71](https://github.com/roomle-dev/roomle-admin/commit/c76ce7110964544b5b318e708bfe32ec6b8513ae))
* refactor to use the new tag/item connection endPoints ([a39580b](https://github.com/roomle-dev/roomle-admin/commit/a39580bcd7e1d47cf86824531db70dd59a03fa98))
* **SDK:** upgrade to version 3.1.0 ([#627](https://github.com/roomle-dev/roomle-admin/issues/627)) ([b3dc52a](https://github.com/roomle-dev/roomle-admin/commit/b3dc52a63c03a70b6fb29704d9139c9ce0bf3b18))
* **SDK:** upgrade to version 3.1.0-alpha.1 ([#623](https://github.com/roomle-dev/roomle-admin/issues/623)) ([2d9762b](https://github.com/roomle-dev/roomle-admin/commit/2d9762b9665447932e41958286c25571aff6dc95))
* **SDK:** upgrade to version 3.1.0-alpha.2 ([#624](https://github.com/roomle-dev/roomle-admin/issues/624)) ([e004ffc](https://github.com/roomle-dev/roomle-admin/commit/e004ffcde457377c19a350557580c041e32c035f))
* **SDK:** upgrade to version 3.1.0-alpha.3 ([#625](https://github.com/roomle-dev/roomle-admin/issues/625)) ([7bd22b4](https://github.com/roomle-dev/roomle-admin/commit/7bd22b4ac9532b4d09b84cc26159b852683a8cf4))
* **SDK:** upgrade to version 3.1.0-alpha.4 ([#626](https://github.com/roomle-dev/roomle-admin/issues/626)) ([0a3c410](https://github.com/roomle-dev/roomle-admin/commit/0a3c410b7bd968d7ad86aeab2eec3f58ea66ba75))
* **SDK:** upgrade to version 3.2.0 ([#635](https://github.com/roomle-dev/roomle-admin/issues/635)) ([02c3df4](https://github.com/roomle-dev/roomle-admin/commit/02c3df4380ea3bd6de2045287788fb6dfd9ca76a))
* **SDK:** upgrade to version 3.2.0-alpha.1 ([#631](https://github.com/roomle-dev/roomle-admin/issues/631)) ([26bad4a](https://github.com/roomle-dev/roomle-admin/commit/26bad4a668e0b4003b39fe36276aad4e62602e64))
* **SDK:** upgrade to version 3.2.0-alpha.2 ([#633](https://github.com/roomle-dev/roomle-admin/issues/633)) ([52b5ca4](https://github.com/roomle-dev/roomle-admin/commit/52b5ca45cd5f7013201cc3cab30456b06855e0de))
* **SDK:** upgrade to version 3.2.0-alpha.3 ([#634](https://github.com/roomle-dev/roomle-admin/issues/634)) ([5c2e2c8](https://github.com/roomle-dev/roomle-admin/commit/5c2e2c8d29060445d932e5515bdbd69a01c18c86))
* **SDK:** upgrade to version 3.3.0 ([#637](https://github.com/roomle-dev/roomle-admin/issues/637)) ([02d3fcb](https://github.com/roomle-dev/roomle-admin/commit/02d3fcb0fbb2d72f0325467c835edf16a62c078a))
* **SDK:** upgrade to version 3.3.0 ([#639](https://github.com/roomle-dev/roomle-admin/issues/639)) ([7fc6296](https://github.com/roomle-dev/roomle-admin/commit/7fc62964b4e5bd861c4cc606dd1acd343ba1cfb2))
* **SDK:** upgrade to version 3.3.0-alpha.1 ([#636](https://github.com/roomle-dev/roomle-admin/issues/636)) ([ce74ad3](https://github.com/roomle-dev/roomle-admin/commit/ce74ad3a25f561fe13c9bb860e71e6d7e1f55132))
* **SDK:** upgrade to version 3.4.0-alpha.1 ([#638](https://github.com/roomle-dev/roomle-admin/issues/638)) ([11dd997](https://github.com/roomle-dev/roomle-admin/commit/11dd997065e421a6bf22159d888e9260d827fb69))

#### Bug Fixes

* insert in drag position ([e5ec177](https://github.com/roomle-dev/roomle-admin/commit/e5ec177e5e7ca9fac7188fb20432c21604c9257a))
* Product Sort Order Gets Lost When Adding New Products in Embedding Management ([da518cf](https://github.com/roomle-dev/roomle-admin/commit/da518cf976edd93a0226761b79c910d6628123c0))
* selected tags in levels is unselected after sort happen ([86e0f6c](https://github.com/roomle-dev/roomle-admin/commit/86e0f6c5337e3ba062cdf4ff967db3b543db40eb))
* tag reorder position and persistence of created tags before publishing ([c6d3b9e](https://github.com/roomle-dev/roomle-admin/commit/c6d3b9e9741f48f3de381719368f86d74d0a8b36))
* tag sorting logic on drag/drop ([b128d36](https://github.com/roomle-dev/roomle-admin/commit/b128d368e33fe3410689fb03cb29468e223febe6))
* unified styles like color and border-radius ([562d243](https://github.com/roomle-dev/roomle-admin/commit/562d24383562ce50fcf6169ab4cbccb3ebd7be6a))

### [1.105.0](https://github.com/roomle-dev/roomle-admin/compare/v1.104.0...v1.105.0) (2026-01-14)

#### Features

* **SDK:** upgrade to version 3.0.0 ([#620](https://github.com/roomle-dev/roomle-admin/issues/620)) ([d87da4e](https://github.com/roomle-dev/roomle-admin/commit/d87da4ead38389b6aa7121c6bc896dd64baa61c6))

#### Bug Fixes

* wrong web-sdk paths and types ([9e7163e](https://github.com/roomle-dev/roomle-admin/commit/9e7163ebfe3011ac4108dffbaa5cc61a8f2bec85))

### [1.104.0](https://github.com/roomle-dev/roomle-admin/compare/v1.103.0...v1.104.0) (2026-01-13)

#### Features

* create a service for mapping drafts with the MOC view to display the current changes not the live changes ([ad7ef6f](https://github.com/roomle-dev/roomle-admin/commit/ad7ef6fd949a8fcf465e60b4a85bc71d5ee92518))
* **SDK:** upgrade to version 2.112.0 ([#613](https://github.com/roomle-dev/roomle-admin/issues/613)) ([1d8bddd](https://github.com/roomle-dev/roomle-admin/commit/1d8bdddcea12b87ca6437656cbe8127ce08d2a3f))
* **SDK:** upgrade to version 2.113.0-alpha.1 ([#614](https://github.com/roomle-dev/roomle-admin/issues/614)) ([5cb98de](https://github.com/roomle-dev/roomle-admin/commit/5cb98de005d57b42a01ae6f6194e2e1747823a72))
* **SDK:** upgrade to version 3.0.0-alpha.2 ([#616](https://github.com/roomle-dev/roomle-admin/issues/616)) ([aea916c](https://github.com/roomle-dev/roomle-admin/commit/aea916c155f0340ed29c8676a552666945e7f199))
* **SDK:** upgrade to version 3.0.0-alpha.3 ([#619](https://github.com/roomle-dev/roomle-admin/issues/619)) ([30699b2](https://github.com/roomle-dev/roomle-admin/commit/30699b264e508b3c39ebcaef14276e097d745984))

#### Bug Fixes

* Alignment RuAD menu ([649d682](https://github.com/roomle-dev/roomle-admin/commit/649d682aa93497a5054ce5a5847f160347847e36))
* text overflow for some headings ([707da8f](https://github.com/roomle-dev/roomle-admin/commit/707da8f57325370d9cd12cc81c9df68642dfb05f))

### [1.103.0](https://github.com/roomle-dev/roomle-admin/compare/v1.102.0...v1.103.0) (2025-12-02)

#### Features

* **SDK:** upgrade to version 2.112.0-alpha.1 ([#608](https://github.com/roomle-dev/roomle-admin/issues/608)) ([3e63ea0](https://github.com/roomle-dev/roomle-admin/commit/3e63ea026729994c92bbdb2676a3c70f6cca28ad))
* **SDK:** upgrade to version 2.112.0-alpha.2 ([#609](https://github.com/roomle-dev/roomle-admin/issues/609)) ([8c26a51](https://github.com/roomle-dev/roomle-admin/commit/8c26a51fbfa7986719c2a0e20d24e05cc45baa32))
* **SDK:** upgrade to version 2.112.0-alpha.3 ([#610](https://github.com/roomle-dev/roomle-admin/issues/610)) ([6880edd](https://github.com/roomle-dev/roomle-admin/commit/6880edd269f31edb53285ce00af9884db6263f89))
* use new catalog connections APIs to add/delete external catalog to the tenant ([fafa438](https://github.com/roomle-dev/roomle-admin/commit/fafa438adff3ea8f23b95a6688d2717c0e25699c))

#### Bug Fixes

* Embedding management: item multi select drag & drop not working ([5a158ac](https://github.com/roomle-dev/roomle-admin/commit/5a158acd69d29b7cb4faa01bbe585d67524f96bd))
* respect drop indicator when we drag and drop products within other products in the embedding table ([beaf506](https://github.com/roomle-dev/roomle-admin/commit/beaf506cf401df3b3eb620786e89ce19c821122e))

### [1.102.0](https://github.com/roomle-dev/roomle-admin/compare/v1.101.0...v1.102.0) (2025-11-18)

#### Features

* auto translate to English when creating tag with non English language ([7031f27](https://github.com/roomle-dev/roomle-admin/commit/7031f2779941a83cfc25ca6a58b6fb86a55932a4))
* Catalog management, select multiple catalogs ([ae81d34](https://github.com/roomle-dev/roomle-admin/commit/ae81d3478d08dbf805a68623fbc6e4589749df31))
* create embedding management sidebar and move the header inside it ([af61aae](https://github.com/roomle-dev/roomle-admin/commit/af61aae964efc63dfcc74de578ee0018cd25e441))
* **SDK:** upgrade to version 2.111.0 ([#605](https://github.com/roomle-dev/roomle-admin/issues/605)) ([d1399df](https://github.com/roomle-dev/roomle-admin/commit/d1399df4c093ee930269cc7cc2412e11b34d50cc))
* **SDK:** upgrade to version 2.111.0-alpha.1 ([#604](https://github.com/roomle-dev/roomle-admin/issues/604)) ([9a1a8e1](https://github.com/roomle-dev/roomle-admin/commit/9a1a8e1fdf55ce4755a5fec3c6789ad0317b2a59))

#### Bug Fixes

* newly temp tags not at the columns top ([fba966b](https://github.com/roomle-dev/roomle-admin/commit/fba966b6bf46d39890bf361b2e704cc99a75cc83))
* revert back the old sort UI inside catalog management for items and tags ([fe13547](https://github.com/roomle-dev/roomle-admin/commit/fe1354758928ae8b78fc5d49dfaa049b2ece1247))

### [1.101.0](https://github.com/roomle-dev/roomle-admin/compare/v1.100.0...v1.101.0) (2025-11-05)

#### Features

* show processing label in table textures table if the texture still in processing ([3578225](https://github.com/roomle-dev/roomle-admin/commit/35782257b790b3ea21dd1b40ebde3bc4ee24ff3e))
* **SDK:** upgrade to version 2.109.0 ([#587](https://github.com/roomle-dev/roomle-admin/issues/587)) ([a874b33](https://github.com/roomle-dev/roomle-admin/commit/a874b338bf4a049f436d46189df7b41735082622))
* **SDK:** upgrade to version 2.110.0 ([#599](https://github.com/roomle-dev/roomle-admin/issues/599)) ([a31efd7](https://github.com/roomle-dev/roomle-admin/commit/a31efd77c4e02d623d8942e233768755bd938605))
* **SDK:** upgrade to version 2.110.0-alpha.1 ([#588](https://github.com/roomle-dev/roomle-admin/issues/588)) ([ba2d337](https://github.com/roomle-dev/roomle-admin/commit/ba2d3379636762d2c984872f91b983d2e205a656))
* **SDK:** upgrade to version 2.110.0-alpha.2 ([#590](https://github.com/roomle-dev/roomle-admin/issues/590)) ([6e9179a](https://github.com/roomle-dev/roomle-admin/commit/6e9179ad11348cf800e0de57b8337052e2b2dc87))
* **SDK:** upgrade to version 2.110.0-alpha.3 ([#594](https://github.com/roomle-dev/roomle-admin/issues/594)) ([e5dd401](https://github.com/roomle-dev/roomle-admin/commit/e5dd401357f7029b8a1f42093e77a484c08fbd63))
* **SDK:** upgrade to version 2.110.0-alpha.4 ([#595](https://github.com/roomle-dev/roomle-admin/issues/595)) ([0a73c3d](https://github.com/roomle-dev/roomle-admin/commit/0a73c3dc5b8f910d582800863ed29d5762259be2))
* **SDK:** upgrade to version 2.110.0-alpha.5 ([#596](https://github.com/roomle-dev/roomle-admin/issues/596)) ([6c35553](https://github.com/roomle-dev/roomle-admin/commit/6c3555325b0c01ce5a9cf79f960a91e642232e03))
* **SDK:** upgrade to version 2.110.0-alpha.6 ([#597](https://github.com/roomle-dev/roomle-admin/issues/597)) ([cb4dbdc](https://github.com/roomle-dev/roomle-admin/commit/cb4dbdc1b9656fea48e843fff2a281d74035b563))
* **SDK:** upgrade to version 2.110.0-alpha.7 ([#598](https://github.com/roomle-dev/roomle-admin/issues/598)) ([e552426](https://github.com/roomle-dev/roomle-admin/commit/e55242604e2c163497d893713d8fea0d4c05ccbc))

#### Bug Fixes

* close add root tag form after clicking add button ([46c1369](https://github.com/roomle-dev/roomle-admin/commit/46c13694f4765b120147dbfe402efd6879b9355d))
* Sort order denomination in Ruad not correct/mixed up ([278b365](https://github.com/roomle-dev/roomle-admin/commit/278b3655895586c9d5ecaaf9e9e85b7863c62b04))

### [1.100.0](https://github.com/roomle-dev/roomle-admin/compare/v1.99.0...v1.100.0) (2025-10-21)

#### Features

* add sort connection for items ([3ac439c](https://github.com/roomle-dev/roomle-admin/commit/3ac439c216779d754536005531eac556b598f80e))

#### Bug Fixes

* missing translations ([2d3901a](https://github.com/roomle-dev/roomle-admin/commit/2d3901a2087a92d76be89afcb76ce20520f03e4b))
* typo in intl keys ([a4bc1b6](https://github.com/roomle-dev/roomle-admin/commit/a4bc1b6431f2d4ef16b3e8a10fed0545684278d6))

### [1.99.0](https://github.com/roomle-dev/roomle-admin/compare/v1.98.0...v1.99.0) (2025-10-07)

#### Features

* start iap proxy, use test api route for preview app ([f743d6c](https://github.com/roomle-dev/roomle-admin/commit/f743d6c0049727cbc97524bcc76bf280d1014b02))
* **SDK:** upgrade to version 2.109.0-alpha.1 ([#571](https://github.com/roomle-dev/roomle-admin/issues/571)) ([7b4f6c9](https://github.com/roomle-dev/roomle-admin/commit/7b4f6c91e602448dea2be63202a074f1e705c298))
* **SDK:** upgrade to version 2.109.0-alpha.2 ([#579](https://github.com/roomle-dev/roomle-admin/issues/579)) ([49d6fb1](https://github.com/roomle-dev/roomle-admin/commit/49d6fb1df2d2a7e9cea753081949cb883a47c302))
* **SDK:** upgrade to version 2.109.0-alpha.3 ([#581](https://github.com/roomle-dev/roomle-admin/issues/581)) ([d3abaed](https://github.com/roomle-dev/roomle-admin/commit/d3abaedae38e2675148e341fa26289474de3900a))
* **SDK:** upgrade to version 2.109.0-alpha.4 ([#582](https://github.com/roomle-dev/roomle-admin/issues/582)) ([e554694](https://github.com/roomle-dev/roomle-admin/commit/e554694027295b50401e22e11799cef746cad5bd))

#### Bug Fixes

* change wrong image generation icon ([4b0efa6](https://github.com/roomle-dev/roomle-admin/commit/4b0efa6a1cf0397ce3abbfa5890a881b2d4e93d9))
* Embedding management: external catalog scroll down not working ([811d59a](https://github.com/roomle-dev/roomle-admin/commit/811d59a01ff56decb58e184d358c8158ab2c7ca0))
* remove fixed strings ([1b662f4](https://github.com/roomle-dev/roomle-admin/commit/1b662f4e9f438cbc04ca86fa12614d0764e45d09))
* render service on test to use RAPI image ([2290fa8](https://github.com/roomle-dev/roomle-admin/commit/2290fa8d43f28fc1673e3dd0585dbfb783ec77b3))
* revert the config.APP.DETAIL\_ENV check ([239f1d8](https://github.com/roomle-dev/roomle-admin/commit/239f1d88e39f53238ea4fbd57f694ab2c0d4d29d))
* scroll issue in level 2 tags ([f8685e6](https://github.com/roomle-dev/roomle-admin/commit/f8685e6ffaae25f0bed11f9a87f6ed7bc9515601))
* update configurator server url ([4cd7705](https://github.com/roomle-dev/roomle-admin/commit/4cd7705567dcff8281417b030b10eb620aee64e5))
* use configurator labels instead of ids ([3b747c7](https://github.com/roomle-dev/roomle-admin/commit/3b747c7f053f940611323a1e63d59457a50a6ae3))
* use correct configurator urls ([bddd4a9](https://github.com/roomle-dev/roomle-admin/commit/bddd4a9adb32c0a7953a12651d9231e296ba6425))

### [1.98.0](https://github.com/roomle-dev/roomle-admin/compare/v1.97.0...v1.98.0) (2025-09-23)

#### Features

* first iteration for creating tenants ([d53fa54](https://github.com/roomle-dev/roomle-admin/commit/d53fa54481aba79181c57aef6664b9e1f4d5fcec))
* **SDK:** upgrade to version 2.108.0 ([#569](https://github.com/roomle-dev/roomle-admin/issues/569)) ([895925d](https://github.com/roomle-dev/roomle-admin/commit/895925d45c5a7b88444b9e94a07df86cd131f38d))
* **SDK:** upgrade to version 2.108.0-alpha.1 ([#559](https://github.com/roomle-dev/roomle-admin/issues/559)) ([8319fcd](https://github.com/roomle-dev/roomle-admin/commit/8319fcd3135ee27342ef2a0eb74fd6fff2cbdb19))
* **SDK:** upgrade to version 2.108.0-alpha.2 ([#560](https://github.com/roomle-dev/roomle-admin/issues/560)) ([bbd0d6b](https://github.com/roomle-dev/roomle-admin/commit/bbd0d6b5689a1d263d4b18b7c3f518b84ae61a9a))
* **SDK:** upgrade to version 2.108.0-alpha.4 ([#562](https://github.com/roomle-dev/roomle-admin/issues/562)) ([6cfe538](https://github.com/roomle-dev/roomle-admin/commit/6cfe538eb5c013fee92fa9cdf1a75b76366bedf5))
* **SDK:** upgrade to version 2.108.0-alpha.5 ([#564](https://github.com/roomle-dev/roomle-admin/issues/564)) ([782e719](https://github.com/roomle-dev/roomle-admin/commit/782e71984e62ffa3396c859e6943ce83f3a71e99))
* **SDK:** upgrade to version 2.108.0-alpha.6 ([#565](https://github.com/roomle-dev/roomle-admin/issues/565)) ([7c12d8b](https://github.com/roomle-dev/roomle-admin/commit/7c12d8b5ef0f0256098d0078eb93dacd033f1816))

#### Bug Fixes

* remove wrong url ([d70ad56](https://github.com/roomle-dev/roomle-admin/commit/d70ad561450fda1a7b9fc20277ee6949895ae0de))
* tenant redirection ([79b9b94](https://github.com/roomle-dev/roomle-admin/commit/79b9b94ce51d2a4ac1807d568c5a64d91ab252be))
* use config to find the right URL when redirect to users root ([890b9c8](https://github.com/roomle-dev/roomle-admin/commit/890b9c84b8a50a307b358117f975022d45700519))

### [1.97.0](https://github.com/roomle-dev/roomle-admin/compare/v1.96.0...v1.97.0) (2025-09-10)

#### Features

* New level for wall lamps ([367f962](https://github.com/roomle-dev/roomle-admin/commit/367f962c9e69dda114eb0c41521b91d5390c1ed9))
* **SDK:** upgrade to version 2.107.0 ([#558](https://github.com/roomle-dev/roomle-admin/issues/558)) ([6e02541](https://github.com/roomle-dev/roomle-admin/commit/6e02541a6d917fec879c19c16524bb2643831285))
* **SDK:** upgrade to version 2.107.0-alpha.4 ([#550](https://github.com/roomle-dev/roomle-admin/issues/550)) ([52755c0](https://github.com/roomle-dev/roomle-admin/commit/52755c08b0cbba41aa431a2b9ae42e56fb5598ae))
* **SDK:** upgrade to version 2.107.0-alpha.5 ([#553](https://github.com/roomle-dev/roomle-admin/issues/553)) ([44eb1aa](https://github.com/roomle-dev/roomle-admin/commit/44eb1aa0b66f4be252f3edc2d2d58e4a1204aa8a))
* **SDK:** upgrade to version 2.107.0-alpha.6 ([#554](https://github.com/roomle-dev/roomle-admin/issues/554)) ([698286e](https://github.com/roomle-dev/roomle-admin/commit/698286e4010c322bc5709b1c3186ca9a496a02e3))
* **SDK:** upgrade to version 2.107.0-alpha.7 ([#555](https://github.com/roomle-dev/roomle-admin/issues/555)) ([ac341da](https://github.com/roomle-dev/roomle-admin/commit/ac341da0ecb36f13892a469e5706d11b1303b3cf))

#### Bug Fixes

* add correct mimi type when generate image using AI ([1ace780](https://github.com/roomle-dev/roomle-admin/commit/1ace78059e423b9a4ce632bcf4b3ba35a4bc78f8))
* add missing labels for integration section ([e86bc27](https://github.com/roomle-dev/roomle-admin/commit/e86bc27ac687eddf185acc047c8dc9c3dfaabbb8))
* add some style fixes ([50b6532](https://github.com/roomle-dev/roomle-admin/commit/50b65326788b4a3d31f9639d6cbb2844405eb062))
* Can not create variants ([2763a45](https://github.com/roomle-dev/roomle-admin/commit/2763a4585bfa359bf32d716249fd23484ee64e6f))
* plus adding indicator for add new category inside embedding management ([7251ea4](https://github.com/roomle-dev/roomle-admin/commit/7251ea45b5954ea9946480a7c7ed1e3113c1051c))

### [1.96.0](https://github.com/roomle-dev/roomle-admin/compare/v1.95.0...v1.96.0) (2025-09-01)

#### Features

* integrate new Nano Banana model for image editing ([c476cb9](https://github.com/roomle-dev/roomle-admin/commit/c476cb9d6a45d43edb05f1a341ac23378d7c6603))

### [1.95.0](https://github.com/roomle-dev/roomle-admin/compare/v1.94.0...v1.95.0) (2025-08-21)

#### Features

* **SDK:** upgrade to version 2.106.0 ([#541](https://github.com/roomle-dev/roomle-admin/issues/541)) ([a899983](https://github.com/roomle-dev/roomle-admin/commit/a8999833f8621a7f8dd44558d63479d6ce0e865b))
* **SDK:** upgrade to version 2.107.0-alpha.1 ([#542](https://github.com/roomle-dev/roomle-admin/issues/542)) ([b5da94e](https://github.com/roomle-dev/roomle-admin/commit/b5da94e1e48296c23fae0812ad7e87d484796c85))
* **SDK:** upgrade to version 2.107.0-alpha.2 ([#543](https://github.com/roomle-dev/roomle-admin/issues/543)) ([93d752a](https://github.com/roomle-dev/roomle-admin/commit/93d752a8a3f0e98ef99b343fdc9fec8002a188af))
* **SDK:** upgrade to version 2.107.0-alpha.3 ([#544](https://github.com/roomle-dev/roomle-admin/issues/544)) ([d6e108b](https://github.com/roomle-dev/roomle-admin/commit/d6e108b0d4bef65d65602d24b360d9fae9016010))

#### Bug Fixes

* image generation errors and add image fallback ([cfdc04c](https://github.com/roomle-dev/roomle-admin/commit/cfdc04c44219ccd8548d5e11d1fc449e9b22bf6c))

### [1.94.0](https://github.com/roomle-dev/roomle-admin/compare/v1.93.0...v1.94.0) (2025-08-12)

#### Features

* add menus instead of plus buttons in the embedding table ([2992c8c](https://github.com/roomle-dev/roomle-admin/commit/2992c8c11a7628fa35fb56ca6e3304ab6889ec34))
* add voice recognition while entering prompt ([e826c8a](https://github.com/roomle-dev/roomle-admin/commit/e826c8ae06cdf92a055c01a7d4fa2f1a1109c590))
* assign products to level 1 ([fb1300f](https://github.com/roomle-dev/roomle-admin/commit/fb1300f605a17dcb63fec9d7dc3fdf96527d1a50))
* integrate gemini ([cc772f9](https://github.com/roomle-dev/roomle-admin/commit/cc772f97f7305f1efae91bc5e9b280fac624d37f))
* upgrade SDK version ([b095093](https://github.com/roomle-dev/roomle-admin/commit/b09509342ad11045b12ba298a9a4f7bc5fb39ac1))
* **SDK:** upgrade to version 2.106.0-alpha.2 ([#535](https://github.com/roomle-dev/roomle-admin/issues/535)) ([147d4c4](https://github.com/roomle-dev/roomle-admin/commit/147d4c4dd07a1a477fe88c4e6d7cadaac8b828c7))
* **SDK:** upgrade to version 2.106.0-alpha.3 ([#536](https://github.com/roomle-dev/roomle-admin/issues/536)) ([efe9108](https://github.com/roomle-dev/roomle-admin/commit/efe9108968e7d1b8e6244dce6f8f71d10f3d8688))
* **SDK:** upgrade to version 2.106.0-alpha.4 ([#537](https://github.com/roomle-dev/roomle-admin/issues/537)) ([083e26c](https://github.com/roomle-dev/roomle-admin/commit/083e26c2acb991a7d4e4384d5ca790f04ac14264))
* **SDK:** upgrade to version 2.106.0-alpha.5 ([#538](https://github.com/roomle-dev/roomle-admin/issues/538)) ([4dd3b0d](https://github.com/roomle-dev/roomle-admin/commit/4dd3b0dc9462199059d9c8c6172fa5ae408bc208))
* use BFL API for image generation ([b834bff](https://github.com/roomle-dev/roomle-admin/commit/b834bff2912df02a3f9d13356ecd96488fa2431f))
* use render service for give the best image quality to the AI image generation model ([6b357b0](https://github.com/roomle-dev/roomle-admin/commit/6b357b02272c423fe8029532458bd3ebb2af5b91))

#### Bug Fixes

* add adjustments in the upload form ([7713a55](https://github.com/roomle-dev/roomle-admin/commit/7713a55b24286c2a7e07f3792f1bba61949b08f9))
* adding input in the bottom of tag column ([1c4f226](https://github.com/roomle-dev/roomle-admin/commit/1c4f226d92371ba609ab0fca081fbf0b0bf779b6))
* button toggle issue ([bcd8481](https://github.com/roomle-dev/roomle-admin/commit/bcd8481f9647b91b634bd2f68338cd0b5fbc2520))
* change wrong embedding icon ([962586a](https://github.com/roomle-dev/roomle-admin/commit/962586acbd4b454fca2d254e21ce224c58fea764))
* do not apply babel transforms to web-sdk ([75fd788](https://github.com/roomle-dev/roomle-admin/commit/75fd7889ff157ca4598ab3bfa5af977a93ccd5ef))
* json error after deleting draft catalog ([900eba6](https://github.com/roomle-dev/roomle-admin/commit/900eba6e33ba8ae61a66d0ba9b630842ec407ba0))
* remove fixed text and add it to intl files ([a7e76a7](https://github.com/roomle-dev/roomle-admin/commit/a7e76a7b2afeb25fc035b403899e19147d3574f7))

### [1.93.0](https://github.com/roomle-dev/roomle-admin/compare/v1.92.0...v1.93.0) (2025-07-15)

#### Features

* add commit message and patch versioning ([a2ff74d](https://github.com/roomle-dev/roomle-admin/commit/a2ff74deebfed8d67e28bee2a951f54e2084734b))
* add duplicate cards while dragging ([7ee32db](https://github.com/roomle-dev/roomle-admin/commit/7ee32dbd52dc916e77ec86701dca18157a90a11c))
* add embedding management filtering ([4c7f39c](https://github.com/roomle-dev/roomle-admin/commit/4c7f39cfdf74d9f47cee5985105b996ca251ce34))
* add embedding table tooltip and enhance table style ([b08de91](https://github.com/roomle-dev/roomle-admin/commit/b08de91625a2a43bc4bdb047505d1022155a74f8))
* add first version of drag drop ([7171989](https://github.com/roomle-dev/roomle-admin/commit/71719894087ebbc48065f1438db30538f9bb3c0a))
* add linked cards indicator ([7ce5f05](https://github.com/roomle-dev/roomle-admin/commit/7ce5f055e434775e17ad96de25fd07feb42525c5))
* add lock mechanism to avoid concurrent updating ([db46e8c](https://github.com/roomle-dev/roomle-admin/commit/db46e8cb9a5c47a36b898b817fe5fb35920c8fc1))
* add new rootTag, tags for level 1 and 2 ([bf3abf3](https://github.com/roomle-dev/roomle-admin/commit/bf3abf30c9d1b2c825395b4def745a1bb7941206))
* add preview table for products and add filtering ([6d10d0e](https://github.com/roomle-dev/roomle-admin/commit/6d10d0eea1acaa89c96a707558d3aef014c9e943))
* add renaming functionality ([0826000](https://github.com/roomle-dev/roomle-admin/commit/0826000cb5a577def40809fa8738e82e27c0ca2a))
* add tags tooltip ([04326e9](https://github.com/roomle-dev/roomle-admin/commit/04326e9896e1e7958d02455866cf0fc54eb1a4df))
* add tooltip service ([9572bd2](https://github.com/roomle-dev/roomle-admin/commit/9572bd2ccb464f5d8b63c1a336a14114eafd9740))
* add versioning for tags and products ([e2681b9](https://github.com/roomle-dev/roomle-admin/commit/e2681b98f990b6530ccb071b74592c6f96974335))
* create catalogs/products overview ([0515e90](https://github.com/roomle-dev/roomle-admin/commit/0515e907f967e70efe36157b82a13f2e9fa4a6b1))
* create embedding section with dummy table ([e3353aa](https://github.com/roomle-dev/roomle-admin/commit/e3353aa78e52d7cda4efa35e6e76621801ac5524))
* drag/drop from level 2 to level 1 ([62eec41](https://github.com/roomle-dev/roomle-admin/commit/62eec4164c6ec28459d271e2b674c47ca1dad1be))
* first embedding table versioning draft solution for embedding catalogs column ([00f99cc](https://github.com/roomle-dev/roomle-admin/commit/00f99cc4c8a68f92ee4c227903350b6662ee336b))
* implement context menu ([efe8a7a](https://github.com/roomle-dev/roomle-admin/commit/efe8a7a01154064eb764bcc62572b594f76aaff3))
* implement duplicate cards ([b2e3519](https://github.com/roomle-dev/roomle-admin/commit/b2e35190efb4a7505477ed5fbf64f7136861754c))
* implement embedding table search ([e586c26](https://github.com/roomle-dev/roomle-admin/commit/e586c26e3d2153a46de0757ff9121157e94929d2))
* implement multi-select for embedding table ([668c75c](https://github.com/roomle-dev/roomle-admin/commit/668c75ceaeee3a793ef3fde9e92236a5115ca460))
* remove tags ([e7108dd](https://github.com/roomle-dev/roomle-admin/commit/e7108dd56746e22f51d62157db415d26d607812c))
* resize table ([c1d1b6d](https://github.com/roomle-dev/roomle-admin/commit/c1d1b6d3ddac0b85fb716157416f370e1c6fae71))
* **SDK:** upgrade to version 2.102.0 ([#489](https://github.com/roomle-dev/roomle-admin/issues/489)) ([fed4674](https://github.com/roomle-dev/roomle-admin/commit/fed46746ba362b600f34b5da9ba45242c3a87718))
* **SDK:** upgrade to version 2.102.0-alpha.2 ([#483](https://github.com/roomle-dev/roomle-admin/issues/483)) ([0ea1e3e](https://github.com/roomle-dev/roomle-admin/commit/0ea1e3e24a7c81d0f1961a8d3b03f48ffb2557b3))
* **SDK:** upgrade to version 2.102.0-alpha.3 ([#484](https://github.com/roomle-dev/roomle-admin/issues/484)) ([61ec6b0](https://github.com/roomle-dev/roomle-admin/commit/61ec6b0319862923dd050c0e553ef4ec85c7905b))
* **SDK:** upgrade to version 2.102.0-alpha.4 ([#485](https://github.com/roomle-dev/roomle-admin/issues/485)) ([76beccd](https://github.com/roomle-dev/roomle-admin/commit/76beccdcc22835d7b51eb2a13564c838d88c9941))
* **SDK:** upgrade to version 2.102.0-alpha.5 ([#486](https://github.com/roomle-dev/roomle-admin/issues/486)) ([acdfc4c](https://github.com/roomle-dev/roomle-admin/commit/acdfc4c84e20dbcb68c50273eb6b187adbaa18f1))
* **SDK:** upgrade to version 2.102.0-alpha.6 ([#487](https://github.com/roomle-dev/roomle-admin/issues/487)) ([87e7539](https://github.com/roomle-dev/roomle-admin/commit/87e7539fb6315d34a897f829f2a1b3f2738b7aa4))
* **SDK:** upgrade to version 2.102.0-alpha.7 ([#488](https://github.com/roomle-dev/roomle-admin/issues/488)) ([61d9154](https://github.com/roomle-dev/roomle-admin/commit/61d915414aca770d075d8dd7a4de60053c09322c))
* **SDK:** upgrade to version 2.103.0 ([#507](https://github.com/roomle-dev/roomle-admin/issues/507)) ([e393cf7](https://github.com/roomle-dev/roomle-admin/commit/e393cf7ae1144861b393cdab66ea8066ea1c9bd7))
* **SDK:** upgrade to version 2.103.0-alpha.1 ([#490](https://github.com/roomle-dev/roomle-admin/issues/490)) ([671fc7c](https://github.com/roomle-dev/roomle-admin/commit/671fc7cdc30413bb0cf296ff750426d892e8be1c))
* **SDK:** upgrade to version 2.103.0-alpha.2 ([#493](https://github.com/roomle-dev/roomle-admin/issues/493)) ([a1c1a08](https://github.com/roomle-dev/roomle-admin/commit/a1c1a086b3a0c49eb9d93e880a0ee4345ff8ef90))
* **SDK:** upgrade to version 2.103.0-alpha.3 ([#497](https://github.com/roomle-dev/roomle-admin/issues/497)) ([015ed2d](https://github.com/roomle-dev/roomle-admin/commit/015ed2d6fc85a80c894420f136d0c2c6a099b753))
* **SDK:** upgrade to version 2.103.0-alpha.4 ([#498](https://github.com/roomle-dev/roomle-admin/issues/498)) ([9558fea](https://github.com/roomle-dev/roomle-admin/commit/9558fea98890c4a218eeaff3cdea6c4d7d510e70))
* **SDK:** upgrade to version 2.103.0-alpha.5 ([#499](https://github.com/roomle-dev/roomle-admin/issues/499)) ([145d970](https://github.com/roomle-dev/roomle-admin/commit/145d97031588cf6dcaac97f3f054940b893f02e8))
* **SDK:** upgrade to version 2.103.0-alpha.6 ([#500](https://github.com/roomle-dev/roomle-admin/issues/500)) ([7ce8042](https://github.com/roomle-dev/roomle-admin/commit/7ce8042622947c4049ba54671a48176775047bf6))
* **SDK:** upgrade to version 2.103.0-alpha.7 ([#501](https://github.com/roomle-dev/roomle-admin/issues/501)) ([a7bb94e](https://github.com/roomle-dev/roomle-admin/commit/a7bb94e46403f4320aa7451e073998ee1c23b407))
* **SDK:** upgrade to version 2.103.0-alpha.8 ([#502](https://github.com/roomle-dev/roomle-admin/issues/502)) ([50202ea](https://github.com/roomle-dev/roomle-admin/commit/50202eaf8d19590985368b20dc4904eebb0d62e8))
* **SDK:** upgrade to version 2.103.0-alpha.9 ([#504](https://github.com/roomle-dev/roomle-admin/issues/504)) ([74b1d62](https://github.com/roomle-dev/roomle-admin/commit/74b1d627e7d056dfcdf431b6b8d2b0035abaee2b))
* **SDK:** upgrade to version 2.104.0 ([#510](https://github.com/roomle-dev/roomle-admin/issues/510)) ([3f1d81b](https://github.com/roomle-dev/roomle-admin/commit/3f1d81bc24eb0f7b51438632fa6c6ab767b1836a))
* **SDK:** upgrade to version 2.104.0-alpha.1 ([#508](https://github.com/roomle-dev/roomle-admin/issues/508)) ([0669016](https://github.com/roomle-dev/roomle-admin/commit/0669016aa4c6c24dddce277ae8833a9cab39f947))
* **SDK:** upgrade to version 2.105.0-alpha.1 ([#511](https://github.com/roomle-dev/roomle-admin/issues/511)) ([910f2e5](https://github.com/roomle-dev/roomle-admin/commit/910f2e57601064b20cb2fe45ee8dd30441e4c96a))
* **SDK:** upgrade to version 2.105.0-alpha.2 ([#514](https://github.com/roomle-dev/roomle-admin/issues/514)) ([2f94b92](https://github.com/roomle-dev/roomle-admin/commit/2f94b92a681974cc3ed908c11c856727ce6e84d1))
* **SDK:** upgrade to version 2.105.0-alpha.4 ([#516](https://github.com/roomle-dev/roomle-admin/issues/516)) ([82d9100](https://github.com/roomle-dev/roomle-admin/commit/82d9100ba545c53a6439262c2b7e82dc344cb267))
* **SDK:** upgrade to version 2.105.0-alpha.5 ([#518](https://github.com/roomle-dev/roomle-admin/issues/518)) ([faf9ac5](https://github.com/roomle-dev/roomle-admin/commit/faf9ac5bbe7f15caf05ba4ec00dd7978ca7d0e59))
* **SDK:** upgrade to version 2.105.0-alpha.7 ([#520](https://github.com/roomle-dev/roomle-admin/issues/520)) ([0cbdbca](https://github.com/roomle-dev/roomle-admin/commit/0cbdbca54d2b86c08a7718bfb4418af8152c26fd))

#### Bug Fixes

* add some logs ([f52ffa3](https://github.com/roomle-dev/roomle-admin/commit/f52ffa329db1ed591a561c98ec7565159a36dcb1))
* do some code polishing and fix some glitches ([f8a2abd](https://github.com/roomle-dev/roomle-admin/commit/f8a2abdaabf293077eacc07f3a6f65aa97891f6c))
* embedding table scrolling for context and tooltip menu ([b9c9d88](https://github.com/roomle-dev/roomle-admin/commit/b9c9d880ff55eb17553d797a80da82b1ba302652))
* hide unlink button for external catalogs and TC import #RML-14310 #RML-14637 ([b94aa36](https://github.com/roomle-dev/roomle-admin/commit/b94aa362ada93580c322aad9e2d5b00b8ee22cfe)), closes [#RML-14310](https://github.com/roomle-dev/roomle-admin/issues/RML-14310) [#RML-14637](https://github.com/roomle-dev/roomle-admin/issues/RML-14637)
* UX suggestions and fixes ([3c7346c](https://github.com/roomle-dev/roomle-admin/commit/3c7346c3cdf56f643357ea5787a05a9dad18f3e1))

### [1.92.0](https://github.com/roomle-dev/roomle-admin/compare/v1.91.0...v1.92.0) (2025-05-22)

#### Features

* **SDK:** upgrade to version 2.101.1-alpha.1 ([#476](https://github.com/roomle-dev/roomle-admin/issues/476)) ([c1e5869](https://github.com/roomle-dev/roomle-admin/commit/c1e586924aca3b9add40e50e5bd7835ab0d6f71e))

#### Bug Fixes

* add fallback to embedding id ([6a3894a](https://github.com/roomle-dev/roomle-admin/commit/6a3894a3850abac0da3b41cb566910bf6eab4183))

### [1.91.0](https://github.com/roomle-dev/roomle-admin/compare/v1.90.0...v1.91.0) (2025-05-20)

#### Features

* add memory to pagination ([616d2c2](https://github.com/roomle-dev/roomle-admin/commit/616d2c28dbd1d7c2479ed7c562e5a76172623af8))
* handle open links with CMD inside tables ([22d0dde](https://github.com/roomle-dev/roomle-admin/commit/22d0ddedc87dbc345cdb0f03b6f2b45196e71e01))
* make list view more smarter ([ab5284b](https://github.com/roomle-dev/roomle-admin/commit/ab5284b71d9132a109c19a2d19eb5b7603e8ba86))
* **SDK:** upgrade to version 2.100.0 ([#453](https://github.com/roomle-dev/roomle-admin/issues/453)) ([23ecc56](https://github.com/roomle-dev/roomle-admin/commit/23ecc566b269ffd26bee6cc3b05840a996c77256))
* **SDK:** upgrade to version 2.101.0-alpha.1 ([#457](https://github.com/roomle-dev/roomle-admin/issues/457)) ([da36f61](https://github.com/roomle-dev/roomle-admin/commit/da36f61f9c542354ba5f96e90b37f3ac7c16ae7b))
* **SDK:** upgrade to version 2.101.0-alpha.10 ([#467](https://github.com/roomle-dev/roomle-admin/issues/467)) ([ff8497e](https://github.com/roomle-dev/roomle-admin/commit/ff8497e2bf0972a6a06853c2453861bf9b246af3))
* **SDK:** upgrade to version 2.101.0-alpha.11 ([#468](https://github.com/roomle-dev/roomle-admin/issues/468)) ([38fb287](https://github.com/roomle-dev/roomle-admin/commit/38fb287d8f150490bd0f47b1c029861da6c4e7a1))
* **SDK:** upgrade to version 2.101.0-alpha.12 ([#469](https://github.com/roomle-dev/roomle-admin/issues/469)) ([872de4a](https://github.com/roomle-dev/roomle-admin/commit/872de4aa4e4ba19124394e20714b88a946ce8fa0))
* **SDK:** upgrade to version 2.101.0-alpha.13 ([#471](https://github.com/roomle-dev/roomle-admin/issues/471)) ([4baad3e](https://github.com/roomle-dev/roomle-admin/commit/4baad3e26351ae3a4f30c9c02b6b835bea783287))
* **SDK:** upgrade to version 2.101.0-alpha.14 ([#472](https://github.com/roomle-dev/roomle-admin/issues/472)) ([0747d57](https://github.com/roomle-dev/roomle-admin/commit/0747d570bd0111fb908d953b6596c92a7a96a31f))
* **SDK:** upgrade to version 2.101.0-alpha.17 ([#475](https://github.com/roomle-dev/roomle-admin/issues/475)) ([6c9cc07](https://github.com/roomle-dev/roomle-admin/commit/6c9cc07436f36ef3585092844a947d080b59e4cb))
* **SDK:** upgrade to version 2.101.0-alpha.2 ([#458](https://github.com/roomle-dev/roomle-admin/issues/458)) ([14068f0](https://github.com/roomle-dev/roomle-admin/commit/14068f0e3acc53445a3c0658fd0b9d74226526cc))
* **SDK:** upgrade to version 2.101.0-alpha.4 ([#461](https://github.com/roomle-dev/roomle-admin/issues/461)) ([ad36f72](https://github.com/roomle-dev/roomle-admin/commit/ad36f729ad229c155200605330a0323c23ae3663))
* **SDK:** upgrade to version 2.101.0-alpha.5 ([#462](https://github.com/roomle-dev/roomle-admin/issues/462)) ([684f337](https://github.com/roomle-dev/roomle-admin/commit/684f3374fd558b883ea15fdb60962e82dde437a5))
* **SDK:** upgrade to version 2.101.0-alpha.7 ([#464](https://github.com/roomle-dev/roomle-admin/issues/464)) ([5d20dcc](https://github.com/roomle-dev/roomle-admin/commit/5d20dcc612589502ae07da3e2f7d5afd88d3ee0e))
* **SDK:** upgrade to version 2.101.0-alpha.8 ([#465](https://github.com/roomle-dev/roomle-admin/issues/465)) ([226d306](https://github.com/roomle-dev/roomle-admin/commit/226d30664285037ef61fe0a1f1dd7f8e64ead4c1))
* **SDK:** upgrade to version 2.101.0-alpha.9 ([#466](https://github.com/roomle-dev/roomle-admin/issues/466)) ([f29ee46](https://github.com/roomle-dev/roomle-admin/commit/f29ee4653a81bfa9e1aff4da4c62fd3a375fd32b))
* **SDK:** upgrade to version 2.99.0-alpha.12 ([#456](https://github.com/roomle-dev/roomle-admin/issues/456)) ([52ba576](https://github.com/roomle-dev/roomle-admin/commit/52ba5765f64280266ad5fa8a962bf1843babb4a5))

#### Bug Fixes

* exception when deleting draft catalog ([a82f993](https://github.com/roomle-dev/roomle-admin/commit/a82f9937b8f96faadc3a4bf1b93fbc08cb48db60))
* hide draft from the list after deleting it and helper for parse response safely ([4175470](https://github.com/roomle-dev/roomle-admin/commit/4175470e898bb34decf5fe09001bcec0fbe1fb28))

### [1.90.0](https://github.com/roomle-dev/roomle-admin/compare/v1.89.0...v1.90.0) (2025-05-06)

#### Features

* **SDK:** upgrade to version 2.99.0-alpha.10 ([#451](https://github.com/roomle-dev/roomle-admin/issues/451)) ([3b6327a](https://github.com/roomle-dev/roomle-admin/commit/3b6327a2018ec1b30c9d8bce5ab3cd11214f420b))
* **SDK:** upgrade to version 2.99.0-alpha.11 ([#452](https://github.com/roomle-dev/roomle-admin/issues/452)) ([aae492b](https://github.com/roomle-dev/roomle-admin/commit/aae492bc9519e096b10c7370eb9cff258a2b5d87))
* **SDK:** upgrade to version 2.99.0-alpha.8 ([#449](https://github.com/roomle-dev/roomle-admin/issues/449)) ([c657351](https://github.com/roomle-dev/roomle-admin/commit/c657351718a8db6f8947c97cdd94bde09454561d))
* **SDK:** upgrade to version 2.99.0-alpha.9 ([#450](https://github.com/roomle-dev/roomle-admin/issues/450)) ([3f2e3c0](https://github.com/roomle-dev/roomle-admin/commit/3f2e3c09151fd4c8db8a4cb169716e253714cea6))

### [1.89.0](https://github.com/roomle-dev/roomle-admin/compare/v1.88.0...v1.89.0) (2025-04-22)

#### Features

* Add open icon for Rubens link ([6000ce6](https://github.com/roomle-dev/roomle-admin/commit/6000ce6e3f09f42a12ce9818cf377ed54a57c0c3))
* **SDK:** upgrade to version 2.98.0-alpha.3 ([befedf5](https://github.com/roomle-dev/roomle-admin/commit/befedf55c5e1adc7ef5d2cb47ed6884fd1660b5d))
* **SDK:** upgrade to version 2.98.0-alpha.5 ([#443](https://github.com/roomle-dev/roomle-admin/issues/443)) ([82d4d06](https://github.com/roomle-dev/roomle-admin/commit/82d4d068f7975379fdc6b72a43ac984957c921e4))

#### Bug Fixes

* include legacy and new job types ([8ada152](https://github.com/roomle-dev/roomle-admin/commit/8ada152a072ef816918e20ef5c6b59834c6735bb))
* Make RuAd 3d views conform to actual configurator ([624a5c3](https://github.com/roomle-dev/roomle-admin/commit/624a5c3c6236d54764ba9460954f976c9827776e))

### [1.88.0](https://github.com/roomle-dev/roomle-admin/compare/v1.87.0...v1.88.0) (2025-03-25)

#### Features

* render service integration first tryout ([43570f9](https://github.com/roomle-dev/roomle-admin/commit/43570f909fa1f7a924bd8b8441059bba64191063))
* RuAd Analytics Download - Implement includePartList flag ([d44fb85](https://github.com/roomle-dev/roomle-admin/commit/d44fb85099cfd20a9f126631e6f5df97eb70bc5d))
* **SDK:** upgrade to version 2.94.0-alpha.20 ([#407](https://github.com/roomle-dev/roomle-admin/issues/407)) ([4a6476a](https://github.com/roomle-dev/roomle-admin/commit/4a6476adaf718c577b3d94bbb27a0623d9019d5e))
* **SDK:** upgrade to version 2.94.0-alpha.21 ([#408](https://github.com/roomle-dev/roomle-admin/issues/408)) ([4713c9f](https://github.com/roomle-dev/roomle-admin/commit/4713c9f0b9bdf300736f304ab5220f2b056c6f0c))
* **SDK:** upgrade to version 2.94.0-alpha.23 ([#410](https://github.com/roomle-dev/roomle-admin/issues/410)) ([bafa018](https://github.com/roomle-dev/roomle-admin/commit/bafa018bb5b77134dc1eb01e31a2efb2457be8cb))
* **SDK:** upgrade to version 2.94.0-alpha.25 ([#412](https://github.com/roomle-dev/roomle-admin/issues/412)) ([7b0887a](https://github.com/roomle-dev/roomle-admin/commit/7b0887a6cd28963983556df905663ce8a45608b2))
* **SDK:** upgrade to version 2.94.0-alpha.26 ([#413](https://github.com/roomle-dev/roomle-admin/issues/413)) ([b54a91e](https://github.com/roomle-dev/roomle-admin/commit/b54a91ed2f70aa8e8856a2e896273fb31348a76f))
* **SDK:** upgrade to version 2.94.0-alpha.27 ([#415](https://github.com/roomle-dev/roomle-admin/issues/415)) ([de70a32](https://github.com/roomle-dev/roomle-admin/commit/de70a327bf48faa8783dd8c2d6ff0e45802b4c05))
* **SDK:** upgrade to version 2.95.0 ([#417](https://github.com/roomle-dev/roomle-admin/issues/417)) ([0964e9f](https://github.com/roomle-dev/roomle-admin/commit/0964e9fd5f3920a3621171434a345eab22bc42b6))
* **SDK:** upgrade to version 2.95.1 ([#420](https://github.com/roomle-dev/roomle-admin/issues/420)) ([94716f0](https://github.com/roomle-dev/roomle-admin/commit/94716f0f36f4705df9f02a9ce0690b65cfc4b7c2))
* **SDK:** upgrade to version 2.96.0-alpha.1 ([#418](https://github.com/roomle-dev/roomle-admin/issues/418)) ([1ac5e25](https://github.com/roomle-dev/roomle-admin/commit/1ac5e2579485e511534cc6348e8bb2dbf4a0e92e))
* **SDK:** upgrade to version 2.96.0-alpha.10 ([#430](https://github.com/roomle-dev/roomle-admin/issues/430)) ([8cb9be2](https://github.com/roomle-dev/roomle-admin/commit/8cb9be256e811443b86871c63c3f12163ccfb5ed))
* **SDK:** upgrade to version 2.96.0-alpha.11 ([#432](https://github.com/roomle-dev/roomle-admin/issues/432)) ([f46b8f5](https://github.com/roomle-dev/roomle-admin/commit/f46b8f5a95b9ed047fd783c977ec94d2ee39eb8a))
* **SDK:** upgrade to version 2.96.0-alpha.12 ([#433](https://github.com/roomle-dev/roomle-admin/issues/433)) ([5875147](https://github.com/roomle-dev/roomle-admin/commit/58751479680e1506f409138ab9382405ca30e361))
* **SDK:** upgrade to version 2.96.0-alpha.13 ([#434](https://github.com/roomle-dev/roomle-admin/issues/434)) ([532641e](https://github.com/roomle-dev/roomle-admin/commit/532641e2cd32c347b30dc42602e67d29b8d9ac1c))
* **SDK:** upgrade to version 2.96.0-alpha.14 ([#435](https://github.com/roomle-dev/roomle-admin/issues/435)) ([7cdf49c](https://github.com/roomle-dev/roomle-admin/commit/7cdf49c2291b40845cf069591b21f9edc908fe7b))
* **SDK:** upgrade to version 2.96.0-alpha.16 ([#436](https://github.com/roomle-dev/roomle-admin/issues/436)) ([18430c7](https://github.com/roomle-dev/roomle-admin/commit/18430c7ee371f39b4c150c5c5f9ab2a434af163f))
* **SDK:** upgrade to version 2.96.0-alpha.17 ([#437](https://github.com/roomle-dev/roomle-admin/issues/437)) ([4bf7849](https://github.com/roomle-dev/roomle-admin/commit/4bf7849e0c5a10e9df945ea6e96c7948a6197214))
* **SDK:** upgrade to version 2.96.0-alpha.18 ([#438](https://github.com/roomle-dev/roomle-admin/issues/438)) ([5c5cb3a](https://github.com/roomle-dev/roomle-admin/commit/5c5cb3aa7c1de77428610b12725de2d73662969e))
* **SDK:** upgrade to version 2.96.0-alpha.2 ([#419](https://github.com/roomle-dev/roomle-admin/issues/419)) ([c8e64b1](https://github.com/roomle-dev/roomle-admin/commit/c8e64b1edb4341acb23ee6837e81f564e400e60e))
* **SDK:** upgrade to version 2.96.0-alpha.3 ([#421](https://github.com/roomle-dev/roomle-admin/issues/421)) ([8b3c69a](https://github.com/roomle-dev/roomle-admin/commit/8b3c69a553f7aef87b22dcb66a37eb8db5cf8fff))
* **SDK:** upgrade to version 2.96.0-alpha.4 ([#422](https://github.com/roomle-dev/roomle-admin/issues/422)) ([4bb2de9](https://github.com/roomle-dev/roomle-admin/commit/4bb2de9284513d902ccea5430103d5b06d3f6350))
* **SDK:** upgrade to version 2.96.0-alpha.5 ([#423](https://github.com/roomle-dev/roomle-admin/issues/423)) ([c06e390](https://github.com/roomle-dev/roomle-admin/commit/c06e39098ab8c110c5c5dbabfb3c1a855f7ccd30))
* **SDK:** upgrade to version 2.96.0-alpha.6 ([#424](https://github.com/roomle-dev/roomle-admin/issues/424)) ([92ee714](https://github.com/roomle-dev/roomle-admin/commit/92ee714456ef812a424003439617891129546805))
* **SDK:** upgrade to version 2.96.0-alpha.7 ([#425](https://github.com/roomle-dev/roomle-admin/issues/425)) ([627af21](https://github.com/roomle-dev/roomle-admin/commit/627af21e819faaf92b5bb47d1ec50032214e21ae))
* **SDK:** upgrade to version 2.96.0-alpha.8 ([#427](https://github.com/roomle-dev/roomle-admin/issues/427)) ([cad866c](https://github.com/roomle-dev/roomle-admin/commit/cad866cdd5b414a147f14b7a0e8e4c61f5060dc3))
* **SDK:** upgrade to version 2.96.0-alpha.9 ([#428](https://github.com/roomle-dev/roomle-admin/issues/428)) ([77cca69](https://github.com/roomle-dev/roomle-admin/commit/77cca69c3200ac62f1e6fa92541fd7d034ad7a7a))

#### Bug Fixes

* broken images and use render service for thumbnail view as well ([2498ac8](https://github.com/roomle-dev/roomle-admin/commit/2498ac8820c3fdc94e9e3a08256a29f44729fa4d))
* render fallback image while use render service ([b227219](https://github.com/roomle-dev/roomle-admin/commit/b227219e5ac401b718bba87bb593962d41ad33a6))
* use cloudinary instead of render service for test ([7568c4c](https://github.com/roomle-dev/roomle-admin/commit/7568c4c0198fc1e4c6b6a1b12b781ac8bf8763fd))

### [1.87.0](https://github.com/roomle-dev/roomle-admin/compare/v1.86.0...v1.87.0) (2025-02-27)

#### Features

* **SDK:** upgrade to version 2.94.0-alpha.15 ([#402](https://github.com/roomle-dev/roomle-admin/issues/402)) ([e658a54](https://github.com/roomle-dev/roomle-admin/commit/e658a54d514dff2e27c47e6ce003271950fde2b6))
* **SDK:** upgrade to version 2.94.0-alpha.17 ([6ff67b6](https://github.com/roomle-dev/roomle-admin/commit/6ff67b61281f7667090a0a1019212b04339f849e))

#### Bug Fixes

* RuAD Analytics download - weird numbers ([9a27b42](https://github.com/roomle-dev/roomle-admin/commit/9a27b42131a349c876be064625359a155a5df306))

### [1.86.0](https://github.com/roomle-dev/roomle-admin/compare/v1.85.0...v1.86.0) (2025-02-25)

#### Features

* **SDK:** upgrade to version 2.94.0-alpha.10 ([#400](https://github.com/roomle-dev/roomle-admin/issues/400)) ([ea262ec](https://github.com/roomle-dev/roomle-admin/commit/ea262ec8e727db11bbf6fe9e86d138f3035bf399))

#### Bug Fixes

* init configurator ([27f6c5c](https://github.com/roomle-dev/roomle-admin/commit/27f6c5ca99d16e698de23e1459f425b40d05e820))

### [1.85.0](https://github.com/roomle-dev/roomle-admin/compare/v1.84.0...v1.85.0) (2025-02-25)

#### Features

* batch components ([2b24780](https://github.com/roomle-dev/roomle-admin/commit/2b247805e0fee19959ac2ee18f1c59b4c2c01e88))
* batch materials ([3667b85](https://github.com/roomle-dev/roomle-admin/commit/3667b85e30edf5b0d26bad077c6f46196b5ddbd2))
* Update License Pricing in Rubens Admin ([7f53644](https://github.com/roomle-dev/roomle-admin/commit/7f536448a77c7ea5cad8291f5bfc6c72c7d26e68))
* **SDK:** upgrade to version 2.92.0 ([#374](https://github.com/roomle-dev/roomle-admin/issues/374)) ([828be1f](https://github.com/roomle-dev/roomle-admin/commit/828be1f61ecc9b6d35da7cd11ee819a71dd99b7e))
* **SDK:** upgrade to version 2.93.0 ([#382](https://github.com/roomle-dev/roomle-admin/issues/382)) ([0f09d1a](https://github.com/roomle-dev/roomle-admin/commit/0f09d1a69a8dce8378f9e51024ddc62d2a7413b0))
* **SDK:** upgrade to version 2.93.0-alpha.1 ([#375](https://github.com/roomle-dev/roomle-admin/issues/375)) ([3cfbe3e](https://github.com/roomle-dev/roomle-admin/commit/3cfbe3ee979e8d6af4632dfe17cb196985fa3fc1))
* **SDK:** upgrade to version 2.93.0-alpha.2 ([#376](https://github.com/roomle-dev/roomle-admin/issues/376)) ([c8f46f1](https://github.com/roomle-dev/roomle-admin/commit/c8f46f120a41679e11f2394a94f080f7087d9434))
* **SDK:** upgrade to version 2.93.0-alpha.3 ([#378](https://github.com/roomle-dev/roomle-admin/issues/378)) ([fdcb103](https://github.com/roomle-dev/roomle-admin/commit/fdcb10358d5a91474fe16e8be9ac54ac3d91eaae))
* **SDK:** upgrade to version 2.93.0-alpha.5 ([#381](https://github.com/roomle-dev/roomle-admin/issues/381)) ([6be4c1b](https://github.com/roomle-dev/roomle-admin/commit/6be4c1b9cc59f4eb32d50dfadbd16c3d10c2da56))
* **SDK:** upgrade to version 2.94.0 ([#388](https://github.com/roomle-dev/roomle-admin/issues/388)) ([d04bc6f](https://github.com/roomle-dev/roomle-admin/commit/d04bc6facf3745a1f8aac1fe360fe14ab77f9b1e))
* **SDK:** upgrade to version 2.94.0-alpha.1 ([#386](https://github.com/roomle-dev/roomle-admin/issues/386)) ([7af5add](https://github.com/roomle-dev/roomle-admin/commit/7af5add50c066ed42430e12281bfd431439a74c4))
* **SDK:** upgrade to version 2.94.0-alpha.2 ([#389](https://github.com/roomle-dev/roomle-admin/issues/389)) ([6efe469](https://github.com/roomle-dev/roomle-admin/commit/6efe4699e71d1aa791ad95318f3c9d95f7b4e823))
* **SDK:** upgrade to version 2.94.0-alpha.3 ([#390](https://github.com/roomle-dev/roomle-admin/issues/390)) ([54dd521](https://github.com/roomle-dev/roomle-admin/commit/54dd521fcb9e1c37df7855b2736063fb36457e8a))
* **SDK:** upgrade to version 2.94.0-alpha.4 ([#391](https://github.com/roomle-dev/roomle-admin/issues/391)) ([c8078d7](https://github.com/roomle-dev/roomle-admin/commit/c8078d7fccac3c5afd7cf86e8e03d19e2ac0fdab))
* **SDK:** upgrade to version 2.94.0-alpha.5 ([#392](https://github.com/roomle-dev/roomle-admin/issues/392)) ([d3137fd](https://github.com/roomle-dev/roomle-admin/commit/d3137fd00e403c35e526f2a70a7d517e397ccf89))
* **SDK:** upgrade to version 2.94.0-alpha.6 ([#396](https://github.com/roomle-dev/roomle-admin/issues/396)) ([5e5fb95](https://github.com/roomle-dev/roomle-admin/commit/5e5fb951d6f3843c13b13599ea12d0c6df2c2ea6))
* **SDK:** upgrade to version 2.94.0-alpha.7 ([#397](https://github.com/roomle-dev/roomle-admin/issues/397)) ([e59a66b](https://github.com/roomle-dev/roomle-admin/commit/e59a66bba3ae97fc571e9a3e0a162ec916824ce8))
* **SDK:** upgrade to version 2.94.0-alpha.8 ([#398](https://github.com/roomle-dev/roomle-admin/issues/398)) ([adf65a5](https://github.com/roomle-dev/roomle-admin/commit/adf65a5e35291240e4828c253fbf622c89725e6b))
* **SDK:** upgrade to version 2.94.0-alpha.9 ([#399](https://github.com/roomle-dev/roomle-admin/issues/399)) ([d2c08be](https://github.com/roomle-dev/roomle-admin/commit/d2c08bea5ac3067659d6bc886033396704c3b6eb))

#### Bug Fixes

* Adding products from external catalogue end up on bottom of product list ([607a7a7](https://github.com/roomle-dev/roomle-admin/commit/607a7a74592a5d841c73bdac5b20ccf5fc0889fc))
* append existing tenant catalog connections on update/delete ([ee31721](https://github.com/roomle-dev/roomle-admin/commit/ee317210a2a9642b2f03c3f2175040cdd660c0e4))
* Archiving catalog fails ([bd9ce77](https://github.com/roomle-dev/roomle-admin/commit/bd9ce77f3070ad78a0952bc76d9dfdf3fbbf8ab6))
* Clicking AR on configurator in RuAd shows only a gray overlay ([03e5f94](https://github.com/roomle-dev/roomle-admin/commit/03e5f94970e13713d4d8e763974aa47516dad00e))
* Roomle Admin when opening Components/Products/Materials/etc and putting words into the search bar with CMD+V before the side is fully loaded leads search being ignored ([b1cd772](https://github.com/roomle-dev/roomle-admin/commit/b1cd77289924ee82d1075df2b482c961fab9c17f))
* set configuratorId inside global init data so the embeddings works again ([4c9ca9b](https://github.com/roomle-dev/roomle-admin/commit/4c9ca9b62993191102c7134a04684c4c73592552))
* The sorting of products by Config type is not working ([fd73499](https://github.com/roomle-dev/roomle-admin/commit/fd73499f358ec9057f6733d88e64845f5bdcb3d1))
* view flickering ([e63fbb1](https://github.com/roomle-dev/roomle-admin/commit/e63fbb124e294997ca75e0eef011502998a6506a))

### [1.84.0](https://github.com/roomle-dev/roomle-admin/compare/v1.83.0...v1.84.0) (2025-01-28)

#### Features

* introduce custom modifiers hooks did-insert did-update and will-destroy ([f16113a](https://github.com/roomle-dev/roomle-admin/commit/f16113aaeea5fff3a340420ef5c7c2a79428abc0))
* upgrade ember to version 6 along with many other dependancies ([d60148f](https://github.com/roomle-dev/roomle-admin/commit/d60148f90964ede9b06ef6c30e6bceb21fa95e11))
* upgrade the remaining packages and migrate eslint ([fec13bd](https://github.com/roomle-dev/roomle-admin/commit/fec13bdf248113727a7e75432f9457ba40f57f81))
* **SDK:** upgrade to version 2.91.0 ([#370](https://github.com/roomle-dev/roomle-admin/issues/370)) ([04e476e](https://github.com/roomle-dev/roomle-admin/commit/04e476ec9f4dfe00e8719f95166e9e7de7760fc9))
* **SDK:** upgrade to version 2.91.0-alpha.1 ([#348](https://github.com/roomle-dev/roomle-admin/issues/348)) ([2f3854b](https://github.com/roomle-dev/roomle-admin/commit/2f3854b0df28e12260f06d3ba32e816fa2e9d83a))
* **SDK:** upgrade to version 2.91.0-alpha.10 ([#369](https://github.com/roomle-dev/roomle-admin/issues/369)) ([009adc7](https://github.com/roomle-dev/roomle-admin/commit/009adc760356abf60b2ea40af6d7eecc6e7710d7))
* **SDK:** upgrade to version 2.91.0-alpha.3 ([#350](https://github.com/roomle-dev/roomle-admin/issues/350)) ([4069986](https://github.com/roomle-dev/roomle-admin/commit/406998680d1dff3c93b86d9db0b0d1b81dede101))
* **SDK:** upgrade to version 2.91.0-alpha.4 ([#351](https://github.com/roomle-dev/roomle-admin/issues/351)) ([7bbf5d1](https://github.com/roomle-dev/roomle-admin/commit/7bbf5d1529e83ccc95d60b43a08dbd93e1586cb0))
* **SDK:** upgrade to version 2.91.0-alpha.5 ([#352](https://github.com/roomle-dev/roomle-admin/issues/352)) ([487eac5](https://github.com/roomle-dev/roomle-admin/commit/487eac5913b5af6e5fc82ca58a47ade8187b6fa1))
* **SDK:** upgrade to version 2.91.0-alpha.8 ([#365](https://github.com/roomle-dev/roomle-admin/issues/365)) ([91313e1](https://github.com/roomle-dev/roomle-admin/commit/91313e1bce906728d8aa638bfcb3139647e865a2))
* **SDK:** upgrade to version 2.91.0-alpha.9 ([#367](https://github.com/roomle-dev/roomle-admin/issues/367)) ([5f06a06](https://github.com/roomle-dev/roomle-admin/commit/5f06a06cc968ea30c6a351b618f30a3dab907a57))
* **SDK:** upgrade to version 2.92.0-alpha.1 ([#371](https://github.com/roomle-dev/roomle-admin/issues/371)) ([cf06e49](https://github.com/roomle-dev/roomle-admin/commit/cf06e495f09821eb77521b8af449c6d7a7d2e3e6))

#### Bug Fixes

* breaking cli after upgrading sonarqube ([cc23217](https://github.com/roomle-dev/roomle-admin/commit/cc23217ddd3e1bb3d75d8b5c2aaf9e4b043aad6d))
* Deprecation for Relationship Remote update clearing Local state ([e9c0597](https://github.com/roomle-dev/roomle-admin/commit/e9c059758adfb58dfe643af4034e1263332d3f0a))
* downgrade sonarqube-scanner for now until the server is updated from Dürr side ([c26db10](https://github.com/roomle-dev/roomle-admin/commit/c26db10d55b62d3f0135eb3af05f9c9160bba234))
* lint hbs files ([b9e4149](https://github.com/roomle-dev/roomle-admin/commit/b9e4149d546aa7f41da30ff415e43cf8a255e401))
* remove deprecation ember-data:deprecate-legacy-imports ([39f7073](https://github.com/roomle-dev/roomle-admin/commit/39f707363fb2d929d8a05281b827d033bebc8481))
* remove findBy from accessing ember changeset changes ([cbac668](https://github.com/roomle-dev/roomle-admin/commit/cbac66863fe4bae1350865ae7b2898479a4d208d))
* remove template-action deprecation as a preparation for Ember 6 upgrading ([0e55d98](https://github.com/roomle-dev/roomle-admin/commit/0e55d988eedf3c5ee02afa8853ad3799dac2ccc6))
* Remove the following deprecations ([9c3dd21](https://github.com/roomle-dev/roomle-admin/commit/9c3dd2171fd740df5badde74dbbdf3e3bf671ea9))
* scanner callback to not always return error and wrap the scanner inside try/catch block ([a0e3fca](https://github.com/roomle-dev/roomle-admin/commit/a0e3fca99a3165d390f28d499af107936aab7e92))
* sonarqube-scaner import ([250457e](https://github.com/roomle-dev/roomle-admin/commit/250457e3a9a75c47cf050e0addfc7d80c06b9658))
* typescript lint problems ([f47a015](https://github.com/roomle-dev/roomle-admin/commit/f47a01564e2c671abafd155fd78cb77471d620be))

### [1.83.0](https://github.com/roomle-dev/roomle-admin/compare/v1.82.1...v1.83.0) (2024-12-03)

#### Features

* send configuratorId when requesting UserActions export ([7d9aac9](https://github.com/roomle-dev/roomle-admin/commit/7d9aac9d01a90d6f41ac0adac50f921213530c39))
* **SDK:** upgrade to version 2.90.0 ([#346](https://github.com/roomle-dev/roomle-admin/issues/346)) ([b4200f5](https://github.com/roomle-dev/roomle-admin/commit/b4200f5c6766342a86de4a932486ea31b2d60187))
* **SDK:** upgrade to version 2.90.0-alpha.2 ([#344](https://github.com/roomle-dev/roomle-admin/issues/344)) ([904708a](https://github.com/roomle-dev/roomle-admin/commit/904708a0d9dee743e43ee741a5d3ee47ba5dadf0))
* **SDK:** upgrade to version 2.90.0-alpha.3 ([#345](https://github.com/roomle-dev/roomle-admin/issues/345)) ([13b7816](https://github.com/roomle-dev/roomle-admin/commit/13b7816cc4c4a76d8b346700ebc76dbb86c25f01))

#### Bug Fixes

* disable hashing for npm packages until we solve the CI exception ([9726cb3](https://github.com/roomle-dev/roomle-admin/commit/9726cb31e86c4c2acfca9fe247088515d4311a47))
* disable npm caching for now until we solve the node versioning exception ([be88b7c](https://github.com/roomle-dev/roomle-admin/commit/be88b7ce9256dcb76289792bd006c6830e8b0b24))
* disable npm caching until we solve CI exception ([fcc91e0](https://github.com/roomle-dev/roomle-admin/commit/fcc91e02f0d56365251c020ba0c631032f8c1ae3))
* enable linking catalog for all levels and show linking catalogs if it has visibility level >= 5 ([f8316e4](https://github.com/roomle-dev/roomle-admin/commit/f8316e40d70790bbea3624795d5c91789fd1eec2))
* make embedding url in the additional info form optional ([609aa90](https://github.com/roomle-dev/roomle-admin/commit/609aa904e12b50d639795569bd517a6892e0f204))

### [1.82.1](https://github.com/roomle-dev/roomle-admin/compare/v1.82.0...v1.82.1) (2024-11-22)

#### Bug Fixes

* wrong MIMI type for zip files on Windows ([cc02b83](https://github.com/roomle-dev/roomle-admin/commit/cc02b83d0c7ad7a7314babb18059a35aa469e778))

### [1.82.0](https://github.com/roomle-dev/roomle-admin/compare/v1.81.0...v1.82.0) (2024-11-21)

#### Features

* **SDK:** upgrade to version 2.89.0 ([#333](https://github.com/roomle-dev/roomle-admin/issues/333)) ([ddca63f](https://github.com/roomle-dev/roomle-admin/commit/ddca63f451d64d2e96cca1999c425ebf5f89c2a8))
* **SDK:** upgrade to version 2.90.0-alpha.1 ([#334](https://github.com/roomle-dev/roomle-admin/issues/334)) ([087292d](https://github.com/roomle-dev/roomle-admin/commit/087292d0c87919e5d06fcc1c02ba5efa2b121024))

#### Bug Fixes

* checking for zip extension in other platforms ([d4d5990](https://github.com/roomle-dev/roomle-admin/commit/d4d59906c520773b592cbb1920cdc915d5a6b7c7))

### [1.81.0](https://github.com/roomle-dev/roomle-admin/compare/v1.80.0...v1.81.0) (2024-11-19)

#### Features

* Batch Import - Use batch service for meshes ([eef3283](https://github.com/roomle-dev/roomle-admin/commit/eef328340c5c3307d71f27f31e1a205502ca0fe0))
* **SDK:** upgrade to version 2.88.0 ([#323](https://github.com/roomle-dev/roomle-admin/issues/323)) ([cab0c73](https://github.com/roomle-dev/roomle-admin/commit/cab0c73bf233d16aa7b76ce2ca6b2385e0bd3d23))
* **SDK:** upgrade to version 2.88.1-alpha.1 ([#324](https://github.com/roomle-dev/roomle-admin/issues/324)) ([c33caf5](https://github.com/roomle-dev/roomle-admin/commit/c33caf5410f46b5926a948ae8420796a0a938598))
* **SDK:** upgrade to version 2.89.0-alpha.1 ([#325](https://github.com/roomle-dev/roomle-admin/issues/325)) ([319c261](https://github.com/roomle-dev/roomle-admin/commit/319c261531445029047aa10420485b9847b8e0e7))
* **SDK:** upgrade to version 2.89.0-alpha.2 ([#326](https://github.com/roomle-dev/roomle-admin/issues/326)) ([5a8f28e](https://github.com/roomle-dev/roomle-admin/commit/5a8f28e0696367ed8de09ff0b65ed576c00321ec))
* **SDK:** upgrade to version 2.89.0-alpha.3 ([#329](https://github.com/roomle-dev/roomle-admin/issues/329)) ([b25e878](https://github.com/roomle-dev/roomle-admin/commit/b25e8784ccdc276fd49e836498f4d4cef8705295))
* **SDK:** upgrade to version 2.89.0-alpha.4 ([#330](https://github.com/roomle-dev/roomle-admin/issues/330)) ([5d2df56](https://github.com/roomle-dev/roomle-admin/commit/5d2df56b366dbef3bee93ac4890ef6aed319d3b9))
* **SDK:** upgrade to version 2.89.0-alpha.5 ([#331](https://github.com/roomle-dev/roomle-admin/issues/331)) ([6cad626](https://github.com/roomle-dev/roomle-admin/commit/6cad6260f8954d7da901a71d6e6843803a0655b3))

#### Bug Fixes

* Align upgrade here label ([3c32c8f](https://github.com/roomle-dev/roomle-admin/commit/3c32c8f41c7992e40fa9c699b1a735f7a2661251))
* change deprecated asset type for static item converter ([0fff602](https://github.com/roomle-dev/roomle-admin/commit/0fff6023cd5b8b909abe2603d3ea94bb43d2ce6f))
* close overlay after uploading meshes and prohibit redirecting if there is an errors happen RML-12608 ([50cb901](https://github.com/roomle-dev/roomle-admin/commit/50cb901a24883d79bef377aceb8d980c8dd8c74f))
* exception when routing through product detail page ([c990fda](https://github.com/roomle-dev/roomle-admin/commit/c990fdab1dfa4136a225a06ed63b0a3014bb60ee))

### [1.80.0](https://github.com/roomle-dev/roomle-admin/compare/v1.79.0...v1.80.0) (2024-11-05)

#### Features

* Setup supademo for RuAd ([9938ef3](https://github.com/roomle-dev/roomle-admin/commit/9938ef37ec13ad641e9d50ca5db3cf9a63a951a9))
* **SDK:** upgrade to version 2.88.0-alpha.1 ([#314](https://github.com/roomle-dev/roomle-admin/issues/314)) ([9b69347](https://github.com/roomle-dev/roomle-admin/commit/9b69347dfe31c13ada4fb680dc8b230dc26e32cd))
* **SDK:** upgrade to version 2.88.0-alpha.2 ([#315](https://github.com/roomle-dev/roomle-admin/issues/315)) ([c7252dd](https://github.com/roomle-dev/roomle-admin/commit/c7252dd32841f50a740ff0204b47d04d1e0a48e5))
* **SDK:** upgrade to version 2.88.0-alpha.4 ([#319](https://github.com/roomle-dev/roomle-admin/issues/319)) ([455ada0](https://github.com/roomle-dev/roomle-admin/commit/455ada01bdec7d850f93ee4f3025e376796f9966))
* **SDK:** upgrade to version 2.88.0-alpha.5 ([#320](https://github.com/roomle-dev/roomle-admin/issues/320)) ([37cd3d5](https://github.com/roomle-dev/roomle-admin/commit/37cd3d5db3eb2c6ddae0517e67635a5b19d7ea3a))

#### Bug Fixes

* only add ellipse label in list entity in case of external products ([6073429](https://github.com/roomle-dev/roomle-admin/commit/6073429d9f1c5bcba91253993987d36146c7201d))
* RuAD: Remove as any inside getBelongsTo helper ([fa905b5](https://github.com/roomle-dev/roomle-admin/commit/fa905b52ae8031532378095e87332f8593251542))

### [1.79.0](https://github.com/roomle-dev/roomle-admin/compare/v1.78.0...v1.79.0) (2024-10-23)

#### Features

* add popup before unlinking external catalog ([56eda6f](https://github.com/roomle-dev/roomle-admin/commit/56eda6f0cb76f7f15c0a051039e9f718bb75da59))
* Link catalog from different tenant ([affe6ff](https://github.com/roomle-dev/roomle-admin/commit/affe6ffdd054ce6e9cd9132ad7d48bb59612b6ff))
* Link catalog from different tenant ([03b329f](https://github.com/roomle-dev/roomle-admin/commit/03b329fa85de2859e939d186e789d37362c881da))
* **SDK:** upgrade to version 2.86.0 ([#307](https://github.com/roomle-dev/roomle-admin/issues/307)) ([000d433](https://github.com/roomle-dev/roomle-admin/commit/000d4331f03d0e4a3fc6e32dd30a18e1da49c853))
* **SDK:** upgrade to version 2.86.0-alpha.1 ([#294](https://github.com/roomle-dev/roomle-admin/issues/294)) ([c58554a](https://github.com/roomle-dev/roomle-admin/commit/c58554ad2700a1236625d12260f66bf3b45a37f9))
* **SDK:** upgrade to version 2.86.0-alpha.2 ([#295](https://github.com/roomle-dev/roomle-admin/issues/295)) ([894ba73](https://github.com/roomle-dev/roomle-admin/commit/894ba735d8dce2fd4a4b28fa1793006dc0d85ec7))
* **SDK:** upgrade to version 2.86.0-alpha.3 ([#298](https://github.com/roomle-dev/roomle-admin/issues/298)) ([b9d19e7](https://github.com/roomle-dev/roomle-admin/commit/b9d19e7fd17832756668e7986dcc35a24fe48808))
* **SDK:** upgrade to version 2.86.0-alpha.4 ([#300](https://github.com/roomle-dev/roomle-admin/issues/300)) ([46ec19e](https://github.com/roomle-dev/roomle-admin/commit/46ec19ebd45b957462457071fd79dad3e11535dd))
* **SDK:** upgrade to version 2.87.0 ([#312](https://github.com/roomle-dev/roomle-admin/issues/312)) ([eb0d4d9](https://github.com/roomle-dev/roomle-admin/commit/eb0d4d9e02519e88e9c683f37e3eef989777aff6))
* **SDK:** upgrade to version 2.87.0-alpha.1 ([#308](https://github.com/roomle-dev/roomle-admin/issues/308)) ([8bd4e31](https://github.com/roomle-dev/roomle-admin/commit/8bd4e31a74f7b62182c6267f59248ec2f3e084ee))
* **SDK:** upgrade to version 2.87.0-alpha.3 ([#310](https://github.com/roomle-dev/roomle-admin/issues/310)) ([6c72ac7](https://github.com/roomle-dev/roomle-admin/commit/6c72ac7c41c6d2acb47eb108948dd7b12579474f))

#### Bug Fixes

* add max width for products labels ([82c4af3](https://github.com/roomle-dev/roomle-admin/commit/82c4af31f5c8791f41b50f3426cd1188c737d966))
* align external label ([eac9815](https://github.com/roomle-dev/roomle-admin/commit/eac9815b22a52a1d7ca668774ed2b7c4ae223b48))
* checkbox label misalignment ([58c77fa](https://github.com/roomle-dev/roomle-admin/commit/58c77fa26a03c9174d2d20ef53ddd36633b0cf33))
* filter material additional infos based on parent IDs ([dcce665](https://github.com/roomle-dev/roomle-admin/commit/dcce665e4d76898b2db142e10f34b3cdf092a305))
* **style:** make overflow y always scroll to prohibit content shifting on overflow ([acc9c24](https://github.com/roomle-dev/roomle-admin/commit/acc9c2455b5b35ae93ec8b064f39863d2f103d5b))
* prohibit hiding linked catalog on click cancel in the popup confirmation ([8091107](https://github.com/roomle-dev/roomle-admin/commit/80911076f3f02e83eefa00b1cc753b2c67b9cef0))
* Reimport in a draft catalog ([228b46c](https://github.com/roomle-dev/roomle-admin/commit/228b46cb649c6df2aeeb757455f5e246b7844731))
* relationships of items vs tag when we tag external items ([61f6e45](https://github.com/roomle-dev/roomle-admin/commit/61f6e4534de1a40ef920a69d62ca7de2224878ca))
* tagging for external products ([b3826ec](https://github.com/roomle-dev/roomle-admin/commit/b3826ecded608a09a5019ae81d0b3af8af8140cc))

### [1.78.0](https://github.com/roomle-dev/roomle-admin/compare/v1.77.0...v1.78.0) (2024-09-25)

#### Features

* **batch-upload:** Improve batch upload process and error handling ([ab1fa50](https://github.com/roomle-dev/roomle-admin/commit/ab1fa50dac97fb8edc914ced23962e048772c287))
* Show an overview of current licence plan in RuAd ([dfedb7a](https://github.com/roomle-dev/roomle-admin/commit/dfedb7a1392a1b79e9ebb10ebfa5bc6d3ed2345b))
* **SDK:** upgrade to version 2.84.0 ([#278](https://github.com/roomle-dev/roomle-admin/issues/278)) ([6996377](https://github.com/roomle-dev/roomle-admin/commit/6996377e5ec034e217eabb2cd8c42a9028c05f84))
* **SDK:** upgrade to version 2.85.0 ([#292](https://github.com/roomle-dev/roomle-admin/issues/292)) ([49fe352](https://github.com/roomle-dev/roomle-admin/commit/49fe3526c13cb97d6003f46a69113fe16274bfb5))
* **SDK:** upgrade to version 2.85.0-alpha.1 ([#281](https://github.com/roomle-dev/roomle-admin/issues/281)) ([d1bc56e](https://github.com/roomle-dev/roomle-admin/commit/d1bc56e517079d5e3530babda16df7d82d476183))
* **SDK:** upgrade to version 2.85.0-alpha.3 ([#283](https://github.com/roomle-dev/roomle-admin/issues/283)) ([81397f9](https://github.com/roomle-dev/roomle-admin/commit/81397f9ed95d969ea772cfe38931e3f0b4d52594))
* **SDK:** upgrade to version 2.85.0-alpha.4 ([#290](https://github.com/roomle-dev/roomle-admin/issues/290)) ([ced07ec](https://github.com/roomle-dev/roomle-admin/commit/ced07ec15470ebbe581718805c346d97852fd335))
* UserActions Tracking of batch 3D exports out of RuAd ([ddb08bd](https://github.com/roomle-dev/roomle-admin/commit/ddb08bd1008593eb833788197373823e281ee543))

#### Bug Fixes

* add a toast for enterprise package and fix the button label in the case of enterprise package ([a062e40](https://github.com/roomle-dev/roomle-admin/commit/a062e40d8c7676e4ede152d742277a99408ad6d7))
* global search error ([019c094](https://github.com/roomle-dev/roomle-admin/commit/019c0940f592cf36e23b2246997decde1f80c9bb))
* material viewer issues ([3e0ba47](https://github.com/roomle-dev/roomle-admin/commit/3e0ba47f8e551eeafe21fafd17a96d961d500181))
* redirection issue after static item batch upload ([764dbd3](https://github.com/roomle-dev/roomle-admin/commit/764dbd36f8549d545c1dbd8aa502b99acf6cf917))
* RuAd: can not change item configuration in RuAd ([d9acb40](https://github.com/roomle-dev/roomle-admin/commit/d9acb40d62d5425d90aa9a06c59cbff43131efde))
* try to add onPartListUpdate callback as well for checking for update configurations ([f251a90](https://github.com/roomle-dev/roomle-admin/commit/f251a90a0a7d25a42590eaa760ed13f7d449ba08))
* update conventional-changelog-conventionalcommits ([6439bc0](https://github.com/roomle-dev/roomle-admin/commit/6439bc01f5dd2cb4d30cbe84790e189a3ca8915e))
* versioning problem that breaking the build ([9b7bf92](https://github.com/roomle-dev/roomle-admin/commit/9b7bf92edbb4d0ad67669b0ed4a5e9ea6922a555))
* x button for free trial popup broken ([8536630](https://github.com/roomle-dev/roomle-admin/commit/85366308f9e7c2dea6849a5dc11b7198958e5eb3))

### [1.77.0](https://github.com/roomle-dev/roomle-admin/compare/v1.76.0...v1.77.0) (2024-09-10)

#### Features

* add list/thumbnails selection via checkboxes ([5c7de71](https://github.com/roomle-dev/roomle-admin/commit/5c7de715e6ab60902b307a436811727d454a6043))
* change asset exports extensions (Remove blend extension and add source file as an export option) ([7956585](https://github.com/roomle-dev/roomle-admin/commit/795658513f95154e23848ada09cd43fc0e13821d))
* implement export 3d assets for static items for catalogs ([f56bc31](https://github.com/roomle-dev/roomle-admin/commit/f56bc31e74fac21b9531144a76a3661ef0109702))
* Implement visibilityLogic for meshes ([c17b772](https://github.com/roomle-dev/roomle-admin/commit/c17b77271883bbf12c17b2300e2e021f6214d59b))
* introduce optimising status for asset processing in batch uploading static items ([0c05d12](https://github.com/roomle-dev/roomle-admin/commit/0c05d12203642feb2326d49577285919fd281029))
* Make feature flags menu available for all levels ([edfd58c](https://github.com/roomle-dev/roomle-admin/commit/edfd58cb5a8e483c812727c28f15a8b293f91be0))
* **SDK:** upgrade to version 2.84.0-alpha.1 ([#265](https://github.com/roomle-dev/roomle-admin/issues/265)) ([c0b9020](https://github.com/roomle-dev/roomle-admin/commit/c0b9020a8061a1173fbe437b0e2489d11dcbc415))
* **SDK:** upgrade to version 2.84.0-alpha.2 ([#269](https://github.com/roomle-dev/roomle-admin/issues/269)) ([45296af](https://github.com/roomle-dev/roomle-admin/commit/45296af7c08dd5f097a42a87d2617221b6f0144a))
* **SDK:** upgrade to version 2.84.0-alpha.3 ([#270](https://github.com/roomle-dev/roomle-admin/issues/270)) ([2aa40bd](https://github.com/roomle-dev/roomle-admin/commit/2aa40bd5cc8f2a9999f67b18634207e15ce02e48))
* **SDK:** upgrade to version 2.84.0-alpha.4 ([#271](https://github.com/roomle-dev/roomle-admin/issues/271)) ([184ec7f](https://github.com/roomle-dev/roomle-admin/commit/184ec7f7b08272b782b7bcd05c961daa04e29489))
* **SDK:** upgrade to version 2.84.0-alpha.5 ([#272](https://github.com/roomle-dev/roomle-admin/issues/272)) ([12ab81a](https://github.com/roomle-dev/roomle-admin/commit/12ab81aaf7dd269d00a0b5168b4a2a5f947c0e67))
* **SDK:** upgrade to version 2.84.0-alpha.6 ([#273](https://github.com/roomle-dev/roomle-admin/issues/273)) ([dc17d28](https://github.com/roomle-dev/roomle-admin/commit/dc17d288f63597c88b958c58c97620ed6c02ea8e))

#### Bug Fixes

* Hide Rubens statistics for level 1 ([134fb82](https://github.com/roomle-dev/roomle-admin/commit/134fb821e722ed3ce04b6aa7dd7776898bd58d66))
* mesh filtring issue ([7b981da](https://github.com/roomle-dev/roomle-admin/commit/7b981da7528773e38e3cb81c00582dbb029c40a1))
* mesh PUT request for change visibility status ([80b65a7](https://github.com/roomle-dev/roomle-admin/commit/80b65a7741187398f8885ecdf2f7b74026cf5296))
* meshes redirecting route after archiving mesh ([2516376](https://github.com/roomle-dev/roomle-admin/commit/251637698039d21c7ff68c537546981523a51a44))
* more price service form issues ([c98f6e4](https://github.com/roomle-dev/roomle-admin/commit/c98f6e4efb7b1b284305f81438494bd9881bd3ff))
* New entry in sub-forms is added on last page RML-11811 ([adeabee](https://github.com/roomle-dev/roomle-admin/commit/adeabee481b41b117666316a47ccd0820429c8a9))
* price service issues ([a9e19db](https://github.com/roomle-dev/roomle-admin/commit/a9e19dbcb9ab85395afa206f63ac27ab1b0ba15a))

### [1.76.0](https://github.com/roomle-dev/roomle-admin/compare/v1.75.0...v1.76.0) (2024-08-27)

#### Features

* add download assets for images ([0eb4f59](https://github.com/roomle-dev/roomle-admin/commit/0eb4f59a919bfebf541dd29dcec044ad32cf334c))
* Add time range selector for date picker component (Dashboard, analytics, AssetPipe jobs) ([a0ebeb9](https://github.com/roomle-dev/roomle-admin/commit/a0ebeb9e120ed4d772c86973322ae6ece3215ba8))
* Add UI for Alpha Modes in Material Page ([71193aa](https://github.com/roomle-dev/roomle-admin/commit/71193aad3dccddb55ac6b309f14e2325b25e7f80))
* Introduce catalog management in RuAd for Level 1 ([eca3474](https://github.com/roomle-dev/roomle-admin/commit/eca3474f78493b91528c5ce98e132c77cf575fd0))
* Make Material Duplicateable ([08fb0c7](https://github.com/roomle-dev/roomle-admin/commit/08fb0c7bb0797e52deb9b7419c86fb898bc0a24e))
* **SDK:** upgrade to version 2.82.0 ([#227](https://github.com/roomle-dev/roomle-admin/issues/227)) ([3da22d2](https://github.com/roomle-dev/roomle-admin/commit/3da22d2c3ce8f23ab3746889ed954bcd9ac7bcd6))
* **SDK:** upgrade to version 2.82.0-alpha.4 ([#226](https://github.com/roomle-dev/roomle-admin/issues/226)) ([d346eb5](https://github.com/roomle-dev/roomle-admin/commit/d346eb5cdb3909715a671fd0281d94f86c41978e))
* **SDK:** upgrade to version 2.83.0 ([#261](https://github.com/roomle-dev/roomle-admin/issues/261)) ([01321d3](https://github.com/roomle-dev/roomle-admin/commit/01321d314b63f1fefc891e5944b16493a654130a))
* **SDK:** upgrade to version 2.83.0-alpha.1 ([#228](https://github.com/roomle-dev/roomle-admin/issues/228)) ([8901e66](https://github.com/roomle-dev/roomle-admin/commit/8901e66bffe5771c428e6f8db94c0f86c4ecfc39))
* **SDK:** upgrade to version 2.83.0-alpha.2 ([#229](https://github.com/roomle-dev/roomle-admin/issues/229)) ([c79f2f7](https://github.com/roomle-dev/roomle-admin/commit/c79f2f7fd576ddf9db832a5b9152090c29ff1b9b))
* **SDK:** upgrade to version 2.83.0-alpha.3 ([#238](https://github.com/roomle-dev/roomle-admin/issues/238)) ([2e4b7fd](https://github.com/roomle-dev/roomle-admin/commit/2e4b7fd56e166ac13addaf0b6eb5df4d9a64a085))
* **SDK:** upgrade to version 2.83.0-alpha.4 ([#240](https://github.com/roomle-dev/roomle-admin/issues/240)) ([bb8e9df](https://github.com/roomle-dev/roomle-admin/commit/bb8e9dfad0d0255a9c4e37fcfc851578e8d6f2be))
* **SDK:** upgrade to version 2.83.0-alpha.5 ([#245](https://github.com/roomle-dev/roomle-admin/issues/245)) ([d3abaf0](https://github.com/roomle-dev/roomle-admin/commit/d3abaf06a682fbcbdeaff2b1a9c1d1dfd65b5d0b))

#### Bug Fixes

* all the failing tests ([650ca35](https://github.com/roomle-dev/roomle-admin/commit/650ca35c7d86e70fc116c9dc30ecb7c46d4f0e72))
* chnageset issue in production build ([1be2571](https://github.com/roomle-dev/roomle-admin/commit/1be25716244a238820146fbf0b45ec9c066d1aa6))
* create helper for format configuration script per update ([1de2f98](https://github.com/roomle-dev/roomle-admin/commit/1de2f98f7ac53b8c7fe830a59343de5ed8e0de92))
* ember changeset changes contains empty change keys ([80d8cea](https://github.com/roomle-dev/roomle-admin/commit/80d8cea27a84bf1efc4f84e76c929425cb15f591))
* ember-power-select depreciations and remove mut helper ([5b0e8bc](https://github.com/roomle-dev/roomle-admin/commit/5b0e8bca9bf3d23c580b47133cd07443c5f3777c))
* exclude catalogs from visibilityStatus check ([e56e3d4](https://github.com/roomle-dev/roomle-admin/commit/e56e3d4f4ecb820ba1608d0b3a249f050b3fe8da))
* fetch version fallback for dry run ([c05fc76](https://github.com/roomle-dev/roomle-admin/commit/c05fc764144b35ae0fd591b36956b61ffc1f3601))
* format product script on focus ([43402f7](https://github.com/roomle-dev/roomle-admin/commit/43402f7379fca19fb8ac562bbe4ef888ab365303))
* Refactor setting active/hidden flags to update the visibilityStatus value as well ([87afd9b](https://github.com/roomle-dev/roomle-admin/commit/87afd9b050368abc7e9c654775f2c39538713fe7))
* remove obsolete log ([66a3f83](https://github.com/roomle-dev/roomle-admin/commit/66a3f8394492aea33f69999ee1a7e69b01d961e6))
* RuAD: after registration, user redirect to not allowed ([24bd993](https://github.com/roomle-dev/roomle-admin/commit/24bd993e54f6dadd96ac87bd37d31580661bbf90))
* skip navigating to products if the tenant is starter ([0d1b120](https://github.com/roomle-dev/roomle-admin/commit/0d1b120929d79f5f64ea38199a3aa2589a3fd417))
* table paginations show wrong page numbers because it counts the archived models ([7802a86](https://github.com/roomle-dev/roomle-admin/commit/7802a865caa6e36dfb180b457fb48969d27ea657))
* tables sorting ([1ef8370](https://github.com/roomle-dev/roomle-admin/commit/1ef8370aaf3e0a24e6d300448130918185f91f92))
* Triple and quadruple borders in SubTables ([2b3d1ac](https://github.com/roomle-dev/roomle-admin/commit/2b3d1ac4c65f211a93ce7b6c99e67e9c85ac45d3))
* try to use npm i instead of npm ci for build and deploy ([616ba6f](https://github.com/roomle-dev/roomle-admin/commit/616ba6f6789812d2d35934ad7dad50ff50164dcb))
* update loco to fix wrong docs links ([f3d209f](https://github.com/roomle-dev/roomle-admin/commit/f3d209f05753190191bc8addc1863853a8fed0cd))
* use bash for fallback script, link to changelog on gitbook ([977386b](https://github.com/roomle-dev/roomle-admin/commit/977386b5471688728a7216aaaacdf0262552a2c8))
* use production build for the PR preview links ([849ff3d](https://github.com/roomle-dev/roomle-admin/commit/849ff3d2e798bb99ed2d13c2324cb129e262360d))
* User drop down shows "false" in RuAd ([090a641](https://github.com/roomle-dev/roomle-admin/commit/090a641fcf051cb46c8f4d8305364326b71c5b78))
* version bump in deploy workflow ([d96093d](https://github.com/roomle-dev/roomle-admin/commit/d96093d83f4f828a181c0802fc35e5ad472d43c2))
* wrong doc link in the drawer menu ([13001cd](https://github.com/roomle-dev/roomle-admin/commit/13001cdf0a4d279c579e63c4a4d75d2b2ad16c7e))

### [1.75.0](https://github.com/roomle-dev/roomle-admin/compare/v1.74.0...v1.75.0) (2024-07-30)

#### Features

* **SDK:** upgrade to version 2.82.0-alpha.2 ([#221](https://github.com/roomle-dev/roomle-admin/issues/221)) ([53fbe67](https://github.com/roomle-dev/roomle-admin/commit/53fbe67db9498d5234af293355f54984b3ea1994))
* **SDK:** upgrade to version 2.82.0-alpha.3 ([#223](https://github.com/roomle-dev/roomle-admin/issues/223)) ([a3d4469](https://github.com/roomle-dev/roomle-admin/commit/a3d4469f677f8d354a42348f7e762c640cb902b1))

#### Bug Fixes

* JSON fields in RuAd not formatted ([aac8f07](https://github.com/roomle-dev/roomle-admin/commit/aac8f071f3f850ecc86a5c06eb900ec3496a815c))

### [1.74.0](https://github.com/roomle-dev/roomle-admin/compare/v1.73.0...v1.74.0) (2024-07-30)

#### Features

* Make batch upload interface available for level 1 users ([52611fc](https://github.com/roomle-dev/roomle-admin/commit/52611fc4a212389603021d7a012f9b3806a05bf9))
* Make productId field available for level 1 users ([3a885a7](https://github.com/roomle-dev/roomle-admin/commit/3a885a7f0c7a0800974a2bb69eff3c399b705028))
* **SDK:** upgrade to version 2.81.0 ([#211](https://github.com/roomle-dev/roomle-admin/issues/211)) ([d99663a](https://github.com/roomle-dev/roomle-admin/commit/d99663a24ef028feca19d762d5a5603972d50072))
* **SDK:** upgrade to version 2.81.0-alpha.1 ([#202](https://github.com/roomle-dev/roomle-admin/issues/202)) ([6067f24](https://github.com/roomle-dev/roomle-admin/commit/6067f24345ebac213482605334c896d5895d5630))
* **SDK:** upgrade to version 2.81.0-alpha.2 ([#204](https://github.com/roomle-dev/roomle-admin/issues/204)) ([0dbeac4](https://github.com/roomle-dev/roomle-admin/commit/0dbeac46e76137de9bce6fa485228b134e16b856))
* **SDK:** upgrade to version 2.81.0-alpha.3 ([#205](https://github.com/roomle-dev/roomle-admin/issues/205)) ([ce8ff3c](https://github.com/roomle-dev/roomle-admin/commit/ce8ff3c3adc839b3b10fc9286cbd6a1adcc8fc39))
* **SDK:** upgrade to version 2.82.0-alpha.1 ([#219](https://github.com/roomle-dev/roomle-admin/issues/219)) ([ac05d3a](https://github.com/roomle-dev/roomle-admin/commit/ac05d3a1bb4554e39b87857cc4a811759eb5b2b7))

#### Bug Fixes

* adopt to new ember-intl style ([c0834ec](https://github.com/roomle-dev/roomle-admin/commit/c0834eca6e0b6bd35eb326a22befad9e92aa1d57))
* all the failing tests ([cd375d0](https://github.com/roomle-dev/roomle-admin/commit/cd375d053013f0f2acd4465dc09d57e0bb7e886c))
* Content analyzer indicator not shown ([0bb6a18](https://github.com/roomle-dev/roomle-admin/commit/0bb6a18ac2b37a760de3805d2ee5c33fa1874585))
* failing power-select-tests ([6a6e144](https://github.com/roomle-dev/roomle-admin/commit/6a6e144b7929775b5bb41d80652bb15a5e8906e6))
* failing tests due to Ember 5 upgrade ([e7be833](https://github.com/roomle-dev/roomle-admin/commit/e7be833e0d1a7cee377b0ef5b73829a70664b719))
* hide batch upload from free tenants ([44b59ed](https://github.com/roomle-dev/roomle-admin/commit/44b59edf83534948d60b58e8367e6ea3a16deb4b))
* remove TS errors ([e17e0d9](https://github.com/roomle-dev/roomle-admin/commit/e17e0d9c0a0064defe414065ff0c7a47a47175ce))
* RuAd tags dropdown shows entries twice ([4661a2d](https://github.com/roomle-dev/roomle-admin/commit/4661a2da79193400e423c0d51b4800a69fa9c3d3))
* Static item converter - Show message when cataloge is hidden ([0788ebe](https://github.com/roomle-dev/roomle-admin/commit/0788ebe095102c542db50fb022c96c8e007a2723))
* static item converter catalogs flags check ([6259519](https://github.com/roomle-dev/roomle-admin/commit/62595197ea530b1aba837476b2d2a7efab41511b))
* use correct deps ([9fecbb9](https://github.com/roomle-dev/roomle-admin/commit/9fecbb9d72384b3bd00f85e88a3d654b04145dca))

### [1.73.0](https://github.com/roomle-dev/roomle-admin/compare/v1.72.0...v1.73.0) (2024-07-03)

#### Features

* Add analyzer information on Materials count ([20dfe57](https://github.com/roomle-dev/roomle-admin/commit/20dfe57404f04e8739396bba53d3127d1272ec06))
* **SDK:** upgrade to version 2.80.0 ([#200](https://github.com/roomle-dev/roomle-admin/issues/200)) ([9525e72](https://github.com/roomle-dev/roomle-admin/commit/9525e729b16279f73c2aea79126173c673c9d73d))
* **SDK:** upgrade to version 2.80.0-alpha.1 ([#190](https://github.com/roomle-dev/roomle-admin/issues/190)) ([5d0e608](https://github.com/roomle-dev/roomle-admin/commit/5d0e608271b865b1bf8314e26b568a660877fb50))
* **SDK:** upgrade to version 2.80.0-alpha.2 ([#192](https://github.com/roomle-dev/roomle-admin/issues/192)) ([855a82a](https://github.com/roomle-dev/roomle-admin/commit/855a82aba47d608836329ab126e9a90d7a64f7d8))
* **SDK:** upgrade to version 2.80.0-alpha.3 ([#197](https://github.com/roomle-dev/roomle-admin/issues/197)) ([2e49b7b](https://github.com/roomle-dev/roomle-admin/commit/2e49b7b5149e45ca7e1d97136c5532d1668a9b31))
* **SDK:** upgrade to version 2.80.0-alpha.4 ([#198](https://github.com/roomle-dev/roomle-admin/issues/198)) ([92f6e52](https://github.com/roomle-dev/roomle-admin/commit/92f6e529b79f2ddbc5cae02f53ae52d773c37cef))
* **SDK:** upgrade to version 2.80.0-alpha.5 ([#199](https://github.com/roomle-dev/roomle-admin/issues/199)) ([6977db0](https://github.com/roomle-dev/roomle-admin/commit/6977db0b32edd009f62bf8ba979915baceb75bc5))

#### Bug Fixes

* create new level 1 user send wrong tenant id in the promoCode request ([d314c2c](https://github.com/roomle-dev/roomle-admin/commit/d314c2c7b1f21264528cae769cb6e05161ff0fc7))
* enable export/render/create variations always and remove onPartList check ([2103581](https://github.com/roomle-dev/roomle-admin/commit/21035815e891bb5d6e07be3f46e5a5c02e216e7a))

### [1.72.0](https://github.com/roomle-dev/roomle-admin/compare/v1.71.1...v1.72.0) (2024-06-18)

#### Features

* **SDK:** upgrade to version 2.79.0-alpha.2 ([#187](https://github.com/roomle-dev/roomle-admin/issues/187)) ([1aad6e2](https://github.com/roomle-dev/roomle-admin/commit/1aad6e2a24f18a137b07269cedcefd5cf72303a1))
* **SDK:** upgrade to version 2.79.0-alpha.3 ([#189](https://github.com/roomle-dev/roomle-admin/issues/189)) ([8a46bb2](https://github.com/roomle-dev/roomle-admin/commit/8a46bb2c83a6c116f01bb405893cf68bec05ffb1))

#### Bug Fixes

* display threeDimensionalAssetWeb as a default preview ([027cc5c](https://github.com/roomle-dev/roomle-admin/commit/027cc5ce5a095e5ec3f463d768f53c5f0217bade))

#### [1.71.1](https://github.com/roomle-dev/roomle-admin/compare/v1.71.0...v1.71.1) (2024-06-12)

#### Bug Fixes

* file extension error while uploading acceptable extensions ([098842d](https://github.com/roomle-dev/roomle-admin/commit/098842da7d016f077293167a3803170439f26ca8))

### [1.71.0](https://github.com/roomle-dev/roomle-admin/compare/v1.70.0...v1.71.0) (2024-06-05)

#### Features

* **SDK:** upgrade to version 2.78.0-alpha.1 ([#180](https://github.com/roomle-dev/roomle-admin/issues/180)) ([a565cb1](https://github.com/roomle-dev/roomle-admin/commit/a565cb1e5dc3ff2b671b3f429eb8994398ffc0d6))
* **SDK:** upgrade to version 2.79.0-alpha.1 ([#183](https://github.com/roomle-dev/roomle-admin/issues/183)) ([52f1da1](https://github.com/roomle-dev/roomle-admin/commit/52f1da10c4164f28964a40ad4591031b2cdd6483))

#### Bug Fixes

* change batch service URL on live ([947fc21](https://github.com/roomle-dev/roomle-admin/commit/947fc215c2d5a56ec3c9995c3c868e2a18d45f11))

### [1.70.0](https://github.com/roomle-dev/roomle-admin/compare/v1.69.0...v1.70.0) (2024-06-04)

#### Features

* Frontend Trigger batch upload of static items ([8e97b54](https://github.com/roomle-dev/roomle-admin/commit/8e97b54e1e09179dd1eb61b5ff79626bfaaa94f2))
* **SDK:** upgrade to version 2.77.0-alpha.2 ([1988707](https://github.com/roomle-dev/roomle-admin/commit/1988707b0747032ee954b6a2980e79f8f1a817a8))
* **SDK:** upgrade to version 2.77.0-alpha.4 ([45d6f40](https://github.com/roomle-dev/roomle-admin/commit/45d6f40ee4b17b209c66918f052e715da42dca76))
* **SDK:** upgrade to version 2.77.0-alpha.5 ([b715108](https://github.com/roomle-dev/roomle-admin/commit/b715108f8789b9eb46b76af403688dcb44c27904))

#### Bug Fixes

* upload area UX glitch on small screen ([1a52ee7](https://github.com/roomle-dev/roomle-admin/commit/1a52ee71e78a8a36482422d5166ad41537f84c2c))

### [1.69.0](https://github.com/roomle-dev/roomle-admin/compare/v1.68.0...v1.69.0) (2024-05-21)

#### Features

* RuAd material v2 handling "basic" ([2d004c5](https://github.com/roomle-dev/roomle-admin/commit/2d004c5bc6ff8edd2cd3de5531181d1fce0e714d))
* **SDK:** upgrade to version 2.76.0-alpha.2 ([ec7117e](https://github.com/roomle-dev/roomle-admin/commit/ec7117edfd7607ee411ffe5caf89ead7683e6cea))
* **SDK:** upgrade to version 2.76.0-alpha.3 ([119a94d](https://github.com/roomle-dev/roomle-admin/commit/119a94d235a5db00f06978429660835db93a1a72))
* **SDK:** upgrade to version 2.76.0-alpha.4 ([ded6415](https://github.com/roomle-dev/roomle-admin/commit/ded641573e3f671da27e6e0ac61e98b6de3700d8))
* **SDK:** upgrade to version 2.76.0-alpha.5 ([b1df918](https://github.com/roomle-dev/roomle-admin/commit/b1df918c61b4d3e93f6fa569e92d5a77077e9068))
* **SDK:** upgrade to version 2.76.0-alpha.6 ([6d98f86](https://github.com/roomle-dev/roomle-admin/commit/6d98f86c32a945d447492c12849a472acd84a642))

#### Bug Fixes

* * button in RuAd feature flags menu broken (like catalogRootTag) ([90cc6dc](https://github.com/roomle-dev/roomle-admin/commit/90cc6dcc6c1ee8916d4399629c9908f97356eff8))
* Collapsible toggle icon is not working anymore ([9832faa](https://github.com/roomle-dev/roomle-admin/commit/9832faac3abc9d9291272c206a06dd6ad62987d6))
* reorganising material viewer component and fix texture delete issue ([ccf94dd](https://github.com/roomle-dev/roomle-admin/commit/ccf94dd665c788ea06b3c8e222d545a47d02cc11))

### [1.68.0](https://github.com/roomle-dev/roomle-admin/compare/v1.67.0...v1.68.0) (2024-05-07)

#### Features

* Implement groups of featureflags ([df7c248](https://github.com/roomle-dev/roomle-admin/commit/df7c24854387b5a514062659dbd13913147ca481))
* RuAd Parameter information for option and boolean parameters ([7fbc55a](https://github.com/roomle-dev/roomle-admin/commit/7fbc55ababc9407d7d265060e54605ff034961ce))
* **SDK:** upgrade to version 2.74.0 ([bd3db95](https://github.com/roomle-dev/roomle-admin/commit/bd3db95303a0959df6bffe8e8bbe27a4d8bb3c98))
* **SDK:** upgrade to version 2.75.0-alpha.1 ([0ea0e8a](https://github.com/roomle-dev/roomle-admin/commit/0ea0e8a5332be635401219caced89c7f75c5b683))
* **SDK:** upgrade to version 2.75.0-alpha.2 ([3b39abf](https://github.com/roomle-dev/roomle-admin/commit/3b39abf9ef784bcecfa221391e8b1042c8bc356d))
* **SDK:** upgrade to version 2.75.0-alpha.3 ([51fa126](https://github.com/roomle-dev/roomle-admin/commit/51fa126357adb19e848f4744ba6f0bd1a1d9d23c))
* **SDK:** upgrade to version 2.75.0-alpha.4 ([3f6984e](https://github.com/roomle-dev/roomle-admin/commit/3f6984e888cb7684ae0e5b1bed1bd9a1301f146d))
* **SDK:** upgrade to version 2.75.0 ([b39a353](https://github.com/roomle-dev/roomle-admin/commit/b39a353c50da9e7934402a95422f85ecfd8225e1))

#### Bug Fixes

* 3D export variation button not activate after changing the partlist ([616cb44](https://github.com/roomle-dev/roomle-admin/commit/616cb44c256791ada02b3ff9433c2b8f956a10d6))
* clear localstorage if user log with different account ([b19b3b1](https://github.com/roomle-dev/roomle-admin/commit/b19b3b1f760e4a60ebb32f5025251ec229dd16d2))
* Copied from Github: Hard to back from advanced mode to edit mode, there is no breadcrumb element so the only way is the browser back ([3a98819](https://github.com/roomle-dev/roomle-admin/commit/3a988195925f85fcaee47a0f17cfd0303763c17b))
* HTML structure is broken for level 1 conversion overlay on Safari ([e1ce9dd](https://github.com/roomle-dev/roomle-admin/commit/e1ce9dd619836d023872d6e52164a88ff2a0c179))
* navigation issue in RuAd feature flags menu ([29bea30](https://github.com/roomle-dev/roomle-admin/commit/29bea30097016fd22317e81d6b75f7ad632be8f2))
* products module link for level 1 users ([03b5f91](https://github.com/roomle-dev/roomle-admin/commit/03b5f91862bbf87dab4440dbcb15478425902d21))
* RuAD additional information embedded url check not failing ([adafc86](https://github.com/roomle-dev/roomle-admin/commit/adafc862ecf402d07cda6c1fbe87f8fb5d0c3d59))
* RuAD featureflags page design breaks on 1030px width ([85a8778](https://github.com/roomle-dev/roomle-admin/commit/85a877840fa719a6b79458a208d628c883200b83))

### [1.67.0](https://github.com/roomle-dev/roomle-admin/compare/v1.66.2...v1.67.0) (2024-04-23)

#### Features

* **SDK:** upgrade to version 2.73.0-alpha.5 ([3e49ec0](https://github.com/roomle-dev/roomle-admin/commit/3e49ec03081f58e8ad521aa165623b49eb3981f0))
* **SDK:** upgrade to version 2.73.0-alpha.6 ([ff9dca8](https://github.com/roomle-dev/roomle-admin/commit/ff9dca844f60d0cab6c27164732614422d8ac51d))
* **SDK:** upgrade to version 2.73.0-alpha.7 ([7043e57](https://github.com/roomle-dev/roomle-admin/commit/7043e57f454b85183da226ae2a1b6b9fe8a0bf7f))
* **SDK:** upgrade to version 2.73.1 ([4d1671e](https://github.com/roomle-dev/roomle-admin/commit/4d1671e58690ffadd4713db58aba8295a1080fef))
* **SDK:** upgrade to version 2.73.2-alpha.1 ([cfdc3d8](https://github.com/roomle-dev/roomle-admin/commit/cfdc3d804c3d2aea3cd216ffcfb636be3ccfb750))
* **SDK:** upgrade to version 2.74.0-alpha.1 ([5ef39ee](https://github.com/roomle-dev/roomle-admin/commit/5ef39ee91a9f8228e702c9b90a507572cc02e5fc))
* **SDK:** upgrade to version 2.74.0-alpha.3 ([df30e04](https://github.com/roomle-dev/roomle-admin/commit/df30e0467fbc51482923360de565d92c9bd6aed8))
* **SDK:** upgrade to version 2.74.0-alpha.4 ([31789a6](https://github.com/roomle-dev/roomle-admin/commit/31789a698c56d94cbc8f51e2c638f5b46c335652))
* **SDK:** upgrade to version 2.74.0-alpha.5 ([01341df](https://github.com/roomle-dev/roomle-admin/commit/01341dfcc4469e36f0ca6823aa941be11c62f95f))
* UX/UI for flag "custom-tutorial" ([5b191b6](https://github.com/roomle-dev/roomle-admin/commit/5b191b6723f1f9ecb9143c6cd9b62213379fe308))

#### Bug Fixes

* Dropdown search returns wrong results ([61012a0](https://github.com/roomle-dev/roomle-admin/commit/61012a08105bfcf774225a9958b9c19f0bd619ca))
* create new record is doing nothing if we switch to new language ([1d85d41](https://github.com/roomle-dev/roomle-admin/commit/1d85d41b9f3298dae5354463fd8a2070e8cd361d))
* RuAd: Embedding Settings, number of changes is not correct ([dd3ea8a](https://github.com/roomle-dev/roomle-admin/commit/dd3ea8ac29db6f7a1f1ab81c4b1a409a51591c95))
* Script Analyzer throws exception if we send invalid data ([fdeab54](https://github.com/roomle-dev/roomle-admin/commit/fdeab54bc243d7965d693b46943b185bd372d954))

#### [1.66.2](https://github.com/roomle-dev/roomle-admin/compare/v1.66.1...v1.66.2) (2024-04-11)

#### Bug Fixes

* use SDK 2.73.1 that fixes RML-10403 ([ee11b21](https://github.com/roomle-dev/roomle-admin/commit/ee11b216d45f4e43af7cd8aad55a2f6a85a2c5db))

#### [1.66.1](https://github.com/roomle-dev/roomle-admin/compare/v1.66.0...v1.66.1) (2024-04-03)

#### Bug Fixes

* adjust desktop width to disable resizing on hover ([1dbdb00](https://github.com/roomle-dev/roomle-admin/commit/1dbdb00adc080033191b2442e52b66e6a419ed50))

### [1.66.0](https://github.com/roomle-dev/roomle-admin/compare/v1.65.0...v1.66.0) (2024-04-02)

#### Features

* apply better logic for showing/hiding deprecated ([2803742](https://github.com/roomle-dev/roomle-admin/commit/28037426f73a2db804aa0a52362034d40e74cadb))
* create hint for navigation ([667b0fd](https://github.com/roomle-dev/roomle-admin/commit/667b0fd50bc70b3d31bdee7a663eaab4e3a7b0db))
* handle moc flag properly ([107f764](https://github.com/roomle-dev/roomle-admin/commit/107f7641048d7c9d8aab02ba64be508bb39c5bad))
* **SDK:** upgrade to version 2.72.0-alpha.4 ([6a5e6f7](https://github.com/roomle-dev/roomle-admin/commit/6a5e6f7e075d0b1cbf65db9f62260a020ec9da3f))
* **SDK:** upgrade to version 2.72.0-alpha.5 ([3314bc5](https://github.com/roomle-dev/roomle-admin/commit/3314bc51de090b8bb72bcf577f598641da7784f1))
* **SDK:** upgrade to version 2.72.0-alpha.6 ([f4e78c9](https://github.com/roomle-dev/roomle-admin/commit/f4e78c9de959a1292d49e0cae9adec1aba7d0411))
* **SDK:** upgrade to version 2.72.0-alpha.7 ([9ddc32c](https://github.com/roomle-dev/roomle-admin/commit/9ddc32ce2dcd3e98b0d0cad17b01a882ef76a3c3))
* **SDK:** upgrade to version 2.72.0-alpha.8 ([7ecbb4f](https://github.com/roomle-dev/roomle-admin/commit/7ecbb4fab19c963b3b995d737158e0de7a070185))
* **SDK:** upgrade to version 2.73.0-alpha.1 ([f5cd6a7](https://github.com/roomle-dev/roomle-admin/commit/f5cd6a73b8ffb0986bcf607363da6f85570e9a96))
* **SDK:** upgrade to version 2.73.0-alpha.2 ([95a1c5e](https://github.com/roomle-dev/roomle-admin/commit/95a1c5e527c1b8b09459209e61dc2c159be87637))

#### Bug Fixes

* add a loading substate for more details see: <https://guides.emberjs.com/release/routing/loading-and-error-substates/> ([789a89e](https://github.com/roomle-dev/roomle-admin/commit/789a89e207249e15ad08919f33429ce0ada1efe9))
* bump coverage package ([d660839](https://github.com/roomle-dev/roomle-admin/commit/d660839775c6cfd4436d090d8e8e1c93e9a3e109))
* downgrade coverage ([a7b3674](https://github.com/roomle-dev/roomle-admin/commit/a7b3674fb2ac2e21f0891e5c6345dff5d8e55265))
* enable user to logout during the signup process ([e379253](https://github.com/roomle-dev/roomle-admin/commit/e3792530a9edf85c4e4536cc1e644aa51376e5c5))
* hide product details on free/starter tenants and sample products only ([198aa51](https://github.com/roomle-dev/roomle-admin/commit/198aa510403339625d81001cff3844de5eff3bf7))
* Hide product module if catalog module is there ([613180d](https://github.com/roomle-dev/roomle-admin/commit/613180db150fd2dadbcf87953879bde5f9f3b8f8))
* move files to a place were also mirage has access to it ([3b90872](https://github.com/roomle-dev/roomle-admin/commit/3b9087278a59684cb4c36f6ce185b81ef4bab192))
* Not possible to add Tag as a child to parent ([fe2660f](https://github.com/roomle-dev/roomle-admin/commit/fe2660fca3e99c4a5e858c74230c0286f75a38b0))
* parse nested object inside shading ([7a1364e](https://github.com/roomle-dev/roomle-admin/commit/7a1364ee079614231391409882b9cf39fac6cf6a))
* revert downgrading ember-cli-coverage ([7735407](https://github.com/roomle-dev/roomle-admin/commit/773540788216a53103252e7ad8a7c288720b6f31))
* some issue ts issue and supress others inside mirage scenarios ([16cfbb2](https://github.com/roomle-dev/roomle-admin/commit/16cfbb27535c9c50060a3825679d000327c7de11))
* Tesa tenant - Additional information feature not working ([5e40cb1](https://github.com/roomle-dev/roomle-admin/commit/5e40cb1ff5572585a6933aabfeef558edd991eea))
* try use path? ([646a7c3](https://github.com/roomle-dev/roomle-admin/commit/646a7c3d9ea341688eac6eab2ea25628476fc20f))
* updating shading textarea and add some validation for a valid changes ([10b1ceb](https://github.com/roomle-dev/roomle-admin/commit/10b1ceb3227d3d34d664be4e57ac60370cd1704f))
* use correct access rights ([4382b76](https://github.com/roomle-dev/roomle-admin/commit/4382b764494d2d73afeb620413999743ad4fb331))
* use correct type script types ([df1c8fb](https://github.com/roomle-dev/roomle-admin/commit/df1c8fb8063fb9494a997c857d950e039cc721db))
* working test:ember ([13960bf](https://github.com/roomle-dev/roomle-admin/commit/13960bf64059d6c89701698c897bdf703c5df8b8))
* wrong translations ([ddf37fe](https://github.com/roomle-dev/roomle-admin/commit/ddf37fe82b0424ad4d428e8a24f29648a1e3e619))
* wrong value passed to color picker ([e5de93f](https://github.com/roomle-dev/roomle-admin/commit/e5de93fd7e9d1472b5e5241d821d6ab33c00cfff))

### [1.65.0](https://github.com/roomle-dev/roomle-admin/compare/v1.64.1...v1.65.0) (2024-03-12)

#### Features

* add idmk import type ([b2b81fd](https://github.com/roomle-dev/roomle-admin/commit/b2b81fd05b6d28f67b2b84cae270860a614a49d5))
* add inputs for any-of ([2bb5257](https://github.com/roomle-dev/roomle-admin/commit/2bb525708693a7accb1537926aa89538003c9ee6))
* add interstitial before saving ([db2bc52](https://github.com/roomle-dev/roomle-admin/commit/db2bc522ca89d9251e07f1d3d1a724a45412b1e8))
* add multiselect ([2f87152](https://github.com/roomle-dev/roomle-admin/commit/2f8715270f6eb7d61239611212474c8377e6fb00))
* create basic navigation structure for embedding settings ([d3ed3ee](https://github.com/roomle-dev/roomle-admin/commit/d3ed3ee3c944a1822a41f8ad2855b40640c17d60))
* create basic navigation structure for embedding settings ([fa06e9c](https://github.com/roomle-dev/roomle-admin/commit/fa06e9c00b42325b400cecd85a83f05207ad156f))
* embedding flags ([290fc6b](https://github.com/roomle-dev/roomle-admin/commit/290fc6bb62d7c8ee0e0dd8709df5f4f132f38c15))
* implement first sections of design ([bcd55f3](https://github.com/roomle-dev/roomle-admin/commit/bcd55f323de69d84a0bd34d106445887bc63631d))
* implement handling of color values ([aee0cb3](https://github.com/roomle-dev/roomle-admin/commit/aee0cb358899b24d872362f0418bb392374d0831))
* implement handling of enum flags ([2a67991](https://github.com/roomle-dev/roomle-admin/commit/2a67991f1e5a499db2b65879ba009ea7dd5600ba))
* implement search ([82a8426](https://github.com/roomle-dev/roomle-admin/commit/82a8426c906825ab0a52861dd1fe30a82f5d5d8b))
* make booleans interactive ([92fafd8](https://github.com/roomle-dev/roomle-admin/commit/92fafd8c084649f0f21e58916ebcdd0a22eb3474))
* make text and boolean input interactive ([1262bdb](https://github.com/roomle-dev/roomle-admin/commit/1262bdb98673c988544eba52e0bf4f9b73ce29dc))
* show preview ([70fc022](https://github.com/roomle-dev/roomle-admin/commit/70fc022044c93e91c41a611b8dbe2ef2149856bd))
* table, style, populate table ([7452174](https://github.com/roomle-dev/roomle-admin/commit/7452174739ce2c989be1e9598d81381bf66d7410))
* table, style, populate table ([f1c9495](https://github.com/roomle-dev/roomle-admin/commit/f1c9495d251fabb170734dee28a8b7676de232b8))
* **SDK:** upgrade to version 2.70.0-alpha.9 ([16f5713](https://github.com/roomle-dev/roomle-admin/commit/16f57136bb1b813c9176555b4192d431ca6fcc7e))
* **SDK:** upgrade to version 2.71.0-alpha.1 ([f10d184](https://github.com/roomle-dev/roomle-admin/commit/f10d18451cd79d2601a0ea7ade030f0e2318fe43))
* **SDK:** upgrade to version 2.71.0-alpha.2 ([48d3d0f](https://github.com/roomle-dev/roomle-admin/commit/48d3d0fc77e60e183378fd9b401efa43c8930937))
* **SDK:** upgrade to version 2.71.0-alpha.3 ([2284b7f](https://github.com/roomle-dev/roomle-admin/commit/2284b7fff6a1d92642247a13bf64855acf3cd39a))
* **SDK:** upgrade to version 2.71.0 ([003defb](https://github.com/roomle-dev/roomle-admin/commit/003defb7ba78c49adbb70f26949284fc04a2d672))

#### Bug Fixes

* [@disabled](https://github.com/disabled) on form fields ([bbc4531](https://github.com/roomle-dev/roomle-admin/commit/bbc45316dd439f89cdbb9dea4c762d931c4c085a))
* 4 remaining product form tests ([e681999](https://github.com/roomle-dev/roomle-admin/commit/e681999e23c1cffaad1c2f296425c5fb825753e9))
* a handful of tests ([f217cb5](https://github.com/roomle-dev/roomle-admin/commit/f217cb54213403ef6b82075877ba20ab8bb5ada1))
* a product form variant transition ([3eaa7fd](https://github.com/roomle-dev/roomle-admin/commit/3eaa7fdda57a2371fa2382d465578590b72ba3e7))
* a whole bunch of tests failing to transisition due to transitionWarningInstances not being updated ([6a39ad8](https://github.com/roomle-dev/roomle-admin/commit/6a39ad84cacd743b2f4eabdb57416449213c806a))
* Access right problems when converting to level 2 ([a9ffe87](https://github.com/roomle-dev/roomle-admin/commit/a9ffe876e612558b78a491f82ddb71b91bd13c36))
* adapt css so that single configurators are also not broken ([51f7e3f](https://github.com/roomle-dev/roomle-admin/commit/51f7e3f0c66d5c0242b18a54934d8ccfcf4d3f76))
* add missing build command ([16b0ac3](https://github.com/roomle-dev/roomle-admin/commit/16b0ac37f7f1e3a7af1f152aa7759b3c558a9cbd))
* adding test waiters to tasks ([f1aeec8](https://github.com/roomle-dev/roomle-admin/commit/f1aeec86c2bc2e226762a5596d76efc7a9c16c19))
* additional infos tests ([c9a261a](https://github.com/roomle-dev/roomle-admin/commit/c9a261a0562c5f82c84dcc44d9740ac0a33ad653))
* all inputs working with edit & save ([7a9405a](https://github.com/roomle-dev/roomle-admin/commit/7a9405aaf1cf7681c0bd1f7feb6613008aad88b9))
* all inputs working with edit & save ([03263b3](https://github.com/roomle-dev/roomle-admin/commit/03263b3ae0ccea6770aa98f2cf8a5cd34bb0849a))
* all the translations ([3c335cc](https://github.com/roomle-dev/roomle-admin/commit/3c335cc1f996e24b7392c6bfa82bae0f26219c0f))
* all the translations ([c1666ee](https://github.com/roomle-dev/roomle-admin/commit/c1666ee1faed2ffc00fc493f8d6f4eb40c071563))
* all the warnings ([179796a](https://github.com/roomle-dev/roomle-admin/commit/179796af2ea43ef66190a7f9e487f01fd4a600bc))
* all the warnings ([1596b53](https://github.com/roomle-dev/roomle-admin/commit/1596b53fcbbd749b34c5d908802ba7cf73ce64e4))
* also update placeholder for de ([fa057b3](https://github.com/roomle-dev/roomle-admin/commit/fa057b38408ce81b1b96635f39025cf771c53cbb))
* also update placeholder for de ([0769f55](https://github.com/roomle-dev/roomle-admin/commit/0769f5525a2db21c162d4e9268264a64a846f5aa))
* another globalstate test ([5614cf0](https://github.com/roomle-dev/roomle-admin/commit/5614cf02d2f00cfa0610b60af6538ee6fa860e23))
* another small test ([37161dc](https://github.com/roomle-dev/roomle-admin/commit/37161dcc2b1f95e7c3a9f5740592d932d3cf2fab))
* another store query ([211dda2](https://github.com/roomle-dev/roomle-admin/commit/211dda21bd3c7fbaa90fb35516084767e6bf3a80))
* billing form test ([73e092b](https://github.com/roomle-dev/roomle-admin/commit/73e092b2952ac5f32915e390f380536b21a32994))
* bring back model types ([b514384](https://github.com/roomle-dev/roomle-admin/commit/b514384fdfc04129a8f40ea31b01ee3dd896b272))
* broken test and some css ([481bc54](https://github.com/roomle-dev/roomle-admin/commit/481bc54bb075167ae00d67221ea2ea23cf85b337))
* catalog creation test ([1b08e08](https://github.com/roomle-dev/roomle-admin/commit/1b08e082b9882e540cc3c9611fa1f32b8734481e))
* catalog pushes in tests ([f737c89](https://github.com/roomle-dev/roomle-admin/commit/f737c89014fc7c47fdeb1cb30a5af6370abe3db2))
* catalog validations test ([a6cc582](https://github.com/roomle-dev/roomle-admin/commit/a6cc582de80ce3c4f619abab5c18a6e148035a0c))
* catalog-form tests ([1c2c0ee](https://github.com/roomle-dev/roomle-admin/commit/1c2c0ee58aa7c57542097f15345a43b2efd8f45a))
* catalogues required ([c92ecfa](https://github.com/roomle-dev/roomle-admin/commit/c92ecfa99048fa02709da288e1bf714a5c30b9e7))
* catalogues required ([fc1e4ad](https://github.com/roomle-dev/roomle-admin/commit/fc1e4ad1b2870cd58961f68b8548458702ebba26))
* change level images ([aa417d3](https://github.com/roomle-dev/roomle-admin/commit/aa417d36e1d777f13d0f1d0418fee62e4f867be8))
* color picker inputs ([bde3afc](https://github.com/roomle-dev/roomle-admin/commit/bde3afca253aa83cb27e366de104204b3cb3098c))
* component tags test ([511dd74](https://github.com/roomle-dev/roomle-admin/commit/511dd741d9b29d4efb78ca283081b40042ce89c5))
* convert collapsible to glimmer ([1a0da13](https://github.com/roomle-dev/roomle-admin/commit/1a0da13ef675b8ef7ba6c952915ac23ff6bc1e1f))
* dates test and button test ([42dd1b0](https://github.com/roomle-dev/roomle-admin/commit/42dd1b04568d17b38f4b12e4b60649fd61dc1ccf))
* delete record on close create ([1e11893](https://github.com/roomle-dev/roomle-admin/commit/1e1189371956164f6df22406c4b705ddf0b315b1))
* delete record on close create ([b8ae8ee](https://github.com/roomle-dev/roomle-admin/commit/b8ae8ee25909ebdc33a2e7259db7455ffb425af1))
* Discard changes popup weird scrolling behavior ([2b9f062](https://github.com/roomle-dev/roomle-admin/commit/2b9f0621536b181b47fda3e4c2833dffdc7b1d91))
* do not load embedding flags if they are not needed ([90633ab](https://github.com/roomle-dev/roomle-admin/commit/90633abc958bfdbfba139b486299b7950dde8225))
* failing test ([d01b2dc](https://github.com/roomle-dev/roomle-admin/commit/d01b2dc957f3bda0964087e909967018a8711954))
* failing tests ([605d3ff](https://github.com/roomle-dev/roomle-admin/commit/605d3ffb983909221a2d64a96c3c465a73abbc10))
* failing tests ([4418efc](https://github.com/roomle-dev/roomle-admin/commit/4418efc6de6a61a9238976cd7931d4fe0ce3b8a6))
* failing tests ([615609b](https://github.com/roomle-dev/roomle-admin/commit/615609b5c0e8637736e9943ea267b295514e01ba))
* failing tests ([2e93d7b](https://github.com/roomle-dev/roomle-admin/commit/2e93d7b503976f73df50b13476466e2cce3c28ba))
* finally tags are working ([0f62f18](https://github.com/roomle-dev/roomle-admin/commit/0f62f18c44c19da36e0c5a7fc660d76897f6f69c))
* fix ([7a6cec4](https://github.com/roomle-dev/roomle-admin/commit/7a6cec4648aec2577a92816bdd1aa6d6346d683f))
* format ([9d0c52b](https://github.com/roomle-dev/roomle-admin/commit/9d0c52b91fc4ff7c8ab2746e59909e194d00746c))
* global-state test 1 ([8ef77d2](https://github.com/roomle-dev/roomle-admin/commit/8ef77d28ded5bdbd287a4619272be290cec90271))
* globalSearch test ([997609d](https://github.com/roomle-dev/roomle-admin/commit/997609d422db97e4f0272d0f18dcd3c46af45234))
* globalstate types ([6e42134](https://github.com/roomle-dev/roomle-admin/commit/6e4213453227c01fa46790c0c7286f3343aa031d))
* hide behind super admin perm ([eb7ba15](https://github.com/roomle-dev/roomle-admin/commit/eb7ba15138882d882a65537f35fe1ec73540c0e2))
* hide behind super admin perm ([c9568aa](https://github.com/roomle-dev/roomle-admin/commit/c9568aaf092706c4cace591013c1a07c79376848))
* hot fix for draft catalog navigation ([daeb453](https://github.com/roomle-dev/roomle-admin/commit/daeb4531887a27fe0a47906fb370319bf0913da3))
* image upload tests ([33d82e2](https://github.com/roomle-dev/roomle-admin/commit/33d82e2da50f5c6983aa1bafe036be2d31d85334))
* incorrect delete modal appearing ([3c78721](https://github.com/roomle-dev/roomle-admin/commit/3c787211af13b5f471ea551540ff64196db8fe7d))
* incorrect delete modal appearing ([6632e70](https://github.com/roomle-dev/roomle-admin/commit/6632e707791766bb45be860ba041335b1140d1e9))
* it seems like testem runs out of memory and therefore can not refresh for more info see: ([679e0cf](https://github.com/roomle-dev/roomle-admin/commit/679e0cfad9dca12b92cce17f686a3eb2d0565772)), closes [/github.com/testem/testem/issues/1356#issuecomment-1425046603](https://github.com/roomle-dev/github.com/testem/testem/issues/1356/issues/issuecomment-1425046603)
* it worksgstgstgst ([8a62cb8](https://github.com/roomle-dev/roomle-admin/commit/8a62cb86ccfaa08e62dbce40f31dd3d7a37d5089))
* locale setup missing in tests ([ca4fd77](https://github.com/roomle-dev/roomle-admin/commit/ca4fd77919939054bf4480c46b81303e30a3b27c))
* make enums work that are nested inside an object ([2b0b1de](https://github.com/roomle-dev/roomle-admin/commit/2b0b1de40baf4367e889c4b098d7e090f81094e0))
* material form tests ([c5c1793](https://github.com/roomle-dev/roomle-admin/commit/c5c1793cf7621beeeb147d8c6c4a1c9b714961d7))
* material-form test ([9169706](https://github.com/roomle-dev/roomle-admin/commit/91697062b55a88e962bc773f72d0b847dcf071d9))
* message ([9eb7a9f](https://github.com/roomle-dev/roomle-admin/commit/9eb7a9fb592d1efe7a9949f784725de9d03626af))
* missing methods, update eslint ([341d865](https://github.com/roomle-dev/roomle-admin/commit/341d865f216a1be7233cd03244bd941957eeb78f))
* model relationship test ([c779da3](https://github.com/roomle-dev/roomle-admin/commit/c779da38da69dff5e4b0a23163106377b34d4347))
* model reloading ([4b61e88](https://github.com/roomle-dev/roomle-admin/commit/4b61e88085f33b398505057a8d47795686a16034))
* more product-form fixes ([260d39d](https://github.com/roomle-dev/roomle-admin/commit/260d39da4d4753ea15364ccaab04330b24c0133e))
* more tests ([0139d2f](https://github.com/roomle-dev/roomle-admin/commit/0139d2f3189b7844f42d1cb8a570cd437b144d3e))
* mutable array ([fd9bcdc](https://github.com/roomle-dev/roomle-admin/commit/fd9bcdcca9e9a8cb44ff57d0ca7ceb9c816a0e34))
* mutable array ([f4d1404](https://github.com/roomle-dev/roomle-admin/commit/f4d1404a5f6910ef9eeddc1af2513e3f928fb373))
* one step forward and two steps back ([0ae6f53](https://github.com/roomle-dev/roomle-admin/commit/0ae6f53070c2bc98889d1d82f23c290a165c2d45))
* part of tag form test ([ba8f7f5](https://github.com/roomle-dev/roomle-admin/commit/ba8f7f5f9ae0f548d17168380907f1d6f3b208a4))
* print git log ([c2d4112](https://github.com/roomle-dev/roomle-admin/commit/c2d4112f0e2283adce0e32264c330c036593c3f5))
* product-form acceptance except one ([d0f5954](https://github.com/roomle-dev/roomle-admin/commit/d0f5954bf3df81026edadbd8203fcd3e089070d8))
* product-form archive test ([4914964](https://github.com/roomle-dev/roomle-admin/commit/4914964003ce1c9ca21c4b2713f89baa6c392cbe))
* proper tag deletion ([2de7e61](https://github.com/roomle-dev/roomle-admin/commit/2de7e61b9c08f3b2be05ae08f7acbea4114509e3))
* proper tag deletion ([4c6ec87](https://github.com/roomle-dev/roomle-admin/commit/4c6ec876e6da9edbcc8e9603a5b15276452a4cab))
* refactor form shit to glimmer so it works ([cc726c4](https://github.com/roomle-dev/roomle-admin/commit/cc726c428cb001625e1c1eec0dbc0cdc9d3b32a5))
* remove log ([f3384ba](https://github.com/roomle-dev/roomle-admin/commit/f3384ba47ef96047dec49ecb09d67f2fa39729d7))
* remove translation warnings ([3170c25](https://github.com/roomle-dev/roomle-admin/commit/3170c25ea0f40e375cd2f6e8f156af603b09873d))
* remove translation warnings ([092625c](https://github.com/roomle-dev/roomle-admin/commit/092625cf0e306226528d412312f35372ae80c815))
* remove unused imports ([75a2105](https://github.com/roomle-dev/roomle-admin/commit/75a2105ddc775b03c8f532485cb5efff084835ce))
* return the right user packages ([397cbdf](https://github.com/roomle-dev/roomle-admin/commit/397cbdf84ad09bd98c497b99529457a05f54a314))
* semantic release ([23935ed](https://github.com/roomle-dev/roomle-admin/commit/23935ed5fcb8b3897e531de96964d2cf71516ba3))
* sets ([d07365f](https://github.com/roomle-dev/roomle-admin/commit/d07365f2d764fedac40a9df3fcad3675393168cf))
* show sidebar nav element ([18ba723](https://github.com/roomle-dev/roomle-admin/commit/18ba72321b019a89809a1a762c517685451e978f))
* show sidebar nav element ([b7a29f9](https://github.com/roomle-dev/roomle-admin/commit/b7a29f9c411fb43fcd00e051d758c6ee14d3a5b3))
* slider tests ([a738548](https://github.com/roomle-dev/roomle-admin/commit/a73854839b1e6034dadbd604bd40c2a3c6d68281))
* sort on errors undefined ([fd777bc](https://github.com/roomle-dev/roomle-admin/commit/fd777bc286a5b133d7402c22c7a20306fc60eebf))
* style feedback changes ([c852320](https://github.com/roomle-dev/roomle-admin/commit/c852320941fd3b107e291dd370c54c9bfc3131c9))
* style feedback changes ([66b49d6](https://github.com/roomle-dev/roomle-admin/commit/66b49d65b7e8cf842e19758cf410ec19a6c76588))
* tag form disabled inputs when draft catalog is there test ([7f1ab48](https://github.com/roomle-dev/roomle-admin/commit/7f1ab48ef63df27bcd1fdf4c838ff273e66527fb))
* tag warning test ([59dd86c](https://github.com/roomle-dev/roomle-admin/commit/59dd86c92f921b8d715a453162e4d71b4cfc0892))
* tags tests ([df098fd](https://github.com/roomle-dev/roomle-admin/commit/df098fd77f93d9d0cdf1208f15b93943409484a5))
* tenants switch test ([fb0d6a8](https://github.com/roomle-dev/roomle-admin/commit/fb0d6a856e4a9763403573ffc50323842c4f5290))
* textarea tests ([9c736ce](https://github.com/roomle-dev/roomle-admin/commit/9c736ce5a6ac8ed2f1bf5aa89d5bcc46b43b5b8f))
* that one product form test finally works ([65e4856](https://github.com/roomle-dev/roomle-admin/commit/65e4856a23324dc9ec8e93431fa8dad1bb3b6eb1))
* this causes less failures ([0ef5e4d](https://github.com/roomle-dev/roomle-admin/commit/0ef5e4de086cb07b3e3b9cbff241d5514d4bc1b2))
* ui-bindings component form test ([7b71788](https://github.com/roomle-dev/roomle-admin/commit/7b71788bc91677d3313b351ed13b2d3c6ffe579b))
* update docs ([c40565e](https://github.com/roomle-dev/roomle-admin/commit/c40565eb99bb961aefd0b97315a408c201ad1cc0))
* update ember qunit types ([785deba](https://github.com/roomle-dev/roomle-admin/commit/785debab326a7e9e8ae6fbdf18f781985c6a2ef2))
* update tenant-settings form test ([0b3b833](https://github.com/roomle-dev/roomle-admin/commit/0b3b83331e8ca08f46c81fbdd2b6ca7db49508a3))
* update ui bindings test ([93dc14f](https://github.com/roomle-dev/roomle-admin/commit/93dc14f58e0a4d85d8c5d6c1881022e63143c81d))
* uploads layout issues ([b127efe](https://github.com/roomle-dev/roomle-admin/commit/b127efe9b8346200c394d17010628d948d546856))
* use correct url ([c133c4c](https://github.com/roomle-dev/roomle-admin/commit/c133c4cc635f5341274f2c2e8133668ca0bff803))
* use json input ([de7a801](https://github.com/roomle-dev/roomle-admin/commit/de7a801f9f3432b108db14d635edfcfb827fed2c))
* use json input ([e8b026e](https://github.com/roomle-dev/roomle-admin/commit/e8b026eb36a913e23c5aee54e9e6fff86799e202))
* user creation with mirage instead of store ([c23a89f](https://github.com/roomle-dev/roomle-admin/commit/c23a89f7fe5b5bd832f1265b9f9cf8c3042919a5))
* user forms ([00628fa](https://github.com/roomle-dev/roomle-admin/commit/00628fa3e66205c23e96535a21713f52de0e5f49))
* variation form test ([48becb4](https://github.com/roomle-dev/roomle-admin/commit/48becb40afa5962701e6fd0c11cb6c5f698e59e0))
* various cleanups ([c4ed2c7](https://github.com/roomle-dev/roomle-admin/commit/c4ed2c7aec048fbeaac53d805f179530b7d0f733))
* various cleanups ([fc0abe3](https://github.com/roomle-dev/roomle-admin/commit/fc0abe3f7f45ae580479d411fd48f9d4a9a169eb))
* when a flag is defined in the database and we remove it in the in-memory settings this was not reflected ([f9a14cb](https://github.com/roomle-dev/roomle-admin/commit/f9a14cb7d4b3ea7a8fde33dc31d856d6e892c6c8))
* wip ([142e2a2](https://github.com/roomle-dev/roomle-admin/commit/142e2a2d0845c9deb96cb74ca6b3373e72142d8e))
* wip almost there ([1c05631](https://github.com/roomle-dev/roomle-admin/commit/1c0563153560a12f8d808a28674bbbb790c2e7f8))
* wip some more tests ([1d0a519](https://github.com/roomle-dev/roomle-admin/commit/1d0a519dcd6beb189bc729b742f398f07324f176))
* working delete but no closing dialogue yet ([e0f9e1f](https://github.com/roomle-dev/roomle-admin/commit/e0f9e1fe9f2c210ac7be365b8191b1d5ff834ef3))
* working delete but no closing dialogue yet ([081b739](https://github.com/roomle-dev/roomle-admin/commit/081b73986acb6ac99a183f6872277aaf64fccb7f))
* working edit with changeset ([04ea023](https://github.com/roomle-dev/roomle-admin/commit/04ea0235eaf8244b3eb6cb24d0e12c38c89b41dd))
* working edit with changeset ([3c43811](https://github.com/roomle-dev/roomle-admin/commit/3c4381175594e0e96c662f118d4b6ef00394cbef))
* working json validation - hint: changed [@model](https://github.com/model)=this.submodel to [@model](https://github.com/model)=[@model](https://github.com/model) ([e39cfed](https://github.com/roomle-dev/roomle-admin/commit/e39cfedd9a8095a9edc7e03c33c8aa3e84fea0fa))
* working json validation - hint: changed [@model](https://github.com/model)=this.submodel to [@model](https://github.com/model)=[@model](https://github.com/model) ([42103a7](https://github.com/roomle-dev/roomle-admin/commit/42103a7cc82b671d301c9795a0c8d7c143571d43))
* working tags ([34aa8ca](https://github.com/roomle-dev/roomle-admin/commit/34aa8ca6c96bdf861ac1e82798d1528cc03f332e))
* working tags ([48d4033](https://github.com/roomle-dev/roomle-admin/commit/48d40330332df62f7bc81625329c7416c37e68ed))
* working update ([4d9f492](https://github.com/roomle-dev/roomle-admin/commit/4d9f4920f6d52f2392ba26399af7469ee33a837f))
* working update ([8e9c77d](https://github.com/roomle-dev/roomle-admin/commit/8e9c77d7e2b25e7b873e626de175326f7761b25e))

#### [1.64.1](https://gitlab.com/roomle/web/roomle-pdc/compare/v1.64.0...v1.64.1) (2023-10-24)

#### Bug Fixes

* change level images ([aa417d3](https://gitlab.com/roomle/web/roomle-pdc/commit/aa417d36e1d777f13d0f1d0418fee62e4f867be8))
* Discard changes popup weird scrolling behavior ([2b9f062](https://gitlab.com/roomle/web/roomle-pdc/commit/2b9f0621536b181b47fda3e4c2833dffdc7b1d91))
* pagination numbers when change model length (Filter, search, ...) ([de142b7](https://gitlab.com/roomle/web/roomle-pdc/commit/de142b7eb686dd3126e8fe73f39766fc848d63b0))
* return the right user packages ([397cbdf](https://gitlab.com/roomle/web/roomle-pdc/commit/397cbdf84ad09bd98c497b99529457a05f54a314))
* uploads layout issues ([b127efe](https://gitlab.com/roomle/web/roomle-pdc/commit/b127efe9b8346200c394d17010628d948d546856))

### [1.64.0](https://gitlab.com/roomle/web/roomle-pdc/compare/v1.63.1...v1.64.0) (2023-08-30)

#### Features

* Implement embedded item infos in RuAd ([2c9b169](https://gitlab.com/roomle/web/roomle-pdc/commit/2c9b169d65f949368fb1d04d23a07aff1d4917cc))

#### Bug Fixes

* table sorting functionality ([5e9e7f5](https://gitlab.com/roomle/web/roomle-pdc/commit/5e9e7f5dc2fbf19fd5d02611531bcdfe7f78b3e6))

#### [1.63.1](https://gitlab.com/roomle/web/roomle-pdc/compare/v1.63.0...v1.63.1) (2023-08-17)

### [1.63.0](https://gitlab.com/roomle/web/roomle-pdc/compare/v1.62.0...v1.63.0) (2023-08-01)

#### Features

* Manage product information in RuAd ([367e291](https://gitlab.com/roomle/web/roomle-pdc/commit/367e2917922fff4f91be3e8efa5dc8e7344282e6))

#### Bug Fixes

* Convert Level 1 -> Level 2: Variation sections seems to be wrong ([b095e92](https://gitlab.com/roomle/web/roomle-pdc/commit/b095e92382d269976d06a6a09c3938fb0c45eb93))

### [1.62.0](https://gitlab.com/roomle/web/roomle-pdc/compare/v1.61.0...v1.62.0) (2023-07-18)

#### Features

* Manage material information in RuAd ([8db52a2](https://gitlab.com/roomle/web/roomle-pdc/commit/8db52a2bb036c7c7879d661f057a4454c26662c5))
* rewrite old save variation form to eliminate potential issues ([3558372](https://gitlab.com/roomle/web/roomle-pdc/commit/35583720fa97a9dd8078be41d71ca5e7ec2d2258))

#### Bug Fixes

* RuAd: Overall Tentant list loses "search functionality" once you are on a catalog level ([9abb906](https://gitlab.com/roomle/web/roomle-pdc/commit/9abb9068ad5be39d134f16528d6ce9e5952524cb))

### [1.61.0](https://gitlab.com/roomle/web/roomle-pdc/compare/v1.60.1...v1.61.0) (2023-07-04)

#### Features

* Revert live merge in RuAd ([841eaeb](https://gitlab.com/roomle/web/roomle-pdc/commit/841eaebbc77796a933c47a69ea754f7b26752626))
* Trigger Static item converter ([ccae06f](https://gitlab.com/roomle/web/roomle-pdc/commit/ccae06ff6aac31fb3103133af503518eaac82f6c))

#### Bug Fixes

* IDs of converted items should not have "-" inside ([bc96980](https://gitlab.com/roomle/web/roomle-pdc/commit/bc9698073fc52a9fc41c0e1f38ee519bf5acb387))
* on creating an empty draft, the payload to the rapi contains the full data of the live catalog ([23fe20a](https://gitlab.com/roomle/web/roomle-pdc/commit/23fe20a61e7794d36ec7b74c093cfee2b4e05124))
* RuAD: 3D-Export and rendering is visible for converted items in progress ([fd0508d](https://gitlab.com/roomle/web/roomle-pdc/commit/fd0508d15e69983dd778aa4da50b15571e86fd24))
* RuAd: z-index of loading spinner wrong ([fd8e41c](https://gitlab.com/roomle/web/roomle-pdc/commit/fd8e41c003125907c559195e3b1936fce2ebee86))

#### [1.60.1](https://gitlab.com/roomle/web/roomle-pdc/compare/v1.60.0...v1.60.1) (2023-06-06)

#### Bug Fixes

* disable import if merge policies are all set to ignore ([7971972](https://gitlab.com/roomle/web/roomle-pdc/commit/797197239a4dee14ffbfa26af70a469a8d8c28d0))
* duplicate loco ([b031d72](https://gitlab.com/roomle/web/roomle-pdc/commit/b031d720a369e4015fbc807e048fa047750dcb44))
* falsy ([aa4ec92](https://gitlab.com/roomle/web/roomle-pdc/commit/aa4ec926b28caa66ef1cd86f4baba69a92949a79))
* only allow publish when ready for review ([aa31c2c](https://gitlab.com/roomle/web/roomle-pdc/commit/aa31c2ccfdb49606716c21f5024417ba1b8bad86))
* re add missing xlations ([a1744c3](https://gitlab.com/roomle/web/roomle-pdc/commit/a1744c3c7dc26ddaea1cfbbc7ddbb878de1212a7))
* remove padding ([6595b28](https://gitlab.com/roomle/web/roomle-pdc/commit/6595b2838aee47c93feb305e272e9e5e6d60dde7))
* xlation ([838bac8](https://gitlab.com/roomle/web/roomle-pdc/commit/838bac85539526e099c0936aa7cdc49f14c1b9c1))
* xlation pls ([a616ed2](https://gitlab.com/roomle/web/roomle-pdc/commit/a616ed20fe9e9be1a39e8fb743c7fce6907461f7))
