Skip to content

Releases: StevenHeinrich/ember-leaflet-draw

v0.7.0

06 Jul 10:43
Compare
Choose a tag to compare

v0.6.0

27 Jun 12:56
Compare
Choose a tag to compare
0.6.0

v0.5.5

16 Jun 00:37
Compare
Choose a tag to compare
0.5.5

v0.5.4

13 Apr 02:01
Compare
Choose a tag to compare

Updates to package.json to explicitly include the resolve module, so CI tests would pass.

v0.5.2

24 Feb 16:26
Compare
Choose a tag to compare

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

22 Feb 16:09
Compare
Choose a tag to compare

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)