Skip to content

Latest commit

 

History

History
142 lines (74 loc) · 2.81 KB

CHANGELOG.en-US.md

File metadata and controls

142 lines (74 loc) · 2.81 KB

Changelog

0.0.16

2024-09-12

Bug fixes

  • Fixed the issue in use-common where events listened to by vmMitt were not destroyed when the component was unmounted, causing the loader method to execute repeatedly.

0.0.15

2024-08-18

Features

  • Modify the use-common logic so that the component can be loaded even when it's not a child component of vm-map. However, it still needs to wait for vm-map to be fully initialized before adding data.

0.0.14

2024-08-17

Bug fixes

  • Fixed the issue in use-common that loading fails if the parent component is not a component from the vue-maplibre library.

0.0.12

2024-08-04

Bug fixes

  • Initialize component logic in use-common, remove the forced dependency on vm-map, and fix the issue where some third-party extensions that do not depend on vm-map encounter initialization errors.

0.0.11

2024-07-25

Bug fixes

  • Fixed the issue that destroying the vm-map component caused the vmMitt listener to fail.

0.0.10

2024-06-18

Bug fixes

  • Fixed the issue that the native layer component VmLayerNative fails to specify the source-layer for vector layers of type VectorSourceSpecification.
  • Fixed the issue that the native layer component VmLayerNative repeatedly listens to the layout property.#2
  • Fixed the issue that the online project documentation cannot be accessed.

0.0.9

2024-06-18

Bug fixes

Fixed the issue of packaging errors in the CJS environment.

0.0.8

2024-06-17

Features

  • Added global configuration component vm-config-provider.
  • The native layer component vm-layer-native supports loading terrain.
  • Added project documentation.

Bug fixes

  • Fixed the issue that event unregistration when the vm-map component is destroyed. #1

0.0.7

2024-05-13

Features

  • Added native layer component vm-layer-native, consolidating all native layers into one.

0.0.6

2024-04-21

Features

  • Added the vm-layer-symbol component.

0.0.5

2024-04-20

Features

  • Added the vm-control-navigation navigation control component.
  • Added the vm-control-terrain terrain control component.

Bug fixes

  • Fixed the issue that components being loaded multiple times.

0.0.4

2024-04-18

Features

  • Added vm-layer-gltf layer component.

Bug fixes

  • Fixed the issue that the useVueMaplibre method couldn't retrieve the map object.

0.0.3

2024-04-17

Features

  • Partially responsive updates for properties in the vm-map component.

Bug fixes

  • Resolved issue with missing type definitions.

0.0.2

2024-04-16

Features

  • Added map component vm-map.

0.0.1

2024-04-16

Features

  • Project initialization.