-
Notifications
You must be signed in to change notification settings - Fork 31
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
feat: initialize Map.controls
#173
feat: initialize Map.controls
#173
Conversation
This patch updates the package-lock after installing the deps using npm version 8.3.0
This patch initializes Map.controls to support the ability for users to unit test control positioning: https://developers.google.com/maps/documentation/javascript/controls\?hl\=en\#ControlPositioning
I submitted the changes to package-lock.json from my |
@liveFreeOrCode Please see the CLA check details https://github.com/googlemaps/js-jest-mocks/pull/173/checks?check_run_id=4791078505 |
@jpoehnelt Done, you can re-run the check, assuming it's immediate - which it seems to be as I can see my CLA in my profile. |
Thanks! |
* chore: update package-lock This patch updates the package-lock after installing the deps using npm version 8.3.0 * feat: initialize Map.controls This patch initializes Map.controls to support the ability for users to unit test control positioning: https://developers.google.com/maps/documentation/javascript/controls\?hl\=en\#ControlPositioning e57011e
## [2.1.0](v2.0.0...v2.1.0) (2022-01-12) ### Features * initialize `Map.controls` ([#173](#173)) ([e57011e](e57011e)) ### Miscellaneous Chores * **deps-dev:** bump jest from 27.4.5 to 27.4.6 ([#170](#170)) ([21402c0](21402c0)) * **deps-dev:** bump jest from 27.4.6 to 27.4.7 ([#171](#171)) ([52756f2](52756f2)) * **deps-dev:** bump rollup from 2.62.0 to 2.63.0 ([#169](#169)) ([00b8de5](00b8de5)) * Synced local '.eslintrc.json' with remote 'sync-files/js/.eslintrc.json' ([#172](#172)) ([8d2ced3](8d2ced3))
🎉 This PR is included in version 2.1.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Thank you for opening a Pull Request!
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #152 🦕
This patch implements
Map.controls
so users can effectively test control positioning: https://developers.google.com/maps/documentation/javascript/controls?hl=en#ControlPositioning