Closed github-actions[bot] closed 1 week ago
@HarelM , I made this as a Major release, because of regression concerns ( #905 ). Since we distribute .mjs, .cjs and .d.ts files, I find it increasingly problematic that our test-build suite, due to Jest 29, only can check for regressions in the .cjs bundle - with the rest of the world moving to the .mjs and .d.ts.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.78%. Comparing base (
c5f8f8d
) to head (dfc0339
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Wasn't vertical perspective a breaking change? In any case, major here won't hurt anyone I believe...
@HarelM , the vertical perspective was not breaking, see https://github.com/maplibre/maplibre-style-spec/pull/890/files - it just added another new option to the enum, effectively only changing/relaxing the typings, but the existing mercator/globe options kept working as expecting.
Automated changes by create-pull-request GitHub action