Skip to content

11.0.0

Compare
Choose a tag to compare
@raitisbe raitisbe released this 16 Jan 19:59
· 1718 commits to develop since this release

11.0.0 (2023-01-16)

Bug Fixes

  • Error: Can't resolve 'timers' (538661f)
  • Apply style on color hex input changes (6b9548c)
  • Baselayer toggling (e87d9df)
  • Bootstrap button focus text color (ad2e7a9), closes #3645
  • Calculate style foreground color on init (d161227)
  • Center labels for additional panels (0d9b662), closes #3437
  • Composition/add-data item list overflow triggering map extent change (873e88e)
  • Configurable mobilebreakpoint/sidebar position for multiapp (85a5dff)
  • current_base_layer composition param (a58af0f)
  • Do not fire compositionEdits event only when showInLayerManager is explicitly set to false not just falsy (75d6cc1)
  • Don't cache getCapabilities, if response is error or no data was found (1de6bbc)
  • Don't import cesium widgets css twice (08d30e4)
  • Feature by Id not found in some cases (57e1c0b)
  • Fix sidebar duplication when hslayers component loaded twice (ed845a6)
  • Handle ol.Layer without ol.Source (64cd453)
  • Make symbolizer headings smaller (19103e1)
  • Module imports for geostyler classes (cc2ced8)
  • Properly disable pagination buttons (6954247)
  • Unregister previous HsQueryPopupComponent when init called again (44ac787)
  • add-data-catalogue: Handle login timeout (7c0aade), closes #3608
  • cesium: Cesium Es6 module imports (39dcdad)
  • docs: Fix gen-doc script (1f3c092)
  • Hide menu after adding style rule filter (09d739b)
  • Migrate to new NgMaterial components (c450457)
  • Monitor showInLayerManager state change (24ed343)
  • Overlay panel container need to fill screen (425cf2c)
  • Provide translation service and utils in root (47ba93d)
  • Remove duplicit declarations from save map service (308f932)
  • Select feature if clicked on symbol, but not exactly in geom (c9b80fd)
  • Support sld 1.1.0 style definition (db1310d), closes #3579
  • hs-server: Provide logout callback (72b0669)
  • Use tree shakable module imports for federation (b911316)

Features

  • Allow 'sidebarPosition' to be configured to 'bottom' by choice not by mediaQuery. (2810a50)
  • Expandable mobileview sidebat + UI enhancements (2cf8b44)
  • add-data: Allow to load SHP as WFS (57aea27)
  • add-data: Allow to load vector-data as WMS (8e1bdf6)
  • add-data: Mock "load as" UI (9a1a0b2)
  • add-data-catalogue: Refresh Layman auth (f4bcd0a)
  • config: Add possibility to use base_layers config param to load baselayers as composition (44c2015)
  • i18n: Add new strings for symbolizer types (d34d77a)
  • Display legend for each rule in styler panel (b186d9e)
  • Improve graphics fill warnings and button to remove graphic (673e90b), closes #3444
  • Make error toast duration configurable (40560b8)
  • New feature select DOM action (9f04700)
  • Style filter/scale toggles differently if filter exists (d6ba3c6)
  • config: Use base_layers.default to set which layer from basemap composition should be visible (a0981a7)
  • UI: Replace loader icon with CSS loader (575dcc5)
  • Use grayscale map composition param (fe749bd)

Reverts

  • Re-enable external anchors for selecting features (b6bb006)