Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPM(deps): Bump @wordpress/components from 8.5.0 to 28.3.0 #54

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 10, 2024

Bumps @wordpress/components from 8.5.0 to 28.3.0.

Release notes

Sourced from @​wordpress/components's releases.

18.8.0 RC1

Changelog

Features

  • DataForm: Implement first prototype using duplicate page action. (63032)

Enhancements

Components

  • BaseControl: Forward ref on VisualLabel. (63169)
  • CustomSelectControlV2: Allow wrapping item hint to new line. (62848)
  • CustomSelectControlV2: Expose legacy wrapper through private APIs. (62936)
  • CustomSelectControl V2: Keep legacy arrow down behavior only for legacy wrapper. (62919)
  • CustomSelectControlV2: Collapse checkmark space when unchecked. (63229)
  • CustomSelectControlV2: Keep item checkmark top aligned. (63230)
  • DateTime: Create TimeInput component and integrate into TimePicker. (60613)
  • FontSizePicker: Use CustomSelectControl V2 legacy adapter. (63134)
  • Tabs: Add vertical indicator animation. (62879)
  • TimeInput: Add label prop. (63106)
  • TimePicker: Add dateOrder prop to sort day, month, and year. (62481)
  • ToolbarButton: Deprecate isDisabled prop and merge with disabled. (63101)
  • Tooltip Component: Add custom class name support. (63157)

Data Views

  • Add padding around selected values in author filter. (63212)
  • DataViews filterSortAndPaginate utility: Support sorting by number. (63187)
  • DataViews: Make view.hiddenFields optional. (62876)
  • DataViews: Remove Table Cells animation. (63079)
  • DataViews: Replace supportedLayouts prop with defaultLayouts prop instead. (63287)
  • Duplicate modal: Move to 40px components. (63246)
  • Pages: Include avatar in Author field. (63142)
  • Patterns Page: Hide preview column by default. (63213)
  • Posts list powered by DataViews. (62705)
  • Split layout / view options. Use active layout icon for the layout button. (63205)
  • Use status icons in field display. (63289)

Block Library

  • Add example for query block and posts list. (63286)
  • Excerpt block: Add example of the block. (63010)
  • Group: Add block support for shadow. (63295)
  • Login/out block: Add example of the block. (62937)
  • Post content block: Add example of the block. (62968)
  • Post title: Add example of the block. (62955)
  • Table Block: Add toolbar button to add a caption. (47984)

Block Editor

  • Block position controls: Use V2 legacy adapter instead of V1 CustomSelectControl. (63139)

... (truncated)

Changelog

Sourced from @​wordpress/components's changelog.

28.3.0 (2024-07-10)

Enhancements

  • Tabs: hyphenate tab labels (#63337).
  • Tooltip: Add support for className prop (#63157).
  • Toolbar: Add support for vertical orientation (#60123).
  • BaseControl: forward ref on VisualLabel (#63169).
  • ToolbarButton: Deprecate isDisabled prop and merge with disabled (#63101).
  • Button: Stabilize __experimentalIsFocusable prop as accessibleWhenDisabled (#62282).
  • ToolbarButton: Always keep focusable when disabled (#63102).
  • ProgressBar: Fix indeterminate RTL support. (#63129).
  • RangeControl: Fix RTL support for custom marks (#63198).
  • TimePicker: Add dateOrder prop (#62481).

Bug Fixes

  • Tabs: Make Tabs have a fluid height (#62027).
  • UnitControl: Fix colors when disabled. (#62970)
  • useUpdateEffect: Correctly track mounted state in strict mode. (#62974)
  • UnitControl: Fix an issue where keyboard shortcuts unintentionally shift focus on Windows OS. (#62988)
  • Fix inaccessibly disabled Buttons (#62306).
  • TimePicker: Fix time zone overflow (#63209).
  • SelectControl: Fix disabled styles (#63266).
  • Tabs: Fix text-align when text wraps in vertical mode (#63272).
  • Tabs: Fix "With tab icons" Storybook example (#63297).

Internal

  • `Allow ariakit and framer motion imports in the components package. (#63123)
  • CustomSelectControlV2: prevent keyboard event propagation in legacy wrapper. (#62907)
  • CustomSelectControlV2: expose legacy wrapper through private APIs. (#62936)
  • CustomSelectControlV2: fix item styles (#62825)
  • CustomSelectControlV2: add root element wrapper. (#62803)
  • CustomSelectControlV2: tweak item inline padding based on size (#62850).
  • CustomSelectControlV2: fix popover styles. (#62821)
  • CustomSelectControlV2: fix trigger text alignment in RTL languages (#62869).
  • CustomSelectControlV2: allow wrapping item hint to new line (#62848).
  • CustomSelectControlV2: fix select popover content overflow. (#62844)
  • CustomSelectControlV2: keep item checkmark top aligned. (#63230)
  • CustomSelectControlV2: keep legacy arrow down behavior only for legacy wrapper. (#62919)
  • CustomSelectControlV2: fix trigger button font size. (#63131)
  • CustomSelectControlV2: fix labelling with a visually hidden label. (#63137)
  • CustomSelectControlV2: allow checkmark wrapper to collapse when not shown. (#63229)
  • Extract TimeInput component from TimePicker (#60613).
  • TimeInput: Add label prop (#63106).
  • Method style type signatures have been changed to function style (#62718).
  • FontSizePicker: use CustomSelectControl V2 legacy adapter (#63134).

28.2.0 (2024-06-26)

... (truncated)

Commits
  • 122867d chore(release): publish
  • cd8a365 Update changelog files
  • 1c24e60 Merge changes published in the Gutenberg plugin "release/18.8" branch
  • aa5b14b chore(release): publish
  • 1f9356a Update changelog files
  • b3faeb5 Merge changes published in the Gutenberg plugin "release/18.7" branch
  • 66d3bf1 chore(release): publish
  • 3be40c3 Update changelog files
  • 0ef18d3 Merge changes published in the Gutenberg plugin "release/18.6" branch
  • 2f30cdd chore(release): publish
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by gutenbergplugin, a new releaser for @​wordpress/components since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) from 8.5.0 to 28.3.0.
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/components/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/components)

---
updated-dependencies:
- dependency-name: "@wordpress/components"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Jul 10, 2024

The following labels could not be found: dependencies, javascript.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants