Allows admin chosen post types to have a featured post check box on the edit screen. Also adds appropriate classes to front end post display, and allows featured posts to be queried via a taxonomy query.
WordPress/gutenberg (@wordpress/block-editor)
### [`v12.8.0`](https://togithub.com/WordPress/gutenberg/blob/HEAD/packages/block-editor/CHANGELOG.md#1280-2023-08-16)
[Compare Source](https://togithub.com/WordPress/gutenberg/compare/@wordpress/block-editor@12.7.0...@wordpress/block-editor@12.8.0)
WordPress/gutenberg (@wordpress/blocks)
### [`v12.17.0`](https://togithub.com/WordPress/gutenberg/blob/HEAD/packages/blocks/CHANGELOG.md#12170-2023-08-16)
[Compare Source](https://togithub.com/WordPress/gutenberg/compare/@wordpress/blocks@12.16.0...@wordpress/blocks@12.17.0)
WordPress/gutenberg (@wordpress/components)
### [`v25.6.0`](https://togithub.com/WordPress/gutenberg/blob/HEAD/packages/components/CHANGELOG.md#2560-2023-08-16)
[Compare Source](https://togithub.com/WordPress/gutenberg/compare/@wordpress/components@25.5.0...@wordpress/components@25.6.0)
##### Enhancements
- `Theme`: Expose via private APIs ([#53262](https://togithub.com/WordPress/gutenberg/pull/53262)).
- `ProgressBar`: Use the theme system accent for indicator color ([#53347](https://togithub.com/WordPress/gutenberg/pull/53347)).
- `ProgressBar`: Use gray 300 for track color ([#53349](https://togithub.com/WordPress/gutenberg/pull/53349)).
- `Modal`: add `headerActions` prop to render buttons in the header. ([#53328](https://togithub.com/WordPress/gutenberg/pull/53328)).
- `Snackbar`: Snackbar design and motion improvements ([#53248](https://togithub.com/WordPress/gutenberg/pull/53248))
- `NumberControl`: Add `spinFactor` prop for adjusting the amount by which the spin controls change the value ([#52902](https://togithub.com/WordPress/gutenberg/pull/52902)).
- `Modal:`: Nuance outside interactions ([#52994](https://togithub.com/WordPress/gutenberg/pull/52994)).
- `Button`: Remove default border from the destructive button ([#53607](https://togithub.com/WordPress/gutenberg/pull/53607)).
- Components: Move accent colors to theme context ([#53631](https://togithub.com/WordPress/gutenberg/pull/53631)).
- `ProgressBar`: Use the new theme system accent for indicator color ([#53632](https://togithub.com/WordPress/gutenberg/pull/53632)).
##### Bug Fix
- `Button`: add `:disabled` selector to reset hover color for disabled buttons ([#53411](https://togithub.com/WordPress/gutenberg/pull/53411)).
##### Internal
- `ControlGroup`, `FormGroup`, `ControlLabel`, `Spinner`: Remove unused `ui/` components from the codebase ([#52953](https://togithub.com/WordPress/gutenberg/pull/52953)).
- `MenuItem`: Convert to TypeScript ([#53132](https://togithub.com/WordPress/gutenberg/pull/53132)).
- `MenuGroup`: Add Storybook stories ([#53090](https://togithub.com/WordPress/gutenberg/pull/53090)).
- Components: Remove unnecessary utils ([#53679](https://togithub.com/WordPress/gutenberg/pull/53679)).
WordPress/gutenberg (@wordpress/compose)
### [`v6.17.0`](https://togithub.com/WordPress/gutenberg/blob/HEAD/packages/compose/CHANGELOG.md#6170-2023-08-16)
[Compare Source](https://togithub.com/WordPress/gutenberg/compare/@wordpress/compose@6.16.0...@wordpress/compose@6.17.0)
WordPress/gutenberg (@wordpress/data)
### [`v9.10.0`](https://togithub.com/WordPress/gutenberg/blob/HEAD/packages/data/CHANGELOG.md#9100-2023-08-16)
[Compare Source](https://togithub.com/WordPress/gutenberg/compare/@wordpress/data@9.9.0...@wordpress/data@9.10.0)
##### Enhancements
- Warn if the `useSelect` hook returns different values when called with the same state and parameters ([#53666](https://togithub.com/WordPress/gutenberg/pull/53666)).
WordPress/gutenberg (@wordpress/i18n)
### [`v4.40.0`](https://togithub.com/WordPress/gutenberg/blob/HEAD/packages/i18n/CHANGELOG.md#4400-2023-08-16)
[Compare Source](https://togithub.com/WordPress/gutenberg/compare/@wordpress/i18n@4.39.0...@wordpress/i18n@4.40.0)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^12.7.0
->^12.8.0
^12.16.0
->^12.17.0
^25.5.0
->^25.6.0
^6.16.0
->^6.17.0
^9.9.0
->^9.10.0
^5.16.0
->^5.17.0
^4.39.0
->^4.40.0
Release Notes
WordPress/gutenberg (@wordpress/block-editor)
### [`v12.8.0`](https://togithub.com/WordPress/gutenberg/blob/HEAD/packages/block-editor/CHANGELOG.md#1280-2023-08-16) [Compare Source](https://togithub.com/WordPress/gutenberg/compare/@wordpress/block-editor@12.7.0...@wordpress/block-editor@12.8.0)WordPress/gutenberg (@wordpress/blocks)
### [`v12.17.0`](https://togithub.com/WordPress/gutenberg/blob/HEAD/packages/blocks/CHANGELOG.md#12170-2023-08-16) [Compare Source](https://togithub.com/WordPress/gutenberg/compare/@wordpress/blocks@12.16.0...@wordpress/blocks@12.17.0)WordPress/gutenberg (@wordpress/components)
### [`v25.6.0`](https://togithub.com/WordPress/gutenberg/blob/HEAD/packages/components/CHANGELOG.md#2560-2023-08-16) [Compare Source](https://togithub.com/WordPress/gutenberg/compare/@wordpress/components@25.5.0...@wordpress/components@25.6.0) ##### Enhancements - `Theme`: Expose via private APIs ([#53262](https://togithub.com/WordPress/gutenberg/pull/53262)). - `ProgressBar`: Use the theme system accent for indicator color ([#53347](https://togithub.com/WordPress/gutenberg/pull/53347)). - `ProgressBar`: Use gray 300 for track color ([#53349](https://togithub.com/WordPress/gutenberg/pull/53349)). - `Modal`: add `headerActions` prop to render buttons in the header. ([#53328](https://togithub.com/WordPress/gutenberg/pull/53328)). - `Snackbar`: Snackbar design and motion improvements ([#53248](https://togithub.com/WordPress/gutenberg/pull/53248)) - `NumberControl`: Add `spinFactor` prop for adjusting the amount by which the spin controls change the value ([#52902](https://togithub.com/WordPress/gutenberg/pull/52902)). - `Modal:`: Nuance outside interactions ([#52994](https://togithub.com/WordPress/gutenberg/pull/52994)). - `Button`: Remove default border from the destructive button ([#53607](https://togithub.com/WordPress/gutenberg/pull/53607)). - Components: Move accent colors to theme context ([#53631](https://togithub.com/WordPress/gutenberg/pull/53631)). - `ProgressBar`: Use the new theme system accent for indicator color ([#53632](https://togithub.com/WordPress/gutenberg/pull/53632)). ##### Bug Fix - `Button`: add `:disabled` selector to reset hover color for disabled buttons ([#53411](https://togithub.com/WordPress/gutenberg/pull/53411)). ##### Internal - `ControlGroup`, `FormGroup`, `ControlLabel`, `Spinner`: Remove unused `ui/` components from the codebase ([#52953](https://togithub.com/WordPress/gutenberg/pull/52953)). - `MenuItem`: Convert to TypeScript ([#53132](https://togithub.com/WordPress/gutenberg/pull/53132)). - `MenuGroup`: Add Storybook stories ([#53090](https://togithub.com/WordPress/gutenberg/pull/53090)). - Components: Remove unnecessary utils ([#53679](https://togithub.com/WordPress/gutenberg/pull/53679)).WordPress/gutenberg (@wordpress/compose)
### [`v6.17.0`](https://togithub.com/WordPress/gutenberg/blob/HEAD/packages/compose/CHANGELOG.md#6170-2023-08-16) [Compare Source](https://togithub.com/WordPress/gutenberg/compare/@wordpress/compose@6.16.0...@wordpress/compose@6.17.0)WordPress/gutenberg (@wordpress/data)
### [`v9.10.0`](https://togithub.com/WordPress/gutenberg/blob/HEAD/packages/data/CHANGELOG.md#9100-2023-08-16) [Compare Source](https://togithub.com/WordPress/gutenberg/compare/@wordpress/data@9.9.0...@wordpress/data@9.10.0) ##### Enhancements - Warn if the `useSelect` hook returns different values when called with the same state and parameters ([#53666](https://togithub.com/WordPress/gutenberg/pull/53666)).WordPress/gutenberg (@wordpress/i18n)
### [`v4.40.0`](https://togithub.com/WordPress/gutenberg/blob/HEAD/packages/i18n/CHANGELOG.md#4400-2023-08-16) [Compare Source](https://togithub.com/WordPress/gutenberg/compare/@wordpress/i18n@4.39.0...@wordpress/i18n@4.40.0)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.