Releases: makinacorpus/Leaflet.TextPath
Releases · makinacorpus/Leaflet.TextPath
1.3.0
1.2.0
- 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
1.1.0
Since 0.2.1 release :
- Text is now shown on top by default. Set option
below
to true to put the text below the layer. - 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)
- 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).