Releases: StevenHeinrich/ember-leaflet-draw
Releases · StevenHeinrich/ember-leaflet-draw
v0.7.0
v0.6.0
0.6.0
v0.5.5
0.5.5
v0.5.4
Updates to package.json
to explicitly include the resolve module, so CI tests would pass.
v0.5.2
Includes:
Override hook for _removeEventListeners
- The events for leaflet-draw are attached the the map object not the individual layers. This fix accounts for removing them from the map
- The fix also ensures that component integrations tests consuming the ember-leaflet-draw component don't crash on attempting the unload the component and remove the events.
v0.5.1
Includes:
PR - Fix asset imports
- This makes it work in nested addons and engines
- Also makes it work if on Windows (app.import doesn't expect OS separators, so path.join breaks it on Windows)