Skip to content

14.0.0-next.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@jmacura jmacura released this 13 May 21:08
· 631 commits to develop since this release

14.0.0-next.3 (2024-05-13)

Bug Fixes

  • access-rights: Do not make unnecessary get users requests (eaed003)
  • access-rights: Do not override roles (1ed1461)
  • cesium-test-app: 2.5D geojson url source path (05e8a01)
  • cesium: Align style of cesium buttons (5c199a5)
  • cesium: Set active property of visible terrain layer at init (2cff0c7)
  • query: Add the highest priority to the function arg instead of the config value when creating new selector (a91862d)
  • query: Set new selector (325fcbe)
  • query: Trigger selector after subscription is ready (f83e37b)
  • test-app: Assign panelWidth via ngOnInit() (308369f)
  • test: Change location of access-rights test files based on new lib structure (7c9ba08)

Code Refactoring

  • Move css and assets out of the src folder (9f38f37)
  • refactor!: Rename core service to hslayers service (9dd58fa)
  • refactor!: Expose hslayers library via secondary entry points only (1bac393)
  • refactor!: Rename src to core and move core service out of the services (c67b0f8)

Features

  • access-rights: Allow access rights to be reset to the initial value (377c977)
  • access-rights: Per role tab (83d0ed5)
  • cesium: Disable terrains in LM when 2D view active (a99f8d2)
  • config: Add style property to query config allowing to set default style for selected features (b4e9049)
  • layer-editor: Add warning about missing base widget execution of ngOnInit lifecycle method (9d42b0b)
  • layer-manager: Folder widget & folders reactivity (ba8faff)

BREAKING CHANGES

  • The core service has been renamed to hslayers service.
  • hslayers module is no longer exported via main entry point hslayers-ng, use hslayers-ng/core instead
  • src folder has been renamed to core, update your imports accordingly
  • Changed CSS and ASSETS location, update your import paths

Full Changelog: 13.2.1...14.0.0-next.3