0.29.1 (2025-02-26)
0.29.0 (2025-01-22)
0.28.1 (2025-01-08)
0.28.0 (2024-12-19)
- align play button property with others (
disablePlay
->play
) (#1450)
- Pass displayFormat property to timecontrol (#1444) (9e6ad8e)
- Time control navigation property (#1449) (143c413)
- Align play button property with others (
disablePlay
->play
) (#1450) (73328a1) - style: Summary & spacing CSS variables (#1447) (9b09ec9)
0.27.1 (2024-12-18)
- style: Remove added margin of layer legend (1ee6f96)
0.27.0 (2024-12-18)
- style: Add missing padding to slots (931908b)
- style: Prevent legend and info overflow (#1413) (8291a53)
- style: Replace bg colors with css variables (#1430) (23c74dd)
0.26.0 (2024-12-12)
0.25.2 (2024-11-28)
- deps: Include missing packages (68ed71c)
0.25.1 (2024-11-25)
- deps: Include sortablejs in dependencies (8390657)
0.25.0 (2024-11-21)
- Css variable customization (425b2bf)
0.24.0 (2024-11-07)
0.23.0 (2024-10-17)
- build: Provide un-bundled element by default (bundled version still available in dist folder) (#1065) (333e324)
0.22.0 (2024-10-08)
0.21.1 (2024-09-26)
0.21.0 (2024-09-23)
- Changed update of style to throttle (#1264) (5efa15b)
- Implementation of list style option for layer tools (#1250) (74241ad)
0.20.0 (2024-08-12)
0.19.0 (2024-08-06)
0.18.1 (2024-07-31)
0.18.0 (2024-07-23)
0.17.5 (2024-06-25)
0.17.4 (2024-06-12)
0.17.3 (2024-04-22)
0.17.2 (2024-03-25)
0.17.1 (2024-03-11)
0.17.0 (2024-03-07)
0.16.0 (2024-03-05)
- remove @eox/jsonform from layercontrol bundle (#714)
0.15.1 (2024-02-19)
0.15.0 (2024-02-15)
- Don't expand layer if
layerControlExpand
is falsy (#653) (3d70769) - test: Mock map layer order (#654) (31c61ac)
0.14.0 (2024-01-17)
- Make sure a fallback layer id is rendered in time in order to support sorting (#588) (acced90)
- Properly render single action button (#581) (945d9db)
- Replace empty button to fix firefox sorting (#583) (6d9610a)
0.13.1 (2023-12-22)
0.13.0 (2023-12-21)
0.12.0 (2023-12-13)
0.11.4 (2023-12-07)
- Adaptations for eox-map reactive properties (5121bca)
0.11.3 (2023-12-05)
0.11.2 (2023-11-29)
- Make currently active tab unselectable (#482) (dcbb7ff)
- Mobile sorting improvement and handling of hidden layers (#344) (82e12b3)
0.11.1 (2023-11-23)
- Handle
tileUrlFunction()
use case forlayerConfig
(#451) (0e75e6d) - Use default rendering for config tool button (4879325)
0.11.0 (2023-11-21)
0.10.0 (2023-11-16)
0.9.0 (2023-11-03)
0.8.0 (2023-10-31)
- Introduce layerControlToolsExpand property (266da0d)
0.7.1 (2023-10-19)
0.7.0 (2023-10-12)
- docs: Update readme (47ece11)
- Update readme (82f3feb)
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Delete button for layers and groups along with a Cypress unit test.