Releases: walkermatt/ol-popup
Freshen up
- Examples tested with
[email protected]
ol-popup.css
is now available atdist/ol-popup.css
- Added link to codesandbox.io example
Now with added TypeScript types
Thanks to @saenglert ol-popup now includes TypeScript types.
Polish and fixes following use in the wild
commit 57032ec
Author: Matt Walker [email protected]
Date: Sun Sep 13 20:30:44 2015 +0100
Bump version to v1.0.1
commit b604ad7
Author: Matt Walker [email protected]
Date: Wed Sep 9 20:14:00 2015 +0100
Expand examples section and general tidy-up
commit 3ff6e19
Author: Matt Walker [email protected]
Date: Wed Sep 9 20:13:16 2015 +0100
Enable scrolling of overflowing content. Hopefully fixes #9
Based on JS touch event workaround as described by @ChrisMBarr. I think
that the way that events are captured by OpenLayers overlays prevents
the -webkit-overflow-scrolling: touch
CSS property from being
sufficent.
commit 1eee7b3
Author: Matt Walker [email protected]
Date: Sat Aug 1 15:28:43 2015 +0100
Add example of handling DOM events related to popup content. Closes #8
commit 332786b
Author: Matt Walker [email protected]
Date: Sun Jun 14 21:29:03 2015 +0100
Pad right of popup to minimise overlap between scrollbar and closer
commit dc93f4b
Author: jonataswalker [email protected]
Date: Tue Jun 9 18:10:42 2015 -0300
Reset content.scrollTop when showning popup. Closes #6
This is to avoid the popup be shown with the content scrolled.
commit 308d2a0
Author: Matt Walker [email protected]
Date: Sun Jun 14 21:14:28 2015 +0100
Add example showing scrolling content
commit 4342b97
Author: Matt Walker [email protected]
Date: Wed May 27 15:16:17 2015 +0100
Use Unicode escape for popup closer character, fixes #5
As the CSS previously contained a literal cross character it was
essential that the CSS was identified as UTF-8 which is commonly either
done via HTTP headers or charset tag in the HTML file. @amr66 suggested
setting the @charset "utf-8"
within the CSS file which is valid but I
felt it was simpler to use the escaped Unicode point.