mirror of
https://github.com/maputnik/editor.git
synced 2026-05-23 16:37:25 +00:00
c3c6118df12ec726c32b8ad1fb699c0328ccb861
1205 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
c3c6118df1 |
Fix popup issue (#1368)
## Launch Checklist When clicking the map to create a popup and then clicking on the map again without closing the popup something breaks in react. This PR fixes it. Steps to reproduce: 1. Click on the map 2. Click on the map but not on the popup The following malformed popup appears: Before: <img width="610" height="626" alt="image" src="https://github.com/user-attachments/assets/99cbdf9a-0b3c-436d-ab13-f219ee3c6e75" /> After - popup looks good. <img width="610" height="626" alt="image" src="https://github.com/user-attachments/assets/6b379c0d-cbbf-40ed-916d-3cc10eaf4410" /> I couldn't make cypress reproduce the exact scenario, but I added some basic tests for popups. - [x] Briefly describe the changes in this PR. - [x] Include before/after visuals or gifs if this PR includes visual changes. - [x] Write tests for all new functionality. - [x] Add an entry to `CHANGELOG.md` under the `## main` section. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> |
||
|
|
9c85883b8a |
Move modals and rename classes to match file names (#1367)
## Launch Checklist I've created a folder for modals and moved them all inside. I removed the icons which were small files with no real benefit and moved the icons to where they were used. I fixed an issue with the close button position in modal. I've added missing translation to "Links" in debug modal. Before: <img width="610" height="81" alt="image" src="https://github.com/user-attachments/assets/dd7520f6-9634-4ff1-a83d-99ceae7c9144" /> After: <img width="610" height="81" alt="image" src="https://github.com/user-attachments/assets/fe3a2ccf-6c09-42ab-bf6f-dd30d3c68e13" /> - [x] Briefly describe the changes in this PR. - [x] Include before/after visuals or gifs if this PR includes visual changes. - [ ] Add an entry to `CHANGELOG.md` under the `## main` section. |
||
|
|
3725f83b48 |
Update React to 19 (#1360)
## Launch Checklist This updates React to 19. It removes the unmaintained `react-icon-base` package and uses icons from the existing one (also removes the svgs). It also updates the other packages so that everything should be up to date. - [x] Briefly describe the changes in this PR. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> |
||
|
|
7bfc3188f7 |
Fix layer selection (#1366)
## Launch Checklist - This fixes the issue of layer selection that was introduced as part of the migration to dnd-kit #1359 - Fixes #1364 This also adds the relevant test. - [x] Briefly describe the changes in this PR. - [x] Link to related issues. - [x] Write tests for all new functionality. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> |
||
|
|
25d6e9693d |
Enhance RTL support in _layer.scss (#1365)
Added alignment to item handle and adjusted SVG margins for RTL support, and fix menu. ## Launch Checklist Before: <img width="610" height="465" alt="image" src="https://github.com/user-attachments/assets/8931d5af-e545-4b37-b764-ca660b182c27" /> After: <img width="610" height="465" alt="image" src="https://github.com/user-attachments/assets/07d865c0-bd1b-4fd6-bd4f-cd3a8c17126a" /> - [x] Briefly describe the changes in this PR. - [x] Include before/after visuals or gifs if this PR includes visual changes. |
||
|
|
55a487d0c8 |
Replacing react-sortable-hoc with dnd-kit (#1359)
## Launch Checklist This PR replace react-sortable-hoc which is unmaintained with dnd-kit - Resolves #1016 - Replaces the following PR: #1259 I've tested it locally to make sure it does what it should. I'll see if I can add a test... - [x] Briefly describe the changes in this PR. - [x] Link to related issues. - [x] Write tests for all new functionality. - [x] Add an entry to `CHANGELOG.md` under the `## main` section. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> |
||
|
|
abe6230932 |
Move style and store initialization to mount method (#1351)
This is in order to reduce warnings in the console for React 19 usage. This removes the deprecated defaultProp and also move all the store initialization logic out of the App.tsx file, keeping it a lot more clean. It removes the `debug` flag from the supported urls along with the `localport` and `localhost`, which I'm not sure if and how they were ever used. The tests are using the `style` url, so I think it is covered in terms of tests. It also improves some typings along the project. It removes some callbacks from the code and moves to use promises. ## Launch Checklist - [x] Briefly describe the changes in this PR. - [x] Include before/after visuals or gifs if this PR includes visual changes. - [x] Write tests for all new functionality. - [ ] Add an entry to `CHANGELOG.md` under the `## main` section. Before: <img width="1263" height="439" alt="image" src="https://github.com/user-attachments/assets/1988c4f7-39de-4fd2-b6da-b4736abc0441" /> After: <img width="1263" height="203" alt="image" src="https://github.com/user-attachments/assets/28079e6d-9de7-40a1-9869-01a0876ca79f" /> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bart Louwers <bart.louwers@gmail.com> |
||
|
|
6f4c34b29a |
Fix ReactDOM.render usage (#1267)
## Summary - render popups with createRoot - document the fix in CHANGELOG ## Testing - `npm run lint` - `npm run build` - `apt run xvfb` *(fails: Invalid operation)* - `xvfb-run -a npm run test` *(fails: command not found)* ------ https://chatgpt.com/codex/tasks/task_e_686915f46ba883319b83639b6b71cc6b |
||
|
|
7289e26563 |
chore(deps): Bump maplibre-gl from 5.5.0 to 5.6.2 (#1308)
Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) from 5.5.0 to 5.6.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/maplibre/maplibre-gl-js/releases">maplibre-gl's releases</a>.</em></p> <blockquote> <h2>v5.6.2</h2> <p><a href="https://github.com/maplibre/maplibre-gl-js">https://github.com/maplibre/maplibre-gl-js</a> <a href="https://github.com/maplibre/maplibre-gl-js/compare/v5.6.1...v5.6.2">Changes</a> since <a href="https://github.com/maplibre/maplibre-gl-js/releases/tag/v5.6.1">MapLibre GL JS v5.6.1</a>:</p> <h3>🐞 Bug fixes</h3> <ul> <li>Fix white artifacts when using non-zero elevation (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6032">#6032</a>)</li> <li>Fix geolocate control lock loss on window resize and zoom (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/3504">#3504</a>)</li> <li>Fix a memory leak in <code>GeoJSONSource</code> when rapidly updating data (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6163">#6163</a>)</li> <li>Fix <code>Map.setTransformRequest</code> parameter type to include <code>null</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6179">#6179</a>)</li> <li>Fix typo <code>_rotatePitchHandler</code> in the <code>navigation_control.ts</code> file (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6207">#6207</a>)</li> </ul> <h2>v5.6.1</h2> <p><a href="https://github.com/maplibre/maplibre-gl-js">https://github.com/maplibre/maplibre-gl-js</a> <a href="https://github.com/maplibre/maplibre-gl-js/compare/v5.6.0...v5.6.1">Changes</a> since <a href="https://github.com/maplibre/maplibre-gl-js/releases/tag/v5.6.0">MapLibre GL JS v5.6.0</a>:</p> <h3>🐞 Bug fixes</h3> <ul> <li>Fix use of <code>textureSize</code> call in color relief shader (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5980">#5980</a>)</li> <li>Fix Y axis transformation in projectFromLabelPlaneToClipSpace (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6021">#6021</a>)</li> <li>Alpha-sort all examples (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6049">#6049</a>)</li> <li>Ensure opacity is reset for popups when <code>locationOccludedOpacity</code> no longer applicable (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6088">#6088</a>)</li> </ul> <h2>v5.6.0</h2> <p><a href="https://github.com/maplibre/maplibre-gl-js">https://github.com/maplibre/maplibre-gl-js</a> <a href="https://github.com/maplibre/maplibre-gl-js/compare/v5.5.0...v5.6.0">Changes</a> since <a href="https://github.com/maplibre/maplibre-gl-js/releases/tag/v5.5.0">MapLibre GL JS v5.5.0</a>:</p> <h3>✨ Features and improvements</h3> <ul> <li>Add <code>setGlobalStateProperty()</code> and <code>getGlobalState()</code> to the map public API (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5613">#5613</a>)</li> <li>Improve tile frustum culling for globe, leading to better performance and faster loading times. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5865">#5865</a>)</li> <li>Add new <code>color-relief</code> layer type to render hypsometric tint from terrain-RGB tiles. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5742">#5742</a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Fix <code>queryRenderedFeatures</code> bounding box crossing antimeridian in globe view. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5856">#5856</a>)</li> <li>Fix handling invalid glyph placement results along lines (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5118">#5118</a>)</li> <li>Fix <code>refreshTiles()</code> for vector tiles (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5875">#5875</a>)</li> <li>Revert changes to polygon intersection detection (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5590">#5590</a> caused issue <a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/5864">5864</a>)</li> <li>Fix breaking clusters when non-integer value provided for <code>clusterMaxZoom</code> (warning is shown) (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/5929">#5929</a>) + clarify API docs</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md">maplibre-gl's changelog</a>.</em></p> <blockquote> <h2>5.6.2</h2> <h3>🐞 Bug fixes</h3> <ul> <li>Fix white artifacts when using non-zero elevation (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6032">#6032</a>)</li> <li>Fix geolocate control lock loss on window resize and zoom (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/3504">#3504</a>)</li> <li>Fix a memory leak in <code>GeoJSONSource</code> when rapidly updating data (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6163">#6163</a>)</li> <li>Fix <code>Map.setTransformRequest</code> parameter type to include <code>null</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6179">#6179</a>)</li> <li>Fix typo <code>_rotatePitchHandler</code> in the <code>navigation_control.ts</code> file (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6207">#6207</a>)</li> </ul> <h2>5.6.1</h2> <h3>🐞 Bug fixes</h3> <ul> <li>Fix use of <code>textureSize</code> call in color relief shader (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5980">#5980</a>)</li> <li>Fix Y axis transformation in projectFromLabelPlaneToClipSpace (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6021">#6021</a>)</li> <li>Alpha-sort all examples (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6049">#6049</a>)</li> <li>Ensure opacity is reset for popups when <code>locationOccludedOpacity</code> no longer applicable (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6088">#6088</a>)</li> </ul> <h2>5.6.0</h2> <h3>✨ Features and improvements</h3> <ul> <li>Add <code>setGlobalStateProperty()</code> and <code>getGlobalState()</code> to the map public API (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5613">#5613</a>)</li> <li>Improve tile frustum culling for globe, leading to better performance and faster loading times. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5865">#5865</a>)</li> <li>Add new <code>color-relief</code> layer type to render hypsometric tint from terrain-RGB tiles. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5742">#5742</a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Fix <code>queryRenderedFeatures</code> bounding box crossing antimeridian in globe view. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5856">#5856</a>)</li> <li>Fix handling invalid glyph placement results along lines (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5118">#5118</a>)</li> <li>Fix <code>refreshTiles()</code> for vector tiles (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5875">#5875</a>)</li> <li>Revert changes to polygon intersection detection (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5590">#5590</a> caused issue <a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/5864">5864</a>)</li> <li>Fix breaking clusters when non-integer value provided for <code>clusterMaxZoom</code> (warning is shown) (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/5929">#5929</a>) + clarify API docs</li> <li>Fix use of reserved GLSL <code>switch</code> statement in hillshade shader (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5972">#5972</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/7887f2c899dcc7f7bfa8a05f5a98c92bf1a5bf5a"><code>7887f2c</code></a> Bump version to 5.6.2 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6225">#6225</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/f3bf5d392ede4d8928028f3275f8d8548ab70565"><code>f3bf5d3</code></a> msft tier update (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6212">#6212</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/6a66c1193637f608ec2f4f6e43203ccdbe6c83db"><code>6a66c11</code></a> Fix: issue <a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/3504">#3504</a> geolocate lock loss zoom (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6219">#6219</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/627ddaf4ad1517b253fb645ec073df73511a8004"><code>627ddaf</code></a> chore(deps): bump <code>@mapbox/tiny-sdf</code> from 2.0.6 to 2.0.7 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6224">#6224</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/5bbdd804aba154264321bd091d1854921e0f35c4"><code>5bbdd80</code></a> chore(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6221">#6221</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/cb873a583369402f267d08b6ba7ef7f4b9ce69b8"><code>cb873a5</code></a> chore(deps-dev): bump <code>@types/node</code> from 24.1.0 to 24.2.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6222">#6222</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/b20ddb10491a67b78ddb9f3cd171c8b116e5c2dc"><code>b20ddb1</code></a> chore(deps-dev): bump <code>@typescript-eslint/parser</code> from 8.38.0 to 8.39.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6220">#6220</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/34b050ca74a905745e23015307e1196e8fa5d83a"><code>34b050c</code></a> chore(deps-dev): bump devtools-protocol from 0.0.1493946 to 0.0.1495869 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6218">#6218</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/cc4dfc25d57d6cec656673dbb3c9d276d5144d26"><code>cc4dfc2</code></a> Fix _rotatePitchHandler typo (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6208">#6208</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/b1a2d8971000af94b7d0c5e6b8df28bf3c1acd53"><code>b1a2d89</code></a> chore(deps-dev): bump stylelint-config-standard from 38.0.0 to 39.0.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6203">#6203</a>)</li> <li>Additional commits viewable in <a href="https://github.com/maplibre/maplibre-gl-js/compare/v5.5.0...v5.6.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Birk Skyum <74932975+birkskyum@users.noreply.github.com> Co-authored-by: Harel M <harel.mazor@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> |
||
|
|
e2e29d7f5e |
Add LocationIQ as supported map provider (#1293)
- Add LocationIQ access token field to settings and export modals - Include LocationIQ Streets style in gallery - Support automatic token replacement for LocationIQ URLs - Add LocationIQ tileset configuration - Include translations for all supported languages ## Launch Checklist - [x] Briefly describe the changes in this PR. - [x] Write tests for all new functionality. - [x] Add an entry to `CHANGELOG.md` under the `## main` section. |
||
|
|
3ddb55aec7 |
Remove broken Zoomstack styles (#1270)
And add two styles from AWS Location Services... It's nice to have a hybrid satellite style I think. Hosted the thumbnails on a S3 bucket on our MapLibre AWS account. <img width="589" alt="image" src="https://github.com/user-attachments/assets/8f39d739-e963-41be-97b1-a8a3d0f2ec83" /> |
||
|
|
2fef0467b6 |
Refactor Field components with const arrow functions (#1261)
## Summary - convert all remaining Field components to const arrow functions - document the refactor in the CHANGELOG ## Testing - `npm run lint` - `npm run build` ------ https://chatgpt.com/codex/tasks/task_e_68684db1b6b88331837307a54e3f9dc1 |
||
|
|
eb985f4d95 |
Replace react-autocomplete (#1263)
## Summary - switch InputAutocomplete to `downshift` - remove obsolete `react-autocomplete` dependency - document autocomplete change in the changelog ## Testing - `npm run lint` - `npm run build` ------ https://chatgpt.com/codex/tasks/task_e_68685a78c2d483319c068f813723c1a7 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> |
||
|
|
c486aa2139 |
Fix unbound callback in App (#1266)
## Summary - ensure `onSetFileHandle` keeps the right `this` - cover export dialog save with regression test ## Testing - `npm run lint` - `npm run build` - `xvfb-run -a npx cypress run --spec cypress/e2e/modals.cy.ts` *(fails: Failed to execute 'showSaveFilePicker' due to environment issues)* ------ https://chatgpt.com/codex/tasks/task_e_68690228e2cc8331a76abc157e8aadf3 |
||
|
|
533f647c71 |
Add duplicate layer id check (#1262)
## Summary <img width="437" alt="Screenshot 2025-07-05 at 00 29 02" src="https://github.com/user-attachments/assets/ebf8b024-a340-4eac-b470-29fd8f080c0a" /> - show an error if a layer with an existing id is added - keep Add Layer modal open until the id is unique ## Testing - `npm run lint` - `npm run build` ------ https://chatgpt.com/codex/tasks/task_e_6868498a46188331b16e7b6e120930a7 |
||
|
|
4b977fd33e |
Remove legacy context API (#1258)
## Summary - replace `childContextTypes` usage with `IconContext` providers - drop `prop-types` imports ## Testing - `npm run lint` - `npm run build` ------ https://chatgpt.com/codex/tasks/task_e_6868431f6ecc83318393a5d079ca736e |
||
|
|
e58b92b0cd |
Remove react autobind (#1254)
## Launch Checklist <!-- Thanks for the PR! Feel free to add or remove items from the checklist. --> Remove react-autobind dependency - [x] Briefly describe the changes in this PR. - [ ] Link to related issues. - [ ] Include before/after visuals or gifs if this PR includes visual changes. - [ ] Write tests for all new functionality. - [x] Add an entry to `CHANGELOG.md` under the `## main` section. |
||
|
|
599240033a |
Handle QuotaExceededError in StyleStore (#1253)
## Launch Checklist <!-- Thanks for the PR! Feel free to add or remove items from the checklist. --> When localStorage is full you start getting a "QuotaExceededError". RIght now Maputnik does not handle this situation gracefully, it just fails loading the style with a non-descriptive error message. This PR purges localStorage and tries again when this particular error happens. It still does not show a descriptive error message. If you try to load a style that is larger than what localStorage can handle, it will still fail with a non-descriptive error message. Increased the size of `example-style.json` so that it causes a QuotaExceededError when running the regression test (try it before and after this PR). - [x] Briefly describe the changes in this PR. - [x] Link to related issues. N/A - [x] Include before/after visuals or gifs if this PR includes visual changes. N/A - [x] Write tests for all new functionality. - [x] Add an entry to `CHANGELOG.md` under the `## main` section. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> |
||
|
|
851e4bad21 |
Translate the remaining words to Simplified Chinese (#1228)
## Launch Checklist <!-- Thanks for the PR! Feel free to add or remove items from the checklist. --> - [x] Briefly describe the changes in this PR. - [ ] Link to related issues. - [ ] Include before/after visuals or gifs if this PR includes visual changes. - [ ] Write tests for all new functionality. - [ ] Add an entry to `CHANGELOG.md` under the `## main` section. |
||
|
|
4f52df7c3b |
fix: Multi choice options style regression (#1174)
## Launch Checklist This PR fixes the silliness with the `maputnik-multibutton` requiring `maputnik-button` and `@extend` not working because not included in said file. Fixes https://github.com/maplibre/maputnik/issues/1044 | Before | After | |--------|--------| |  |  | This also fixes the same issue a few lines up where `maputnik-delete-filter` refers to an not imprted `@extend`. - [x] Write tests for all new functionality. - [x] Add an entry to `CHANGELOG.md` under the `## main` section. |
||
|
|
b6afbb0321 |
chore: add more german translations (#1153)
Hi, mapunik works great for editing styles. Thanks for the tooling ❤️ When launching mapuntik in the german version, there a bunch of warnings in the log that come from untranslated strings. This fixes a few of them and also runs the translation script. The translation script is unable to find the strings to be translated, unsure how this works.  ## Launch Checklist <!-- Thanks for the PR! Feel free to add or remove items from the checklist. --> - [x] Briefly describe the changes in this PR. - [ ] Link to related issues. - [x] Include before/after visuals or gifs if this PR includes visual changes. - [ ] Write tests for all new functionality. - [ ] Add an entry to `CHANGELOG.md` under the `## main` section. --------- Co-authored-by: Harel M <harel.mazor@gmail.com> |
||
|
|
d691d49538 |
fix: fix filter-editor style (#1114)
Include before/after visuals or gifs if this PR includes visual changes. ### Before  ### After  --------- Co-authored-by: Harel M <harel.mazor@gmail.com> |
||
|
|
699241b691 |
fix url to to versatiles colorful (#1102)
the stylejson url to versatiles colorful has changed from `https://tiles.versatiles.org/assets/styles/colorful.json` to `https://tiles.versatiles.org/assets/styles/colorful/style.json` |
||
|
|
9540686b40 |
Add precommit check (#1080)
Keeps the repo clean, same as several other of our repos --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> |
||
|
|
da361509d2 |
added italian version (#1045)
## Launch Checklist <!-- Thanks for the PR! Feel free to add or remove items from the checklist. --> - added italian version |
||
|
|
abf3bd1fa0 |
Fix insertion of access tokens, when swapping renderer (#1021)
Going from e.g. MapTiler to OpenLayers and back will lose the maptlier
key.
This code finds the urls in the style that has "{key}" and insert the
correct API keys
Fixes the error reported here, cc @nyurik
- Fixes
https://github.com/maplibre/maputnik/issues/874#issuecomment-2605896666
Related to:
- https://github.com/maplibre/maputnik/issues/869
## Launch Checklist
<!-- Thanks for the PR! Feel free to add or remove items from the
checklist. -->
- [ ] Briefly describe the changes in this PR.
- [ ] Link to related issues.
- [ ] Include before/after visuals or gifs if this PR includes visual
changes.
- [ ] Write tests for all new functionality.
- [ ] Add an entry to `CHANGELOG.md` under the `## main` section.
|
||
|
|
b87c8fb5c3 |
Japanese translation for PMTiles (#1027)
## Launch Checklist <!-- Thanks for the PR! Feel free to add or remove items from the checklist. --> - [x] Briefly describe the changes in this PR. simply adding Japanese translation for new input format PMTiles - [ ] Link to related issues. - [ ] Include before/after visuals or gifs if this PR includes visual changes. - [ ] Write tests for all new functionality. - [ ] Add an entry to `CHANGELOG.md` under the `## main` section. |
||
|
|
5af2cc2f9e |
Add PMTiles support (#938)
Add support for pmtiles sources. Solves #807 <strike> There is still an error, probably when adding the source to the Maputnik sources: ``` Failed to process sources for 'pmtiles://https://example.com/data/switzerland.pmtiles' TypeError: NetworkError when attempting to fetch resource. fetchSources App.tsx:642 ``` @bdon How did you solve this for https://editor.protomaps.com/ ? </strike> --------- Co-authored-by: Brandon Liu <bdon@bdon.org> Co-authored-by: WebFreak001 <gh@webfreak.org> Co-authored-by: ShellyDCMS <60476837+ShellyDCMS@users.noreply.github.com> Co-authored-by: Harel M <harel.mazor@gmail.com> |
||
|
|
2852fa62ff | Use modern jsonlint fork (#1018) | ||
|
|
87cd79e86f | Use new scss syntax (#1015) | ||
|
|
cd7d607f13 |
Upgrade eslint (#1014)
It's apparently forced now to use the eslint.config.js instead of .eslintrc It got more strict with requiring the underscore on unused vars like `catch(_err)` , but that was all Closes #1012 Closes #995 Closes #992 ## Launch Checklist <!-- Thanks for the PR! Feel free to add or remove items from the checklist. --> - [ ] Briefly describe the changes in this PR. - [ ] Link to related issues. - [ ] Include before/after visuals or gifs if this PR includes visual changes. - [ ] Write tests for all new functionality. - [ ] Add an entry to `CHANGELOG.md` under the `## main` section. |
||
|
|
b429bb16d7 |
Fix network issue (#944)
## Launch Checklist <!-- Thanks for the PR! Feel free to add or remove items from the checklist. --> In case of non 200 response the font and glyphs metadata would return the ajax error object instead of the default value. Fixes #935 - #935 - [x] Briefly describe the changes in this PR. - [x] Link to related issues. - [x] Include before/after visuals or gifs if this PR includes visual changes. - [ ] Write tests for all new functionality. - [x] Add an entry to `CHANGELOG.md` under the `## main` section. |
||
|
|
3e6994084c |
Bump OpenLayers (#998)
Closes #996 ## Launch Checklist <!-- Thanks for the PR! Feel free to add or remove items from the checklist. --> - [ ] Briefly describe the changes in this PR. - [ ] Link to related issues. - [ ] Include before/after visuals or gifs if this PR includes visual changes. - [ ] Write tests for all new functionality. - [ ] Add an entry to `CHANGELOG.md` under the `## main` section. |
||
|
|
69e4888d71 |
Bump eslint-plugin-react-refresh from 0.4.6 to 0.4.18 (#987)
Bumps [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) from 0.4.6 to 0.4.18. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases">eslint-plugin-react-refresh's releases</a>.</em></p> <blockquote> <h2>v0.4.18</h2> <p>ESM/CJS interop is the worse that happened to this ecosystem, this is all I have to say.</p> <h2>v0.4.17</h2> <ul> <li>Fix detection of local components to not generate warning on for variable inside JSX files that follow React component naming (fixes <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/75">#75</a>)</li> <li>Update types to not require extra unnecessary <code>.default</code> property access under TS node16 module resolution (fixes <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/70">#70</a>)</li> </ul> <h2>v0.4.16</h2> <p>Fix CJS/ESM interop issue. Sorry everyone for the trouble.</p> <h2>v0.4.15</h2> <h3>Add support for custom HOCs (<a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/60">#60</a>)</h3> <p>By default, the rule only knows that <code>memo</code> & <code>forwardRef</code> function calls with return a React component. With this option, you can also allow extra function names like Mobx observer to make this code valid:</p> <pre lang="tsx"><code>const Foo = () => <></>; export default observer(Foo); </code></pre> <pre lang="json"><code>{ "react-refresh/only-export-components": [ "error", { "customHOCs": ["observer"] } ] } </code></pre> <p>Thanks <a href="https://github.com/HorusGoul"><code>@HorusGoul</code></a>!</p> <h3>Add recommended config and simple types (<a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/67">#67</a>)</h3> <p>You can now add the recommended config to your ESLint config like this:</p> <pre lang="js"><code>import reactRefresh from "eslint-plugin-react-refresh"; <p>export default [ /* Main config */ reactRefresh.configs.recommended, // Or reactRefresh.configs.vite for Vite users ]; </code></pre></p> <p>To follow ESLint recommandations, the rule is added with the <code>error</code> severity.</p> <p>Some simple types ensure that people typecheking their config won't need <code>@ts-expect-error</code> anymore.</p> <h3>Bump ESLint peer dependency to 8.40</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md">eslint-plugin-react-refresh's changelog</a>.</em></p> <blockquote> <h2>0.4.18</h2> <p>ESM/CJS interop is the worth that happend to this ecosystem, this is all I have to say.</p> <h2>0.4.17</h2> <ul> <li>Fix detection of local components to not generate warning on for variable inside JSX files that follow React component naming (fixes <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/75">#75</a>)</li> <li>Update types to not require extra unnecessary <code>.default</code> property access under TS node16 module resolution (fixes <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/70">#70</a>)</li> </ul> <h2>0.4.16</h2> <p>Fix CJS/ESM interop issue. Sorry everyone for the trouble.</p> <h2>0.4.15</h2> <h3>Add support for custom HOCs (<a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/60">#60</a>)</h3> <p>By default, the rule only knows that <code>memo</code> & <code>forwardRef</code> function calls with return a React component. With this option, you can also allow extra function names like Mobx observer to make this code valid:</p> <pre lang="tsx"><code>const Foo = () => <></>; export default observer(Foo); </code></pre> <pre lang="json"><code>{ "react-refresh/only-export-components": [ "error", { "customHOCs": ["observer"] } ] } </code></pre> <p>Thanks <a href="https://github.com/HorusGoul"><code>@HorusGoul</code></a>!</p> <h3>Add recommended config and simple types (<a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/67">#67</a>)</h3> <p>You can now add the recommended config to your ESLint config like this:</p> <pre lang="js"><code>import reactRefresh from "eslint-plugin-react-refresh"; <p>export default [ /* Main config */ reactRefresh.configs.recommended, // Or reactRefresh.configs.vite for Vite users ]; </code></pre></p> <p>To follow ESLint recommandations, the rule is added with the <code>error</code> severity.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/commit/3d6251de43d1bb85868063faa444380f39c76a84"><code>3d6251d</code></a> Fix types [publish]</li> <li><a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/commit/47f25f07d9de73238fd4a96feaca87eaa1392099"><code>47f25f0</code></a> Update types to not require extra unnecessary <code>.default</code> property access unde...</li> <li><a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/commit/639e7724f472ed2ed1cd9e1955519ba6705431a9"><code>639e772</code></a> Fix detection of local components to not generate warning on for variable ins...</li> <li><a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/commit/d939cc4bd483850c791c74d99b1b4962fa7f4275"><code>d939cc4</code></a> Fix exports [publish]</li> <li><a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/commit/7d1709b06591dab298ca8dce57a4f9254959b826"><code>7d1709b</code></a> 0.4.15 [publish]</li> <li><a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/commit/ec747c2a25106bca12002007832217916bf2f36c"><code>ec747c2</code></a> Add configs and simple types (<a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/67">#67</a>)</li> <li><a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/commit/359ae21a40308ee638e4a980a489c8a80d50ed19"><code>359ae21</code></a> Bump ESLint peer dependency (fixes <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/56">#56</a>)</li> <li><a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/commit/86bddb3b9ac4c04a80a7d11e2bec33f638603169"><code>86bddb3</code></a> Add changelog entry & simplify legacy name based only check</li> <li><a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/commit/478e7788bd39f8b860983ca4d9275afdeb1f292f"><code>478e778</code></a> Add basic support for custom HOCs (<a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/60">#60</a>)</li> <li><a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/commit/94c9d7d98cd5f855de95fdcdc1fc414c393fb31e"><code>94c9d7d</code></a> docs: switch suggested severity from 'warn' to 'error' (<a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/66">#66</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.4.6...v0.4.18">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Harel M <harel.mazor@gmail.com> |
||
|
|
2a3e7ea4bb |
Bump stylelint from 16.2.1 to 16.13.2 (#977)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.2.1 to 16.13.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stylelint/stylelint/releases">stylelint's releases</a>.</em></p> <blockquote> <h2>16.13.2</h2> <ul> <li>Fixed: <code>--fix</code> CLI flag raising unknown value error (<a href="https://redirect.github.com/stylelint/stylelint/issues/8313">#8313</a>) (<a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a>).</li> </ul> <h2>16.13.1</h2> <ul> <li>Fixed: <code>ignore.default is not a function</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8305">#8305</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> </ul> <h2>16.13.0</h2> <ul> <li>Deprecated: ambiguous position arguments passed to <code>utils.report()</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8244">#8244</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Added: <code>lax</code>/<code>strict</code> values to the <code>fix</code> Node.js API option and CLI flag (<a href="https://redirect.github.com/stylelint/stylelint/issues/8106">#8106</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: support for profiling rule performance via the <code>TIMING</code> environment variable (<a href="https://redirect.github.com/stylelint/stylelint/issues/8108">#8108</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>at-rule-descriptor-no-unknown</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/issues/8197">#8197</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>at-rule-descriptor-value-no-unknown</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/issues/8211">#8211</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>at-rule-no-deprecated</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/issues/8251">#8251</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Added: <code>at-rule-prelude-no-invalid</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/issues/8268">#8268</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>declaration-property-value-keyword-no-deprecated</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/issues/8223">#8223</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Added: <code>"ignore": ["at-rule-preludes", "declaration-values"]</code> to <code>string-no-newline</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8214">#8214</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>messageArgs</code> to <code>declaration-property-value-no-unknown</code>, <code>font-family-name-quotes</code>, <code>font-family-no-duplicate-names</code>, <code>function-calc-no-unspaced-operator</code>, <code>import-notation</code>, <code>media-feature-name-unit-allowed-list</code>, <code>selector-attribute-quotes</code> and <code>selector-pseudo-element-colon-notation</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8285">#8285</a> & <a href="https://redirect.github.com/stylelint/stylelint/issues/8252">#8252</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: deprecation warnings to only display once per (custom) rule (<a href="https://redirect.github.com/stylelint/stylelint/issues/8265">#8265</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>*-no-vendor-prefix</code> message ambiguity (<a href="https://redirect.github.com/stylelint/stylelint/issues/8239">#8239</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>at-rule-(dis)allowed-list</code>, <code>at-rule-no-vendor-prefix</code>, <code>at-rule-property-required-list</code> message argument (<a href="https://redirect.github.com/stylelint/stylelint/issues/8277">#8277</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>at-rule-property-required-list</code> message for inclusion of properties and descriptors (<a href="https://redirect.github.com/stylelint/stylelint/issues/8207">#8207</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Fixed: <code>at-rule-*</code> false positives and negatives for <code>@charset</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/issues/8215">#8215</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Fixed: <code>declaration-property-value-no-unknown</code> false positives for descriptors (<a href="https://redirect.github.com/stylelint/stylelint/issues/8240">#8240</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Fixed: <code>property-(dis)allowed-list</code> false negatives for custom properties, use <code>/^--/</code> to (dis)allow them (<a href="https://redirect.github.com/stylelint/stylelint/issues/8209">#8209</a>) (<a href="https://github.com/fbasmaison-lucca"><code>@fbasmaison-lucca</code></a>).</li> <li>Fixed: <code>property-no-unknown</code> false positives for descriptors (<a href="https://redirect.github.com/stylelint/stylelint/issues/8203">#8203</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Fixed: <code>selector-pseudo-class-no-unknown</code> false positives for deprecated pseudo-classes (<a href="https://redirect.github.com/stylelint/stylelint/issues/8264">#8264</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>selector-type-case</code> false positives for <code>hatchPath</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8264">#8264</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>selector-type-no-unknown</code> false positives for <code>shadow</code>, <code>hatch</code> and <code>hatchpath</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8264">#8264</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> </ul> <h2>16.12.0</h2> <ul> <li>Added: <code>selector-pseudo-class-allowed-list</code> now checks <code>@page</code> pseudo-classes (<a href="https://redirect.github.com/stylelint/stylelint/issues/8176">#8176</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Added: <code>selector-pseudo-class-disallowed-list</code> now checks <code>@page</code> pseudo-classes (<a href="https://redirect.github.com/stylelint/stylelint/issues/8171">#8171</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>at-rule-property-required-list</code> message to use "descriptor" for accuracy (<a href="https://redirect.github.com/stylelint/stylelint/issues/8186">#8186</a>) (<a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a>).</li> <li>Fixed: <code>custom-property-no-missing-var-function</code> false positives for <code>container-name</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8157">#8157</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>custom-property-no-missing-var-function</code> false positives for custom properties passed to <code>running()</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8172">#8172</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>function-no-unknown</code> false positives for <code>running()</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8172">#8172</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>selector-pseudo-class-no-unknown</code> false positives for <code>:open</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8184">#8184</a>) (<a href="https://github.com/lukewarlow"><code>@lukewarlow</code></a>).</li> <li>Fixed: <code>selector-pseudo-class-no-unknown</code> false positives for <code>:recto</code>, <code>:verso</code> and <code>:nth()</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8170">#8170</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>selector-pseudo-class-no-unknown</code> false positives for some <code>moz-*</code> vendor-prefixed pseudo-classes (<a href="https://redirect.github.com/stylelint/stylelint/issues/8188">#8188</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>selector-pseudo-element-no-unknown</code> false positives for <code>::details-content</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8174">#8174</a>) (<a href="https://github.com/lukewarlow"><code>@lukewarlow</code></a>).</li> <li>Fixed: <code>selector-type-no-unknown</code> false positives for idents in functional pseudo-classes (<a href="https://redirect.github.com/stylelint/stylelint/issues/8191">#8191</a>) (<a href="https://github.com/elskhn"><code>@elskhn</code></a>).</li> <li>Fixed: <code>value-keyword-case</code> false negatives (<a href="https://redirect.github.com/stylelint/stylelint/issues/8158">#8158</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>value-keyword-case</code> false positives for vendor-prefixed system colors (<a href="https://redirect.github.com/stylelint/stylelint/issues/8146">#8146</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> </ul> <h2>16.11.0</h2> <ul> <li>Added: <code>--report-unscoped-disables</code> CLI flag and <code>reportUnscopedDisables</code> option to Node.js API and configuration object (<a href="https://redirect.github.com/stylelint/stylelint/issues/8024">#8024</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Added: <code>ignoreFunctions: []</code> to <code>media-query-no-invalid</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8060">#8060</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>name</code> configuration property under <code>overrides</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8095">#8095</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Fixed: <code>benchmark-rule</code> script to resolve <code>TypeError</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8090">#8090</a>) (<a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a>).</li> <li>Fixed: <code>github</code> formatter deprecation warning link to <code>https://stylelint.io/awesome-stylelint#formatters</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8115">#8115</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md">stylelint's changelog</a>.</em></p> <blockquote> <h2>16.13.2 - 2025-01-14</h2> <p>It fixes a regression bug with <code>--fix</code>.</p> <ul> <li>Fixed: <code>--fix</code> CLI flag raising unknown value error (<a href="https://redirect.github.com/stylelint/stylelint/pull/8313">#8313</a>) (<a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a>).</li> </ul> <h2>16.13.1 - 2025-01-13</h2> <p>It fixes one bug due to an upstream change in our <code>ignore</code> dependency.</p> <ul> <li>Fixed: <code>ignore.default is not a function</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8305">#8305</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> </ul> <h2>16.13.0 - 2025-01-12</h2> <p>It adds 3 rules to help you write error-free at-rules and 2 rules to warn you about deprecated CSS features. We've turned these rules on in our <a href="https://www.npmjs.com/package/stylelint-config-standard">standard config</a>.</p> <p>It also adds new rule options, a feature to display how long rules take, lax autofix and support for <code>messageArgs</code> in more rules. It fixes 7 bugs.</p> <p>Lastly, we've made a deprecation that may affect some plugins. We've updated our docs for <a href="https://github.com/stylelint/stylelint/blob/main/docs/developer-guide/plugins.md#quiet-deprecation-warnings">plugin authors</a> and <a href="https://github.com/stylelint/stylelint/blob/main/docs/user-guide/options.md#quietdeprecationwarnings">end users</a> on how to silence deprecation warnings.</p> <ul> <li>Deprecated: ambiguous position arguments passed to <code>utils.report()</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8244">#8244</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Added: <code>lax</code>/<code>strict</code> values to the <code>fix</code> Node.js API option and CLI flag (<a href="https://redirect.github.com/stylelint/stylelint/pull/8106">#8106</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: support for profiling rule performance via the <code>TIMING</code> environment variable (<a href="https://redirect.github.com/stylelint/stylelint/pull/8108">#8108</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>at-rule-descriptor-no-unknown</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/pull/8197">#8197</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>at-rule-descriptor-value-no-unknown</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/pull/8211">#8211</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>at-rule-no-deprecated</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/pull/8251">#8251</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Added: <code>at-rule-prelude-no-invalid</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/pull/8268">#8268</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>declaration-property-value-keyword-no-deprecated</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/pull/8223">#8223</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Added: <code>"ignore": ["at-rule-preludes", "declaration-values"]</code> to <code>string-no-newline</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8214">#8214</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>messageArgs</code> to <code>declaration-property-value-no-unknown</code>, <code>font-family-name-quotes</code>, <code>font-family-no-duplicate-names</code>, <code>function-calc-no-unspaced-operator</code>, <code>import-notation</code>, <code>media-feature-name-unit-allowed-list</code>, <code>selector-attribute-quotes</code> and <code>selector-pseudo-element-colon-notation</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8285">#8285</a> & <a href="https://redirect.github.com/stylelint/stylelint/pull/8252">#8252</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: deprecation warnings to only display once per (custom) rule (<a href="https://redirect.github.com/stylelint/stylelint/pull/8265">#8265</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>*-no-vendor-prefix</code> message ambiguity (<a href="https://redirect.github.com/stylelint/stylelint/pull/8239">#8239</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>at-rule-(dis)allowed-list</code>, <code>at-rule-no-vendor-prefix</code>, <code>at-rule-property-required-list</code> message argument (<a href="https://redirect.github.com/stylelint/stylelint/pull/8277">#8277</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>at-rule-property-required-list</code> message for inclusion of properties and descriptors (<a href="https://redirect.github.com/stylelint/stylelint/pull/8207">#8207</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Fixed: <code>at-rule-*</code> false positives and negatives for <code>@charset</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/pull/8215">#8215</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Fixed: <code>declaration-property-value-no-unknown</code> false positives for descriptors (<a href="https://redirect.github.com/stylelint/stylelint/pull/8240">#8240</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Fixed: <code>property-(dis)allowed-list</code> false negatives for custom properties, use <code>/^--/</code> to (dis)allow them (<a href="https://redirect.github.com/stylelint/stylelint/pull/8209">#8209</a>) (<a href="https://github.com/fbasmaison-lucca"><code>@fbasmaison-lucca</code></a>).</li> <li>Fixed: <code>property-no-unknown</code> false positives for descriptors (<a href="https://redirect.github.com/stylelint/stylelint/pull/8203">#8203</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Fixed: <code>selector-pseudo-class-no-unknown</code> false positives for deprecated pseudo-classes (<a href="https://redirect.github.com/stylelint/stylelint/pull/8264">#8264</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>selector-type-case</code> false positives for <code>hatchPath</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8264">#8264</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>selector-type-no-unknown</code> false positives for <code>shadow</code>, <code>hatch</code> and <code>hatchpath</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8264">#8264</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> </ul> <h2>16.12.0 - 2024-12-15</h2> <ul> <li>Added: <code>selector-pseudo-class-allowed-list</code> now checks <code>@page</code> pseudo-classes (<a href="https://redirect.github.com/stylelint/stylelint/pull/8176">#8176</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Added: <code>selector-pseudo-class-disallowed-list</code> now checks <code>@page</code> pseudo-classes (<a href="https://redirect.github.com/stylelint/stylelint/pull/8171">#8171</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>at-rule-property-required-list</code> message to use "descriptor" for accuracy (<a href="https://redirect.github.com/stylelint/stylelint/pull/8186">#8186</a>) (<a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a>).</li> <li>Fixed: <code>custom-property-no-missing-var-function</code> false positives for <code>container-name</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8157">#8157</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>custom-property-no-missing-var-function</code> false positives for custom properties passed to <code>running()</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8172">#8172</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>function-no-unknown</code> false positives for <code>running()</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8172">#8172</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stylelint/stylelint/commit/8887d41c70da8c2d97f01b5d73f285c4dfa5dd25"><code>8887d41</code></a> 16.13.2</li> <li><a href="https://github.com/stylelint/stylelint/commit/545a26d5d547794ef8f499eb27f6547902d804ce"><code>545a26d</code></a> Prepare 16.13.2 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8314">#8314</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/c03f407ce0e3c322dca71c229e8ad51dd9c0d894"><code>c03f407</code></a> Fix <code>--fix</code> CLI flag raising unknown value error (<a href="https://redirect.github.com/stylelint/stylelint/issues/8313">#8313</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/8a173d4ad4164aae9160b69b248de573bd2235d9"><code>8a173d4</code></a> 16.13.1</li> <li><a href="https://github.com/stylelint/stylelint/commit/c0df29584694032c0d7e22248afe8d26994e313c"><code>c0df295</code></a> Prepare 16.13.1 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8306">#8306</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/7ea421982459f67f096b4af1392cf0087c8549a3"><code>7ea4219</code></a> Fix <code>ignore.default is not a function</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8305">#8305</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/f5055feb3613eaf0f8a790d553112f28fa78fb3c"><code>f5055fe</code></a> Bump typescript from 5.7.2 to 5.7.3 in the typescript group (<a href="https://redirect.github.com/stylelint/stylelint/issues/8299">#8299</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/5f82aa87ee4eb79d10f1028459527aa017d272cf"><code>5f82aa8</code></a> Bump rollup from 4.30.0 to 4.30.1 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8300">#8300</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/7aba28edb838a7fcb4fad7cd18c07f979a92f7c6"><code>7aba28e</code></a> Bump eslint from 9.17.0 to 9.18.0 in the eslint group (<a href="https://redirect.github.com/stylelint/stylelint/issues/8298">#8298</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/81baea5b9d7d8df1df2f0f706ba9438bf9ea82ff"><code>81baea5</code></a> 16.13.0</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/16.2.1...16.13.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Harel M <harel.mazor@gmail.com> |
||
|
|
405b8aa951 |
add fallback behavior for showOpenFilePicker and showSaveFilePicker (#967)
## Launch Checklist <!-- Thanks for the PR! Feel free to add or remove items from the checklist. --> - [x] Briefly describe the changes in this PR. - [x] Link to related issues. - [x] Include before/after visuals or gifs if this PR includes visual changes. - [ ] Write tests for all new functionality. - [x] Add an entry to `CHANGELOG.md` under the `## main` section. ## Description `showOpenFilePicker` and `showSaveFilePicker` are undefined on Firefox. With this pr, Maputnik uses the old behavior as a fallback. It keeps the naming "open" and "save" instead of "upload" and "download" to underline that the style stays within the browser and no actual upload happens. @zstadler Could you give it a try, please? ## Related Issue - fixes https://github.com/maplibre/maputnik/issues/966 ## Visual Changes The "Save as" button gets hidden if `showSaveFilePicker` is not available since it would have no use. <table> <tr> <td> Chrome </td> <td> Firefox </td> </tr> <tr> <td> <img src="https://github.com/user-attachments/assets/cdc2cd4d-1c09-4dec-8c94-f8b0dd0c5b8e" /> </td> <td> <img src="https://github.com/user-attachments/assets/0763ef63-6501-4cc1-977b-94753c3008ae" /> </td> </tr> </table> |
||
|
|
d50ea76347 |
feat: use FileSystemFileHandle to modify a file on the local filesystem (#965)
## Launch Checklist <!-- Thanks for the PR! Feel free to add or remove items from the checklist. --> - [x] Briefly describe the changes in this PR. - [x] Link to related issues. - [x] Include before/after visuals or gifs if this PR includes visual changes. - [ ] Write tests for all new functionality. - [x] Add an entry to `CHANGELOG.md` under the `## main` section. ## Changes - This pull request makes use of the FileSystemFileHandle API to modify a local file. No need to download it - just click save. - I don't know how to cover this functionality by tests so I need directions in case test coverage is required. - The pull request adds [@types/wicg-file-system-access](https://www.npmjs.com/package/@types/wicg-file-system-access) as a new dev dependency which I am not really pleased about but can't think of a way around it. ## Known Limitations - The used File API is only available in when accessed from https or on localhost. - There is no visual indicator that the file has been saved. Previously the browser showed it as a new download. ## Issue - https://github.com/maplibre/maputnik/issues/964 ## Screenshots ### Menu <img src="https://github.com/user-attachments/assets/dfcfc5c2-0019-4857-ba26-224b5598fc11" /> ### Open modal <img src="https://github.com/user-attachments/assets/4e1293e8-16b6-4b86-925b-3bebb49d8ca6" height="200px" /> ### Save modal <img src="https://github.com/user-attachments/assets/4f10e2c0-2dd3-4726-a613-30e0406619b0" height="200px" /> --------- Co-authored-by: Harel M <harel.mazor@gmail.com> |
||
|
|
c6174a57d9 |
Update Protomaps Light gallery style to v4 (#960)
Changes: https://github.com/protomaps/basemaps/blob/main/CHANGELOG.md#styles-v400--tiles-v400 |
||
|
|
af01346279 |
Fixes #949 Add OSM OpenMapTiles to style gallery list (#956)
## Launch Checklist Add OSM OpenMapTiles to style gallery list Fixes #949 Before  After  <!-- Thanks for the PR! Feel free to add or remove items from the checklist. --> - [X] Briefly describe the changes in this PR. - [X] Link to related issues. - [X] Include before/after visuals or gifs if this PR includes visual changes. |
||
|
|
687f9abaf2 |
[user interface]: Use .png as the XYZ Tile URL format hint for raster & raster-dem tiles (#952)
## Launch Checklist - [x] Briefly describe the changes in this PR. * When adding a new Raster or Raster-dem tile source, use `.png` as the hint for the tile URL hint prompt. * Currently, the user is prompted for a Vector tile source (e.g., `.pbf`) * If a new Mapnik user already has their XYZ raster Tile URL, then they may already know how to modify this text field. * This change may be useful for new users and is intended for them. * `.png` is a start. It could be `.webp` or `.jpg`, or `.jpg`, or in the case of Esri there is no extension for the images. * See [RobLabs.com/xyz](https://RobLabs.com/xyz) for sample XYZ raster tile URLs --- - [x] Include before/after visuals or gifs if this PR includes visual changes. * Steps to reproduce * See [RobLabs.com/maputnik](https://roblabs.com/maputnik) for a working version of this fix for Maputnik * On top menu bar: *Data Sources* > In the *Add New Source* section > Change *Source Type* to "Raster (Tile URLs)" * There you will see prompt hint for a raster Tile instead of vector tile `.pbf`. * See the release notes for the National Park Service prototype release for [Maputnik for National Park Service Park Tiles](https://github.com/roblabs/maputnik/releases/tag/v2.1.1-nationalparkservice) for more screen shots. #### Before `.pbf` may be confusing for those adding a Raster  #### After  --- - [x] Write tests for all new functionality. * See screen shots for functionality - ~~[] Add an entry to `CHANGELOG.md` under the `## main` section.~~ *Not really a feature, so I will leave this out* - [ ] ~~Link to related issues.~~ |
||
|
|
172d4d5278 |
Add tileSize field for raster and raster-dem tile sources (#946) (#947)
## Launch Checklist Add `tileSize` field for raster and raster-dem tile sources. Solves #946  ### Not in this PR i18n for `Tile Size` - [x] Briefly describe the changes in this PR. - [x] Link to related issues. - [x] Include before/after visuals or gifs if this PR includes visual changes. - [x] Write tests for all new functionality. - [x] Add an entry to `CHANGELOG.md` under the `## main` section. --------- Co-authored-by: Harel M <harel.mazor@gmail.com> Co-authored-by: Keitaroh Kobayashi <keita@kbys.me> Co-authored-by: Hugues Tavernier <hugues.tavernier@protonmail.com> Co-authored-by: Joscha <34318751+josxha@users.noreply.github.com> |
||
|
|
6089cde302 |
Add scheme type options for vector/raster tile (#943)
## Launch Checklist <!-- Thanks for the PR! Feel free to add or remove items from the checklist. --> - [x] Briefly describe the changes in this PR. - [ ] Link to related issues. - [x] Include before/after visuals or gifs if this PR includes visual changes. - [ ] Write tests for all new functionality. - [x] Add an entry to `CHANGELOG.md` under the `## main` section.  |
||
|
|
25cf61a825 |
Add links to tile provider authentication docs (#914)
This probably confused some people in the past, since vector tiles won't even display an access denied image ;) Before (no information on access keys and where to get them): <img width="411" alt="image" src="https://github.com/user-attachments/assets/8820fb20-bda4-460c-9cc9-8fec5daa480d"> After (add links to providers in info callout + add a field for Stadia Maps API keys): <img width="395" alt="image" src="https://github.com/user-attachments/assets/91ee732c-b3f5-45f8-81a6-8d896a93f644"> --------- Co-authored-by: Harel M <harel.mazor@gmail.com> Co-authored-by: Joscha <34318751+josxha@users.noreply.github.com> Co-authored-by: Hugues Tavernier <hugues.tavernier@protonmail.com> Co-authored-by: Keitaroh Kobayashi <keita@kbys.me> |
||
|
|
fa4ece22cf | Add Americana and Protomaps Light styles (#936) | ||
|
|
00f431c50e |
add german translation, update docs (#931)
- add german translation (following the changes in https://github.com/maplibre/maputnik/pull/929) - using an alphabecial order for the languages - update the documentation with a step-by-step guide - add myself as a helping person for german - move the helping-users list to the implementation of new features - update CHANGELOG.md - add a link to the l18n README in the root README  |
||
|
|
60785f53bc |
Add translation process and small fixes (#930)
## Launch Checklist This adds information about how to translate Maputnik and how to get in touch with people who have translated in the past. @keichan34, @jieme, @lhapaipai - I need your approval for this so that people in the future will know to contact you in case text is being added and they need help translating it. CC: @ianthetechie I've also changed the word "Language" in the upper part of the screen so that it won't be translated in case you accidentally switch language, and you need to switch back. I've also fixed some RTL issues in the CSS and updated the maplibre components labels when the language changes. |
||
|
|
32fa02d289 |
Add french language support (#929)
## Launch Checklist Add french language support ## issues in the left side menu the translated text takes up space, resulting in a degraded UI  |
||
|
|
8184ac8393 |
Update geocoder to 1.6.0 (#920)
This is to update geocoder to latest version which now have types and is fully modernized. |
||
|
|
6a0d2e8ee5 |
Added Simplified Chinese language support (#921)
Added Simplified Chinese language support |
||
|
|
58edd262b0 |
Add react-i18next for multi-language support (#917)
This is a rough start on adding react-i18next. I'll be working on adding more translatable strings and translations in the coming days. I'm going to need to wrap class components in HOCs, so let me know if there's something I should be fixing before doing that. I'm thinking now to keep the exported class names exactly the same, and rename the existing classes by prefixing an `I` (for internal). For example: ``` export default class AppToolbar ... ``` becomes ``` class IAppToolbar ... const AppToolbar = withTranslation()(IAppToolbar); export default AppToolbar; ``` I'll be able to contribute Japanese strings (I've talked to a couple people on my team and they'll be happy to help as well), so that's the language I decided to go with in this PR. Closes #746 --------- Co-authored-by: Ko Nagase <nagase@georepublic.co.jp> Co-authored-by: Harel M <harel.mazor@gmail.com> |