- Update changelog and demo page
- Fix this._map._renderer unedefined if using panes (#87)
- Fix mouse events
- Fix mouse events
- Fix repeated text on 0 length path
- Update logo and turn links to https
- Add example html page charset (utf8)
- Add npm script to help releasing package versions
- Set Leaflet as peerDependency
- Upgrade Leaflet version from demo to
1.3.1
- Don't try to remove from container if container doesn't exist
- Change way of dealing with the SVG to comply with leaflet >= 0.8
- Remove useless console.log
- Add the orientation option (#27, thanks @kirkau)
- Allow HTTP and HTTPS to access the demo (#39, thanks @sonny89 and @leplatrem)
- Fix text centering for vertical lines (#33, #34, #38, thanks @msgoloborodov)
Breaking changes
- Text is now shown on top by default. Set option
below
to true to put the text below the layer.
- Fix bug when removing layer whose text was removed (fixes #18) (thanks Victor Gomes)
- Fix path width when using options.center (fixes #17) (thanks Brent Miller).
- Fix layer order (fixes #5) (thanks Albin Larsson)
- Stay on top after bringToFront
- Clean-up and fix
onAdd
andonRemove
- Fire mouse events from underlying text layer (thanks Lewis Christie)
- Initial working version