-
-
Notifications
You must be signed in to change notification settings - Fork 717
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
Rename mapbox to maplibre in typings file #172
Conversation
Bundle size report: Size Change: 0 B
ℹ️ View DetailsNo major changes |
@@ -1,4 +1,4 @@ | |||
// Type definitions for MapLibre GL JS 1.14.0-rc.1 | |||
// Type definitions for MapLibre GL JS 1.14.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it necessary to have the version in the comment? This is something we might often step over and forget to update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe not, not sure, it might be redundant now that's it's inside this repo...
export type ResponseCallback<T> = (error?: Error, data?: T, cacheControl?: string, expires?: string) => void; | ||
|
||
export type Cancelable = { cancel: () => void }; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the context of these two?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing types in general. I took the full file from #30 and forgot to remove these two... I can remove them if needed...
Thanks @HarelM for the clean-up. Looks good to me ✅ |
So, what's the next step in order to merge this in? (and hopefully release a version with this to npm... :-)) |
I guess just click "squash and merge". You have write access to this repo, right? |
Is there a way for me to publish an npm pakcage as well? Some sort of github action? Other CI I can trigger? |
You can go ahead and create a release candidate on NPM by pushing a tag of the form |
And of course let's first publish release candidates and let's wait with actual releases. |
Sure thing. I'll do it later tonight. I need to commit the pakckage.json file with the version change for rc as well, right? |
Launch Checklist
This PR is to update the typings definition to reflect the changes in the maplibre rename of mapbox elements. See #27
include before/after visuals or gifs if this PR includes visual changeswrite tests for all new functionalitydocument any changes to public APIspost benchmark scoresmanually test the debug pageadd an entry inside this element for inclusion in themaplibre-gl-js
changelog:<changelog></changelog>