Support media query API on the <mapml-viewer> elemen
What's Changed
- fix for issue-319 by @yushan-mu in #993
- Get rid of all reference to mapml-viewer.js by @prushforth in #1000
- Rename layer- to map-layer by @prushforth in #998
- Add en and fr as (the only) languages that can be selected via
lang
attribute on<mapml-viewer>
or ancestors by @prushforth in #999 - Refactor to use es imports consistently, create global MapML namespace for element interfaces. by @prushforth in #1003
- Re-focus after a layer is checked/unchecked in the layer menu, added tests by @yushan-mu in #1009
- Added map-change event for extents by @yushan-mu in #1005
- Remove grunt-rollup grunt plugin, replace with customRollup task, by @prushforth in #1014
- Change structure of pmtilesRules, allow icon sheet, require returned promise. by @prushforth in #1015
- First pass / rough draft of HTMLMapmlViewerElement.matchMedia API, by @prushforth in #1008
- Make map-properties popup size dynamic by @yushan-mu in #1017
- Add support for pasting GeoJSON links by @yushan-mu in #996
Full Changelog: v0.14.1...v0.15.0