Skip to content

Latest commit

 

History

History
444 lines (207 loc) · 16 KB

CHANGELOG.md

File metadata and controls

444 lines (207 loc) · 16 KB

Change Log

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

3.0.1 (2019-01-27)

Bug Fixes

3.0.0 (2019-01-27)

Bug Fixes

build

  • update angular & fix issues with newer ts (9fc58ca), closes #90

Features

  • update mapbox-gl to 0.52.0 (39a0f30)

BREAKING CHANGES

  • Now support angular >= 7.2

2.3.2 (2018-12-17)

Bug Fixes

  • layer: fix layer event not being binded (b7fbb89), closes #84
  • map: fitBounds: handle fitBounds at init (d10ff55), closes #74
  • map: fitScreenCoordinates: handle fitScreenCoordinates at init (1126410)

2.3.1 (2018-12-10)

2.3.0 (2018-12-09)

Bug Fixes

  • geocoder: workaround mapbox-gl-geocoder result issue firing twice (857ab77), closes #59
  • mglImage: re-add image when style change (99a5bb7), closes #76

Features

  • Export control component, for custom control directives (#79) (458c3f7), closes #78
  • update support to mapbox-gl 0.51 (2dddec8)

2.2.0 (2018-10-09)

Bug Fixes

  • control: add safety check to ngOnDestroy (5b63325), closes #53

Features

  • update support to mapbox-gl 0.49 (f45d965)

2.1.1 (2018-09-09)

2.1.0 (2018-09-09)

Bug Fixes

  • clustering: get correct viewport box (a864d3f), closes #54

Features

  • update support to mapbox-gl 0.48 (063f67c)
  • mglNavigation: add showCompass & showZoom inputs (b1428b0), closes #55

2.0.0 (2018-08-04)

Bug Fixes

  • re-add sources and layers after style change (4c49629), closes #43
  • popup: do not send open/close event when moving an opened popup (2b6f712), closes #48

Features

  • update mapbox-gl to 0.47.0 (69739bf)
  • popup: add feature input (df15d48), closes #38

BREAKING CHANGES

  • Update mapbox-gl to 0.47.0
  • Deprecate mglDraggable on Marker (now supported by mapbox-gl directly)

2.0.0-beta.0 (2018-06-16)

Features

  • full upgrade to angular 6 (& rxjs 6) (18577cf)

BREAKING CHANGES

  • Now angular 6 compatible only

NgxMapboxGLModule.forRoot changed to NgxMapboxGLModule.withConfig

1.2.1-beta.0 (2018-06-16)

1.2.0 (2018-05-21)

Bug Fixes

  • markerCluster: run clustering inside NgZone (e708040), closes #36

Features

  • geocoder: add searchInput (dfd1cd2), closes #37
  • markerCluster: expose supercluster by Ouput load event (a87bd6f)

1.1.0 (2018-05-11)

Features

  • update mapbox-gl to 0.45.0 (339562c)
  • map: add wheel event (from mapbox-gl v0.45.0) (8daaebe)
  • marker: add anchor input (new with mapbox-gl v0.45.0) (e4920ad)
  • popup: add open event (from mapbox-gl v0.45.0) (c417d82)
  • scaleControl: unit is now dynamic (new with mapbox-gl v0.45.0) (3d72ac0)

1.0.0 (2018-05-01)

Bug Fixes

  • marker: remove line-height as it can incorrectly change the height (thus the position) of a marker (550f665)

Code Refactoring

  • map: rename flyToOptions to movingOptions (5bd8982)

Features

  • draggable: support draggable on Marker! (8aa02a8)
  • map: add panToOptions (171957b)

BREAKING CHANGES

  • map: Rename flyToOptions to movingOptions

1.0.0-rc.3 (2018-04-05)

Features

  • markerCluster: expose getChildren, getLeaves, getClusterExpansionZoom methods (11a0604)

1.0.0-rc.2 (2018-03-18)

Bug Fixes

  • geojsonSource: add missing input (#23) (a38d06e)
  • update mapbox-gl to 0.44.1 (814fc3a)
  • map: wait for map created before handling changes (87a5da9)

Features

  • new control mglGeocoder
  • public_api: Expose MapComponent (74d3886)

1.0.0-rc.1 (2018-02-11)

Bug Fixes

  • popup: now easier to use (1ca82c1)

Features

  • draggable: add drag event emitters

1.0.0-rc.0 (2018-01-28)

Bug Fixes

  • draggable: works again (9ae98df)
  • markerCluster: include custom supercluster version (6ad4526)
  • custom control ignored a supplied position (3253776)

Features

  • expose MapService for ngx-mapbox-gl extensions (908b8fe), closes #19

1.0.0-beta.5 (2018-01-16)

1.0.0-beta.4 (2018-01-16)

Bug Fixes

  • map: add display block 🤦‍♂️ (9f40d12), closes #11
  • map: ensure layer are removed before source (9779693), closes #10
  • corrected type definitons (853e4de)

build

Features

  • cluster: add clusterComponent! (1cb6daa)

Performance Improvements

  • also buffer popup and images to remove (2534739)

BREAKING CHANGES

  • Update to mapbox-gl 0.43.0

1.0.0-beta.3 (2017-12-18)

Bug Fixes

  • add guard to ngOnDestroy of each components (311cbb9)
  • use rxjs lettable operators (73530cd)
  • image: add a loaded event (32c4557)
  • map: implement fitBounds (0234881)
  • map: wait for onStable before initializing mapbox-gl (ebc2fe9)

build

Performance Improvements

  • map, layer: only listen observed event (57bd275)

BREAKING CHANGES

  • rxjs >=5.5.0 is now required
  • Now require angular 5 (sorry !)

1.0.0-beta.2 (2017-11-20)

Bug Fixes

  • geojsonSource: protect onDestroy (ac8172e), closes #6
  • image: addImage seems to need to wait for mapLoaded now (cd51115)
  • layer: type is not optional (b9edaac), closes #4
  • map: rename zoomChange and pitchChange events (0142f88)
  • map: zoom/bearing/pitch inputs are now an array (0c19c5f), closes #2

Features

  • update to mapbox-gl 0.42.0 (3ae818f)

BREAKING CHANGES

  • map: zoom/bearing/pitch inputs are now an array. This allow to force input changes for theses inputs
  • map: Rename zoomChange and pitchChange events to zoomEvt and pitchEvt, because the "Change" suffix allow incorrecty two-way binding.

1.0.0-beta.1 (2017-11-15)

Bug Fixes

  • remove accidentally added @turf/random from deps... [skip ci] (642f60c)

1.0.0-beta.0 (2017-11-14)

Bug Fixes

  • canvas: remove contextType (3ca702c)
  • geojsonSource: adjust cluster input type (4ae0151)
  • use AsyncSubject for internal load event (456013a)
  • geojsonSource: fill data with empty FeatureCollection (a8df1cd)
  • map: customMapboxApiUrl now correctly set API_URL (ef295a3)
  • map: remove duplicate load event listener (c92da66)
  • marker: set offset as optionnal (4f60ce1)

Features

  • layer: add mouseMove event (45f99ff)
  • emit map instance on load output (17e9fe2)
  • map: add cursorStyle input (3848618)
  • popup: add close output (7e93c5a)

BREAKING CHANGES

  • MapComponent is no longer exposed in the package
  • canvas: remove contextType

0.1.0-beta.0 (2017-10-29)

Features

  • feature draggable directive + example (1166346)

0.1.0-alpha.2 (2017-10-19)

Bug Fixes

  • map: run output event inside ngZone (66f2caf)
  • sources: add a guard to ensure that the source is added before onChanges (64f3f97)

Features

  • layer: add click/mouseEnter/mouseLeave Output (2dbabf4)

0.1.0-alpha.1 (2017-10-18)

Bug Fixes

  • remove protractor-browser-logs from depenencies (52afa55)

0.1.0-alpha.0 (2017-10-18)

First release !