Skip to content

Latest commit

 

History

History
569 lines (308 loc) · 17.7 KB

CHANGELOG.md

File metadata and controls

569 lines (308 loc) · 17.7 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

17.1.0 (2023-11-18)

Features

  • add csp and suggest_apikey options to YaConfig (#228) (98c9adf)
  • throw error if version is v3 (#227) (f4c199a)

17.0.1 (2023-11-11)

Features

16.1.0 (2023-08-10)

Features

  • add support for dynamic configuration (#211) (4bf4e02)

16.0.2 (2023-07-12)

Bug Fixes

  • types: add bicycle IMultiRouteParams.routingMode (#205) (0710c6c)

16.0.1 (2023-06-04)

Bug Fixes

  • fix broken peerDependencies by hardcoding them to proper versions (#202) (51afa0f)

16.0.0 (2023-05-08)

Features

Bug Fixes

  • fix low performance when a lot of placemarks are used (#199) (16d9332)

15.0.0 (2023-01-04)

Features

14.0.4 (2022-11-27)

Bug Fixes

  • change README.md documentation links (a8adf31)

14.0.3 (2022-10-06)

Bug Fixes

  • typings: fix Manager.add & IEventManager.add types (#178) (077a705)

14.0.2 (2022-08-17)

Bug Fixes

  • move PLATFORM_ID logic from components to API loader service (#175) (8d902c5)

14.0.1 (2022-07-03)

Features

  • update to angular 14 with some minor changes (#173) (780efbe)

13.2.0 (2022-02-25)

Features

13.1.0 (2022-02-21)

Features

  • ObjectManager: Create ObjectManager directive (#162) (72d905a)

13.0.0 (2021-11-25)

Features

12.3.0 (2021-10-30)

Features

  • typings: add geoQuery function, GeoQueryResult class and other related entities (#152) (71bebe0)
  • typings: add Hint class, IHint, IHintOptions and IHintOptionsWithHintPrefix interfaces (#140) (1f19390), closes #139
  • typings: add namespace regions with load function (#141) (ec086b9), closes #137
  • typings: add ymaps.hotspot namespace (#142) (635f910), closes #136
  • typings: create Rectangle, geometry.Circle and geometry.Rectangle classes (#154) (1731419)
  • typings: extend IGeoObjectOptions and IPlacemarkOptions interfaces (#153) (10268b6)
  • typings: IClustererOptions extend IClusterPlacemarkOptionsWithClusterPrefix (#149) (fdd026c)
  • typings: improve IPlacemarkOptions, add constructor for geometryEditor.Point and layout.Image (#148) (1397284), closes #144
  • typings: improve util namespace & add superclass in IClassConstructor (#143) (6ace6aa), closes #137

Bug Fixes

  • typings: change IOptionManager.get() return type from object to any (#150) (f85dbeb)

12.2.0 (2021-10-24)

Features

  • typings: add a lot of new typings and fix existing (#130) (bd71c07)

12.1.7 (2021-07-29)

Bug Fixes

  • docs: Fix broken documentation examples (#114) (032319e)
  • Rename dbclick in dblclick since it's right event name in Yandex.Maps API (#115) (426a330)

12.1.6 (2021-07-25)

Bug Fixes

  • typings: Fix Event.get() return type (#112) (193c945)

12.1.5 (2021-06-18)

Bug Fixes

12.1.4 (2021-05-21)

Features

  • typings: Add some missing fields (c9cda93)

12.1.2 (2021-05-21)

Bug Fixes

  • YaMapComponent: Emit ready event before map$.next to be sure that map ready is called before children's (#96) (09262cb)

Features

  • Improve typings (834e0e0)
  • typings: Add geolocation namespace in ymaps (1e516a6)

12.1.1 (2021-05-18)

Bug Fixes

12.1.0 (2021-05-18)

Features

  • YaApiLoader: Make lang property optional, set ru_RU as default (#91) (d84ce1d)

12.0.0 (2021-05-17)

Bug Fixes

  • script.service.spec: Remove some specs (398abaf)

Features

  • Set ChangeDetectionStrategy to OnPush (#80) (f37e3c4)

11.0.2 - 2021-03-12

Added

  • Add geocode function in typings
  • Add missing properties in Clusterer class

Changed

  • Make YaReadyEvent emit after instance is added in a map/clusterer component

11.0.1 - 2021-01-25

Changed

  • Make referencePoints in model input in YaMultirouteDirective optional

11.0.0 - 2020-11-20

Added

  • Support Angular 11

Breaking

  • Remove deprecated onlyInstance input
  • Rename IConfig event -> YaConfig
  • Rename YA_MAP_CONFIG injection token -> YA_CONFIG
  • Rename Event event -> YaEvent
  • Rename LoadEvent event -> YaLoadEvent
  • Split combined events into multiple events (#51)

10.4.1 - 2020-11-08

Fixed

  • UMD issue (#44)
  • Remove Event from return type of initScript()

10.4.0 - 2020-10-26

Added

  • Typings, @types/yandex-maps, npm install --save-dev @types/yandex-maps
  • 'error' event handling in ScriptService

Changed

  • Output 'baloon' was renamed in 'balloon' (breaking changes)
  • Mouse, multitouch events are running outside angular now (#35)
  • Make apikey optional in IConfig

Fixed

  • Omit wrong query params when loading API

10.3.1 - 2020-10-14

Added

  • Wrap the EventEmitters in the ngZone.run() method

10.2.0 - 2020-10-12

Added

  • Content children changes of Clusterer

10.1.1 - 2020-10-09

Added

  • Improve code documentation

10.1.0 - 2020-09-28

Added

  • Export ScriptService for appending script in document

Changed

  • OnlyInstance is deprecated now, use ScriptService instead

Fixed

  • Remove 'center input is required' error if onlyInstance is provided

10.0.0 - 2020-08-22

Added

  • Support Angular 10

9.0.0 - 2020-08-22

Added

  • Support Angular 9

8.0.0 - 2020-08-22

Added

  • Support Angular 8

7.0.0 - 2020-08-22

Added

  • Support Angular 7

6.0.0 - 2020-08-22

Added

  • Support Angular 6

2.1.1 - 2020-08-09

Changed

  • Links to new repo name in README, documentation, changelog

2.1.0 - 2020-08-02

Added

  • Clusterer component

Changed

  • Clusterer input from ya-map was removed

2.0.1 - 2020-07-30

Fixed

  • Wrong tag selector in README.md & QuickStart.md
  • Wrong link to examples

2.0.0 - 2020-07-30

Added

  • Dynamic dynamic entity configuration. Now component handles input changes and provides it to API

Changed

  • Components' selectors. 'angular' was removed from selectors, 'yandex' became 'ya'. E.g. ->
  • Documentation. Add docsify

1.15.0 - 2020-07-24

Added

  • Support version property in config

1.14.5 - 2020-06-30

Added

  • Support for enterprise API

1.14.4 - 2020-06-29

Fixed

  • Build erorr

1.14.3 - 2020-06-29

Added

  • Config injection token

1.14.2 - 2020-06-22

Fixed

  • Not applying width, height properties for Panorama container

1.14.1 - 2020-06-22

Fixed

  • Not working API key in config. Rename apiKey to apikey in IConfig interface
  • Wrong return type of AngularYandexMapsModule.forRoot(...)

1.14.0 - 2020-06-05

Changed

  • IConfig interface, add new properties from API

1.13.1 - 2020-05-21

Changed

  • README, update usage section

1.13.0 - 2020-05-21

Added

  • Support map localization

Changed

  • Now forRoot() accepts IConfig instead of string

1.12.0 - 2020-04-24

Added

  • Support for changing ContentChild after map init (E.g. Issue#11)

1.11.4 - 2020-04-02

Added

  • Export types: ILoadEvent & IEvent

1.11.3 - 2020-03-31

Fixed

  • The conflict between Bootstrap's container and library

1.11.2 - 2020-03-25

Changed

  • README, replace examples list by link to docs

1.11.0 - 2020-01-22

Added

  • onlyInstance input. With that option, entities aren't creating. The map only returns ILoadEvent.

1.10.3 - 2020-01-10

Changed

1.10.2 - 2020-01-02

Changed

  • forRoot() is optional for AngularYandexMapsModule

1.10.1 - 2019-11-27

Fixed

  • Lazy loading of YMaps script

1.10.0 - 2019-11-22

Changed

  • IEvent - ymaps: any is added

Added

  • ILoadEvent - { instance: any, ymaps: any }

1.9.0 - 2019-11-19

Added

  • Map outputs
  • Panorama outputs
  • Placemark outputs
  • MultiRoute outputs
  • GeoObject outputs

1.8.0 - 2019-11-19

Changed

  • Output 'onInit' renamed to 'load'

1.7.3 - 2019-11-17

Added

  • New examples in README

1.7.2 - 2019-11-17

Changed

  • Fix anchors in README

1.7.1 - 2019-11-17

Changed

  • Fix anchors in README

1.7.0 - 2019-11-17

Added

  • Control component, supports all Controls of Yandex.Map API

Removed

  • Search Control component

1.6.0 - 2019-11-16

Added

  • Panorama component

1.5.0 - 2019-11-15

Added

  • Clusterer for Placemark in Map inputs

Changed

  • Inputs of Map

1.4.0 - 2019-11-09

Changed

  • Inputs of Map
  • Inputs of Placemark
  • Inputs of MultiRoute

1.3.0 - 2019-10-30

Added

  • Angular 6+ support

1.2.1 - 2019-10-27

Changed

  • Update README

1.2.0 - 2019-10-27

Added

  • Search component

Changed

  • Error logging message and logic
  • Cleanup app.html

1.1.0 - 2019-10-27

Added

  • GeoObject component
  • Error logging for Map, Placemark, Multiroute components

Removed

  • YandexMapModule types

1.0.1 - 2019-10-26

Changed

  • Change README examples

1.0.0 - 2019-09-14

  • Release without changes