Skip to content

Commit

Permalink
Editor: remove deprecated isPressed prop in WP 6.5. (#36318)
Browse files Browse the repository at this point in the history
* Editor: remove deprecated isPressed prop in WP 6.5.

The isPressed prop is deprecated in WP 6.5, and replaced by the native aria-pressed attribute.

WordPress/gutenberg#54740

* Update version

* Bump version

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8847567798

Upstream-Ref: Automattic/jetpack@adace6c
  • Loading branch information
jeherve authored and matticbot committed Apr 26, 2024
1 parent 0f9054a commit bf1b2fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

This is an alpha version! The changes listed here are not final.

### Changed
- Update button's prop to match latest changes in WordPress 6.5.

## [0.23.17] - 2024-04-25
### Fixed
- Set correct `textdomain` in `block.json`. [#37057]
Expand Down
2 changes: 1 addition & 1 deletion build/block-editor/blocks/video/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-editor', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'e784ed71581b4c1e895a');
<?php return array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-editor', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '24353f189270927a4ab2');
Loading

0 comments on commit bf1b2fa

Please sign in to comment.