Skip to content

v3.5.0: Configurable popup dimensions, disabled zoom button styling

Compare
Choose a tag to compare
@evanjd evanjd released this 19 Dec 23:28
· 13 commits to master since this release

New features:

  • Added maxWidth (Defaults to 400) and minWidth (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)