Skip to content

Latest commit

 

History

History
259 lines (122 loc) · 11.7 KB

CHANGELOG.md

File metadata and controls

259 lines (122 loc) · 11.7 KB

Changelog

0.20.0 (2024-08-12)

Features

0.19.0 (2024-08-06)

Features

  • Allow passing eox-map DOM element to for property reactively (#1152) (379d885)

0.18.1 (2024-07-31)

Features

  • Support updating style variables from layer configurations (#1088) (a049923)

0.18.0 (2024-07-23)

Features

  • Allow passing an eox-map DOM element to for property (#1107) (1947f7f)

0.17.5 (2024-06-25)

Bug Fixes

0.17.4 (2024-06-12)

Miscellaneous chores

0.17.3 (2024-04-22)

Bug Fixes

0.17.2 (2024-03-25)

Bug Fixes

  • Replace startVals with value in jsonform usage (#776) (66e9b66)

0.17.1 (2024-03-11)

Bug Fixes

  • Only use layerConfig element when layerConfig property is used (#735) (16d7dc2)

0.17.0 (2024-03-07)

Features

0.16.0 (2024-03-05)

⚠ BREAKING CHANGES

  • remove @eox/jsonform from layercontrol bundle (#714)

Bug Fixes

  • Remove @eox/jsonform from layercontrol bundle (#714) (273cb6c)

0.15.1 (2024-02-19)

Bug Fixes

  • Debounce data change function in layer config (#656) (8fc3006)

0.15.0 (2024-02-15)

Features

  • Hide styled details marker if no children are in group (#651) (37bafeb)

Bug Fixes

  • Don't expand layer if layerControlExpand is falsy (#653) (3d70769)
  • test: Mock map layer order (#654) (31c61ac)

0.14.0 (2024-01-17)

Features

  • Allow sorting layers by dragging them (#582) (fea7392)

Bug Fixes

  • 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)

Bug Fixes

  • Various unstyled mode, jsdocs and cypress test fixes (#546) (370740b)

0.13.0 (2023-12-21)

Bug Fixes

  • test: Prevent build fail due to async call (#539) (09d1e03)

Code Refactoring

0.12.0 (2023-12-13)

Features

0.11.4 (2023-12-07)

Miscellaneous Chores

  • Adaptations for eox-map reactive properties (5121bca)

0.11.3 (2023-12-05)

Bug Fixes

  • Sorting with optional & hidden layers (#491) (da132e7)

0.11.2 (2023-11-29)

Bug Fixes

  • Make currently active tab unselectable (#482) (dcbb7ff)
  • Mobile sorting improvement and handling of hidden layers (#344) (82e12b3)

0.11.1 (2023-11-23)

Bug Fixes

  • Handle tileUrlFunction() use case for layerConfig (#451) (0e75e6d)
  • Use default rendering for config tool button (4879325)

0.11.0 (2023-11-21)

Features

  • Added layer config tool with url param controls (#430) (75b29b3)

0.10.0 (2023-11-16)

Features

  • Add visual feedback if a layer is outside its min/max zoom (09f5288), closes #248

Bug Fixes

  • Update optional layer list after layer removal (#391) (36eb916)

0.9.0 (2023-11-03)

Features

  • Introduce optional shadow + styleOverride (#386) (a0a2b80)

0.8.0 (2023-10-31)

Features

  • Introduce layerControlToolsExpand property (266da0d)

0.7.1 (2023-10-19)

Bug Fixes

0.7.0 (2023-10-12)

Miscellaneous Chores

0.6.8 (2023-10-11)

Miscellaneous Chores

Changelog

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.

Unreleased

Added

  • Delete button for layers and groups along with a Cypress unit test.