-
-
Notifications
You must be signed in to change notification settings - Fork 275
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 v3.0.0 #215
Merged
Release v3.0.0 #215
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
Add an option to stop click propagtion when clicking on form. This puts it inline with the zoom out and zoom in controls in leaflet.
Add autocomplete=none attribute to form to stop browsers bringing a drop down autocomplete box.
Call preventDefault on clicking container, allowing user to check with e.isDefaultPrevented.
domUtils.js (1/0) ✖ 7:42 Missing semicolon semi leafletControl.js (1/0) ✖ 36:20 Missing trailing comma comma-dangle searchElement.js (1/0) ✖ 7:86 Properties shouldn't be quoted as all quotes are redundant quote-props
This was referenced Apr 13, 2020
Added proper typing for both the api response as well as the returned result. But also added support for non string based queries. Most of the providers also accept query methods based on specific parameters instead of a generic string search.
- add precommit script - add concurrently to run env with `npm run start`
smeijer
force-pushed
the
next
branch
2 times, most recently
from
May 23, 2020 08:49
2563b75
to
51d6337
Compare
🎉 v3.0.0 has been released! A couple of bullet points are moved to the |
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.
I'm working on a new release that will bulk-fix a couple of outstanding issues, and merge in some open pull-requests. All work is done in the
next
branchI'll use this PR to track progress. Process can also be tracked trough milestone
v3.0.0
.Docs:
Lib:
Providers:
Questions / Issues:
label and/or close old issues - prioritized in
v3.0.0
,v3.1.0
andv3.2.0
. Also seevNext
answer and close question issues, update docs when required
CI