sophi-for-wordpress
sophi-for-wordpress copied to clipboard
Update dependency @10up/block-components to v1.16.2
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@10up/block-components (source) | 1.13.0 -> 1.16.2 |
Release Notes
10up/block-components (@10up/block-components)
v1.16.2
: 1.16.2
What's Changed
- Fix Icon Picker rendering empty when one item should be rendered by @fabiankaegy @TylerB24890 @psorensen in https://github.com/10up/block-components/pull/249
- Fix default value of
renderItemType
inContentSearch
component by @fabiankaegy @cameronterry in https://github.com/10up/block-components/pull/247
Full Changelog: https://github.com/10up/block-components/compare/v1.16.1...v1.16.2
v1.16.1
: 1.16.1
What's Changed
- fix add context view to rest request so that authors can view terms by @fabiankaegy in https://github.com/10up/block-components/pull/245
Full Changelog: https://github.com/10up/block-components/compare/v1.16.0...v1.16.1
v1.16.0
: 1.16.0
What's Changed
- Add additional example for render appender component usage by @PypWalters in https://github.com/10up/block-components/pull/241
- Add source of BlockControls to MediaToolbar docs by @benlk in https://github.com/10up/block-components/pull/240
- fix add check before trying to access yoast data store by @fabiankaegy in https://github.com/10up/block-components/pull/237
- Simple docs change. by @JustinSainton in https://github.com/10up/block-components/pull/244
- Feature | Improve Icon Picker by virtualizing icon grid and using fuzzy search by @fabiankaegy in https://github.com/10up/block-components/pull/243
New Contributors
- @PypWalters made their first contribution in https://github.com/10up/block-components/pull/241
- @benlk made their first contribution in https://github.com/10up/block-components/pull/240
- @JustinSainton made their first contribution in https://github.com/10up/block-components/pull/244
Full Changelog: https://github.com/10up/block-components/compare/v1.15.13...v1.16.0
v1.15.13
: 1.15.13
Full Changelog: https://github.com/10up/block-components/compare/v1.15.12...v1.15.13
v1.15.12
: 1.15.12
What's Changed
- Publish source-map of build assets by @fabiankaegy in https://github.com/10up/block-components/pull/223
- Fix basic editor styling of
InnerBlockSlider
and deprecate component by @fabiankaegy in https://github.com/10up/block-components/pull/236
Full Changelog: https://github.com/10up/block-components/compare/v1.15.11...v1.15.12
v1.15.11
: 1.15.11
What's Changed
- Add
fetchInitialResults
prop toContentSearch
by @xipasduarte in https://github.com/10up/block-components/pull/124 - allow usage of wildcard selector in
registerBlockExtension
allowed blocks by @fabiankaegy in https://github.com/10up/block-components/pull/195 - Fix render stability of IconPicker grid and update usage of deprecated Dropdown property by @fabiankaegy in https://github.com/10up/block-components/pull/230
New Contributors
- @xipasduarte made their first contribution in https://github.com/10up/block-components/pull/124
Full Changelog: https://github.com/10up/block-components/compare/v1.15.10...v1.15.11
v1.15.10
: 1.15.10
What's Changed
- Fix remove inert option from PostPrimaryTerm component by @fabiankaegy in https://github.com/10up/block-components/pull/217
Full Changelog: https://github.com/10up/block-components/compare/v1.15.9...v1.15.10
v1.15.9
: 1.15.9
What's Changed
- Allow passing labels prop though
Image
component to underlyingMediaPlaceholder
by @fabiankaegy in https://github.com/10up/block-components/pull/196 - Check if query exists before assign (React 18 useEffect issue) by @s3rgiosan in https://github.com/10up/block-components/pull/216
New Contributors
- @s3rgiosan made their first contribution in https://github.com/10up/block-components/pull/216
Full Changelog: https://github.com/10up/block-components/compare/v1.15.8...v1.15.9
v1.15.8
: 1.15.8
What's Changed
- Add the ability to define a "noResultsMessage" on the PostTermList component by @fabiankaegy in https://github.com/10up/block-components/pull/202
Full Changelog: https://github.com/10up/block-components/compare/v1.15.7...v1.15.8
v1.15.7
- Fix make cypress a dev dependency
Full Changelog: https://github.com/10up/block-components/compare/v1.15.6...v1.15.7
v1.15.6
: 1.15.6
Full Changelog: https://github.com/10up/block-components/compare/v1.15.5...v1.15.6
v1.15.5
: 1.15.5
Full Changelog: https://github.com/10up/block-components/compare/v1.15.4...v1.15.5
v1.15.4
: 1.15.4
What's Changed
- fix ensure styles inline styles are getting applied correctly in the editor for block extensions by @fabiankaegy in https://github.com/10up/block-components/pull/203
- add helper to handle non supported meta values by @fabiankaegy in https://github.com/10up/block-components/pull/209
Full Changelog: https://github.com/10up/block-components/compare/v1.15.3...v1.15.4
v1.15.3
: 1.15.3
Fixed
- Improving stability across renders of
Popover
component generated viausePopover
hook by @Antonio-Laguna in https://github.com/10up/block-components/pull/201
Full Changelog: https://github.com/10up/block-components/compare/v1.15.2...v1.15.3
v1.15.2
: 1.15.2
Fixes
- fix add back inline default value to prevent undefined error by @fabiankaegy in https://github.com/10up/block-components/pull/199
Full Changelog: https://github.com/10up/block-components/compare/v1.15.1...v1.15.2
v1.15.1
: 1.15.1
Fixes
- Ensure custom inline styles get saved correctly when block extension gets applied (https://github.com/10up/block-components/commit/6e28f2472dad50b1cce42a949965777a2fcab380) @fabiankaegy
Full Changelog: https://github.com/10up/block-components/compare/v1.15.0...v1.15.1
v1.15.0
: 1.15.0
Features
- Add Post level components to allow easy building of page level blocks by @fabiankaegy and @Antonio-Laguna in https://github.com/10up/block-components/pull/178
- Add support for adding inline styles with block extensions by @fabiankaegy in https://github.com/10up/block-components/pull/197
Fixes
- Only output icon in IconPickerToolbar if one has been selected @tlovett1 in https://github.com/10up/block-components/pull/189
- spread additional props passed to link component through to rich text component by @fabiankaegy in https://github.com/10up/block-components/pull/190
- fix how class names from core get passed through register block extension by @fabiankaegy in https://github.com/10up/block-components/pull/193
Workflow
- Add Compressed Size Action by @fabiankaegy in https://github.com/10up/block-components/pull/192
Full Changelog: https://github.com/10up/block-components/compare/v1.14.3...v1.15.0
v1.14.5
: 1.14.5
What's Changed
- Add Compressed Size Action by @fabiankaegy in https://github.com/10up/block-components/pull/192
- fix how class names from core get passed through register block extension by @fabiankaegy in https://github.com/10up/block-components/pull/193
Full Changelog: https://github.com/10up/block-components/compare/v1.14.4...v1.14.5
v1.14.4
: 1.14.4
What's Changed
- Only output icon if one is set by @tlovett1 in https://github.com/10up/block-components/pull/189
- spread additional props passed to link component through to rich text component by @fabiankaegy in https://github.com/10up/block-components/pull/190
Full Changelog: https://github.com/10up/block-components/compare/v1.14.3...v1.14.4
v1.14.3
: 1.14.3
What's Changed
- fix type check to determine whether to show focal point picker by @fabiankaegy in https://github.com/10up/block-components/pull/186
Full Changelog: https://github.com/10up/block-components/compare/v1.14.2...v1.14.3
v1.14.2
: 1.14.2
What's Changed
- Update readme.md example of link component by @adimitrovsf in https://github.com/10up/block-components/pull/166
- Updated the Local Environment setup instructions by @ncoetzer in https://github.com/10up/block-components/pull/170
- Enhancement: Add
renderItemType
prop toContentSearch
by @rmorse in https://github.com/10up/block-components/pull/162 - Filter search results before showing to exclude selected items. by @iamdharmesh in https://github.com/10up/block-components/pull/171
- Fix failing e2e tests by @fabiankaegy in https://github.com/10up/block-components/pull/179
- Update Dependencies and use NPM Workspaces by @fabiankaegy in https://github.com/10up/block-components/pull/180
- Move
Counter
to a separate component by @Sidsector9 in https://github.com/10up/block-components/pull/158 - Add:
useScript
hook by @fabiankaegy in https://github.com/10up/block-components/pull/113 - Try running the e2e tests in parallel by @fabiankaegy in https://github.com/10up/block-components/pull/181
- Doc updated: Image component Focal Picker needs default settings by @faisal-alvi in https://github.com/10up/block-components/pull/183
- fix pass fallback value to focal point picker if value is undefined by @fabiankaegy in https://github.com/10up/block-components/pull/184
New Contributors
- @adimitrovsf made their first contribution in https://github.com/10up/block-components/pull/166
- @ncoetzer made their first contribution in https://github.com/10up/block-components/pull/170
- @rmorse made their first contribution in https://github.com/10up/block-components/pull/162
- @iamdharmesh made their first contribution in https://github.com/10up/block-components/pull/171
- @faisal-alvi made their first contribution in https://github.com/10up/block-components/pull/183
Full Changelog: https://github.com/10up/block-components/compare/v1.14.1...v1.14.2
v1.14.1
: 1.14.1
What's Changed
- Fix alignment of Popover in Link Component by @fabiankaegy in https://github.com/10up/block-components/pull/157
Full Changelog: https://github.com/10up/block-components/compare/v1.14.0...v1.14.1
v1.14.0
: 1.14.0
What's Changed
- Add
focalPoint
setting to Image component by @fabiankaegy in https://github.com/10up/block-components/pull/155
Full Changelog: https://github.com/10up/block-components/compare/v1.13.0...v1.14.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
Please retry analysis of this Pull-Request directly on SonarCloud.
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication