v3.5.0: Configurable popup dimensions, disabled zoom button styling
New features:
- Added
maxWidth
(Defaults to 400) andminWidth
(Defaults to 300) properties to
px-map-popup-info and px-map-popup-data. They are used to manually set max and
min width of the popup container. (thanks @hanzge)
Bug fixes
- Fixed missing disabled styling on control zoom buttons (thanks @hannav95)