-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Stabilize and document the angle picker component; Rename to AnglePickerControl; #20118
Stabilize and document the angle picker component; Rename to AnglePickerControl; #20118
Conversation
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.
I reviewed the docs and they look good to me, although I'm curious why this is AnglePicker
vs. AnglePickerControl
?
To me, appending "Control" is an implicit commitment that the component is wrapped in a BaseControl
, which is the case here.
cf0cd76
to
4c117bb
Compare
Hi @chrisvanpatten, I renamed the component to AnglePickerControl. |
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.
Looks great to me!
b0f06c9
to
d48680d
Compare
d48680d
to
b2132a7
Compare
"resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.12.0.tgz", | ||
"resolved": false, |
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.
I don't see why these changes would be expected here?
When I run npm install
on master
using the recommended (latest) version of NPM (6.13.7), I see this being flipped back to the value it was previously.
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.
See a59a5d9
Description
This PR stabilizes and documents the angle picker component.
How has this been tested?
I verified in the browser console that the angle picker component was now exposed as wp.components.AnglePicker.