Skip to content

Commit cf0f690

Browse files
authored
Update mlt package, update changelog (#6796)
* Update mlt package, update changelog * Update PR number * Update mlt to latest version * Update build test
1 parent 84583fd commit cf0f690

File tree

4 files changed

+13
-38
lines changed

4 files changed

+13
-38
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- Fix canvas sources with power-of-2 dimensions rendering as black squares ([#6607](https://github.com/maplibre/maplibre-gl-js/issues/6607))
1212
- Fix `queryTerrainElevation` to use higher zoom level tiles when possible ([#6791](https://github.com/maplibre/maplibre-gl-js/issues/6791)) (by [@HarelM](https://github.com/HarelM))
1313
- Fix unwanted movement when moving a pitched terrain map at high latitudes; fix freezes when moving a pitched and rotated terrain map at low zoom ([#6775](https://github.com/maplibre/maplibre-gl-js/pull/6775)) (by [@larsmaxfield](https://github.com/larsmaxfield))
14+
- Fix issue with `static` modifier as part of mlt package ([#6796](https://github.com/maplibre/maplibre-gl-js/pull/6796)) (by [@HarelM](https://github.com/HarelM))
1415
- _...Add new stuff here..._
1516

1617
## 5.13.0

package-lock.json

Lines changed: 10 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@mapbox/vector-tile": "^2.0.4",
2626
"@mapbox/whoots-js": "^3.1.0",
2727
"@maplibre/maplibre-gl-style-spec": "^24.3.1",
28-
"@maplibre/mlt": "^1.1.1",
28+
"@maplibre/mlt": "^1.1.2",
2929
"@maplibre/vt-pbf": "^4.1.0",
3030
"@types/geojson": "^7946.0.16",
3131
"@types/geojson-vt": "3.2.5",

test/build/min.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe('test min build', () => {
3838
const decreaseQuota = 4096;
3939

4040
// feel free to update this value after you've checked that it has changed on purpose :-)
41-
const expectedBytes = 1016802;
41+
const expectedBytes = 1015555;
4242

4343
expect(actualBytes, `Consider changing expectedBytes to: ${actualBytes}`).toBeLessThan(expectedBytes + increaseQuota);
4444
expect(actualBytes).toBeGreaterThan(expectedBytes - decreaseQuota);

0 commit comments

Comments
 (0)