Releases: WordPress/gutenberg
21.3.0
Changelog
Features
DataViews
- Add groupByField support to grid layout. (70752)
Components
- Add ValidateControls components. (70620)
Enhancements
- DataViews: Add
datefield type. (70657) - wp-env: Add wp-cli configuration when creating environment. (70661)
Block Library
- Cover: Enable support for adding posters over video. (70816)
- Navigation Submenu Link: Add
Open in new tabtoggle to navigation block sidebar. (70687) - Post Content Block: Add tagName selector. (70698)
- Video: Enable support for adding multiple tracks. (70689)
- Site tagline: update block description. (34473)
Write mode
- Allow add before/after on block toolbar menu dropdown when in write mode. (70827)
- Remove cover block content position and full height controls from write mode. (70826)
Block API
- Add attribute role-based filtering to 'isUnmodifiedBlock'. (70764)
List View
- Package blocks: Introduce a utility for getting the block image. (68910)
Layout
- Adds max limit to row span and column span in grid. (64895)
Bug Fixes
- Update @tannin/sprintf to resolve CommonJS error. (70799)
- wp-env: Don't overwrite wp-cli.yml if it already exists. (70677)
- wp-env: Fix Docker build errors with Debian Buster repositories. (70718)
Block Library
- Archives: Update padding for archives block to remain consistent with
list. (69008) - Fix: Preserve hasParallax when switching from video to image in Cover block. (70703)
- Media & Text: Fixed resetAll to return image resolution to default value. (70683)
- Navigation Block: Fix inconsistent padding in nested submenus when "Open on click" is enabled. (70471)
- Navigation Link: Fix URL deletion in Inspector Controls. (70749)
- Separator: Surfacing the HTML markup control. (70455)
- Sever Nav Link item entity link on URL change if ID already exists. (68143)
- Video: Fix track editor state saves without explicitly applying the changes. (70628)
- [Block] Cover: Fix resize handler gets stuck on undo. (70820)
Block Editor
- Block Editor Components: Add missing style resets for fieldset elements. (70685)
- Inserter: Fix focus style for disabled items. (70691)
- Inserter: Restore styling for disabled blocks. (70663)
- Block Editor: Fix link interception in the iframed editor. (#70931)
Global Styles
- Core/File: Reduce specificity of pseudo-selector styles for better override support via theme.json. (70358)
- Make Button element inherit all typography styles on the frontend. (70676)
Components
- Update Icon component to support bundled dataviews package. (70756)
CSS & Styling
- Block Lock Modal: Add ul browser defaults CSS resets. (70700)
Interactivity API
- iAPI Router: Preserve media attribute on intial style sheets after client-side navigation. (70668)
Font Library
- Fix: Font Library Modal: Focus outline not displaying correctly. (70667)
Post Editor
- Match front-page link style to admin styles. (70600)
Accessibility
Block Editor
- Autocomplete: Prevent text cursor position loss when clicking to insert an item. (70660)
- Components: Fix label and placeholder handling in
LinkControlSearchInput. (70096)
Block Library
- a11y: Comments Pagination Nav Wrapper. (70730)
Performance
- core-data: Try using cached permissions even when
_fieldsis present in the query. (70738)
Block Editor
Block Library
- Fix: Avoid duplicate
get_the_title()calls inrender_block_core_post_featured_image(). (70813)
List View
- Delay block highlighting when moving the mouse over the items. (70732)
Documentation
- Deprecated: Fix code example. (70781)
- Docs: Update RichTextToolbarButton link in documentation. (70804)
- Docs: Update WP Studio to WordPress Studio. (70716)
Code Quality
- Convert packages to TypeScript:
- Migrate
@packages/urlpackage to TypeScript. (70496) - Migrate
hookspackage to TypeScript. (70488) - Migrate
lazy-importpackage toTypeScript. (70475) - Migrate
redux-routinepackage to TS. (70686) - Migrate plugins package to TS. (70773)
- Migrate Icons package to
TypeScript. (70456) - TypeScript: Fix types for core entity meta. (70788)
- TypeScript: Migrate
block-serialization-default-parserto TS. (#70507). (70766) - TypeScript: Migrate wordcount package to TypeScript. (70501)
- Migrate
Block Library
- Navigation Link: Add
opensInNewTabto resetAll. (70717) - Video: Fix 'MediaUploadCheck' wrapper for Poster control. (70830)
- Video: Reuse logic for uploaded track selection. (70675)
DataViews
- Improve data in DataViews storybook. (70817)
- filterSortAndPaginate: Extract sortBy and groupBy logic. (70822)
Components
- Reuse existing
useControlledValuehook in Calendar components. (70655) - SelectControl: Move classnames to root. (70643)
DateCalendar,DateRangeCalendar: Move to private APIs. (70681)
Layout
- Dimensions support: Fix duplicate output of styling rules. (70796)
Block API
- Blocks: Set default 'apiVersion' for client-side registration. (70750)
List View
- Remove public APIs for getting images. (70705)
Tools
- Improve plugin release checklist and documentation. (70808)
- Improving Gitignore for files related to applying patches. (70745)
- Update codeowners for
packages/dataviews. (70753) - Update gutenberg release documentation. (70772)
- Sync package-lock.json on latest NPM. (70839)
Contributors
The following contributors merged PRs in this release:
@Adi-ty @aduth @andrewserong @carolinan @chihsuan @ciampo @DAreRodz @dhruvikpatel18 @dmsnell @EliezerSPP @ellatrix @getdave @gigitux @im3dabasia @Infinite-Null @jeryj @jsnajdr @kellychoffman @Mamaduka @manzoorwanijk @mukeshpanchal27 @n2erjo00 @ndiego @oandregal @prasadkarmalkar @priethor @shimotmk @shrivastavanolo @SirLouen @t-hamano @talldan @vipul0425 @y...
21.3.0 RC2
- Block Editor: Fix link interception in the iframed editor. (#70931)
21.3.0 RC1
Changelog
Features
DataViews
- Add groupByField support to grid layout. (70752)
Components
- Add ValidateControls components. (70620)
Enhancements
- DataViews: Add
datefield type. (70657) - wp-env: Add wp-cli configuration when creating environment. (70661)
Block Library
- Cover: Enable support for adding posters over video. (70816)
- Navigation Submenu Link: Add
Open in new tabtoggle to navigation block sidebar. (70687) - Post Content Block: Add tagName selector. (70698)
- Video: Enable support for adding multiple tracks. (70689)
- Site tagline: update block description. (34473)
Write mode
- Allow add before/after on block toolbar menu dropdown when in write mode. (70827)
- Remove cover block content position and full height controls from write mode. (70826)
Block API
- Add attribute role-based filtering to 'isUnmodifiedBlock'. (70764)
List View
- Package blocks: Introduce a utility for getting the block image. (68910)
Layout
- Adds max limit to row span and column span in grid. (64895)
Bug Fixes
- Update @tannin/sprintf to resolve CommonJS error. (70799)
- wp-env: Don't overwrite wp-cli.yml if it already exists. (70677)
- wp-env: Fix Docker build errors with Debian Buster repositories. (70718)
Block Library
- Archives: Update padding for archives block to remain consistent with
list. (69008) - Fix: Preserve hasParallax when switching from video to image in Cover block. (70703)
- Media & Text: Fixed resetAll to return image resolution to default value. (70683)
- Navigation Block: Fix inconsistent padding in nested submenus when "Open on click" is enabled. (70471)
- Navigation Link: Fix URL deletion in Inspector Controls. (70749)
- Separator: Surfacing the HTML markup control. (70455)
- Sever Nav Link item entity link on URL change if ID already exists. (68143)
- Video: Fix track editor state saves without explicitly applying the changes. (70628)
- [Block] Cover: Fix resize handler gets stuck on undo. (70820)
Block Editor
- Block Editor Components: Add missing style resets for fieldset elements. (70685)
- Inserter: Fix focus style for disabled items. (70691)
- Inserter: Restore styling for disabled blocks. (70663)
Global Styles
- Core/File: Reduce specificity of pseudo-selector styles for better override support via theme.json. (70358)
- Make Button element inherit all typography styles on the frontend. (70676)
Components
- Update Icon component to support bundled dataviews package. (70756)
CSS & Styling
- Block Lock Modal: Add ul browser defaults CSS resets. (70700)
Interactivity API
- iAPI Router: Preserve media attribute on intial style sheets after client-side navigation. (70668)
Font Library
- Fix: Font Library Modal: Focus outline not displaying correctly. (70667)
Post Editor
- Match front-page link style to admin styles. (70600)
Accessibility
Block Editor
- Autocomplete: Prevent text cursor position loss when clicking to insert an item. (70660)
- Components: Fix label and placeholder handling in
LinkControlSearchInput. (70096)
Block Library
- a11y: Comments Pagination Nav Wrapper. (70730)
Performance
- core-data: Try using cached permissions even when
_fieldsis present in the query. (70738)
Block Editor
Block Library
- Fix: Avoid duplicate
get_the_title()calls inrender_block_core_post_featured_image(). (70813)
List View
- Delay block highlighting when moving the mouse over the items. (70732)
Documentation
- Deprecated: Fix code example. (70781)
- Docs: Update RichTextToolbarButton link in documentation. (70804)
- Docs: Update WP Studio to WordPress Studio. (70716)
Code Quality
- Convert packages to TypeScript:
- Migrate
@packages/urlpackage to TypeScript. (70496) - Migrate
hookspackage to TypeScript. (70488) - Migrate
lazy-importpackage toTypeScript. (70475) - Migrate
redux-routinepackage to TS. (70686) - Migrate plugins package to TS. (70773)
- Migrate Icons package to
TypeScript. (70456) - TypeScript: Fix types for core entity meta. (70788)
- TypeScript: Migrate
block-serialization-default-parserto TS. (#70507). (70766) - TypeScript: Migrate wordcount package to TypeScript. (70501)
- Migrate
Block Library
- Navigation Link: Add
opensInNewTabto resetAll. (70717) - Video: Fix 'MediaUploadCheck' wrapper for Poster control. (70830)
- Video: Reuse logic for uploaded track selection. (70675)
DataViews
- Improve data in DataViews storybook. (70817)
- filterSortAndPaginate: Extract sortBy and groupBy logic. (70822)
Components
- Reuse existing
useControlledValuehook in Calendar components. (70655) - SelectControl: Move classnames to root. (70643)
DateCalendar,DateRangeCalendar: Move to private APIs. (70681)
Layout
- Dimensions support: Fix duplicate output of styling rules. (70796)
Block API
- Blocks: Set default 'apiVersion' for client-side registration. (70750)
List View
- Remove public APIs for getting images. (70705)
Tools
- Improve plugin release checklist and documentation. (70808)
- Improving Gitignore for files related to applying patches. (70745)
- Update codeowners for
packages/dataviews. (70753) - Update gutenberg release documentation. (70772)
- Sync package-lock.json on latest NPM. (70839)
Contributors
The following contributors merged PRs in this release:
@Adi-ty @aduth @andrewserong @carolinan @chihsuan @ciampo @DAreRodz @dhruvikpatel18 @dmsnell @EliezerSPP @ellatrix @getdave @gigitux @im3dabasia @Infinite-Null @jeryj @jsnajdr @kellychoffman @Mamaduka @manzoorwanijk @mukeshpanchal27 @n2erjo00 @ndiego @oandregal @prasadkarmalkar @priethor @shimotmk @shrivastavanolo @SirLouen @t-hamano @talldan @vipul0425 @yogeshbhutkar @youknowriad
21.2.0
Changelog
Enhancements
- DataViews: Introduce
perPageSizesto control the available sizes of the items per page. (70604) - ESLint: Enforce stricter translator comment placeholder matching. (70458)
- Format Library: Improve inline image replacement workflow. (70598)
- I18N: Use
@tannin/sprintf. (70434)
Block Library
- Gallery: Refactor "Settings" panel of Gallery block to use
ToolsPanelinstead ofPanelBody. (67904) - Navigation Link: Add "Open in new tab" toggle to navigation block sidebar. (67262)
- Site Logo: Refactor the media panel to use ToolsPanel. (70599)
Icons
- Update circle icons to have a unified footprint. (70581)
- Update icons: Help, PlusCircle, Typography. (70299)
Block Editor
- Use consistent sizing for the block locking modal. (70593)
Post Editor
- Editor: Allow replacing the 'PostLockedModal' component. (70586)
Components
- Add
DateCalendarandDateRangeCalendarcomponents. (70578)
DataViews
- More fields, controls and operators. (70567)
Interactivity API
- iAPI Router: Prioritize custom click event handlers when full-page navigation is enabled. (70566)
Templates API
- Site Editor: Sort post types alphabetically within the
Add Templatemodal. (70562)
Bug Fixes
- iAPI Router: Preserve media attribute on intial style sheets after client-side navigation (#70668)
Block Library
- Cover: Fixed resetAll to return image resolution to default value. (70608)
- Featured Image: Fixed resetAll to return image resolution to default value. (70514)
- Fix submenu border visibility in Navigation block. (70520)
- Image Block: Preserve line breaks in media caption. (70476)
- RSS Block: Decode HTML entities in feed titles before display. (70491)
Icons
- Fix plusCircleFilled size. (70650)
DataViews
- Correct padding for empty-state elements when is in a . (70638)
Components
- Remove the extra font-size override for the select control on medium layouts. (70619)
Style Book
- Enable support for showing individual block variations. (70448)
Accessibility
Components
FormTokenField: Fix focus lost on tab when__experimentalExpandOnFocusis set. (70591)
Performance
- usePostActions: Avoid fetching all templates (unbound request). (70535)
- Block Editor: Avoid unbound requests in inserter selectors (#66817)
Block Library
- Post Author: Optimize and improve user control queries. (70510)
Documentation
- Add
isPostAutosavingLockedexample to doc block. (70640) - Docs: Update Locking interface example image. (70590)
- Media Upload: Correct wrapper reference in docstring. (70651)
- RawHTML: Clarify the wrapper 'div' element behavior. (70527)
- ServerSideRender: Remove the 'POST' method shim example. (70577)
- Update nested-blocks-inner-blocks.md. (70587)
- Updated support for MS Word Images. (70564)
Code Quality
- I18n: Use more descriptive type arguments in i18n package. (70606)
- ServerSideRender: Remove unnecessary props for default loading placeholder. (70576)
- ServerSideRender: Use data hooks instead of HoC. (70529)
- wp-env: Fix Docker build errors with Debian Buster repositories (#70718)
Block Editor
Block Library
- List Block: Remove unused __unstableMultilineWrapperTags field from block.json. (70209)
Components
- Fix Floating UI packages dependencies. (70553)
Tools
Testing
- CodeVitals: Use a different SHA for the base branch. (70565)
- Fix unit test for flaky filterSortAndPaginate function. (70582)
- e2e: Re-enable skipped end-to-end tests related to the settings REST API. (70551)
First-time contributors
The following PRs were merged by first-time contributors:
- @Adi-ty: e2e: Re-enable skipped end-to-end tests related to the settings REST API. (70551)
- @chihsuan: Components: Add
DateCalendarandDateRangeCalendarcomponents. (70578) - @coderGtm: (70482)
- @mecskyverse: Updated support for MS Word Images. (70564)
- @R1shabh-Gupta: Fix submenu border visibility in Navigation block. (70520)
- @USERSATOSHI: ESLint: Enforce stricter translator comment placeholder matching. (70458)
Contributors
The following contributors merged PRs in this release:
@Adi-ty @arthur791004 @BugReportOnWeb @chihsuan @coderGtm @DAreRodz @ellatrix @himanshupathak95 @Infinite-Null @jameskoster @jasmussen @Lovor01 @Mamaduka @mecskyverse @p-jackson @R1shabh-Gupta @sejas @shimotmk @sirreal @Sukhendu2002 @swissspidy @t-hamano @USERSATOSHI @yogeshbhutkar @youknowriad
21.2.0 RC2
21.2.0 RC1
Changelog
Enhancements
- DataViews: Introduce
perPageSizesto control the available sizes of the items per page. (70604) - ESLint: Enforce stricter translator comment placeholder matching. (70458)
- Format Library: Improve inline image replacement workflow. (70598)
- I18N: Use
@tannin/sprintf. (70434)
Block Library
- Gallery: Refactor "Settings" panel of Gallery block to use
ToolsPanelinstead ofPanelBody. (67904) - Navigation Link: Add "Open in new tab" toggle to navigation block sidebar. (67262)
- Site Logo: Refactor the media panel to use ToolsPanel. (70599)
Icons
- Update circle icons to have a unified footprint. (70581)
- Update icons: Help, PlusCircle, Typography. (70299)
Block Editor
- Use consistent sizing for the block locking modal. (70593)
Post Editor
- Editor: Allow replacing the 'PostLockedModal' component. (70586)
Components
- Add
DateCalendarandDateRangeCalendarcomponents. (70578)
DataViews
- More fields, controls and operators. (70567)
Interactivity API
- iAPI Router: Prioritize custom click event handlers when full-page navigation is enabled. (70566)
Templates API
- Site Editor: Sort post types alphabetically within the
Add Templatemodal. (70562)
Bug Fixes
Block Library
- Cover: Fixed resetAll to return image resolution to default value. (70608)
- Featured Image: Fixed resetAll to return image resolution to default value. (70514)
- Fix submenu border visibility in Navigation block. (70520)
- Image Block: Preserve line breaks in media caption. (70476)
- RSS Block: Decode HTML entities in feed titles before display. (70491)
Icons
- Fix plusCircleFilled size. (70650)
DataViews
- Correct padding for empty-state elements when is in a . (70638)
Components
- Remove the extra font-size override for the select control on medium layouts. (70619)
Style Book
- Enable support for showing individual block variations. (70448)
Accessibility
Components
FormTokenField: Fix focus lost on tab when__experimentalExpandOnFocusis set. (70591)
Performance
- usePostActions: Avoid fetching all templates (unbound request). (70535)
Block Library
- Post Author: Optimize and improve user control queries. (70510)
Documentation
- Add
isPostAutosavingLockedexample to doc block. (70640) - Docs: Update Locking interface example image. (70590)
- Media Upload: Correct wrapper reference in docstring. (70651)
- RawHTML: Clarify the wrapper 'div' element behavior. (70527)
- ServerSideRender: Remove the 'POST' method shim example. (70577)
- Update nested-blocks-inner-blocks.md. (70587)
- Updated support for MS Word Images. (70564)
Code Quality
- I18n: Use more descriptive type arguments in i18n package. (70606)
- ServerSideRender: Remove unnecessary props for default loading placeholder. (70576)
- ServerSideRender: Use data hooks instead of HoC. (70529)
Block Editor
Block Library
- List Block: Remove unused __unstableMultilineWrapperTags field from block.json. (70209)
Components
- Fix Floating UI packages dependencies. (70553)
Tools
Testing
- CodeVitals: Use a different SHA for the base branch. (70565)
- Fix unit test for flaky filterSortAndPaginate function. (70582)
- e2e: Re-enable skipped end-to-end tests related to the settings REST API. (70551)
First-time contributors
The following PRs were merged by first-time contributors:
- @Adi-ty: e2e: Re-enable skipped end-to-end tests related to the settings REST API. (70551)
- @chihsuan: Components: Add
DateCalendarandDateRangeCalendarcomponents. (70578) - @coderGtm: (70482)
- @mecskyverse: Updated support for MS Word Images. (70564)
- @R1shabh-Gupta: Fix submenu border visibility in Navigation block. (70520)
- @USERSATOSHI: ESLint: Enforce stricter translator comment placeholder matching. (70458)
Contributors
The following contributors merged PRs in this release:
@Adi-ty @arthur791004 @BugReportOnWeb @chihsuan @coderGtm @DAreRodz @ellatrix @himanshupathak95 @Infinite-Null @jameskoster @jasmussen @Lovor01 @Mamaduka @mecskyverse @p-jackson @R1shabh-Gupta @sejas @shimotmk @sirreal @Sukhendu2002 @swissspidy @t-hamano @USERSATOSHI @yogeshbhutkar @youknowriad
21.1.1
21.1.0
Changelog
Enhancements
Block Library
- Author Block: Refactor Settings panel to use Toolspanel. (67965)
- Avatar: Refactor settings panel to use ToolsPanel. (67952)
- Comments Pagination: Remove unwanted bottom margin from links. (70360)
- Navigation Block: Flip submenu indicator icon on submenu expansion. (70307)
- Navigation Block: Rotate submenu indicator icons on submenu expansion. (70442)
- Navigation Link: Add
dropdownMenuPropsand aresetAllfunction. (70505) - Post Navigation Link: Refactor settings panel to use ToolsPanel. (70276)
- Refactor Site Logo "Settings" Panel to Use ToolsPanel. (67972)
- [ Experimental Form ]: Add example block previews. (70436)
Interactivity API
- iAPI Router: Add support for new router regions with
attachTo. (70421) - iAPI Router: Support new styles and script modules on client-side navigation. (70353)
- iAPI: Export
NavigateOptionsandPrefetchOptionstypes. (70315) - iAPI: Introduce
AsyncActionandTypeYieldtype helpers. (70422)
Extensibility
- Social: Allow custom link icons using block variations. (70261)
Bug Fixes
- Core data: getHomePage: Do not return object until resolved. (70345)
Block Library
- Fix : Calendar block: Colors do not change between global styles and
theme.json. (70184) - Form Block: Apply class names correctly in the block editor. (70394)
- FormFileUpload: Extend audio accept MIME types for iOS compatibility. (70354)
- Image: Fix outdated accessibility hint on native component. (70346)
- Image: Fixed resetAll to return image resolution to default value. (70398)
- Revert "Flip submenu indicator icon on submenu expansion (#70307)". (70427)
- Social Links: Allow icon size to be reset and honor theme.json styles. (70380)
- Video Block: Guard against duplicate tracks. (70295)
Interactivity API
- Fix image lightbox issues in new full client-side navigation logic. (70416)
- iAPI Router: Fix dynamic imports on new visited pages. (70489)
- iAPI: Fix captured errors in
withScopegenerators. (70303) - iAPI: Fix duplicated nested regions. (70302)
- iAPI: Fix parsing of comments without siblings. (70304)
Global Styles
- Fix: Global styles affect all form elements ( Form Block ). (70392)
- Implement uniform header layout. (70464)
DataViews
- Data forms: Achieve vertical spacing with vertical spacing rather than cell padding. (70435)
Post Editor
- Fix: Update post-publish panel to use taxonomy label instead of hardcoded "Tags". (70410)
Media
- Invalidate entities when new media is uploaded. (70405)
Plugin
- Fix: Incorrect style handle in RTL style registration for wp-list-reusable-blocks. (70402)
Data Layer
- Add private selector support to resolveSelect and suspendSelect. (52036)
Accessibility
Templates API
- Templates: Add back button & fix focus loss when navigating through template creation flow. (70091)
Performance
Block Library
- Avatar: Optimize user control query. (70511)
Documentation
- Add
isPostSavingLockedexample to doc block. (70370) - Commands: Add stylesheet requirements to README. (70323)
- Create Block: Add documentation for custom block namespace. (70215)
- Docs: Fix broken links on Developer.WordPress.org. (70473)
- Fix some typos. (70419)
- Fix typo folder-structure.md. (70375)
- block-attributes: Add
roleattribute explanation. (70361)
Code Quality
- Patterns: Delete unused property. (70321)
- TypeScript: Converts HtmlEntities Package to TS. (69326)
- TypeScript: Migrate deprecated package to TS. (70362)
- TypeScript: Migrate is-shallow-equal package to TS. (70407)
- iAPI: Fix the changelog to include PR 70296 in 6.25. (70309)
Block Editor
- Media List: Use 'placement' prop for popover positioning. (70350)
- Refactor:
URLInputButtoncomponent to functional react component. (70384) - Warning: Replace popoverProps.position to popoverProps.placement. (70347)
Components
- Circular Option Picker: Use 'placement' prop for popover positioning. (70359)
- FormFileUpload: Remove temporary fix for selecting .heic file in Chromium browsers. (70383)
Post Editor
- PostAuthorCombobox: Simplify 'onFilterValueChange' debounced callback. (70512)
Interactivity API
- iAPI: Minor fixes to the Interactivity and Interactivity Router comments. (70420)
Block Library
- Social Link: Use
placementprop for popover positioning. (70348)
Tools
Testing
- Test: Improve document settings sidebar locator. (70331)
- Ensure the actual tests environment is used for end-to-end tests. (70280)
- Skip falling end-to-end tests. (70460)
- end-to-end Tests: Add test case for
Linkcolor support. (69141) - end-to-end Tests: Minor code quality improvement in some tests. (70382)
Various
Block Library
- Remove screencast.com embed block variation. (70480)
First-time contributors
The following PRs were merged by first-time contributors:
- @alejandrogonzalvo: test: Improve document settings sidebar locator. (70331)
- @BugReportOnWeb: FormFileUpload: Extend audio accept MIME types for iOS compatibility. (70354)
- @iamsandeepdahiya: Fix: Incorrect style handle in RTL style registration for wp-list-reusable-blocks. (70402)
- @kushagra-goyal-14: TypeScript: Migrate is-shallow-equal package to TS. (70407)
- @NidhiDhandhukiya74: Refactor Site Logo "Settings" Panel to Use ToolsPanel. (67972)
- @shrivastavanolo: Navigation Block: Flip submenu indicator icon on submenu expansion. (70307)
- @USERSATOSHI: TypeScript: Migrate deprecated package to TS. (70362)
- @yashjawale: Image: Fix outdated accessibility hint on native component. (70346)
Contributors
The following contributors merged PRs in this release:
@alejandrogonzalvo @BugReportOnWeb @DAreRodz @dd32 @ellatrix @himanshupathak95 @iamsandeepdahiya @im3dabasia @Infinite-Null @jsnajdr @karthikeya-io @kushagra-goyal-14 @Maikuolan @Mamaduka @Mayank-Tripathi32 @NidhiDhandhukiya74 @peterwilsoncc @ramonjd @Rishit30G @SainathPoojary @SantosGuillamot @shimotmk @shrivastavanolo @t-hamano @talldan @USERSATOSHI...
21.1.0 RC1
Changelog
Enhancements
Block Library
- Author Block: Refactor Settings panel to use Toolspanel. (67965)
- Avatar: Refactor settings panel to use ToolsPanel. (67952)
- Comments Pagination: Remove unwanted bottom margin from links. (70360)
- Navigation Block: Flip submenu indicator icon on submenu expansion. (70307)
- Navigation Block: Rotate submenu indicator icons on submenu expansion. (70442)
- Navigation Link: Add
dropdownMenuPropsand aresetAllfunction. (70505) - Post Navigation Link: Refactor settings panel to use ToolsPanel. (70276)
- Refactor Site Logo "Settings" Panel to Use ToolsPanel. (67972)
- [ Experimental Form ]: Add example block previews. (70436)
Interactivity API
- iAPI Router: Add support for new router regions with
attachTo. (70421) - iAPI Router: Support new styles and script modules on client-side navigation. (70353)
- iAPI: Export
NavigateOptionsandPrefetchOptionstypes. (70315) - iAPI: Introduce
AsyncActionandTypeYieldtype helpers. (70422)
Extensibility
- Social: Allow custom link icons using block variations. (70261)
Bug Fixes
- Core data: getHomePage: Do not return object until resolved. (70345)
Block Library
- Fix : Calendar block: Colors do not change between global styles and
theme.json. (70184) - Form Block: Apply class names correctly in the block editor. (70394)
- FormFileUpload: Extend audio accept MIME types for iOS compatibility. (70354)
- Image: Fix outdated accessibility hint on native component. (70346)
- Image: Fixed resetAll to return image resolution to default value. (70398)
- Revert "Flip submenu indicator icon on submenu expansion (#70307)". (70427)
- Social Links: Allow icon size to be reset and honor theme.json styles. (70380)
- Video Block: Guard against duplicate tracks. (70295)
Interactivity API
- Fix image lightbox issues in new full client-side navigation logic. (70416)
- iAPI Router: Fix dynamic imports on new visited pages. (70489)
- iAPI: Fix captured errors in
withScopegenerators. (70303) - iAPI: Fix duplicated nested regions. (70302)
- iAPI: Fix parsing of comments without siblings. (70304)
Global Styles
- Fix: Global styles affect all form elements ( Form Block ). (70392)
- Implement uniform header layout. (70464)
DataViews
- Data forms: Achieve vertical spacing with vertical spacing rather than cell padding. (70435)
Post Editor
- Fix: Update post-publish panel to use taxonomy label instead of hardcoded "Tags". (70410)
Media
- Invalidate entities when new media is uploaded. (70405)
Plugin
- Fix: Incorrect style handle in RTL style registration for wp-list-reusable-blocks. (70402)
Data Layer
- Add private selector support to resolveSelect and suspendSelect. (52036)
Accessibility
Templates API
- Templates: Add back button & fix focus loss when navigating through template creation flow. (70091)
Performance
Block Library
- Avatar: Optimize user control query. (70511)
Documentation
- Add
isPostSavingLockedexample to doc block. (70370) - Commands: Add stylesheet requirements to README. (70323)
- Create Block: Add documentation for custom block namespace. (70215)
- Docs: Fix broken links on Developer.WordPress.org. (70473)
- Fix some typos. (70419)
- Fix typo folder-structure.md. (70375)
- block-attributes: Add
roleattribute explanation. (70361)
Code Quality
- Patterns: Delete unused property. (70321)
- TypeScript: Converts HtmlEntities Package to TS. (69326)
- TypeScript: Migrate deprecated package to TS. (70362)
- TypeScript: Migrate is-shallow-equal package to TS. (70407)
- iAPI: Fix the changelog to include PR 70296 in 6.25. (70309)
Block Editor
- Media List: Use 'placement' prop for popover positioning. (70350)
- Refactor:
URLInputButtoncomponent to functional react component. (70384) - Warning: Replace popoverProps.position to popoverProps.placement. (70347)
Components
- Circular Option Picker: Use 'placement' prop for popover positioning. (70359)
- FormFileUpload: Remove temporary fix for selecting .heic file in Chromium browsers. (70383)
Post Editor
- PostAuthorCombobox: Simplify 'onFilterValueChange' debounced callback. (70512)
Interactivity API
- iAPI: Minor fixes to the Interactivity and Interactivity Router comments. (70420)
Block Library
- Social Link: Use
placementprop for popover positioning. (70348)
Tools
Testing
- Test: Improve document settings sidebar locator. (70331)
- Ensure the actual tests environment is used for end-to-end tests. (70280)
- Skip falling end-to-end tests. (70460)
- end-to-end Tests: Add test case for
Linkcolor support. (69141) - end-to-end Tests: Minor code quality improvement in some tests. (70382)
Various
Block Library
- Remove screencast.com embed block variation. (70480)
First-time contributors
The following PRs were merged by first-time contributors:
- @alejandrogonzalvo: test: Improve document settings sidebar locator. (70331)
- @BugReportOnWeb: FormFileUpload: Extend audio accept MIME types for iOS compatibility. (70354)
- @iamsandeepdahiya: Fix: Incorrect style handle in RTL style registration for wp-list-reusable-blocks. (70402)
- @kushagra-goyal-14: TypeScript: Migrate is-shallow-equal package to TS. (70407)
- @NidhiDhandhukiya74: Refactor Site Logo "Settings" Panel to Use ToolsPanel. (67972)
- @shrivastavanolo: Navigation Block: Flip submenu indicator icon on submenu expansion. (70307)
- @USERSATOSHI: TypeScript: Migrate deprecated package to TS. (70362)
- @yashjawale: Image: Fix outdated accessibility hint on native component. (70346)
Contributors
The following contributors merged PRs in this release:
@alejandrogonzalvo @BugReportOnWeb @DAreRodz @dd32 @ellatrix @himanshupathak95 @iamsandeepdahiya @im3dabasia @Infinite-Null @jsnajdr @karthikeya-io @kushagra-goyal-14 @Maikuolan @Mamaduka @Mayank-Tripathi32 @NidhiDhandhukiya74 @peterwilsoncc @ramonjd @Rishit30G @SainathPoojary @SantosGuillamot @shimotmk @shrivastavanolo @t-hamano @talldan @USERSATOSHI...
21.0.0
Changelog
Enhancements
Block Library
- Button Block: Add HTML Element selection in Advanced settings. (70139)
- Comment Date: Convert Comment Date block settings to ToolsPanel. (70248)
- Comment Author Name Block: Refactor setting panel to use ToolsPanel. (69407)
- Comment Edit Link: Refactor settings panel to use ToolsPanel. (70247)
- Comment Title: Refactor settings panel to use ToolsPanel. (70246)
- Comments Pagination Block: Refactor settings panel to use ToolsPanel. (70245)
- Embed Block: Refactor setting panel to use ToolsPanel. (69636)
- File Block: Refactor setting panel to use ToolsPanel. (70189)
- Form Input: Convert Form Input block settings to ToolsPanel. (70249)
- Form: Convert Form block settings to ToolsPanel. (70253)
- Latest posts: Change panel body to tools panel. (70200)
- List Block: Refactor setting panel to use ToolsPanel. (69387)
- Navigation Link, Navigation Submenu: Hide title UI controls while keeping attribute support. (70234)
- Navigation: Refactor display panel to use ToolsPanel. (68011)
- Post Title: Refactor settings panel to use ToolsPanel. (70229)
- RSS: Refactor setting panel to use
ToolsPanel. (70213) - Separator: Change html element option visibility. (70185)
- Shortcode: Add role attribute to content in
block.json. (70164) - Video: Add option to set a track as default. (70227)
Components
- ComboboxControl: Handle Unicode characters when matching values. (70180)
- DropZone: Allow overriding the default icon. (70236)
Block Transforms
- Adds transforms functionality to Post comments link and post comments number. (70287)
Bug Fixes
Block Library
- Button: Avoid empty block control slot. (70191)
- Fix: Click-through blur effect when gallery images have a caption. (69067)
- Pullquote block: Cannot override cite element style via theme.json. (70260)
- Social Link: Localize social service names for translations. (70199)
- Social: Moves size settings to inspector controls. (70186)
Components
- Ensure SVG Images Without a Width Attribute Are Displayed Correctly in FocalPointPicker. (70061)
- FormTokenField: Fix filtering with full-width string. (70232)
Interactivity API
- iAPI: Make storePart argument optional in overloads. (70296)
Post Editor
- Editor: Better normalize strings for hierarchical term filtering. (70178)
Block Editor
- Flex Layout: Fix incorrect default alignment values for
Vertical Alignment Controlcomponent. (68866)
Accessibility
Block Library
- Button: Avoid focus loss when unlinking using keyboard. (70192)
- Columns block: Don't use ToolsPanelItem for Columns setting. (70210)
- Details Block: Fix keyboard accessibility issues and allow list view selection to show up inner blocks. (70056)
Components
- Toolbar: Adjust colors for dark mode support. (69278)
Experiments
Interactivity API
- iAPI: Remove the full-page client-side navigation experiment. (70228)
Documentation
- Docs: Added the missing ALT attribute to all images. (70225)
- Docs: Remove misleading section from curating the editor experience. (70262)
- Fix parameter hint for
canInsertBlocks. (70305) - Fix: Render_block_core_site_title function doc has missing return type. (70269)
- Improve default ALT attribute value for images in documentation. (70226)
- JSON schema: Clean reference URLs. (70274)
- Removed Empty line and corrected typo in inline document. (70203)
- Replace “sidebar” with “panel” in tutorial.md. (70257)
- Small grammar fix in glossary.md. (70292)
- The wp_admin_notice() function should be called instead of custom HTML for admin notice in docs/how-to-guides/notices/README.md. (70231)
- Updated small typo in inline documentation. (70187)
useDropZone: Refactor documentation to use the correct function syntax. (70286)block.jsonschema: Add role field. (70272)
Code Quality
Block Editor
- Clarify 'clientId' prop use for 'HTMLElementControl'. (70258)
- ImageSizeControl: Use margin-free style. (70202)
Components
- Remove forced focus of
InputControlon mousedown. (41118) - SuggestionsList: Remove unused code. (70195)
Block Library
- Video: Use a unique 'key' in the 'TrackList' component. (70263)
Tools
Testing
- Cover Block: Add
E2ETest forFocalPointPicker. (69077) - E2E: Add general end-to-end tests for
templateLockfunctionality. (70160) - Fix end-to-end test for block API / filtered blocks. (51882)
- Format
.githubworkflows.ymlfile. (70219) - Account for tests env port being overridden from 8889 in PHP unit tests. (70267)
First-time contributors
The following PRs were merged by first-time contributors:
- @catgofire: Small grammar fix in glossary.md. (70292)
- @Mukulsingh27: Pullquote block: Cannot override cite element style via theme.json. (70260)
- @nani-samireddy: Comments Pagination Block: Refactor settings panel to use ToolsPanel. (70245)
- @OpuRockey: Fix: Render_block_core_site_title function doc has missing return type. (70269)
- @ravigadhiya007: Docs: Added the missing ALT attribute to all images. (70225)
Contributors
The following contributors merged PRs in this release:
@aurooba @catgofire @DAreRodz @dhruvikpatel18 @himanshupathak95 @im3dabasia @Infinite-Null @Mamaduka @Mayank-Tripathi32 @Mukulsingh27 @nani-samireddy @OpuRockey @pmbaldha @ravigadhiya007 @Rishit30G @SainathPoojary @shail-mehta @shimotmk @stokesman @t-hamano @troychaplin @vipul0425 @vk17-starlord @westonruter @yogeshbhutkar