leaflet-responsive-popup
Version:
Removes the need to move the map to be able to see the content of a L.Popup
55 lines (38 loc) • 1.34 kB
Markdown
Changelog
=========
## 0.1.0 (2017-01-01)
Initial release.
### Features
* Positions a popup so that the whole content is visible without moving the map.
* Available on npmjs.
* Limitation: tips are not drawn.
## 0.2.0 (2017-01-08)
* Implement tips.
* Popup have tips by default.
## 0.3.0 (2018-07-12)
* Fix method chaining in initLayout.
## 0.4.0 (2018-10-28)
* Base implementation and examples on leaflet 1.3.4
* Fix copyrights
## 0.4.1 (2018-10-28)
* Fix comments
## 0.5.0 (2018-11-01)
* Fix demo with no tip
* Fix RTL (using leaflet.responsive.popup.rtc.css)
## 0.6.0 (2018-12-27)
* Fix typo in README
* Fix duplicate css and js in repository (only keep files in docs/assets and let travis copy them before deploy)
## 0.6.1 (2018-12-27)
* Fix travis
## 0.6.2 (2018-12-27)
* Undo Fix duplicate css and js in repository (only keep files in docs/assets and let travis copy them before deploy)
## 0.6.3 (2018-12-28)
* Add Angular support (Export js types when without breaking direct inclusion in html)
## 0.6.4 (2019-05-09)
* Fix issue #11 (RTL CSS Demo)
* Update 3rd-party versions in demo pages
* Fix copyrights
## 1.0.0 (2022-06-09)
* Fit for leaflet 1.8 (breaks compatibility with earlier versions of leaflet)
* Update 3rd-party versions in demo pages
* Fix copyrights