trunk
Guard PHP unit test to avoid failures on old wp versions (#78547)
Time to Read: Don't use `wp_word_count()` function (#72091)
block.json: Allow passing filename as `variations` field (#62092)
Navigation Link: use get_block_type_variations to register variations (#58389)
Docs: Use `gutenberg` instead of `Gutenberg` in package name (#81051)
Fix Navigation Link block variations to show correct labels instead of generic 'Post Link' (#72517)
CI: Run PHP unit tests on PHP 8.4 and 8.5 (#79260)
contentOnly patterns: mark patterns as contentOnly by adding metadata.patternName to the root block (#72988)
Block Styles: Add extended version of register block style functions (#61029)
Add `fetchpriority=low` to `IMG` tags in collapsed Accordion Item blocks (#76336)
Button: Migrate to width block support (#74242)
Block Bindings: Add fallback for new features introduced in Core (#71389)
Cover: Merge block and global styles (#49434)
Add `fetchpriority=low` to `IMG` tags in collapsed Details blocks (#76269)
Remove experimental flag from navigation and file blocks to use the Interactivity API (as private) (#51266)
Dynamic Gallery Block: Add a dynamic mode of the gallery block (#78796)
[Heading block] Add a wp-block-heading CSS class (#42122)
Image block: Conditionally remove empty `<figcaption>` (#71893)
Media & Text: don't use background-image (#64981)
Try fixing responsive layout in Nav block (#80305)
Dynamically add CSS class to Paragraph block (#71207)
Playlist Block: add waveform and waveform background color options (#80065)
Table of Contents: render front-end list from current post headings (#80318)
Add ariaLabel supports for Tab List Block (#79948)
Update WPCS to v3.0, and fix all reported Coding Standards issues (#53866)
CS/QA: various minor fixes (#44551)
Blocks: Rename _wp_apply_content_filters() to _wp_apply_block_content_filters() (#80225)
Fix post excerpt rendering to conditionally include space before more… (#70217)
Time to Read: Replace toggles with block variations (#71897)
iAPI: Update deprecated usage of data-wp-on-async (#72445)
Add unit tests for the gutenberg_render_block_core_post_title() function.