Automattic / newspack-plugin

An advanced open-source publishing and revenue-generating platform for news organizations.
https://newspack.com
GNU General Public License v2.0
324 stars 48 forks source link

chore(deps): bump @wordpress/components from 23.9.0 to 28.2.0 in /assets/components #3213

Open dependabot[bot] opened 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps @wordpress/components from 23.9.0 to 28.2.0.

Changelog

Sourced from @​wordpress/components's changelog.

28.2.0 (2024-06-26)

Enhancements

  • DropZone: rewrite animation without depending on framer-motion. (#62044)
  • __experimentalPaletteEdit: improve the accessibility. (#62753)

Internal

  • CustomSelectControl: align unit tests for v1 and legacy v2 versions. (#62706)
  • CustomSelectControlV2: fix handling of extra option attributes in the onChange callbacks and when forwarding them to the option DOM elements. (#62255)
  • CustomSelectControlV2: fix setting initial value and reacting to external controlled updates. (#62733)
  • CustomSelectControlV2: Handle long strings in selected value (#62198).

28.1.0 (2024-06-15)

Enhancements

  • Add text-wrap: balance fallback to all instances of text-wrap: pretty for greater cross browser compatibility. (#62233)
  • Updates the space between input + label to 8px in CheckboxControl and RadioControl. Also increased the space between RadioControl components to 12px to make it consistent with CheckboxControl. (#61696)

Bug Fixes

  • Tabs: Prevent accidental overflow in indicator (#61979).

28.0.0 (2024-05-31)

Breaking Changes

  • Variables like process.env.IS_GUTENBERG_PLUGIN have been replaced by globalThis.IS_GUTENBERG_PLUGIN. Build systems using process.env should be updated (#61486).
  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#31270). Learn more about Node.js releases.

Enhancements

  • Tabs: Animate indicator (#60560).
  • ComboboxControl: Introduce Combobox expandOnFocus prop (#61705).
  • ProgressBar: Expose as public API (#61062).
  • ProgressBar: Simplify default width implementation and make it more easily overridable (#61976).

Bug Fixes

  • Autocomplete: Stabilize rendering of autocomplete items (#61877).
  • TabPanel: Make the the focus styles consistent with Tabs. (#61317).
  • InputControl: Fixed z-index issue where slider dots appeared in front of the Appearance dropdown. (#61937)

Internal

  • Remove reduceMotion util (#61963).
  • Add type support for CSS Custom Properties (#61872).
  • Remove usage of deprecated spreading of key prop in JSX in CustomSelectControl and FormTokenField components (#61692).

... (truncated)

Commits
  • 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
  • 7a73712 Update changelog files
  • a2eeacb Merge changes published in the Gutenberg plugin "release/18.5" branch
  • 42f38f2 chore(release): publish
  • Additional commits viewable in compare view


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 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)