Codeinwp / otter-blocks

Create beautiful and attracting posts, pages, and landing pages with Gutenberg Blocks and Template Library by Otter.
https://wordpress.org/plugins/otter-blocks/
GNU General Public License v3.0
135 stars 35 forks source link

chore(deps-dev): bump @wordpress/components from 27.3.0 to 28.2.0 #2248

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps @wordpress/components from 27.3.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)
pirate-bot commented 3 months ago

Bundle Size Diff

Package Old Size New Size Diff
Animations 239.1 KB 239.1 KB 0 B (0.00%)
Blocks 1.5 MB 1.5 MB 0 B (0.00%)
CSS 93.17 KB 93.17 KB 0 B (0.00%)
Dashboard 201.53 KB 201.53 KB 0 B (0.00%)
Onboarding 154.18 KB 154.18 KB 0 B (0.00%)
Export Import 90.95 KB 90.95 KB 0 B (0.00%)
Pro 355.91 KB 355.91 KB 0 B (0.00%)
pirate-bot commented 3 months ago

Plugin build for fc4a69aa539e818a9e0d2ec22ece4e22843d5a99 is ready :bellhop_bell:!

pirate-bot commented 3 months ago

E2E Tests

Playwright Test Status:

Performance Results serverResponse: 215.75, firstPaint: 153.25, domContentLoaded: 1571.85, loaded: 1572.5, firstContentfulPaint: 3675.95, firstBlock: 5485, type: 13.33, minType: 11.63, maxType: 15.96, typeContainer: 7.67, minTypeContainer: 6.91, maxTypeContainer: 8.38, focus: 43.57, minFocus: 35.5, maxFocus: 58.35, inserterOpen: 26.97, minInserterOpen: 25.19, maxInserterOpen: 29.15, inserterSearch: 7.11, minInserterSearch: 6.49, maxInserterSearch: 7.56, inserterHover: 5.31, minInserterHover: 3.55, maxInserterHover: 18.9, listViewOpen: 151.88, minListViewOpen: 138.85, maxListViewOpen: 165.09
dependabot[bot] commented 2 months ago

Superseded by #2260.