v12.2.0
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 #1033
- Add background as first layer by @ahocevar in #1041
- Use direct import of METERS_PER_UNIT for legacy build compatibility by @ahocevar in #1044
- Bump typedoc-plugin-markdown from 3.16.0 to 3.17.1 by @dependabot in #1034
- Bump eslint-config-openlayers from 18.0.0 to 18.1.0 by @dependabot in #1035
- Bump @types/mocha from 10.0.4 to 10.0.6 by @dependabot in #1037
- Bump typedoc from 0.25.3 to 0.25.4 by @dependabot in #1038
- Bump typescript from 5.2.2 to 5.3.3 by @dependabot in #1047
- Allow default
line-color
when property not present by @orangemug in #1053 - Allow
background-color
to use default from spec by @orangemug in #1054 - Added support for
circle-translate
by @orangemug in #1056 - Bump puppeteer from 21.5.2 to 21.6.0 by @dependabot in #1051
- Bump eslint from 8.54.0 to 8.55.0 by @dependabot in #1049
- Bump html-webpack-plugin from 5.5.3 to 5.5.4 by @dependabot in #1050
- Don't throw on unsupported
heatmap
layer type instead show helpful debug info by @orangemug in #1057 - Bump puppeteer from 21.6.0 to 21.6.1 by @dependabot in #1061
- Bump eslint from 8.55.0 to 8.56.0 by @dependabot in #1062
- Bump html-webpack-plugin from 5.5.4 to 5.6.0 by @dependabot in #1065
- Bump typedoc from 0.25.4 to 0.25.5 by @dependabot in #1066
- Bump eslint-config-openlayers from 18.1.0 to 19.0.0 by @dependabot in #1071
- Fix icon-offset when icon-size is also set by @ahocevar in #1076
- Bump typedoc from 0.25.5 to 0.25.7 by @dependabot in #1070
- Bump puppeteer from 21.6.1 to 21.7.0 by @dependabot in #1069
- Bump follow-redirects from 1.14.8 to 1.15.4 by @dependabot in #1072
- Zero text halo should be no halo by @toddwong in #1074
- Don not match layer ids to string in stylefunction by @toddwong in #1073
- Bump mini-css-extract-plugin from 2.7.6 to 2.7.7 by @dependabot in #1075
- Compute value of text-transform by @ahocevar in #1077
- Add support for text-ignore-placement and text-allow-overlap by @ahocevar in #1078
New Contributors
- @orangemug made their first contribution in #1053
- @toddwong made their first contribution in #1074
Full Changelog: v12.1.1...v12.2.0