v12.2.0
版本发布时间: 2024-01-30 07:34:52
openlayers/ol-mapbox-style最新发布版本:v12.3.5(2024-08-14 02:25:04)
Summary
- Fix zIndex of background layer when applying style to an existing map
- Use correct
line-color
andbackground-color
defaults - Add support for
circle-translate
- Do not throw when style contains an unsupported layer type
- Fix rendering for zero text halo
- Fix scaling of
icon-offset
- Allow computed values for
text-tranform
- Add support for
text-ignore-placement
andtext-allow-overlap
What's Changed
- Changes for v12.1.1 by @ahocevar in https://github.com/openlayers/ol-mapbox-style/pull/1033
- Add background as first layer by @ahocevar in https://github.com/openlayers/ol-mapbox-style/pull/1041
- Use direct import of METERS_PER_UNIT for legacy build compatibility by @ahocevar in https://github.com/openlayers/ol-mapbox-style/pull/1044
- Bump typedoc-plugin-markdown from 3.16.0 to 3.17.1 by @dependabot in https://github.com/openlayers/ol-mapbox-style/pull/1034
- Bump eslint-config-openlayers from 18.0.0 to 18.1.0 by @dependabot in https://github.com/openlayers/ol-mapbox-style/pull/1035
- Bump @types/mocha from 10.0.4 to 10.0.6 by @dependabot in https://github.com/openlayers/ol-mapbox-style/pull/1037
- Bump typedoc from 0.25.3 to 0.25.4 by @dependabot in https://github.com/openlayers/ol-mapbox-style/pull/1038
- Bump typescript from 5.2.2 to 5.3.3 by @dependabot in https://github.com/openlayers/ol-mapbox-style/pull/1047
- Allow default
line-color
when property not present by @orangemug in https://github.com/openlayers/ol-mapbox-style/pull/1053 - Allow
background-color
to use default from spec by @orangemug in https://github.com/openlayers/ol-mapbox-style/pull/1054 - Added support for
circle-translate
by @orangemug in https://github.com/openlayers/ol-mapbox-style/pull/1056 - Bump puppeteer from 21.5.2 to 21.6.0 by @dependabot in https://github.com/openlayers/ol-mapbox-style/pull/1051
- Bump eslint from 8.54.0 to 8.55.0 by @dependabot in https://github.com/openlayers/ol-mapbox-style/pull/1049
- Bump html-webpack-plugin from 5.5.3 to 5.5.4 by @dependabot in https://github.com/openlayers/ol-mapbox-style/pull/1050
- Don't throw on unsupported
heatmap
layer type instead show helpful debug info by @orangemug in https://github.com/openlayers/ol-mapbox-style/pull/1057 - Bump puppeteer from 21.6.0 to 21.6.1 by @dependabot in https://github.com/openlayers/ol-mapbox-style/pull/1061
- Bump eslint from 8.55.0 to 8.56.0 by @dependabot in https://github.com/openlayers/ol-mapbox-style/pull/1062
- Bump html-webpack-plugin from 5.5.4 to 5.6.0 by @dependabot in https://github.com/openlayers/ol-mapbox-style/pull/1065
- Bump typedoc from 0.25.4 to 0.25.5 by @dependabot in https://github.com/openlayers/ol-mapbox-style/pull/1066
- Bump eslint-config-openlayers from 18.1.0 to 19.0.0 by @dependabot in https://github.com/openlayers/ol-mapbox-style/pull/1071
- Fix icon-offset when icon-size is also set by @ahocevar in https://github.com/openlayers/ol-mapbox-style/pull/1076
- Bump typedoc from 0.25.5 to 0.25.7 by @dependabot in https://github.com/openlayers/ol-mapbox-style/pull/1070
- Bump puppeteer from 21.6.1 to 21.7.0 by @dependabot in https://github.com/openlayers/ol-mapbox-style/pull/1069
- Bump follow-redirects from 1.14.8 to 1.15.4 by @dependabot in https://github.com/openlayers/ol-mapbox-style/pull/1072
- Zero text halo should be no halo by @toddwong in https://github.com/openlayers/ol-mapbox-style/pull/1074
- Don not match layer ids to string in stylefunction by @toddwong in https://github.com/openlayers/ol-mapbox-style/pull/1073
- Bump mini-css-extract-plugin from 2.7.6 to 2.7.7 by @dependabot in https://github.com/openlayers/ol-mapbox-style/pull/1075
- Compute value of text-transform by @ahocevar in https://github.com/openlayers/ol-mapbox-style/pull/1077
- Add support for text-ignore-placement and text-allow-overlap by @ahocevar in https://github.com/openlayers/ol-mapbox-style/pull/1078
New Contributors
- @orangemug made their first contribution in https://github.com/openlayers/ol-mapbox-style/pull/1053
- @toddwong made their first contribution in https://github.com/openlayers/ol-mapbox-style/pull/1074
Full Changelog: https://github.com/openlayers/ol-mapbox-style/compare/v12.1.1...v12.2.0