# Changelog

## [7.30.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.29.3...@dexteel/mesf-core-v7.30.0) (2026-08-21)


### Features

* **trending:** Improve overall functionality and visualization ([#697](https://github.com/dexteel/mesf-core-frontend/issues/697)) ([#713](https://github.com/dexteel/mesf-core-frontend/issues/713)) ([a8924ae](https://github.com/dexteel/mesf-core-frontend/commit/a8924aee9cd1eae4d3980c915414bf1b6f609fbd))

## [7.29.3](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.29.2...@dexteel/mesf-core-v7.29.3) (2026-08-19)


### Bug Fixes

* **Email Topics:** After save, highlight and center the new address created. ([#711](https://github.com/dexteel/mesf-core-frontend/issues/711)) ([ccdaa7f](https://github.com/dexteel/mesf-core-frontend/commit/ccdaa7f6c8b12ea979ed35abbd6a162c74be07d5))

## [7.29.2](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.29.1...@dexteel/mesf-core-v7.29.2) (2026-08-19)


### Bug Fixes

* **Email Topics:** Add functionality to save an address with enter key. Add confirmation dialog to discard current address. ([2047368](https://github.com/dexteel/mesf-core-frontend/commit/204736848f27ec83d11f6554c4a49785e900ecae))

## [7.29.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.29.0...@dexteel/mesf-core-v7.29.1) (2026-08-14)


### Bug Fixes

* **Email Configuration:** Keep the scroll when select some email/topic. ([ddf7f14](https://github.com/dexteel/mesf-core-frontend/commit/ddf7f143c35a93c8604aa2c7e35eebb8a30fe2f5))
* **Email Topics:** Remove options button. ([2fba180](https://github.com/dexteel/mesf-core-frontend/commit/2fba1800cc6de0b5eb3744e473b744b04d84eec7))

## [7.29.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.28.1...@dexteel/mesf-core-v7.29.0) (2026-08-13)


### Features

* **Email Addresses:** Add new configuration screen to manage the email addresses. Add functionality to create, edit and delete addresses. Add functionality to link/unlink addresses and topics. ([c2fcb77](https://github.com/dexteel/mesf-core-frontend/commit/c2fcb7705f3dc9ffb8ba2b306c5014c9d5e69e47))
* **Email Configuration:** Add functionality to enable/disable email topics. Differentiate IsSystem topics visually. ([defe732](https://github.com/dexteel/mesf-core-frontend/commit/defe7328cb4018fdcf22b008ef8e02ef43b7fccb))


### Bug Fixes

* **Confirmation Dialog Raw:** Use message as ReactNode instead string. ([696a60e](https://github.com/dexteel/mesf-core-frontend/commit/696a60ecdaea09d1143ca208589567bf3d0fdba3))
* **Email Addresses:** Use chip to show each topic. Difference topic by recipient type. ([9e0da81](https://github.com/dexteel/mesf-core-frontend/commit/9e0da81c44951e14daa3dd0d9c4d7858aef31714))
* **Email Topics:** On the table, show the addresses instead the count of each recipient type. ([45d2b66](https://github.com/dexteel/mesf-core-frontend/commit/45d2b66a300b0fa920e53c19b12f20d4013b3591))
* **Email Topics:** Remove functionality to delete email topics. ([e9dbc21](https://github.com/dexteel/mesf-core-frontend/commit/e9dbc21687ac8cb492356ed6fe42a5d5e8ba4c6a))
* **Email Topics:** Rename Email Configuration to Email Topics. ([25a54bc](https://github.com/dexteel/mesf-core-frontend/commit/25a54bca0f53c1eb20843858e753de51549d5dfe))
* **Email Topics:** Use chip to show each address. Difference address by recipient type. ([188333c](https://github.com/dexteel/mesf-core-frontend/commit/188333c2cc8541da4dbb4513615b02aa436dfec5))
* **Emails:** Remove unused logic. Remove duplicated useEmailAddresses. ([8da1b02](https://github.com/dexteel/mesf-core-frontend/commit/8da1b0298ed4f0c087bbd7c8784af344514bebce))
* **Recipients Table:** Remove the functionality to edit and delete addresses. ([dbc8511](https://github.com/dexteel/mesf-core-frontend/commit/dbc851152f85ae089c7e19b0e6bf589c3dc03634))

## [7.28.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.28.0...@dexteel/mesf-core-v7.28.1) (2026-08-11)


### Bug Fixes

* **Configuration:** Move Email Configuration to a new list 'Emails'. ([#703](https://github.com/dexteel/mesf-core-frontend/issues/703)) ([24f7572](https://github.com/dexteel/mesf-core-frontend/commit/24f7572422254e9047a53968f04559479df78a34))

## [7.28.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.27.0...@dexteel/mesf-core-v7.28.0) (2026-08-10)


### Features

* **Email Topics:** Add new configuration screen EmailTopics to manage the default addresses for specific topics. ([#700](https://github.com/dexteel/mesf-core-frontend/issues/700)) ([dc919fe](https://github.com/dexteel/mesf-core-frontend/commit/dc919fe9fbbb1df0a945dcfd7f06a6e18840dd21))

## [7.27.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.26.0...@dexteel/mesf-core-v7.27.0) (2026-08-05)


### Features

* **query-cache:** add the cache configuration screen and per-call options in callV3 ([#695](https://github.com/dexteel/mesf-core-frontend/issues/695)) ([c3d7cb2](https://github.com/dexteel/mesf-core-frontend/commit/c3d7cb24fb10d7fe257c4ba9c0c034a324583143))


### Bug Fixes

* **MESF Modal:** Fix display of subtitle to avoid overlaps with close button. ([#696](https://github.com/dexteel/mesf-core-frontend/issues/696)) ([f308cc9](https://github.com/dexteel/mesf-core-frontend/commit/f308cc9e97de79d05355e9de6e0d23d1541d1ec3))

## [7.26.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.25.4...@dexteel/mesf-core-v7.26.0) (2026-07-21)


### Features

* **Logbook Report:** Add 'All' period functionality to search through time. Add new debounce search to refetch entries. ([2dedc93](https://github.com/dexteel/mesf-core-frontend/commit/2dedc93d41120188041c3e90ea54023c834492fa))
* **logbook:** add optional entryActions slot to the entry footer ([96a3231](https://github.com/dexteel/mesf-core-frontend/commit/96a323110d7d367d6629e826bcdfbae81d67db8a))


### Bug Fixes

* **Logbook Entry:** Call getShiftData on first load. ([af36bb4](https://github.com/dexteel/mesf-core-frontend/commit/af36bb4743630a3281f4941381ee1569433e19dc))
* **Logbook Report:** Use ag-grid quickFilter when the period != all. ([ee75e35](https://github.com/dexteel/mesf-core-frontend/commit/ee75e35a5f0b826a65c8121f8b3fef9a8cb7815f))

## [7.25.4](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.25.3...@dexteel/mesf-core-v7.25.4) (2026-06-16)


### Bug Fixes

* **Operators:** implement FeatureFlag for MESF Operators with default in false ([#686](https://github.com/dexteel/mesf-core-frontend/issues/686)) ([8561d7b](https://github.com/dexteel/mesf-core-frontend/commit/8561d7b5202df04d1cb9f6e9438f2ef3026852ae))

## [7.25.3](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.25.2...@dexteel/mesf-core-v7.25.3) (2026-06-11)


### Bug Fixes

* **getOperators:** fix Enabled parameter value ([#685](https://github.com/dexteel/mesf-core-frontend/issues/685)) ([2fe8118](https://github.com/dexteel/mesf-core-frontend/commit/2fe8118fe457e7c939e5612e1aad8c211cc5474f))
* Revert "lc/operator fixes" ([#683](https://github.com/dexteel/mesf-core-frontend/issues/683)) ([fbe161f](https://github.com/dexteel/mesf-core-frontend/commit/fbe161f8ab36df83a870652417df2b071ff27be4))

## [7.25.2](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.25.1...@dexteel/mesf-core-v7.25.2) (2026-06-11)


### Bug Fixes

* **Operators CRUD + Selector:** Fix operator selectors  ([#681](https://github.com/dexteel/mesf-core-frontend/issues/681)) ([719b9e9](https://github.com/dexteel/mesf-core-frontend/commit/719b9e93e1de53df306835ee5297c12458f972c3))

## [7.25.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.25.0...@dexteel/mesf-core-v7.25.1) (2026-06-10)


### Bug Fixes

* **operators:** add optional parameter to filter disabled operators ([#679](https://github.com/dexteel/mesf-core-frontend/issues/679)) ([2808d14](https://github.com/dexteel/mesf-core-frontend/commit/2808d142311590f58e655e284fa5b14731401af0))

## [7.25.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.24.0...@dexteel/mesf-core-v7.25.0) (2026-06-10)


### Features

* **Configuration - Operators:** Add Assets column ([#677](https://github.com/dexteel/mesf-core-frontend/issues/677)) ([41d5f4a](https://github.com/dexteel/mesf-core-frontend/commit/41d5f4af877f8594649c3f305fc2d8feaabcc250))

## [7.24.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.23.1...@dexteel/mesf-core-v7.24.0) (2026-06-09)


### Features

* **configuration:** add reusable operators CRUD page ([77a0043](https://github.com/dexteel/mesf-core-frontend/commit/77a00431ace8d4cae344d11bf95044bf8d36eea8))


### Bug Fixes

* **configuration:** stabilize operators grid and modal ([6d2d4bb](https://github.com/dexteel/mesf-core-frontend/commit/6d2d4bbe109634fd8ededfa4a10b86bf2e6ed084))

## [7.23.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.23.0...@dexteel/mesf-core-v7.23.1) (2026-06-03)


### Bug Fixes

* add client telemetry admin screen ([#672](https://github.com/dexteel/mesf-core-frontend/issues/672)) ([b9a13a7](https://github.com/dexteel/mesf-core-frontend/commit/b9a13a7b5825a95b5ec390817348080acdbd4c08))

## [7.23.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.22.3...@dexteel/mesf-core-v7.23.0) (2026-06-03)


### Features

* add client telemetry tracking ([#670](https://github.com/dexteel/mesf-core-frontend/issues/670)) ([418550a](https://github.com/dexteel/mesf-core-frontend/commit/418550a23fe7424468d71729f9583e70b5dcf2c9))

## [7.22.3](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.22.2...@dexteel/mesf-core-v7.22.3) (2026-05-19)


### Bug Fixes

* **Header:** Add functionality to hide the area selector based on permissions. ([b15c823](https://github.com/dexteel/mesf-core-frontend/commit/b15c82331c2063f0e5d524ae95dfcd90e1978641))

## [7.22.2](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.22.1...@dexteel/mesf-core-v7.22.2) (2026-05-13)


### Bug Fixes

* **realtime:** share SignalR connection across subscribers ([023f7cf](https://github.com/dexteel/mesf-core-frontend/commit/023f7cf2805d1d9d1419c000a13480fd14d607f0))

## [7.22.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.22.0...@dexteel/mesf-core-v7.22.1) (2026-05-11)


### Bug Fixes

* **logs:** improve large log filtering performance ([80eaa0a](https://github.com/dexteel/mesf-core-frontend/commit/80eaa0a0f0535e0e3f67397d85b97efaa7b8659b))

## [7.22.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.21.0...@dexteel/mesf-core-v7.22.0) (2026-05-09)


### Features

* **trendings-v2:** simplify chart layout ([114ea8f](https://github.com/dexteel/mesf-core-frontend/commit/114ea8fd2f5495f8ccc2d52bcff0bdb6d5202999))

## [7.21.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.20.1...@dexteel/mesf-core-v7.21.0) (2026-04-24)


### Features

* **trendings-v2:** add stepped mode and URL state sync ([d87f8b6](https://github.com/dexteel/mesf-core-frontend/commit/d87f8b6f1e22b46d2a32b7e59017a4f62a9b0323))

## [7.20.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.20.0...@dexteel/mesf-core-v7.20.1) (2026-04-20)


### Bug Fixes

* **Shift Navigator:** Use production date of last shift as maxDate instead of now. ([5677435](https://github.com/dexteel/mesf-core-frontend/commit/56774355e310a96acf99a5d2cbb7d2cebc474586))

## [7.20.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.19.1...@dexteel/mesf-core-v7.20.0) (2026-04-17)


### Features

* **Logbook:** Search shifts by selected asset. Manage by LogbookEntrySettings. ([bf923f9](https://github.com/dexteel/mesf-core-frontend/commit/bf923f98338eaddb7b1d1a15f82bdb3fe83f61c5))


### Bug Fixes

* **ContextMenu:** Add data-test-id to each MenuItem. ([30f6ce5](https://github.com/dexteel/mesf-core-frontend/commit/30f6ce5306ed57f6a86683e077d684291d090830))

## [7.19.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.19.0...@dexteel/mesf-core-v7.19.1) (2026-04-17)


### Bug Fixes

* **Jobs Page:** add moment-duration-format dependency ([ce54111](https://github.com/dexteel/mesf-core-frontend/commit/ce54111b6d755ca3638cde9ec4194f54b5f11633))

## [7.19.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.18.0...@dexteel/mesf-core-v7.19.0) (2026-04-15)


### Features

* **Area Selector:** Highlight current area selected. ([15ea976](https://github.com/dexteel/mesf-core-frontend/commit/15ea97682574b920f5802ad093dfe456a409e06e))
* **Table Jobs:** Add resizable panel. Add LastExecutionTime as new column. ([c873ab2](https://github.com/dexteel/mesf-core-frontend/commit/c873ab2f3cdef674fb03b971959dc7c5c96369f4))

## [7.18.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.17.2...@dexteel/mesf-core-v7.18.0) (2026-04-06)


### Features

* Add AssetId support to Shifts ([#648](https://github.com/dexteel/mesf-core-frontend/issues/648)) ([75f077c](https://github.com/dexteel/mesf-core-frontend/commit/75f077cf82d91192f5a53fd48ea8addf688acdc8))

## [7.17.2](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.17.1...@dexteel/mesf-core-v7.17.2) (2026-03-27)


### Bug Fixes

* **devops:** add rollup config to build correctly ([df33adc](https://github.com/dexteel/mesf-core-frontend/commit/df33adc71d81c8ced414a59f16c817e238f545c8))

## [7.17.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.17.0...@dexteel/mesf-core-v7.17.1) (2026-03-27)


### Bug Fixes

* **deps:** upgrade rollup-plugin-typescript2 and fix setTimeout types    ([#641](https://github.com/dexteel/mesf-core-frontend/issues/641)) ([867c828](https://github.com/dexteel/mesf-core-frontend/commit/867c828187051f3096b544b15a38248976d25c72))

## [7.17.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.16.1...@dexteel/mesf-core-v7.17.0) (2026-03-27)


### Features

* add workflow_dispatch trigger to npm publish workflow ([d776298](https://github.com/dexteel/mesf-core-frontend/commit/d7762989b613ed262cb9969824ef5068d1e05343))


### Bug Fixes

* **Asset Search:** Fix search box overlapping tree items at certain resolutions ([5d1e1f3](https://github.com/dexteel/mesf-core-frontend/commit/5d1e1f3370cd96e84b02a4301ec9256c2b768846))
* **Header:** Show drawer dynamically according to the navbar content and screen size. ([b65cbda](https://github.com/dexteel/mesf-core-frontend/commit/b65cbdac1f6657b27d3e55eba8f435b3b067931f))
* **logbook:** handle AssetId=0 as valid root asset by replacing falsy checks with null checks ([3e660a9](https://github.com/dexteel/mesf-core-frontend/commit/3e660a9e35de36051b2522d81f7f2825ca9f9854))
* **Navbar Menu Bar:** Update closeDrawer function reference and adjust hoverSwitchDelayMs. ([0895812](https://github.com/dexteel/mesf-core-frontend/commit/08958129ce081f9bc4f644fb49bee38fa032cca7))
* upgrade npm to 11.5.1+ for OIDC Trusted Publishing support ([443c5fa](https://github.com/dexteel/mesf-core-frontend/commit/443c5fad15e9b0f68aeff98a4aad4156d34f2588))

## [7.16.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.16.0...@dexteel/mesf-core-v7.16.1) (2026-03-24)


### Bug Fixes

* migrate npm publish to OIDC Trusted Publishing and update docs ([e759e41](https://github.com/dexteel/mesf-core-frontend/commit/e759e41ed5ccaa535fc79a92f162e934b46a60ad))

## [7.16.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.15.4...@dexteel/mesf-core-v7.16.0) (2026-03-24)


### Features

* enhance navbar experience ([06626e9](https://github.com/dexteel/mesf-core-frontend/commit/06626e9b2fe1b93127771af2eb1dc74b1c2c6cf3))

## [7.15.4](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.15.3...@dexteel/mesf-core-v7.15.4) (2026-03-24)


### Bug Fixes

* share reusable navbar menubar behavior ([#628](https://github.com/dexteel/mesf-core-frontend/issues/628)) ([3156cf2](https://github.com/dexteel/mesf-core-frontend/commit/3156cf28acfa9d2dc0cffde9ab779b14c59d6c4f))

## [7.15.3](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.15.2...@dexteel/mesf-core-v7.15.3) (2026-03-10)


### Bug Fixes

* **Tags Tree:** Use ParentTagFolderId or ParentTagId. ([9528fdc](https://github.com/dexteel/mesf-core-frontend/commit/9528fdcc1a8aa865780ddda0dd6ad9946def2674))
* **Trending V2:** Fix infinite loading when views is empty. ([84a79b8](https://github.com/dexteel/mesf-core-frontend/commit/84a79b8cd53608c0e39bff01e01efb01c82fa5d8))

## [7.15.2](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.15.1...@dexteel/mesf-core-v7.15.2) (2026-03-06)


### Bug Fixes

* **Context Menu:** Fix zIndex to show it above modals. ([7e9b905](https://github.com/dexteel/mesf-core-frontend/commit/7e9b9051079cfe3bd6e193713bc89c524ed5b10d))

## [7.15.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.15.0...@dexteel/mesf-core-v7.15.1) (2026-03-04)


### Bug Fixes

* **Poll for updates:** add snackbar to mesf-core-frontend ([#615](https://github.com/dexteel/mesf-core-frontend/issues/615)) ([1c9f355](https://github.com/dexteel/mesf-core-frontend/commit/1c9f355fa362140f3b644a8a2585e99b10317b96))

## [7.15.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.14.0...@dexteel/mesf-core-v7.15.0) (2026-03-04)


### Features

* **version-check:** add frontend polling hook for update notifications ([feaf9ff](https://github.com/dexteel/mesf-core-frontend/commit/feaf9ff9cec2e0d167f9b256cbc8789d5b6c8dc5))

## [7.14.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.13.3...@dexteel/mesf-core-v7.14.0) (2026-02-26)


### Features

* **mesf-core-frontend:** Add AbortSignal to all the queryFn. ([595a744](https://github.com/dexteel/mesf-core-frontend/commit/595a744e74e4a54b7a8c5a29eda31e49cf5ebc84))


### Bug Fixes

* **Logs Page:** Remove unused searchLogs useQuery. Fix queryKey of getLogTags and getLogTagValues. ([37650d9](https://github.com/dexteel/mesf-core-frontend/commit/37650d9f266ef6b56929f9518f0e792339f9afbc))

## [7.13.3](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.13.2...@dexteel/mesf-core-v7.13.3) (2026-02-13)


### Bug Fixes

* **Shift Navigator Control:** Add Grid2Props type to props. ([e9af1af](https://github.com/dexteel/mesf-core-frontend/commit/e9af1af61023156dc6c96166b6ab4e8f03ca676e))
* **Shift Navigator Control:** Add Grid2Props type to props. ([3c3f151](https://github.com/dexteel/mesf-core-frontend/commit/3c3f151b4430b4cbe4e0a576d2d1abf20f120039))

## [7.13.2](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.13.1...@dexteel/mesf-core-v7.13.2) (2026-02-13)


### Bug Fixes

* **Shift Navigator Control:** Add props to customize better the style. ([b2ffa1c](https://github.com/dexteel/mesf-core-frontend/commit/b2ffa1c3fa1578352c2463e5ddd1a3e18a8a58c9))
* **Shift Navigator Control:** Add props to customize better the style. ([0f488d3](https://github.com/dexteel/mesf-core-frontend/commit/0f488d30819ae0a2b225cf76ade56e4b72f1cb32))

## [7.13.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.13.0...@dexteel/mesf-core-v7.13.1) (2026-02-12)


### Bug Fixes

* **index:** Export useEntries hook. ([3de750e](https://github.com/dexteel/mesf-core-frontend/commit/3de750e503cd0d76932ad8d9a823c87638c2f0a7))
* **index:** Export useEntries hook. ([b35d711](https://github.com/dexteel/mesf-core-frontend/commit/b35d711c40ccee41365d9774711d5cc03ea74019))

## [7.13.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.12.1...@dexteel/mesf-core-v7.13.0) (2026-01-28)


### Features

* **Profiles:** add clone profile functionality ([0279f13](https://github.com/dexteel/mesf-core-frontend/commit/0279f1395cfa8c4bef24c366358cab45c9de21c7))

## [7.12.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.12.0...@dexteel/mesf-core-v7.12.1) (2026-01-27)


### Bug Fixes

* **sp-executor:** exclude backend-managed parameters user from UI and execution payload ([4cd1b89](https://github.com/dexteel/mesf-core-frontend/commit/4cd1b89298cf8830ba21bab40e504d62bfc67d5a))

## [7.12.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.11.2...@dexteel/mesf-core-v7.12.0) (2026-01-22)


### Features

* **Logs:** Implement tag filtering functionality in logs ([9dc7efa](https://github.com/dexteel/mesf-core-frontend/commit/9dc7efa6b7d337bd9bc5903c45cc7a8b13a7c6de))

## [7.11.2](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.11.1...@dexteel/mesf-core-v7.11.2) (2026-01-22)


### Bug Fixes

* **ts config:** Set target to ES2015 in compiler options ([e0ab4ce](https://github.com/dexteel/mesf-core-frontend/commit/e0ab4ce90d4b680f5c90681e9f3acae8fa4178ff))

## [7.11.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.11.0...@dexteel/mesf-core-v7.11.1) (2026-01-21)


### Bug Fixes

* **Logbook Report:** Remove the double refetch on the first load. ([3438c12](https://github.com/dexteel/mesf-core-frontend/commit/3438c12b1983442175a16275e84f378f9ea448a6))

## [7.11.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.10.1...@dexteel/mesf-core-v7.11.0) (2026-01-13)


### Features

* **auth:** Enhance login flow with error handling and redirect support ([3015688](https://github.com/dexteel/mesf-core-frontend/commit/301568807376ed71de3198fb34c3702058617c2d))


### Bug Fixes

* **button-with-loading:** Difference isLoading and disabled. ([62642aa](https://github.com/dexteel/mesf-core-frontend/commit/62642aa289676460011ff895f1fbd8a222440254))

## [7.10.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.10.0...@dexteel/mesf-core-v7.10.1) (2025-12-30)


### Bug Fixes

* **trendings-v2:** anchor zoom to mouse cursor position ([d3b959a](https://github.com/dexteel/mesf-core-frontend/commit/d3b959ae547ef6c0db0faa3e5f35c706844617e7))

## [7.10.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.9.0...@dexteel/mesf-core-v7.10.0) (2025-12-29)


### Features

* **logbook:** add resizable panels with localStorage persistence ([6e4be73](https://github.com/dexteel/mesf-core-frontend/commit/6e4be73de1e819ea77685cb428c84eec262fcb5c))

## [7.9.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.8.1...@dexteel/mesf-core-v7.9.0) (2025-12-26)


### Features

* **logbook:** add section-logbook module with section filtering and top sections chips ([#578](https://github.com/dexteel/mesf-core-frontend/issues/578)) ([a5f7929](https://github.com/dexteel/mesf-core-frontend/commit/a5f792930062cdb0ab468e9fc23bca6c7f3c7344))

## [7.8.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.8.0...@dexteel/mesf-core-v7.8.1) (2025-12-22)


### Bug Fixes

* **Create User:** enhance user creation process with password and profile management ([9400641](https://github.com/dexteel/mesf-core-frontend/commit/94006418d13d944364cacf410a94b385f48b6140))
* **Edit User:** streamline user update process and improve profile ID handling ([f1397e5](https://github.com/dexteel/mesf-core-frontend/commit/f1397e58496fa8e9f4d10bd4a4d84db2af3c08e8))

## [7.8.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.7.0...@dexteel/mesf-core-v7.8.0) (2025-12-22)


### Features

* **Trendings V2:** auto-scroll, select, and toast on tag search result click in Tags Tree V2 ([5b869fb](https://github.com/dexteel/mesf-core-frontend/commit/5b869fb6ef38b7f4f7ad8e9b8c101db774970b52))


### Bug Fixes

* **Trendings V2:** Fix wiping of views when saving ([33ca2d4](https://github.com/dexteel/mesf-core-frontend/commit/33ca2d413b4adddc48692f93eb1f3804339a9bc3))

## [7.7.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.6.0...@dexteel/mesf-core-v7.7.0) (2025-12-22)


### Features

* **Trendings V2:** add resizable-panels to Trendings V2 ([9c7dd08](https://github.com/dexteel/mesf-core-frontend/commit/9c7dd0846792dc3a8f18f7c70f4cc7e3db98650a))


### Bug Fixes

* **CreateProfile:** add validation to ProfileName field to prevent whitespace input ([#573](https://github.com/dexteel/mesf-core-frontend/issues/573)) ([0c31f95](https://github.com/dexteel/mesf-core-frontend/commit/0c31f95a87286bc8a7dd9247ad37e05051227b8e))
* **Trendings V2:** fix autoscale functionality ([3ce4265](https://github.com/dexteel/mesf-core-frontend/commit/3ce42652c305afa5391abd5cbe835c17f248b2bf))

## [7.6.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.5.2...@dexteel/mesf-core-v7.6.0) (2025-12-17)


### Features

* **SP Executor:** add this feature ([f3f549f](https://github.com/dexteel/mesf-core-frontend/commit/f3f549f7b06633e2a7094e8d68d875a7c5182235))
* **Trendings V2:** add ability to chart a Tag as Array of Bits ([4d48dd0](https://github.com/dexteel/mesf-core-frontend/commit/4d48dd0965e3bbc34a6668c069ec35c71dce7cf4))

## [7.5.2](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.5.1...@dexteel/mesf-core-v7.5.2) (2025-12-12)


### Bug Fixes

* **deps:** add date-fns peer dependency to 3.0.0 || 4.0.0 ([c009378](https://github.com/dexteel/mesf-core-frontend/commit/c0093787828704572e42b18de3553ce31c4ae9ab))
* **deps:** remove dependency of font-awesome ([2ff6ee4](https://github.com/dexteel/mesf-core-frontend/commit/2ff6ee4d4070a80698f9ccbbcaa8134a22ba9943))
* **devops:** fix some dependencies warnings ([36cda0a](https://github.com/dexteel/mesf-core-frontend/commit/36cda0a6311f6485b0e69d8793612ec4de0829fc))
* **devops:** remove duplicated dependencies ([89f4ec9](https://github.com/dexteel/mesf-core-frontend/commit/89f4ec9bce2aa77bd31fdb3ccba495ce8374a829))

## [7.5.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.5.0...@dexteel/mesf-core-v7.5.1) (2025-12-11)


### Bug Fixes

* **Trending V2:** apply changes from tags table to chart ([881d379](https://github.com/dexteel/mesf-core-frontend/commit/881d37967c8aad1d78ad51a445c8fdc8e87e4d4d))

## [7.5.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.4.0...@dexteel/mesf-core-v7.5.0) (2025-12-10)


### Features

* **tree picker:** add full path in title ([c0ed0cd](https://github.com/dexteel/mesf-core-frontend/commit/c0ed0cd514a84fea80d03b6693b5fb568482e341))


### Bug Fixes

* **area selector:** fix bug in area selector ([c1b3635](https://github.com/dexteel/mesf-core-frontend/commit/c1b3635a92477c55251e4eefc94825ab60197943))
* **logbook:** fix default asset in asset filter ([3a088b1](https://github.com/dexteel/mesf-core-frontend/commit/3a088b11f343e026bb05aa90f7b392f583f8bb5f))
* **settings:** settings validation issues ([5f81107](https://github.com/dexteel/mesf-core-frontend/commit/5f811074e778975419e084d6449a441814d20b5f))
* **shifts:** allow editing comments on past shifts ([44d6d4d](https://github.com/dexteel/mesf-core-frontend/commit/44d6d4dd126e65551b4bc1930552a29054166e13))
* **ui:** snackbar position ([84465bd](https://github.com/dexteel/mesf-core-frontend/commit/84465bd727bb01d419270e3bb7d9e278dd9b519d))
* **user page:** fix modals ([1125f9d](https://github.com/dexteel/mesf-core-frontend/commit/1125f9d0574a200135f5732d51fa51599e3943d1))

## [7.4.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.3.0...@dexteel/mesf-core-v7.4.0) (2025-12-05)


### Features

* **trendings:** add props to show or hide ([827e4fa](https://github.com/dexteel/mesf-core-frontend/commit/827e4fabe7a6ee50c76074f4ed8696a8843dd10a))

## [7.3.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.2.1...@dexteel/mesf-core-v7.3.0) (2025-11-21)


### Features

* **TagColors:** add more colors ([6c5032a](https://github.com/dexteel/mesf-core-frontend/commit/6c5032a94b34eaa9076c5574bca2428065000e9e))


### Bug Fixes

* **TagColors:** add comments human redable colors names ([9ce19a2](https://github.com/dexteel/mesf-core-frontend/commit/9ce19a2261d843cb1bd0d28fa4a1c03e6329a9bf))

## [7.2.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.2.0...@dexteel/mesf-core-v7.2.1) (2025-11-19)


### Bug Fixes

* **Trending V1:** adjust layout after mui v6 migration ([#553](https://github.com/dexteel/mesf-core-frontend/issues/553)) ([7496c71](https://github.com/dexteel/mesf-core-frontend/commit/7496c716aca2585cffc7e72ed26043cdde363b9d))

## [7.2.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.1.0...@dexteel/mesf-core-v7.2.0) (2025-11-05)


### Features

* **MESFModal:** Add subtitle prop to Modal for enhanced title display ([e64b4f2](https://github.com/dexteel/mesf-core-frontend/commit/e64b4f2a7833cc470e7e9cd5d2bc7c21bdd92905))


### Bug Fixes

* **Alert:** Import Alert for `mui/material` and use forwardRef for improved ref handling ([34868c8](https://github.com/dexteel/mesf-core-frontend/commit/34868c8e0b95d601aaabd60d35434695c64b2401))
* **Context Menu:** Change width of context menu to auto for better responsiveness ([287b20a](https://github.com/dexteel/mesf-core-frontend/commit/287b20ab377a03bbfd5668edbb9f3d97baff153a))
* **Trending:** Replace TextFields for DateTimePickers, Fix style of TagTree & Fix save of views ([0bfb906](https://github.com/dexteel/mesf-core-frontend/commit/0bfb9064ebcce0ee0336afc594743d344d78b09d))

## [7.1.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.0.2...@dexteel/mesf-core-v7.1.0) (2025-10-31)


### Features

* **MESF Context Menu:** Add functionality to close context menu with 'Esc' ([8a2a82a](https://github.com/dexteel/mesf-core-frontend/commit/8a2a82a332cf87b9e2832785e0dd92bad2af90a8))
* **Trendings v2:** Add Trendings Feature ([#545](https://github.com/dexteel/mesf-core-frontend/issues/545)) ([145721c](https://github.com/dexteel/mesf-core-frontend/commit/145721cb65fe9b474c365b9329a2f5d9dd1651cb))

## [7.0.2](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.0.1...@dexteel/mesf-core-v7.0.2) (2025-10-28)


### Bug Fixes

* **Dialog Filter:** Add overflow 'auto' | Refactor the handleToggle function ([fa8a7bb](https://github.com/dexteel/mesf-core-frontend/commit/fa8a7bb87fb170427d27c5e0dad06457fb1fe18e))
* **Dialog Filter:** Add overflow 'auto' | Refactor the handleToggle function ([52af423](https://github.com/dexteel/mesf-core-frontend/commit/52af423acc1b4a590fb8fddd4c3556a89e611e96))

## [7.0.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.0.0...@dexteel/mesf-core-v7.0.1) (2025-10-23)


### Bug Fixes

* fire publishing ([494a537](https://github.com/dexteel/mesf-core-frontend/commit/494a53789b12947ee9af951c441d8a1bd52c9620))

## [7.0.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v6.1.1...@dexteel/mesf-core-v7.0.0) (2025-10-23)


### Features

* **mesf-core-frontend:** Install MUI v5, remove old imports, fix breaking changes and others. ([a66d52a](https://github.com/dexteel/mesf-core-frontend/commit/a66d52ab94a10baebfd003d46029bf47f7bc7cc5))
* **SWV Mill:** Update to react v18 and fix all pages. ([1aaf601](https://github.com/dexteel/mesf-core-frontend/commit/1aaf60189e158b743ea4b64f53654129b183c0b1))


### Miscellaneous Chores

* release version 7.0.0 ([fddc9e9](https://github.com/dexteel/mesf-core-frontend/commit/fddc9e9650bd10846e2e77a1988fae625cc5ecc4))

## [6.1.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v6.1.0...@dexteel/mesf-core-v6.1.1) (2025-10-15)


### Bug Fixes

* **devops:** remove unnecessary code from release-please yaml ([51f15d2](https://github.com/dexteel/mesf-core-frontend/commit/51f15d20b3c0130ce47375294b77eb59d3e42aa1))
* **Trendings:** optimize chart updates and add request cancellation for zoom/pan ([#504](https://github.com/dexteel/mesf-core-frontend/issues/504)) ([2277a65](https://github.com/dexteel/mesf-core-frontend/commit/2277a653360ab379d18b1ead252ff480f9eb16f9))

## [6.1.0] - 2025-10-13



# Changelog

## [6.1.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v6.0.5...@dexteel/mesf-core-v6.1.0) (2025-10-13)


### Features

* **asset:** export CRUD dialogs for reuse across projects ([#503](https://github.com/dexteel/mesf-core-frontend/issues/503)) ([d1b94bf](https://github.com/dexteel/mesf-core-frontend/commit/d1b94bf20020c5906179fc27ffd86bb455eba2c7))
* **Code Filter:** Improve type handling and display logic ([d98401c](https://github.com/dexteel/mesf-core-frontend/commit/d98401c7f6790e136186a4ddc8d625ca00923dca))
* **Table Logs:** Update log type handling and add 'Debug' log type ([0b7ad35](https://github.com/dexteel/mesf-core-frontend/commit/0b7ad35325fd07d52758173e8101a0b4413ec2a1))


### Bug Fixes

* **Logbook:** adjust Asset column to display complete data with text wrapping ([#502](https://github.com/dexteel/mesf-core-frontend/issues/502)) ([e539a25](https://github.com/dexteel/mesf-core-frontend/commit/e539a2508aee1a36008959ce9bba787cb596249d))
* **Table Jobs:** Update context menu id ([3b41af5](https://github.com/dexteel/mesf-core-frontend/commit/3b41af57b5130da6dd8b92d860cc3a0fcd5adc23))
* **Table Jobs:** Update context menu id ([40718d8](https://github.com/dexteel/mesf-core-frontend/commit/40718d8d855dbffc9e8d4692b500f8983f48c3f7))
* **Table Jobs:** Use onRowClicked instead of onRowSelected ([127de26](https://github.com/dexteel/mesf-core-frontend/commit/127de2678903219e727ef9b85ccf03a55599d102))
* **Table Jobs:** Use onRowClicked instead of onRowSelected ([5e1b15e](https://github.com/dexteel/mesf-core-frontend/commit/5e1b15e9645ee024510e447974787f9fda1d14e4))
* Update release-please-v6.yml ([e61411c](https://github.com/dexteel/mesf-core-frontend/commit/e61411c04211a3ee1875709ab09451035b7f89e5))

## [6.0.5] - 2025-10-02



# Changelog

## [6.0.5](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v6.0.4...@dexteel/mesf-core-v6.0.5) (2025-10-02)


### Bug Fixes

* **index:** Export searchAssets & AssetTreePicker ([ae6327a](https://github.com/dexteel/mesf-core-frontend/commit/ae6327a6a82bd7241e188cf64dc6eeb04b2402b5))
* **index:** Export searchAssets & AssetTreePicker ([c85c391](https://github.com/dexteel/mesf-core-frontend/commit/c85c39162354078d2512cf7f688f2643fc282cd6))

## [6.0.4] - 2025-10-02



# Changelog

## [6.0.4](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v6.0.3...@dexteel/mesf-core-v6.0.4) (2025-10-02)


### Bug Fixes

* **logbook-entry:** Add else in onHide | Preset asset only for new entries ([fa7433c](https://github.com/dexteel/mesf-core-frontend/commit/fa7433c5daa1b4b3d8ab2a490a0610b0ede1a4f7))
* **logbook-entry:** Add else in onHide | Preset asset only for new entries ([9386c8f](https://github.com/dexteel/mesf-core-frontend/commit/9386c8fbce56d6e0e66becf04dc47bb58d7cf7ba))

## [6.0.3] - 2025-10-02



# Changelog

## [6.0.3](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v6.0.2...@dexteel/mesf-core-v6.0.3) (2025-10-02)


### Bug Fixes

* **asset-tree-picker:** Add filterAssets prop | Remove useStyles ([39ec87e](https://github.com/dexteel/mesf-core-frontend/commit/39ec87e4530e92ede44681a664a983dd02df3d20))
* **entry-viewer:** Use tree and selector | Preselect assetId ([c792f29](https://github.com/dexteel/mesf-core-frontend/commit/c792f29db40e95ab1a434900bdf3fef4b3ab6da9))

## [6.0.2] - 2025-09-30



# Changelog

## [6.0.2](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v6.0.1...@dexteel/mesf-core-v6.0.2) (2025-09-30)


### Bug Fixes

* **Asset Filter:** remove infinite errors in console.log. Remove vertical scrolling ([d7127ab](https://github.com/dexteel/mesf-core-frontend/commit/d7127ab39a20bc63f6f33e2d8a5ba043d944d5fd))

## [6.0.1] - 2025-09-30



# Changelog

## [6.0.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v6.0.0...@dexteel/mesf-core-v6.0.1) (2025-09-30)


### Bug Fixes

* **logbook:** simplify settings context and remove duplicate providers ([#482](https://github.com/dexteel/mesf-core-frontend/issues/482)) ([20c0dec](https://github.com/dexteel/mesf-core-frontend/commit/20c0dec12c13173a8ea75a76fd1817adc0662947))

## [6.0.0] - 2025-09-30



# Changelog

## [6.0.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.14.1...@dexteel/mesf-core-v6.0.0) (2025-09-30)


### ⚠ BREAKING CHANGES

* **dexteel/MESF v6:** use react-query in all sections

### Features

* **assets:** Remove context/reducer | Use react-query | Remove unused files | Improve contextMenu ([5c4c13f](https://github.com/dexteel/mesf-core-frontend/commit/5c4c13f0674534031311a4de4ad07a9ce37bc885))
* **dexteel/MESF v6:** add new version v6 ([d3136b9](https://github.com/dexteel/mesf-core-frontend/commit/d3136b9eb87962d1b2855e95ad23185e8364d5f4))
* **jobs:** Remove context/reducer | Use react-query ([8258ae8](https://github.com/dexteel/mesf-core-frontend/commit/8258ae82336202f4fe49b0fdb5d80dd2770837ac))
* **logbook:** Add LogbookReport ([7ca92dc](https://github.com/dexteel/mesf-core-frontend/commit/7ca92dc10a296010a7108f91bafa9bf162501b53))
* **logs:** Remove context/reducer | Use react-query ([de98522](https://github.com/dexteel/mesf-core-frontend/commit/de985227701d98c2a85c978586132ec7ddfa620d))
* **mesf:** Add AssetTreePicker and themeDXT ([5dd14cc](https://github.com/dexteel/mesf-core-frontend/commit/5dd14ccdb55466185fb50f33e33720246cb13595))
* **profiles:** Remove context/reducer | Use react-query | Remove unused files ([00ebcd7](https://github.com/dexteel/mesf-core-frontend/commit/00ebcd722a00542c0b92b73c659f80f109ab6bfb))
* **real-time:** Use react-query | Add config-repository ([32d0b4b](https://github.com/dexteel/mesf-core-frontend/commit/32d0b4b159742869ef3a0ce3a7dfe1584ecec868))
* **settings:** Remove context/reducer | Use react-query ([7f8024f](https://github.com/dexteel/mesf-core-frontend/commit/7f8024f5a01529ed6f19835580375d150e53e9a5))
* **shifts-crews:** Remove context/reducer | Use react-query ([a17e5c9](https://github.com/dexteel/mesf-core-frontend/commit/a17e5c9dd13be46dab99da61ce841d27c035de16))
* **trending:** Add react-query | Fix contextMenu | Refactor styles ([4de8ae1](https://github.com/dexteel/mesf-core-frontend/commit/4de8ae1dea54150876a988f7e12b5e137814e002))
* **users:** Remove context/reducer | Use react-query ([4ff16f7](https://github.com/dexteel/mesf-core-frontend/commit/4ff16f752c8a7188e1f866e7a58383df8f3f763e))


### Bug Fixes

* add npm publish job for v6 ([7dae720](https://github.com/dexteel/mesf-core-frontend/commit/7dae720ff57d1e46488830ea6ca18a7f6c59c6da))
* **mesf:** Use react-query instead of custom functions ([3a121ba](https://github.com/dexteel/mesf-core-frontend/commit/3a121bac6fffbfd6ac9fcbcbe1ed8694a1d2d833))

## [5.14.1] - 2025-09-23



# Changelog

## [5.14.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.14.0...@dexteel/mesf-core-v5.14.1) (2025-09-23)


### Bug Fixes

* use moment from moment package ([d7cadaf](https://github.com/dexteel/mesf-core-frontend/commit/d7cadafb6a9a894f1071cccad32d8ac0421b1883))

## [5.14.0] - 2025-09-23



# Changelog

## [5.14.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.13.1...@dexteel/mesf-core-v5.14.0) (2025-09-23)


### Features

* **logs:** Refactor logs with react-query | Remove context ([#471](https://github.com/dexteel/mesf-core-frontend/issues/471)) ([d436c8f](https://github.com/dexteel/mesf-core-frontend/commit/d436c8fa186f1e1c9249b9a3967b0cd711d8cf91))


### Bug Fixes

* show message on logout if needed ([e92b1e1](https://github.com/dexteel/mesf-core-frontend/commit/e92b1e107dabf4dcda7604df691e6ef77bc80734))

## [5.13.1] - 2025-09-22



# Changelog

## [5.13.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.13.0...@dexteel/mesf-core-v5.13.1) (2025-09-22)


### Bug Fixes

* **package-json:** Add react-helmet-async ([6f2a294](https://github.com/dexteel/mesf-core-frontend/commit/6f2a294c264a62395e48dc2b22b142fab1569b8d))

## [5.13.0] - 2025-09-22



# Changelog

## [5.13.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.12.1...@dexteel/mesf-core-v5.13.0) (2025-09-22)


### Features

* **asset:** Add HelmetDexteel to asset page ([eebe84f](https://github.com/dexteel/mesf-core-frontend/commit/eebe84f1a426ab276cadb7c444484cda21c24a4b))
* **jobs:** Add HelmetDexteel to jobs page ([59bc31c](https://github.com/dexteel/mesf-core-frontend/commit/59bc31c5bc01ff31643a615f146e1f615d47501e))
* **logs:** Add HelmetDexteel to logs page ([ba832f2](https://github.com/dexteel/mesf-core-frontend/commit/ba832f2bae4a7001023ebafe81950597f6c5fcc4))
* **mesf-main:** Add HelmetDexteel and HelmetDexteelContext ([eb83070](https://github.com/dexteel/mesf-core-frontend/commit/eb83070cef972aae4db8714b83e2a2a981741f2b))
* **pages:** Add HelmetDexteel to navbar pages ([49911fe](https://github.com/dexteel/mesf-core-frontend/commit/49911fef26a1f2243609a6cc897f9767ee47a4a9))
* **profiles:** Add HelmetDexteel to profiles page ([09a5082](https://github.com/dexteel/mesf-core-frontend/commit/09a5082a53d42e695e89cb990a1ff7a4e2adb11d))
* **real-time:** Add HelmetDexteel to real time pages ([bf03b41](https://github.com/dexteel/mesf-core-frontend/commit/bf03b41178b8a198c222d595b759070ad9540dcb))
* **settings:** Add HelmetDexteel to settings page ([103a0e1](https://github.com/dexteel/mesf-core-frontend/commit/103a0e1205cef61dbc69691b57b87edc4f14faf9))
* **shifts:** Add HelmetDexteel to shifts page ([867e519](https://github.com/dexteel/mesf-core-frontend/commit/867e51970f56016971b0e3ae06f796057fc5ad4c))
* **users:** Add HelmetDexteel to users page ([885ef67](https://github.com/dexteel/mesf-core-frontend/commit/885ef67acbaafd2d071e2224391b6fe868996d24))

## [5.12.1] - 2025-09-12



# Changelog

## [5.12.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.12.0...@dexteel/mesf-core-v5.12.1) (2025-09-12)


### Bug Fixes

* **Settings:** rewrite UTLSettingContext to make sure settings are lo… ([3f6c367](https://github.com/dexteel/mesf-core-frontend/commit/3f6c36797ce0e0bed33dc574589347ba0a39f34e))
* **Settings:** rewrite UTLSettingContext to make sure settings are loaded before application ([eb262d9](https://github.com/dexteel/mesf-core-frontend/commit/eb262d92c51880f3a63349accc8ef259e843de7e))

## [5.12.0] - 2025-09-09



# Changelog

## [5.12.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.11.0...@dexteel/mesf-core-v5.12.0) (2025-09-09)


### Features

* **asset-configuration:** add search functionality to Assets Tree ([ef22460](https://github.com/dexteel/mesf-core-frontend/commit/ef22460bc96f75b3a5454fc4aee0fbf1cb3b7d80))
* **asset-configuration:** add search functionality to Assets Tree ([2fefd83](https://github.com/dexteel/mesf-core-frontend/commit/2fefd83a61a05f083882c0898b8b0826f216517e))
* **userContext:** add useHasProfile hook ([#460](https://github.com/dexteel/mesf-core-frontend/issues/460)) ([8788000](https://github.com/dexteel/mesf-core-frontend/commit/8788000718b33c4af2732f88f8c0f47a9cecb29a))


### Bug Fixes

* **real-time-config:** Show the names of SP instead of id's ([c97ad12](https://github.com/dexteel/mesf-core-frontend/commit/c97ad128d1519c7498784fa575c7e6fb7741f0d7))
* **real-time-config:** Show the names of SP instead of id's ([b994a0b](https://github.com/dexteel/mesf-core-frontend/commit/b994a0bdb46c9d74e8d85bc3d4a0b1cdd2c862cb))

## [5.11.0] - 2025-09-08



# Changelog

## [5.11.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.10.0...@dexteel/mesf-core-v5.11.0) (2025-09-03)


### Features

* **QueryCacheInvalidations:** remove custom styles and use Material-UI components only ([#455](https://github.com/dexteel/mesf-core-frontend/issues/455)) ([f108216](https://github.com/dexteel/mesf-core-frontend/commit/f1082167dbfeba2df365c8ca77a9b7d23617ea60))


### Bug Fixes

* **account:** improve account configuration UI and functionality ([b7ccbdd](https://github.com/dexteel/mesf-core-frontend/commit/b7ccbddabe50df58fbfc4966e617709d13133aa9))
* **account:** improve account configuration UI and functionality ([14b476d](https://github.com/dexteel/mesf-core-frontend/commit/14b476d0468c38889c653341f71a607a2453c897))
* **account:** remove custom styles and replace with Material-UI props ([c910339](https://github.com/dexteel/mesf-core-frontend/commit/c910339f5670f757c982532202f3caf0e3dcc8cc))
* **AssetSelector:** allow plantAssetId to be configured via MESFMain props ([55e9486](https://github.com/dexteel/mesf-core-frontend/commit/55e9486c78df5722cbcfe914c9c219fc08d7260f))
* **AssetSelector:** handle AssetId 0 correctly and remove None option when assets exist ([66036cc](https://github.com/dexteel/mesf-core-frontend/commit/66036cc2162127d06362dbe289e3c5a8eba50d9b))
* **AssetSelector:** use plantAssetId from context as default instead of first asset ([8063686](https://github.com/dexteel/mesf-core-frontend/commit/8063686fd3f8bf04af98ffd6448f202724e8ae5b))
* **QueryCacheInvalidations:** standardize page layout and improve UX consistency ([#451](https://github.com/dexteel/mesf-core-frontend/issues/451)) ([c3009e2](https://github.com/dexteel/mesf-core-frontend/commit/c3009e235e558b4a3773dfe9ba89aa749c602dc6))

## [5.10.0] - 2025-09-02



# Changelog

## [5.10.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.9.1...@dexteel/mesf-core-v5.10.0) (2025-09-02)


### Features

* **TreePickerControl:** enhance keyboard navigation and search functionality ([#446](https://github.com/dexteel/mesf-core-frontend/issues/446)) ([29a8cfd](https://github.com/dexteel/mesf-core-frontend/commit/29a8cfdd45d7a7b9ab7916206414ebeaa9b72848))


### Bug Fixes

* **logs:** resolve critical UI issues in logs page ([#445](https://github.com/dexteel/mesf-core-frontend/issues/445)) ([c77f667](https://github.com/dexteel/mesf-core-frontend/commit/c77f6674416dc49e3574256c561b03fd21ecf2bd))

## [5.9.1] - 2025-08-29



# Changelog

## [5.9.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.9.0...@dexteel/mesf-core-v5.9.1) (2025-08-29)


### Bug Fixes

* **TreePickerControlV2:** add search functionality with allowSearch prop ([#437](https://github.com/dexteel/mesf-core-frontend/issues/437)) ([a8a9fd6](https://github.com/dexteel/mesf-core-frontend/commit/a8a9fd6dc97a916f4a32a7116bde47e769bc11aa))

## [5.9.0] - 2025-08-29



# Changelog

## [5.9.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.8.0...@dexteel/mesf-core-v5.9.0) (2025-08-29)


### Features

* **TreePickerControl:** add search functionality with enhanced UX ([#436](https://github.com/dexteel/mesf-core-frontend/issues/436)) ([ae98403](https://github.com/dexteel/mesf-core-frontend/commit/ae9840354e0f56d26c4754e2fefad5ee0fc93e60))


### Bug Fixes

* **MESFMain:** add optional theme prop to MESFMain and make login AppBar theme-aware ([#432](https://github.com/dexteel/mesf-core-frontend/issues/432)) ([b736370](https://github.com/dexteel/mesf-core-frontend/commit/b7363700c33bb7049eb98f0023046151aaf50654))

## [5.8.0] - 2025-08-28



# Changelog

## [5.8.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.7.1...@dexteel/mesf-core-v5.8.0) (2025-08-28)


### Features

* **Shift navigator control:** Add 'withoutPaper' prop to control the use of Paper in the ShiftDayNavigatorControl component ([#429](https://github.com/dexteel/mesf-core-frontend/issues/429)) ([68c01b0](https://github.com/dexteel/mesf-core-frontend/commit/68c01b0712c3cec65d7673842a67af49735fb483))

## [5.7.1] - 2025-08-25



# Changelog

## [5.7.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.7.0...@dexteel/mesf-core-v5.7.1) (2025-08-25)


### Bug Fixes

* **shift-navigator:** fix custom date picker values and add date validation ([2535c74](https://github.com/dexteel/mesf-core-frontend/commit/2535c74d76a3157fa6cfbaf8f8eb9565a1a2923c))
* **shift-navigator:** fix custom date picker values and add date validation ([7f8f181](https://github.com/dexteel/mesf-core-frontend/commit/7f8f1818bee8b00519123c68e6bfa4bd5aa827ec))

## [5.7.0] - 2025-07-17



# Changelog

## [5.7.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.6.3...@dexteel/mesf-core-v5.7.0) (2025-07-17)


### Features

* **user configuration:** add default area setter ([e50985e](https://github.com/dexteel/mesf-core-frontend/commit/e50985ea4ba550c5e566d18a20e786aab3ed32e3))
* **user configuration:** add default area setter ([854b16b](https://github.com/dexteel/mesf-core-frontend/commit/854b16b89b998240c02763a4b0a1e5297079e2ff))

## [5.6.3] - 2025-07-16



# Changelog

## [5.6.3](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.6.2...@dexteel/mesf-core-v5.6.3) (2025-07-16)


### Bug Fixes

* **tree-picker-control-v2:** Use dialogMaxWidth as optional param ([10b41d3](https://github.com/dexteel/mesf-core-frontend/commit/10b41d3965e22c5a5a6db4ec574aa958eba0b68d))
* **tree-picker-control-v2:** Use dialogMaxWidth as optional param ([3491b4a](https://github.com/dexteel/mesf-core-frontend/commit/3491b4aceb7534294a56d69fd8505f7de79affc6))

## [5.6.2] - 2025-07-16



# Changelog

## [5.6.2](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.6.1...@dexteel/mesf-core-v5.6.2) (2025-07-16)


### Bug Fixes

* **tree-picker-control-v2:** Rename params | Use itemWithParents as param ([58c9424](https://github.com/dexteel/mesf-core-frontend/commit/58c9424f6df3f05ae98e3a97558bbedbd28b3757))

## [5.6.1] - 2025-07-15



# Changelog

## [5.6.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.6.0...@dexteel/mesf-core-v5.6.1) (2025-07-15)


### Bug Fixes

* **TreePickerControlV2:** fix onSelect ([a1f0d6b](https://github.com/dexteel/mesf-core-frontend/commit/a1f0d6ba35a570ecd2ca5ca089ebb551d1e0a04d))
* **TreePickerControlV2:** fix onSelect ([2230ad9](https://github.com/dexteel/mesf-core-frontend/commit/2230ad940ce1df3cf62a50a9792fa74d06a3fbaa))

## [5.6.0] - 2025-07-15



# Changelog

## [5.6.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.5.3...@dexteel/mesf-core-v5.6.0) (2025-07-15)


### Features

* **ShiftPeriodNavigatorControl:** add custom option in periods ([c1c1cf6](https://github.com/dexteel/mesf-core-frontend/commit/c1c1cf61f283daf46a787c3edde797f373debf25))
* **ShiftPeriodNavigatorControl:** add custom period ([4a54f61](https://github.com/dexteel/mesf-core-frontend/commit/4a54f61196e754345f69447ab74f6997ce0a684c))

## [5.5.3] - 2025-07-08



# Changelog

## [5.5.3](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.5.2...@dexteel/mesf-core-v5.5.3) (2025-07-08)


### Bug Fixes

* **ShiftPeriodNavigatorControl:** add a prop to fix ([adf04ec](https://github.com/dexteel/mesf-core-frontend/commit/adf04ecd314926786977c3ffdce5eecd185e7c83))

## [5.5.2] - 2025-07-01



# Changelog

## [5.5.2](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.5.1...@dexteel/mesf-core-v5.5.2) (2025-07-01)


### Bug Fixes

* **treePickerControl:** fix control supporting 0 ([d63e1ee](https://github.com/dexteel/mesf-core-frontend/commit/d63e1ee0d26afd0067e10ffd4555c6b03cb44f01))
* **treePickerControl:** fix control supporting 0 ([bcfb5db](https://github.com/dexteel/mesf-core-frontend/commit/bcfb5dbc5094f6ecbcebf127182dcb9839023bd6))

## [5.5.1] - 2025-06-24



# Changelog

## [5.5.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.5.0...@dexteel/mesf-core-v5.5.1) (2025-06-24)


### Bug Fixes

* **ApiService:** replace fetch with axios for file upload ([a29ceb9](https://github.com/dexteel/mesf-core-frontend/commit/a29ceb9b1a251cf2664975cdae0dab4ed396ff00))
* enhance app initialization ([9e3eb46](https://github.com/dexteel/mesf-core-frontend/commit/9e3eb46550ae1e88d83739a84b1467fd2d547e21))

## [5.5.0] - 2025-06-18



# Changelog

## [5.5.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.4.2...@dexteel/mesf-core-v5.5.0) (2025-06-18)


### Features

* **asset tree:** update asset tree ([43a2ad3](https://github.com/dexteel/mesf-core-frontend/commit/43a2ad302185a3519dc6371457d5d5c30ed543b0))
* **asset tree:** update asset tree to support asset 0 and fix area selector ([3311536](https://github.com/dexteel/mesf-core-frontend/commit/3311536b5af0b5527495fcc3a14ab87e81c86c4c))


### Bug Fixes

* use PlantAssetId as prop in MESFMain ([6246891](https://github.com/dexteel/mesf-core-frontend/commit/6246891b0a5c07cecf83b4b175e3f60d043744ab))

## [5.4.2] - 2025-05-29



# Changelog

## [5.4.2](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.4.1...@dexteel/mesf-core-v5.4.2) (2025-05-29)


### Bug Fixes

* **Typescript:** fix tsconfig.json ([7e6f4ec](https://github.com/dexteel/mesf-core-frontend/commit/7e6f4ec4f1fb391caee0d402aeed051169428495))

## [5.4.1] - 2025-05-29



# Changelog

## [5.4.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.4.0...@dexteel/mesf-core-v5.4.1) (2025-05-29)


### Bug Fixes

* **AG GRID:** remove ag-grid.css imports ([658d838](https://github.com/dexteel/mesf-core-frontend/commit/658d8384e0c00e3e1019335aab3844b565f5baf8))
* **AG GRID:** use v33 correctly. improve look and feel ([be8704f](https://github.com/dexteel/mesf-core-frontend/commit/be8704fd5ff57b8e451f979955c895b7da22c0a3))

## [5.4.0] - 2025-05-29



# Changelog

## [5.4.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.3.0...@dexteel/mesf-core-v5.4.0) (2025-05-29)


### Features

* **AG GRID:** Update to v33 (breaking) ([5fdd388](https://github.com/dexteel/mesf-core-frontend/commit/5fdd38852b38cd853241c728ae07ef987b306cd9))

## [5.3.0] - 2025-05-28



# Changelog

## [5.3.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.2.0...@dexteel/mesf-core-v5.3.0) (2025-05-28)


### Features

* **Auth - Windows:** Enhance visualization of Windows Authentication login ([57704a4](https://github.com/dexteel/mesf-core-frontend/commit/57704a48fc4ffafdd00fc361ebf54532c9768e15))

## [5.2.0] - 2025-05-16



# Changelog

## [5.2.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.1.3...@dexteel/mesf-core-v5.2.0) (2025-05-16)


### Features

* **Header:** add ability to bypass header for specific routes ([b3124ff](https://github.com/dexteel/mesf-core-frontend/commit/b3124ffd8f78e85426da775b06891912f1ec982e))

## [5.1.3] - 2025-05-09



# Changelog

## [5.1.3](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.1.2...@dexteel/mesf-core-v5.1.3) (2025-05-09)


### Bug Fixes

* **Permissions:** show circular progress indicator if permissions are not loaded yet ([39383d9](https://github.com/dexteel/mesf-core-frontend/commit/39383d915bfc6c1f4f35daa17fea6c9bd4eff902))

## [5.1.2] - 2025-05-08



# Changelog

## [5.1.2](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.1.1...@dexteel/mesf-core-v5.1.2) (2025-05-08)


### Bug Fixes

* **Permissions:** fix useHasPermission hook ([4fc7a5b](https://github.com/dexteel/mesf-core-frontend/commit/4fc7a5b0fcb0cc2b3a8e2fa6395098a8cada47b2))

## [5.1.1] - 2025-05-08



# Changelog

## [5.1.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.1.0...@dexteel/mesf-core-v5.1.1) (2025-05-08)


### Bug Fixes

* **Permissions | Hook:** Fix hook usage ([f955773](https://github.com/dexteel/mesf-core-frontend/commit/f9557739a625b91cc8f7ea2b5903869c214a3876))

## [5.1.0] - 2025-05-08



# Changelog

## [5.1.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.0.4...@dexteel/mesf-core-v5.1.0) (2025-05-08)


### Features

* **Configurations:** implement "hasPermissionTo". Load Permissions on page start. Reload permissions on websocket signal. ([05dd895](https://github.com/dexteel/mesf-core-frontend/commit/05dd895772248c3cb91d4c375cc4ab406fa88df4))

## [5.0.4] - 2025-04-26



# Changelog

## [5.0.4](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.0.3...@dexteel/mesf-core-v5.0.4) (2025-04-26)


### Bug Fixes

* remove tsc package in favor of typescript ([c597c7d](https://github.com/dexteel/mesf-core-frontend/commit/c597c7d95a7bb12a2b61b73f766adfe865799452))

## [5.0.3] - 2025-04-22



# Changelog

## [5.0.3](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.0.2...@dexteel/mesf-core-v5.0.3) (2025-04-22)


### Bug Fixes

* **UI:** Fix Drawer when mobile on General App and Settings ([dc950eb](https://github.com/dexteel/mesf-core-frontend/commit/dc950ebb2127b450347109245cf386fd0b6c6f6c))

## [5.0.2] - 2025-04-18



# Changelog

## [5.0.2](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.0.1...@dexteel/mesf-core-v5.0.2) (2025-04-18)


### Bug Fixes

* **UI:** Login page ([#380](https://github.com/dexteel/mesf-core-frontend/issues/380)) ([2a927b9](https://github.com/dexteel/mesf-core-frontend/commit/2a927b9afc6fc457de97f5ced26b3f4cd14dd4d2))

## [5.0.1] - 2025-04-18



# Changelog

## [5.0.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.0.0...@dexteel/mesf-core-v5.0.1) (2025-04-18)


### Bug Fixes

* **UI:** Add Search filter for Users. Enhance spacing of Assetview ([3190e85](https://github.com/dexteel/mesf-core-frontend/commit/3190e856181af1c5c70262111fc4089e408b5616))
* **UI:** Enhance Logs Page ([baa8239](https://github.com/dexteel/mesf-core-frontend/commit/baa823918928301c1d1a9ac9752756e1d168a452))
* **UI:** Profiles Page ([8cdd30a](https://github.com/dexteel/mesf-core-frontend/commit/8cdd30ae0925671e7b217092d0edabe0b4850263))
* **UI:** User Configuration ([7e692df](https://github.com/dexteel/mesf-core-frontend/commit/7e692dfdde45aa62a65e077c8f2dc6864d2e0e2e))

## [5.0.0] - 2025-04-17



# Changelog

## [5.0.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.28.0...@dexteel/mesf-core-v5.0.0) (2025-04-17)


### ⚠ BREAKING CHANGES

* **UI:** Revamp and use MUI Theme. Remove bootstrap

### Features

* **UI:** Revamp and use MUI Theme. Remove bootstrap ([207d5c3](https://github.com/dexteel/mesf-core-frontend/commit/207d5c37e74050b579d1a6e2423a7c8dd1efbda5))


### Bug Fixes

* **devops:** fix target branch & default branch ([33df2b6](https://github.com/dexteel/mesf-core-frontend/commit/33df2b6d0ba8e9a59a306e69a7b638db5246d520))

## [4.28.0] - 2025-04-16



# Changelog

## [4.28.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.27.0...@dexteel/mesf-core-v4.28.0) (2025-04-16)


### Features

* **tree-picker-control-v2:** Show full path of node selected ([#373](https://github.com/dexteel/mesf-core-frontend/issues/373)) ([8ca434b](https://github.com/dexteel/mesf-core-frontend/commit/8ca434b29d1d41c1d2aed6087a52cc999f4e7452))

## [4.27.0] - 2025-04-01



# Changelog

## [4.27.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.26.5...@dexteel/mesf-core-v4.27.0) (2025-03-31)


### Features

* **DialogFilter:** Add IsSelectable to TreeNode | Add treeLabelUnselectable classname ([5f82ea3](https://github.com/dexteel/mesf-core-frontend/commit/5f82ea3147f25a6dd1b7ed836bf84afa9422f2bd))


### Bug Fixes

* **Jobs Settings:** refactor tables and actions ([a379ff5](https://github.com/dexteel/mesf-core-frontend/commit/a379ff5e8928e0fda6df9dcad37341ab2421ffd6))
* **tree-picker-control-v2:** Fix padding and size of clearButton ([eb18866](https://github.com/dexteel/mesf-core-frontend/commit/eb18866ca5ed93e6406677bbf35078a1cfe4d2b6))

## [4.26.5] - 2025-03-20



# Changelog

## [4.26.5](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.26.4...@dexteel/mesf-core-v4.26.5) (2025-03-20)


### Bug Fixes

* **SelectorControl:** Improve styles for selector control using only mui v4 ([59f0091](https://github.com/dexteel/mesf-core-frontend/commit/59f0091af05faba0f58a594ee361f673fd26aa0d))
* **SelectorsssControl:** Improve styles for selector control using only mui v4 ([cd09ecc](https://github.com/dexteel/mesf-core-frontend/commit/cd09ecc117c678d839f508eefbba90b6e1cb7120))

## [4.26.4] - 2025-03-19



# Changelog

## [4.26.4](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.26.3...@dexteel/mesf-core-v4.26.4) (2025-03-19)


### Bug Fixes

* **API Service:** truncate content of query param if needed ([caba7b4](https://github.com/dexteel/mesf-core-frontend/commit/caba7b40c605805693760219ac2c6e683785dda4))

## [4.26.3] - 2025-03-17



# Changelog

## [4.26.3](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.26.2...@dexteel/mesf-core-v4.26.3) (2025-03-17)


### Bug Fixes

* **TableSettings:** change loadingOverlayComponent to a function ([291610f](https://github.com/dexteel/mesf-core-frontend/commit/291610fded915faa44584495a500e789bc66b90a))
* **TableSettings:** change loadingOverlayComponent to a function ([f1c5baa](https://github.com/dexteel/mesf-core-frontend/commit/f1c5baaf0c8439ef4140f91f0c48104037dcb39f))
* **TreeView:** donwgrade @minoru/react-dnd-treeview from version 3.5.0 to 3.4.4 ([33de610](https://github.com/dexteel/mesf-core-frontend/commit/33de610cb020504619b1205861d5ad58975f1e26))

## [4.26.2] - 2025-03-13



# Changelog

## [4.26.2](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.26.1...@dexteel/mesf-core-v4.26.2) (2025-03-13)


### Bug Fixes

* **TreePickerControlV2:** add ? operator in findNameById function ([4d5baa5](https://github.com/dexteel/mesf-core-frontend/commit/4d5baa5f5822228c579563d926974cc07c5ca54b))
* **TreePickerControlV2:** add ? operator in findNameById function ([dafa520](https://github.com/dexteel/mesf-core-frontend/commit/dafa520fefbb498bb3f4f2d9761f9df22652afc6))

## [4.26.1] - 2025-03-06



# Changelog

## [4.26.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.26.0...@dexteel/mesf-core-v4.26.1) (2025-03-06)


### Bug Fixes

* **Shift Period Navigator:** Use cssGrid instead of Flexbox to improve responsiveness ([f90e120](https://github.com/dexteel/mesf-core-frontend/commit/f90e120c140e15209c976963ae62aa56636fa789))
* **Shift Period Navigator:** Use cssGrid instead of Flexbox to improve responsiveness ([b645194](https://github.com/dexteel/mesf-core-frontend/commit/b6451942fddeb3f25d4dc01bf48224a3c6ee5c22))

## [4.26.0] - 2025-03-05



# Changelog

## [4.26.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.25.2...@dexteel/mesf-core-v4.26.0) (2025-03-05)


### Features

* **API Service:** Show method and params in URL ([13b3529](https://github.com/dexteel/mesf-core-frontend/commit/13b3529fa6fa82533c2ae4b34469c115422492e3))
* **settings:** Add SearchBar as quick filter ([8660d62](https://github.com/dexteel/mesf-core-frontend/commit/8660d62fd51b60a3ecf901b167649e74a1905ac5))

## [4.25.2] - 2025-02-11



# Changelog

## [4.25.2](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.25.1...@dexteel/mesf-core-v4.25.2) (2025-02-11)


### Bug Fixes

* **Error Modal:** fix error message when using callV2 ([399bf3e](https://github.com/dexteel/mesf-core-frontend/commit/399bf3e15443b77a5f220d38f50702fd3d0e2f40))

## [4.25.1] - 2025-02-05



# Changelog

## [4.25.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.25.0...@dexteel/mesf-core-v4.25.1) (2025-02-05)


### Bug Fixes

* **ShiftNavigator:** Check every minute if need to reload ([b404f9b](https://github.com/dexteel/mesf-core-frontend/commit/b404f9bc7231d76bcdc3c9edbf79351f3f07a9b9))

## [4.25.0] - 2025-02-04



# Changelog

## [4.25.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.24.1...@dexteel/mesf-core-v4.25.0) (2025-02-04)


### Features

* **Realtime:** add useMesfRealtime hook ([974b52b](https://github.com/dexteel/mesf-core-frontend/commit/974b52b7f0e73784ab5bb3a18a623f893359ad8b))
* **ShiftNavigator:** Listen now datetime to show next shifts ([b279ff7](https://github.com/dexteel/mesf-core-frontend/commit/b279ff7d01aa5f8e3e69d973e60602940b69f7ec))

## [4.24.1] - 2025-02-04



# Changelog

## [4.24.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.24.0...@dexteel/mesf-core-v4.24.1) (2025-02-04)


### Bug Fixes

* **RealTime:** expose signalR from mesf-core ([584f37c](https://github.com/dexteel/mesf-core-frontend/commit/584f37ce60c649241c2e4ed0a00c35cc19ffbe6b))

## [4.24.0] - 2025-02-04



# Changelog

## [4.24.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.23.1...@dexteel/mesf-core-v4.24.0) (2025-02-04)


### Features

* **RealTime:** add Client and Config components for RealTime ([93fca5d](https://github.com/dexteel/mesf-core-frontend/commit/93fca5dfc74b217f31c9c98653a39a529446b7c0))


### Bug Fixes

* **Axios:** Show error message correctly ([8a6ed86](https://github.com/dexteel/mesf-core-frontend/commit/8a6ed86c8139a551664064aff706dbf004a871d2))

## [4.23.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.23.0...@dexteel/mesf-core-v4.23.1) (2025-02-03)


### Bug Fixes

* **API Service:** use axiosInstance inside callV2 method ([9647d1d](https://github.com/dexteel/mesf-core-frontend/commit/9647d1d22c7a8fbf7abc4b728c43ce9c35e6c8d3))

## [4.23.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.22.6...@dexteel/mesf-core-v4.23.0) (2025-02-03)


### Features

* **AG Grid:** Upgrade AG Grid to 30 ([b5c1255](https://github.com/dexteel/mesf-core-frontend/commit/b5c1255f715768b0c80a013e2d1485096505f7d8))

## [4.22.6] - 2025-01-10



# Changelog

## [4.22.6](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.22.5...@dexteel/mesf-core-v4.22.6) (2025-01-10)


### Bug Fixes

* **shift-navigator-control:** Use TextField as slot ([e8a0424](https://github.com/dexteel/mesf-core-frontend/commit/e8a0424db67cc2cd43adb054888adcb8c982e84b))

## [4.22.5] - 2025-01-09



# Changelog

## [4.22.5](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.22.4...@dexteel/mesf-core-v4.22.5) (2025-01-08)


### Bug Fixes

* **typings:** Fix DialogActions typings (enterhintkey) ([241b17a](https://github.com/dexteel/mesf-core-frontend/commit/241b17a97d4409bacf95dc8eefde320539779377))

## [4.22.4] - 2025-01-08



# Changelog

## [4.22.4](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.22.3...@dexteel/mesf-core-v4.22.4) (2025-01-08)


### Bug Fixes

* **development:** fix modal typings (enterhintkey) ([c1eaea8](https://github.com/dexteel/mesf-core-frontend/commit/c1eaea8cd7cafe3c5c9b32244d58e9c7c69c1d51))

## [4.22.3] - 2025-01-08



# Changelog

## [4.22.3](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.22.2...@dexteel/mesf-core-v4.22.3) (2025-01-08)


### Bug Fixes

* **development:** Fix typings for MesfModal (enterkeyhint) ([a8f2938](https://github.com/dexteel/mesf-core-frontend/commit/a8f293810a29a92562a3f28087359c2fefc3a26e))

## [4.22.2] - 2025-01-03



# Changelog

## [4.22.2](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.22.1...@dexteel/mesf-core-v4.22.2) (2025-01-03)


### Bug Fixes

* **ShiftNavigatorV2:** fix width ([d2c2d42](https://github.com/dexteel/mesf-core-frontend/commit/d2c2d42ff91a3a8006628cf77645d8d184f46aa3))

## [4.22.1] - 2025-01-03



# Changelog

## [4.22.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.22.0...@dexteel/mesf-core-v4.22.1) (2025-01-03)


### Bug Fixes

* **ShiftNavigatorV2:** fix date picker ([03caca9](https://github.com/dexteel/mesf-core-frontend/commit/03caca9657ab6e7a0d63c98f93e8f6a49c547e9d))
* **ShiftNavigatorV2:** minor style change in period selector ([ff847a1](https://github.com/dexteel/mesf-core-frontend/commit/ff847a138d35e03ece52fe018fb49887432b80d1))

## [4.22.0] - 2024-12-30



# Changelog

## [4.22.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.21.0...@dexteel/mesf-core-v4.22.0) (2024-12-30)


### Features

* **ShiftNavigatorV2:** Add configurable properties to enhance component flexibility ([e1d7f45](https://github.com/dexteel/mesf-core-frontend/commit/e1d7f45442aab9c3b9c8ef94fa2ad806eaaef40c))

## [4.21.0] - 2024-12-19



# Changelog

## [4.21.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.20.6...@dexteel/mesf-core-v4.21.0) (2024-12-19)


### Features

* **ShiftNavigator v2:** Add Shift and Period Navigator ([e6247a4](https://github.com/dexteel/mesf-core-frontend/commit/e6247a467b035b04dfb3774831d3d0fcd7ef399d))

## [4.20.6](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.20.5...@dexteel/mesf-core-v4.20.6) (2024-12-11)


### Bug Fixes

* **Header - Settings:** change Gear Icon from FontAwesome to Mui Icons ([5176f87](https://github.com/dexteel/mesf-core-frontend/commit/5176f87955006adf6f64473f71e5b6919c5aa4c3))

## [4.20.5] - 2024-11-26



# Changelog

## [4.20.5](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.20.4...@dexteel/mesf-core-v4.20.5) (2024-11-26)


### Bug Fixes

* **ContextMenu:** Add zIndex=1 to differentiate it from MUI Inputs ([5aa158a](https://github.com/dexteel/mesf-core-frontend/commit/5aa158a015ba40086f62e83b4074b957fc049b3d))

## [4.20.4] - 2024-11-08



# Changelog

## [4.20.4](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.20.3...@dexteel/mesf-core-v4.20.4) (2024-11-08)


### Bug Fixes

* **Config Users & Profiles:** show context menu on click options button ([#321](https://github.com/dexteel/mesf-core-frontend/issues/321)) ([bd3b3fb](https://github.com/dexteel/mesf-core-frontend/commit/bd3b3fbcf0c673923d2034174d587c729a919ce7))

## [4.20.3] - 2024-10-22



# Changelog

## [4.20.3](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.20.2...@dexteel/mesf-core-v4.20.3) (2024-10-22)


### Bug Fixes

* **TreePickerControl:** control modal visibility with showAssetTree prop ([e66d710](https://github.com/dexteel/mesf-core-frontend/commit/e66d710e49e8845cddb8a47a10f08c5ee632e291))

## [4.20.2] - 2024-09-12



# Changelog

## [4.20.2](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.20.1...@dexteel/mesf-core-v4.20.2) (2024-09-12)


### Bug Fixes

* **Config Logs:** Improve styles and performance ([b73b522](https://github.com/dexteel/mesf-core-frontend/commit/b73b522c65d763b2223eccf48c4403864ae3e660))
* **tree-picker-control-v2:** Fix input style ([7cc68b9](https://github.com/dexteel/mesf-core-frontend/commit/7cc68b98510397d973fd8b8f949688caab4557e0))

## [4.20.1] - 2024-09-10



# Changelog

## [4.20.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.20.0...@dexteel/mesf-core-v4.20.1) (2024-09-10)


### Bug Fixes

* **TreePickerControlV2:** add disabled property ([95b14dc](https://github.com/dexteel/mesf-core-frontend/commit/95b14dc13f812449dc936e117417e1edfe7523d8))

## [4.20.0] - 2024-09-04



# Changelog

## [4.20.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.19.0...@dexteel/mesf-core-v4.20.0) (2024-09-04)


### Features

* **Shift Navigator:** Return shift in methods of hook ([52aece5](https://github.com/dexteel/mesf-core-frontend/commit/52aece5e9c9ad67e7cdf078792aa1024af1861a4))

## [4.19.0] - 2024-08-12



# Changelog

## [4.19.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.18.1...@dexteel/mesf-core-v4.19.0) (2024-08-12)


### Features

* **TreePickerControlV2:** Implement TreePickerControl with value-OnSelect paradigm. ([8f488a3](https://github.com/dexteel/mesf-core-frontend/commit/8f488a3be4ec8e7edcc8f6b0e8fd11610fd57513))

## [4.18.1] - 2024-08-01



# Changelog

## [4.18.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.18.0...@dexteel/mesf-core-v4.18.1) (2024-08-01)


### Bug Fixes

* wrong imports ([ab36b9f](https://github.com/dexteel/mesf-core-frontend/commit/ab36b9fbd6320888862e16de786aa793a36a637f))

## [4.18.0] - 2024-08-01



# Changelog

## [4.18.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.17.0...@dexteel/mesf-core-v4.18.0) (2024-08-01)


### Features

* **ContextMenu:** Implement one ContextMenu for whole project ([b96ce77](https://github.com/dexteel/mesf-core-frontend/commit/b96ce77a6bebac3bb7531d464bbf42145b3330b7))
* **devops:** Implement husky and biome ([470833d](https://github.com/dexteel/mesf-core-frontend/commit/470833d6825df4fb1f5c902ac5216336ea25f711))


### Bug Fixes

* **Config Pages:** Implement new ContextMenuMESF ([0e8cb01](https://github.com/dexteel/mesf-core-frontend/commit/0e8cb01a37d4f7cca9283243dc406d4718b775c2))

## [4.17.0] - 2024-07-31



# Changelog

## [4.17.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.16.8...@dexteel/mesf-core-v4.17.0) (2024-07-31)


### Features

* **devops:** Add changelog to google message ([bff368b](https://github.com/dexteel/mesf-core-frontend/commit/bff368b6da69c79c31e389b0e5185cef32598034))
* **devops:** add version to message to google chat ([7490ae1](https://github.com/dexteel/mesf-core-frontend/commit/7490ae12bb70c4385f3660de2101fd758c755f25))
* **ShiftNavigator:** Add ability to prevent init automatically to ShiftNavigator ([4397857](https://github.com/dexteel/mesf-core-frontend/commit/43978570dc3132b6dab538a1b63d415579596538))

## [4.16.8] - 2024-07-31



# Changelog

## [4.16.8](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.16.7...@dexteel/mesf-core-v4.16.8) (2024-07-31)


### Bug Fixes

* **ShiftNavigator:** Show current date correctly ([289ca45](https://github.com/dexteel/mesf-core-frontend/commit/289ca45143f76544bbc26289f3cd0be0b82d6c1d))

## [4.16.7] - 2024-07-19



# Changelog

## [4.16.7](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.16.6...@dexteel/mesf-core-v4.16.7) (2024-07-19)


### Bug Fixes

* **ShiftNavigator:** Handle when no shifts are available ([8c18afc](https://github.com/dexteel/mesf-core-frontend/commit/8c18afcb3259d132cb29670e8aac560d5024f2b8))

## [4.16.6] - 2024-07-17



# Changelog

## [4.16.6](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.16.5...@dexteel/mesf-core-v4.16.6) (2024-07-17)


### Bug Fixes

* **tree picker control:** change title in button and fix expand nodes, and other minor fix ([eafd8fc](https://github.com/dexteel/mesf-core-frontend/commit/eafd8fcb42db11bfb717618604af612223dbeea0))
* **Typescript:** Fix typescript dependencies ([66ea26e](https://github.com/dexteel/mesf-core-frontend/commit/66ea26e90fc469d97e9139cea32aceaee6f5e713))

## [4.16.5] - 2024-07-12



# Changelog

## [4.16.5](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.16.4...@dexteel/mesf-core-v4.16.5) (2024-07-12)


### Bug Fixes

* **devops:** fix react17 typings resolutions ([b9424eb](https://github.com/dexteel/mesf-core-frontend/commit/b9424eb53494bbb67f8eb6a378c5ee45a24662d9))

## [4.16.4] - 2024-07-12



# Changelog

## [4.16.4](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.16.3...@dexteel/mesf-core-v4.16.4) (2024-07-12)


### Bug Fixes

* **devops:** force resolutions to react 17 ([9389a8b](https://github.com/dexteel/mesf-core-frontend/commit/9389a8b5e88bbf89fb0c7163abfb6d00af522eba))

## [4.16.3] - 2024-07-12



# Changelog

## [4.16.3](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.16.2...@dexteel/mesf-core-v4.16.3) (2024-07-12)


### Bug Fixes

* **devops:** Fix dependencies install in GH ([92c21af](https://github.com/dexteel/mesf-core-frontend/commit/92c21af53c55f24f97996b10594f27a35826a2ee))

## [4.16.2] - 2024-07-12



# Changelog

## [4.16.2](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.16.1...@dexteel/mesf-core-v4.16.2) (2024-07-12)


### Bug Fixes

* **ShiftNavigator:** Prohibit future dates. Disable Last Shift button when needed. ([2674206](https://github.com/dexteel/mesf-core-frontend/commit/267420648d95275ec79c3171d466f683cb0c7d61))

## [4.16.1] - 2024-07-08



# Changelog

## [4.16.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.16.0...@dexteel/mesf-core-v4.16.1) (2024-07-08)


### Bug Fixes

* fire action in gh ([8af76ad](https://github.com/dexteel/mesf-core-frontend/commit/8af76adee23e4572cdfd5fe1d606afe2667bcd20))
* **Shift Navigator:** use router optionally ([395ed7d](https://github.com/dexteel/mesf-core-frontend/commit/395ed7d93188c3794679df0d55a81e85d3798b50))

## [4.16.0] - 2024-07-08



# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.16.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.15.0...@dexteel/mesf-core-v4.16.0) (2024-07-08)


### Features

* add new button to navigate to current date ([b4e8577](https://github.com/dexteel/mesf-core-frontend/commit/b4e8577f3a463291551f3b57db5e20437e18f993))
* **devops:** auto change package.json after release ([ad69516](https://github.com/dexteel/mesf-core-frontend/commit/ad695164dcd91335169d98644b99b2482687b4c6))
* Implement TimeService and timezone from server ([8861ab6](https://github.com/dexteel/mesf-core-frontend/commit/8861ab619c10426e85b4671819bfb74b303a4f8f))
* **Shift Navigator:** Add shift navigator to mesf core ([ead49a0](https://github.com/dexteel/mesf-core-frontend/commit/ead49a03fa2cd16bf823fde00a4355c8987a02ea))
* **Time Zones:** expose timezone from TimeService ([a3ca37c](https://github.com/dexteel/mesf-core-frontend/commit/a3ca37c12f7cadf5357de9eeba30caa59d6071a4))
* **TimeService:** add moment instance to mesf ([11bff49](https://github.com/dexteel/mesf-core-frontend/commit/11bff49a59ba714fa3d6a7541203df549122d6be))
* **TreePickerControl:** Add ability to display asset/drawings relationship and enable the selection of multiple nodes ([1cec643](https://github.com/dexteel/mesf-core-frontend/commit/1cec643d17959cd776691c927738dbe2d8023b83))
* Use Shift Navigator ([a24b84e](https://github.com/dexteel/mesf-core-frontend/commit/a24b84ee97a9e2f7e2507b276891dc599880080e))


### Bug Fixes

* **Assets Tree:** Fix bug when assets have parent assets with IsActive as false ([b27651e](https://github.com/dexteel/mesf-core-frontend/commit/b27651e6b6777b140fd0b0738408bfcc3fc42f14))
* **Assets:** Remove unused comment ([f6b6aea](https://github.com/dexteel/mesf-core-frontend/commit/f6b6aea2c65ae21274be9b5853eda995523c82f0))
* **devops:** change from main to master in gh actions ([5d58452](https://github.com/dexteel/mesf-core-frontend/commit/5d584522a2902d04be1784896abcb88bd4f8a2df))
* getIhPath ([0afb5e6](https://github.com/dexteel/mesf-core-frontend/commit/0afb5e6fd9df71cb8e1de43c1c08bb610cefe3ff))
* **Router:** fix Routes ([33e95f0](https://github.com/dexteel/mesf-core-frontend/commit/33e95f08b719f73ee0385dbf2c82829276e7aa06))
* **TimeService:** Add some try catches and handle utc datetime strings ([b073cd1](https://github.com/dexteel/mesf-core-frontend/commit/b073cd1e1fc3dcceed7a2155ab1a33e21e962805))
* **Trending:** Inputs of table fixed. Debounce added to inputs. Scales now allow negative numbers ([5eb394e](https://github.com/dexteel/mesf-core-frontend/commit/5eb394e903b51502ee2ce90f738a6ec5b8a081e3))
* **trending:** Load view bug when you add and remove a view tag ([eb8a155](https://github.com/dexteel/mesf-core-frontend/commit/eb8a1553cad19fa9be106716f8958728fc1507dc))
* **trending:** Load view bug when you add and remove a view tag ([0b3eb95](https://github.com/dexteel/mesf-core-frontend/commit/0b3eb952e006f8ea5942bb0aa17d0913f75c0ff8))

## [4.15.0](https://github.com/dexteel/mesf-core-frontend/compare/v4.14.0...v4.15.0) (2024-07-08)


### Features

* **Shift Navigator:** Add shift navigator to mesf core ([ead49a0](https://github.com/dexteel/mesf-core-frontend/commit/ead49a03fa2cd16bf823fde00a4355c8987a02ea))
* Use Shift Navigator ([a24b84e](https://github.com/dexteel/mesf-core-frontend/commit/a24b84ee97a9e2f7e2507b276891dc599880080e))

## [4.14.0](https://github.com/dexteel/mesf-core-frontend/compare/v4.13.0...v4.14.0) (2024-07-08)


### Features

* **Shift Navigator:** Add shift navigator to mesf core ([ead49a0](https://github.com/dexteel/mesf-core-frontend/commit/ead49a03fa2cd16bf823fde00a4355c8987a02ea))
* **TreePickerControl:** Add ability to display asset/drawings relationship and enable the selection of multiple nodes ([1cec643](https://github.com/dexteel/mesf-core-frontend/commit/1cec643d17959cd776691c927738dbe2d8023b83))

## [4.14.0](https://github.com/dexteel/mesf-core-frontend/compare/v4.13.5...v4.14.0) (2024-07-02)


### Features

* **TreePickerControl:** Add ability to display asset/drawings relationship and enable the selection of multiple nodes ([1cec643](https://github.com/dexteel/mesf-core-frontend/commit/1cec643d17959cd776691c927738dbe2d8023b83))

### [4.13.5](https://github.com/dexteel/mesf-core-frontend/compare/v4.12.4...v4.13.5) (2024-05-24)

## [4.13.0](https://github.com/dexteel/mesf-core-frontend/compare/v4.12.4...v4.13.0) (2024-05-24)

### [4.12.4](https://github.com/dexteel/mesf-core-frontend/compare/v4.12.3...v4.12.4) (2024-05-24)

### [4.12.3](https://github.com/dexteel/mesf-core-frontend/compare/v4.12.2...v4.12.3) (2024-05-24)

### [4.12.2](https://github.com/dexteel/mesf-core-frontend/compare/v4.13.0...v4.12.2) (2024-05-24)

### [4.12.1](https://github.com/dexteel/mesf-core-frontend/compare/v4.13.0...v4.12.1) (2024-05-24)

## [4.13.0](https://github.com/dexteel/mesf-core-frontend/compare/v4.12.1...v4.13.0) (2024-05-24)


### Features

* **TimeService:** add moment instance to mesf ([11bff49](https://github.com/dexteel/mesf-core-frontend/commit/11bff49a59ba714fa3d6a7541203df549122d6be))

## [4.12.1](https://github.com/dexteel/mesf-core-frontend/compare/v4.12.0...v4.12.1) (2024-05-20)


### Bug Fixes

* **Assets:** Remove unused comment ([f6b6aea](https://github.com/dexteel/mesf-core-frontend/commit/f6b6aea2c65ae21274be9b5853eda995523c82f0))

## [4.12.0](https://github.com/dexteel/mesf-core-frontend/compare/v4.11.1...v4.12.0) (2024-05-14)


### Features

* **Time Zones:** expose timezone from TimeService ([a3ca37c](https://github.com/dexteel/mesf-core-frontend/commit/a3ca37c12f7cadf5357de9eeba30caa59d6071a4))


### [4.11.2](https://github.com/dexteel/mesf-core-frontend/compare/v4.11.1...v4.11.2) (2024-05-09)


### Bug Fixes

* **Assets Tree:** Fix bug when assets have parent assets with IsActive as false ([b27651e](https://github.com/dexteel/mesf-core-frontend/commit/b27651e6b6777b140fd0b0738408bfcc3fc42f14))

### [4.11.1](https://github.com/dexteel/mesf-core-frontend/compare/v4.11.0...v4.11.1) (2024-05-05)


### Bug Fixes

* **TimeService:** Add some try catches and handle utc datetime strings ([b073cd1](https://github.com/dexteel/mesf-core-frontend/commit/b073cd1e1fc3dcceed7a2155ab1a33e21e962805))

## [4.11.0](https://github.com/dexteel/mesf-core-frontend/compare/v4.10.5...v4.11.0) (2024-05-02)


### Features

* Implement TimeService and timezone from server ([8861ab6](https://github.com/dexteel/mesf-core-frontend/commit/8861ab619c10426e85b4671819bfb74b303a4f8f))

### [4.10.5](https://github.com/dexteel/mesf-core-frontend/compare/v4.10.4...v4.10.5) (2024-05-02)


### Bug Fixes

* **trending:** Load view bug when you add and remove a view tag ([eb8a155](https://github.com/dexteel/mesf-core-frontend/commit/eb8a1553cad19fa9be106716f8958728fc1507dc))

### [4.10.4](https://github.com/dexteel/mesf-core-frontend/compare/v4.10.2...v4.10.4) (2024-04-29)

## 4.10.3
- Trending: Fix first view 
## 4.10.2
- Trending: Fix root of tags tree
- Trending: When no view detected, the Save View and Save View As work propertly and you can create the first view. Also the unit param was added to the Save View Modal
- Trending: Fix the Digital/Analog icon of the view tags. Also fixed when add a new tag from the tree
- Trending: The tag can be selected once for the view tags table
## 4.10.1
- Trending: Fix some bugs
## 4.10.0
- Forms: Remove forms from mesf-core-frontend
## 4.9.0
- Trending: Change Add Tag Modal for TagsTree Modal
## 4.8.7
- Trending: Fix IH Path javascript issue
## 4.8.6
- Trending: Get IH DB Path from backend
## 4.8.5
- Trending: Fix bugs on Add Tag modal, SaveDefaultToTag, Remove Tag, Save View, Edit viewTags, and performance (#204)
## 4.8.4
- Trending: In Add Tag modal, fix unnecessary calls to /children bug. Now only makes calls when the tag has childrens (#203)
## 4.8.3
- Trending: Add new icon to ViewTags table and Add tag modal to know if it is Digital or Real (#205 and #206)
## 4.8.2
 - Trending: Show only the significant digits in the date field of the table (#190)
## 4.8.0-1
- Trending: Fix when removing view tag bug (#184)
- Trending: Add new button to navigate to current date (#189 and #207)
## 4.7.11
- Trending: Fix Unit column title bug
## 4.7.10
- Trendings: Fixes the position of autoscale and unit fields in table. Now the unit is always editable. Improve the max scale and min scale style
- Trending: Improve field styles of table (Alias/tagname, red cursor, blue cursor)
## 4.7.9
- Trendings: Add distinction between public and private views in Load View popup. Also now you can Edit/Delete the views
## 4.7.8
- Trendings: Remove the 'Save view' popup and improve the 'Save view as' modal. Now you can choose a view to save in save view as or create a new one
## 4.7.7
- Trendings: Scales now admits negative numbers
- Trendings: Fix saveTagDefaults bug. When you save the default to Tag, you also save the View Tag selected.
## 4.7.6
- Remove margin in configurations page
## 4.7.5
- Added function to format AssetFullPath and display a part in the input
## 4.7.4
- Trending: Change size of the date navigator arrows to improve the responsive behavior
- Trendings: Fix too many numbers on table bug. Show only the 3 digits after the comma
- Trending: Set new limits on the draggable line cursors. Now one cursor cannot exceed the position of the other cursor
- Trending: In add tag modal, when you select a tag, the popup doesn't close
- Trending: Fix cannot edit unit bug
## 4.7.3
- Trendings: Fix date time navigation when the scope is 'custom'. Navigator takes difference between start date and end date
## 4.7.2
- Trending: Fix repeated tags bug. When you select a tag that was already in the view, you get an error message
- MESF: Add a button in the navbar to go to /trendings
## 4.7.1
- Trending: fix error when removing a tag and saving the view & fix load view
## 4.7.0
A new page is introduced to display a table containing forms and establish relationships between forms/assets/users. Additionally, tables are created to effectively showcase relevant information
## 4.6.2
- Save Current View changes
## 4.6.1
- Fix manual scales
## 4.6.0
- Add Views and ViewTags functionalities to Trendings
## 4.5.9
- Add date to X Axis when day changes
## 4.5.8
- Fix table data in Trendings
- Fix cursors
## 4.5.6
 - Fix login with Windows Auth
## 4.5.5
 - 115 fix area asset picker
 - 114 fix error modal width
 - 127 add columns in configuration jobs table
 - change layout in login component
 - 134 close aseet tree with esc
## 4.5.4
 - Add arrows dates navigator
## 4.5.3
 - Use color picker in trendings
## 4.5.0
 - Use inputs in `/trendings`
## 4.4.0
 - Add `/trendings` page. Needs specific version of mesf-core
## 4.3.3
 - Make submenu scrollable in Settings page
## 4.3.2
 - Fix MesfModal Export
## 4.0.0 - BREAKING CHANGE
- Use ProfileProcedure structure in Profiles and Procedures Configuration
## USE 3.X if ProfileProcedure Structure is not used

## 3.12.4
- Remove bugs in Assets Tree Configuration Page
## 3.12.3
- Remove bugs in Assets Tree Configuration Page
## 3.12.1
- Added Assets Configuration (Tree with Drag and Drop)
## 3.11.9
- Added 499 Custom Http Status Code support (Unauthorized)
## 3.11.1
- Add Windows Auth
## 3.10.5
- Fix double login issue when disconnected
## 3.10.2
- Fix TreePicker Control: don't close on select and restrict visualization based on selected node
## 3.10.1
- Add UTLSettings
## 3.9.2
- Area selector fixed
## 3.9.1
- When creating axiosInstance, add token
## 3.9.0
- Add axiosInstance
## 3.8.0
- Fix logout issues
- Add uploadFiles method in MES API Service
## 3.7.1
- Fix typo in navbar (MESFAAA)
## 3.7.0
- Implement Assets feature (useAssetContext, useSearchAssets)
## 3.6.5
- Fix import of index.css
## 3.6.4
- Remove unnecessary console.logs
## 3.6.3
- Don't execute `searchAreas()` if `showAreaSelector` is false
## 3.6.2
- Bug fixed in Area Selector component
## 3.6.1
- Fix exports of UserReducer by updating Typescript version
## 3.6.0
- For AreaSelector in Navbar:
  - Replace usage of SP when getting Areas and expose DefaultTreeId state
- Fix some styling of nabvar
## 3.5.1-2
- Change Area to Area name in navbar
## 3.5.0
- Add AreaSelector to navbar (optional). **REQUIRES mesf-core@7d51f66352b48508ddb4efc8f70ff68774df2834** 
## 3.4.1
- TreePickerControl receives `inputTitle` as prop
## 2.2.0
- Add new callJSON method inside MESApiService
## 2.1.5
- Fix exportExcel method. Now it supports when sheets structure is defined. **REQUIRES mesf-core-api@1.2.2**
## 2.1.3
- Implementation of **exportExcel** inside MESApiService. **REQUIRES mesf-core-api@1.2.0**
