Releases: MTES-MCT/monitor-ui
Releases · MTES-MCT/monitor-ui
v24.5.0
v24.4.0
24.4.0 (2024-10-29)
Features
- icons: add vigilanceAreas icon (d1976a5)
Reverts
- Revert "build(deps): update yarn.lock" (e357f23)
Buid System & Dependencies
- deps: bump @babel/runtime in the non-major-dependencies group (5062609)
- deps: update yarn.lock (acab8f3)
- dev-deps: bump the all-non-major-dependencies group (a782d08)
- dev-deps: bump the non-major-dev-dependencies group with 15 updates (b19357f)
- dev-deps: bump vite-tsconfig-paths from 4.3.2 to 5.0.1 (a7fe2c2)
v24.3.1
v24.3.0
24.3.0 (2024-10-24)
Features
- tables: add isTableHeadHidden prop to DataTable (fb723b0)
- tables: add tableOptions prop to DataTable (1a28bae)
- tables: allow any object as collection item in DataTable data (06ab17c)
Bug Fixes
- tables: remove wrong 0 max-width from SimpleTable.Td (e75b525)
Buid System & Dependencies
- deps: bump tslib in the non-major-dependencies group (c686c05)
- dev-deps: bump eslint-plugin-cypress from 3.5.0 to 4.0.0 (6411931)
- dev-deps: bump glob from 10.4.3 to 11.0.0 (9fbf7af)
- dev-deps: bump the all-non-major-dependencies group (7030e2c)
- dev-deps: bump the non-major-dev-dependencies group with 13 updates (1e1f0d2)
Documentation
v24.2.1
v24.2.0
v24.1.1
v24.1.0
v24.0.0
24.0.0 (2024-10-14)
⚠ BREAKING CHANGES
- elements: -
children
prop is now a required prop in<LinkButton />
.
<p>
wrapper has been removed from<LinkButton />
stringchildren
.
Bug Fixes
- elements: fix displayName prop in Link (531b19d)
- elements: remove p tag & enforce string children in LinkButton (c7e7279)