- [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)
- [ENHANCEMENT] add new rectangle layer (#413)
- [BUGFIX] only one addon component was being yielded. Now all addon provided components are yielded as expected (#422)
- [ENHANCEMENT] add
crossOrigin
option to tile layer (84dc3fe)
- [INTERNAL] update blueprint to install latest leaflet (2d398db)
- [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)
- [BUGFIX] Fix integration in lazy engines >= 0.8 (#364)
- [BUGFIX] yield built-in layer components when no addon components are registered (06a862a)
- [ENHANCEMENT] default blueprint now installs leaflet
^1.4.0
(eff95e1) - [INTERNAL] use
{{#let
instead of{{#with
({{#with
will be deprecated) 628dccf
- [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)
- [BUGFIX]
icon
anddiv-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)
- [ENHANCEMENT] add
interactive
property to marker-layer (cae4497)
- [DEPRECATION] fix set computed deprecation and remove getowner polyfill (aca7659)
- [ENHANCEMENT] add
noRedraw
property to tile-layer (#198)
- [BUGFIX] change ember-invoke-action to caret dependency (#185)
- [BUGFIX] fix initializer when using older versions of ember-cli-babel (#190)
- [ENHANCEMENT] add
moveend
event to marker-layer (#174) - [BUGFIX] fix issue with fastboot and overlay layers (5c7ec67)
- [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)
- [ENHANCEMENT] leaflet-map: pass more options and observe
minZoom
,maxZoom
(#142, #144) - [DEPRECATION] [ENHANCEMENT] image-layer:
imageUrl
attribute is deprecated in favor of the observedurl
attribute (#143) - [ENHANCEMENT] Public components, the
toLatLng
macro and theLeaflet
library itself are now exported by this addon (#141) - [ENHANCEMENT] leaflet is now pulled from npm instead of bower (#145)
- [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
- [BUGFIX] moved ember-get-config dependency to
dependencies
- [ENHANCEMENT] ember-leaflet is now fastboot compatible! (#125)
- [INTERNAL] updated ember-composability-tools to version
0.0.6
- [INTERNAL] updated ember-wormhole to version
0.5.1
- [INTERNAL] updated ember-composability-tools to version
0.0.5
- [BUGFIX] tooltips with permanent=true now work properly (#111)
- [BUGFIX] contextual components now correctly use
parentComponent
instead ofcontainerLayer
(#115) - [BUGFIX]
circle-marker
contextual component wascircle-layer
and notcircle-marker-layer
- [ENHANCEMENT] added
wms-tile
andgeojson
contextual components.wmsTile
andgeoJSON
are still provided for backwards compatibility reasons. Contextual component names should have the same name as non-contextuals without the-layer
suffix.
- [ENHANCEMENT] update ember-composability-tools (related miguelcobain/ember-composability-tools#2)
- [BUGFIX] geojson-layer now supports popups and tooltips
- [ENHANCEMENT] nested addon/engines support for asset import (#107)
- [INTERNAL] Use ember-composability-tools!
- [BUGFIX] Set icon default imagePath according to ENV.rootURL, ENV.baseURL (#105)
- [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:
- [FEATURE] there is now a
{{#tooltip-layer
that works when using leaflet 1