- Update changelog
- Use a single CSS transformation matrix instead of translate + skew + scale CSS transforms. Prevents a edge case of floating precision loss in Gecko and MSIE due to 32-bit floating point operations (#13).
- Don't crash on
_reset
when overlay is not on a added to a map by @magnudae
- Fixed behaviour of
zIndex
option by @KarloX2
- Fixed
setUrl()
(#2)
- Ignore demo files from the bower/npm packages
- Leafdoc docstrings around
- Initial release