-
Notifications
You must be signed in to change notification settings - Fork 432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release v2.16.0 #1457
Merged
release v2.16.0 #1457
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updates esbuild to 8.56, prettier to 3.2.4 and fixes lint config (1444)
* Update zh.json * Update cz.json * Update da.json * Update el.json * Update es.json * Update el.json * Update fi.json * Update fi.json * Update hu.json * Update id.json * Update it.json * Update nl.json * Update ro.json * Update ru.json * Update sv.json * Update tr.json * Update ua.json * Update zh_tw.json
* [+] Add Kyrgyz language support * [+] Add Kyrgyz support locale * Fix Typescript --------- Co-authored-by: Bekeev Imankadyr <53710487+warioddly@users.noreply.github.com>
#1424) * fter disabling & enabling of button, while a mode is active, don't call disable on the draw layer. And added that disable is not throwing an error if hintMarker is not set * Fix test name
* fix global keyboard and window listeners are not removed after the map is destroyed * test: add a test case for keyboard mixin * change `map.on` to `map.once` & extract keyboard event listener unbind function Co-authored-by: Florian Bischof <design.falke@gmail.com> * fix missing dot operator * tweak the mixins test case Co-authored-by: Florian Bischof <design.falke@gmail.com> * Fix test naming --------- Co-authored-by: Florian Bischof <design.falke@gmail.com>
Improve esbuild bundle script to watch css changes and output sourcemaps
`_rotateEnabled` might not yet be initialized when calling `rotateEnabled`, returning `undefined` in that case. Adopting this pattern from other places such as `layerDragEnabled`.
…e maps in dev mode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.