Skip to content

Commit

Permalink
Improve getFrecentInserterItems deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
noisysocks committed May 17, 2018
1 parent e4fe1fa commit 1efb6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/deprecated.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gutenberg's deprecation policy is intended to support backwards-compatibility fo
- All DOM utils in `wp.utils.*` are removed. Please use `wp.dom.*` instead.
- `isPrivate: true` has been removed from the Block API. Please use `supports.inserter: false` instead.
- `getInserterItems`: The `allowedBlockTypes` argument was removed and the `parentUID` argument was added.
- `getFrecentInserterItems` selector removed. Please use `getInserterItems` instead.
- `getFrecentInserterItems` selector removed. Please use `getInserterItems` and sort descending by [ 'utility', 'frecency' ] instead.
- `getSupportedBlocks` selector removed. Please use `canInsertBlockType` instead.

## 3.0.0
Expand Down

0 comments on commit 1efb6e5

Please sign in to comment.