|
1 | 1 | ## main |
2 | 2 |
|
3 | 3 | ### ✨ Features and improvements |
| 4 | +- _...Add new stuff here..._ |
| 5 | + |
| 6 | +### 🐞 Bug fixes |
| 7 | +- _...Add new stuff here..._ |
| 8 | + |
| 9 | +## 5.13.0 |
| 10 | + |
| 11 | +### ✨ Features and improvements |
| 12 | + |
4 | 13 | - Text labels can now include relatively uncommon Chinese, Japanese, Korean, and Vietnamese characters, as well as characters from historical writing systems. When using server-side fonts, the map may request glyph PBFs beyond U+FFFF from the server instead of throwing an error as before. ([#6640](https://github.com/maplibre/maplibre-gl-js/pull/6640)) (by [@1ec5](https://github.com/1ec5)) |
5 | 14 | - GeoJSON Source Diff: improve, abstract, refactor, optimize, and fix regressions. ([#6681](https://github.com/maplibre/maplibre-gl-js/pull/6681)) (by [@wayofthefuture](https://github.com/wayofthefuture)) |
6 | 15 | - GeoJSONSource setData and updateData waitForCompletion option ([#6688](https://github.com/maplibre/maplibre-gl-js/pull/6688)) (by [@wayofthefuture](https://github.com/wayofthefuture)) |
7 | | -- Improve performance of `GeoJSONSource#updateData` ([#6668](https://github.com/maplibre/maplibre-gl-js/pull/6668) (by [@lucaswoj](https://github.com/lucaswoj))) |
8 | | -- GeoJSON Worker Refactor ([#6702](https://github.com/maplibre/maplibre-gl-js/pull/6702) (by [@wayofthefuture](https://github.com/wayofthefuture)) |
9 | | -- _...Add new stuff here..._ |
| 16 | +- Improve performance of `GeoJSONSource#updateData` ([#6668](https://github.com/maplibre/maplibre-gl-js/pull/6668)) (by [@lucaswoj](https://github.com/lucaswoj)) |
| 17 | +- GeoJSON Worker Refactor ([#6702](https://github.com/maplibre/maplibre-gl-js/pull/6702)) (by [@wayofthefuture](https://github.com/wayofthefuture)) |
10 | 18 |
|
11 | 19 | ### 🐞 Bug fixes |
12 | | -- Misc bug fixes related to `GeoJSONSource#updateData` ([#6689](https://github.com/maplibre/maplibre-gl-js/pull/6689), [#6690](https://github.com/maplibre/maplibre-gl-js/pull/6690), [#6704](https://github.com/maplibre/maplibre-gl-js/pull/6704) (by [@lucaswoj](https://github.com/lucaswoj))) |
13 | | -- _...Add new stuff here..._ |
| 20 | + |
| 21 | +- Misc bug fixes related to `GeoJSONSource#updateData` ([#6689](https://github.com/maplibre/maplibre-gl-js/pull/6689), [#6690](https://github.com/maplibre/maplibre-gl-js/pull/6690), [#6704](https://github.com/maplibre/maplibre-gl-js/pull/6704)) (by [@lucaswoj](https://github.com/lucaswoj)) |
14 | 22 |
|
15 | 23 | ## 5.12.0 |
16 | 24 |
|
|
66 | 74 |
|
67 | 75 | ### 🐞 Bug fixes |
68 | 76 |
|
69 | | -- Added `button` role to marker div to fix accessibility issues with the `aria-label` ([#6435](https://github.com/maplibre/maplibre-gl-js/issues/6435)) |
| 77 | +- Added `button` role to marker div to fix accessibility issues with the `aria-label` ([#6435](https://github.com/maplibre/maplibre-gl-js/issues/6435)) (by [@cmburcus](https://github.com/cmburcus)) |
70 | 78 | - Fix a crash on iOS when there are too many symbols to render ([#6526](https://github.com/maplibre/maplibre-gl-js/issues/6526)) (by [@HarelM](https://github.com/HarelM)) |
71 | 79 |
|
72 | 80 | ## 5.8.0 |
73 | 81 |
|
74 | 82 | ### ✨ Features and improvements |
75 | 83 |
|
76 | | -- Enable documentation admonitions in Material for MkDocs. ([#6455](https://github.com/maplibre/maplibre-gl-js/issues/6455)) |
| 84 | +- Enable documentation admonitions in Material for MkDocs. ([#6455](https://github.com/maplibre/maplibre-gl-js/issues/6455)) (by [@morehawes](https://github.com/morehawes)) |
77 | 85 | - Switch MapEventType from type to interface to allow declaration merging ([#6436](https://github.com/maplibre/maplibre-gl-js/pull/6436)) (by [@lhapaipai](https://github.com/lhapaipai)) |
78 | 86 | - Implement data-driven styling support for `line-dasharray` ([#5812](https://github.com/maplibre/maplibre-gl-js/pull/5812)) (by [@lucaswoj](https://github.com/lucaswoj)) |
79 | 87 |
|
|
117 | 125 |
|
118 | 126 | ### ✨ Features and improvements |
119 | 127 |
|
120 | | -- Pass document's `lang` to Tiny-SDF to render Simplified and Traditional Chinese characters ([#6223](https://github.com/maplibre/maplibre-gl-js/issues/6223)) |
| 128 | +- Pass document's `lang` to Tiny-SDF to render Simplified and Traditional Chinese characters ([#6223](https://github.com/maplibre/maplibre-gl-js/pull/6223)) (by [@mapmeld](https://github.com/mapmeld)) |
121 | 129 | - Enable `global-state` expressions in layout properties ([#6209](https://github.com/maplibre/maplibre-gl-js/pull/6209)) (by [@melitele](https://github.com/melitele)) |
122 | 130 | - Align typescript types generation with docs generation and avoid exporting non-exported types ([#6217](https://github.com/maplibre/maplibre-gl-js/pull/6217)) (by [@HarelM](https://github.com/HarelM)) |
123 | 131 | - Add `coveringTiles` method to the public API of the map object ([#6292](https://github.com/maplibre/maplibre-gl-js/pull/6292)) (by [@HarelM](https://github.com/HarelM)) |
|
133 | 141 | ### 🐞 Bug fixes |
134 | 142 |
|
135 | 143 | - Fix white artifacts when using non-zero elevation ([#6032](https://github.com/maplibre/maplibre-gl-js/pull/6032)) (by [@NathanMOlson](https://github.com/NathanMOlson)) |
136 | | -- Fix geolocate control lock loss on window resize and zoom ([#3504](https://github.com/maplibre/maplibre-gl-js/issues/3504)) |
| 144 | +- Fix geolocate control lock loss on window resize and zoom ([#3504](https://github.com/maplibre/maplibre-gl-js/issues/3504)) (by [@tderflinger](https://github.com/tderflinger)) |
137 | 145 | - Fix a memory leak in `GeoJSONSource` when rapidly updating data ([#6163](https://github.com/maplibre/maplibre-gl-js/pull/6163)) (by [@andrewda](https://github.com/andrewda)) |
138 | 146 | - Fix `Map.setTransformRequest` parameter type to include `null` ([#6179](https://github.com/maplibre/maplibre-gl-js/issues/6179)) (by [@madoci](https://github.com/madoci)) |
139 | 147 | - Fix typo `_rotatePitchHandler` in the `navigation_control.ts` file ([#6207](https://github.com/maplibre/maplibre-gl-js/issues/6207)) (by [@daandewaard](https://github.com/daandewaard)) |
|
236 | 244 | ### 🐞 Bug fixes |
237 | 245 |
|
238 | 246 | - Fix how padding is applied when using flyTo() with Globe ([#5406](https://github.com/maplibre/maplibre-gl-js/pull/5406)) (by [@pjamessteven](https://github.com/pjamessteven)) |
239 | | -- Fix URL hash validation to support bearing range -180 to 180 ([#5461](https://github.com/maplibre/maplibre-gl-js/issues/5461)) |
| 247 | +- Fix URL hash validation to support bearing range -180 to 180 ([#5461](https://github.com/maplibre/maplibre-gl-js/issues/5461)) (by [@stanislawpuda-tomtom](https://github.com/stanislawpuda-tomtom)) |
240 | 248 | - Fix variable zoom tile calculation when padding is set ([#5486](https://github.com/maplibre/maplibre-gl-js/issues/5486)) (by [@lucaswoj](https://github.com/lucaswoj)) |
241 | 249 | - Fix rendering Japanese symbols which are accidentally ignored. ([#5421](https://github.com/maplibre/maplibre-gl-js/pull/5421)) (by [@Kanahiro](https://github.com/Kanahiro)) |
242 | 250 |
|
|
0 commit comments