Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typo
Co-Authored-By: Enrique Piqueras <epiqueras@users.noreply.github.com>
  • Loading branch information
youknowriad and epiqueras authored Nov 14, 2019
commit b6c34430f9bd08feb9e57920c78f3c365b9546e1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Production packages use the `wp` global variable to provide APIs to third-party

* The name of the component should not change.
* The props of the component should not be removed.
* Existing prop values should continue to be supported. If a component accepts a function as prop, we can update the component to accept a new type for the same prop, but it shouldn't break existing usage.
* Existing prop values should continue to be supported. If a component accepts a function as a prop, we can update the component to accept a new type for the same prop, but it shouldn't break existing usage.
* Adding new props is allowed.
* React Context dependencies can only be added or removed if we ensure the previous context contract is not breaking.

Expand Down