Skip to content

Latest commit

 

History

History
129 lines (100 loc) · 8.7 KB

CHANGELOG.md

File metadata and controls

129 lines (100 loc) · 8.7 KB

ember-leaflet changelog

4.1.1

  • [BUGFIX] Leaflet icon/draggability restore bug, dragging object can be undefined for hidden markers (7d5c9fe fixes #513)
  • [INTERNAL] update dependencies and tests. fix linting errors. (ec49f63)

4.1.0

  • [ENHANCEMENT] add new rectangle layer (#413)
  • [BUGFIX] only one addon component was being yielded. Now all addon provided components are yielded as expected (#422)

4.0.2

  • [ENHANCEMENT] add crossOrigin option to tile layer (84dc3fe)

4.0.1

  • [INTERNAL] update blueprint to install latest leaflet (2d398db)

4.0.0

  • [BREAKING] drop support for ember versions < 2.3.0-beta.1 (7d5c9fe)
  • [INTERNAL] update dependencies (ec49f63)
  • [BUGFIX] run initializer code only if leaflet's-L variable is present (#367)

3.1.4

  • [BUGFIX] Fix integration in lazy engines >= 0.8 (#364)

3.1.3

  • [INTERNAL] update dependencies (102b793)
  • [INTERNAL] remove .volatile() usage (1bcbd59)

3.1.2

  • [BUGFIX] yield built-in layer components when no addon components are registered (06a862a)

3.1.1

  • [ENHANCEMENT] default blueprint now installs leaflet ^1.4.0 (eff95e1)
  • [INTERNAL] use {{#let instead of {{#with ({{#with will be deprecated) 628dccf

3.1.0

  • [INTERNAL] update ember-cli project and all dependencies
  • [INTERNAL] new website
  • [BUGFIX] fix integration with marker cluster plugin (fixes #160)
  • [BUGFIX] Prevent error happening when _removeStyleObservers is called multiple times (fixes #152)
  • [BUGFIX] prevent error when using a large amount of tooltips (fixes #138)
  • [BUGFIX] style property on geojson-layer is now correctly bound (fixes #181)
  • [BUGFIX] updating the style properties on the geojson-layer now works (fixes #154)
  • [ENHANCEMENT] add ember-leaflet service that allows addons to register additional components for leaflet-map component to yield (3591a4a)

3.0.18

  • [BUGFIX] icon and div-icon helpers now use proper objects (this makes the library compatible with old versions of leaflet) (e53fd87)
  • [ENHANCEMENT] bump ember/ember-cli and dependencies (c03e628)

3.0.17

  • [ENHANCEMENT] add interactive layer (3b61eef)
  • [ENHANCEMENT] add video layer (367284a)

3.0.16

  • [ENHANCEMENT] add interactive property to marker-layer (cae4497)

3.0.15

  • [DEPRECATION] fix set computed deprecation and remove getowner polyfill (aca7659)
  • [ENHANCEMENT] add noRedraw property to tile-layer (#198)

3.0.14

  • [BUGFIX] change ember-invoke-action to caret dependency (#185)
  • [BUGFIX] fix initializer when using older versions of ember-cli-babel (#190)

3.0.13

  • [ENHANCEMENT] add moveend event to marker-layer (#174)
  • [BUGFIX] fix issue with fastboot and overlay layers (5c7ec67)

3.0.12

  • [ENHANCEMENT] Expose option 'className' for TileLayer (#151)
  • [BUGFIX] Fix geoJson layer updates (#153)
  • Prepare for FastBoot 1.0. Update ember-cli and other dependencies. (#163)

3.0.11

  • [ENHANCEMENT] leaflet-map: pass more options and observe minZoom, maxZoom (#142, #144)
  • [DEPRECATION] [ENHANCEMENT] image-layer: imageUrl attribute is deprecated in favor of the observed url attribute (#143)
  • [ENHANCEMENT] Public components, the toLatLng macro and the Leaflet library itself are now exported by this addon (#141)
  • [ENHANCEMENT] leaflet is now pulled from npm instead of bower (#145)

3.0.10

  • [BUGFIX] Allow rootURL to be an empty string. Try to mimic the same defaults as ember-cli.
  • [ENHANCEMENT] Add exclude options for leaflet dependencies (#134)
  • [ENHANCEMENT] bump ember-get-config to be compatible with ember 2.12
  • [ENHANCEMENT] upgrade ember-cli version and other version bumps

3.0.9

  • [BUGFIX] moved ember-get-config dependency to dependencies

3.0.8

  • [ENHANCEMENT] ember-leaflet is now fastboot compatible! (#125)

3.0.7

  • [INTERNAL] updated ember-composability-tools to version 0.0.6
  • [INTERNAL] updated ember-wormhole to version 0.5.1

3.0.6

  • [INTERNAL] updated ember-composability-tools to version 0.0.5

3.0.5

  • [BUGFIX] tooltips with permanent=true now work properly (#111)

3.0.4

  • [BUGFIX] contextual components now correctly use parentComponent instead of containerLayer(#115)
  • [BUGFIX] circle-marker contextual component was circle-layer and not circle-marker-layer
  • [ENHANCEMENT] added wms-tile and geojson contextual components. wmsTile and geoJSON are still provided for backwards compatibility reasons. Contextual component names should have the same name as non-contextuals without the -layer suffix.

3.0.3 (November 2, 2016)

3.0.2 (October 20, 2016)

  • [BUGFIX] geojson-layer now supports popups and tooltips
  • [ENHANCEMENT] nested addon/engines support for asset import (#107)
  • [INTERNAL] Use ember-composability-tools!

3.0.1 (October 13, 2016)

  • [BUGFIX] Set icon default imagePath according to ENV.rootURL, ENV.baseURL (#105)

3.0.0 (September 28, 2016)

  • [BUGFIX] compatible with leaflet 1 final
  • [BREAKING] popups are no longer defined as a block of a {{#marker-layer or any path-layer. You now must use {{#popup-layer instead. e.g:
{{#marker-layer location=emberConfLocation}}
  {{#popup-layer}}
    Popup content
  {{/popup-layer}}
{{/marker-layer}}
  • [FEATURE] there is now a {{#tooltip-layer that works when using leaflet 1