Releases: 10up/block-components
Releases · 10up/block-components
1.21.3
What's Changed
- Fix/workflow perms by @jeffpaul in #388
- Fix: Update 10up toolkit to version 6.5.0 by @fabiankaegy in #389
New Contributors
Full Changelog: v1.21.2...v1.21.3
1.21.2
What's Changed
- feat(385): export
PickedItemPreview. by @derweili in #386 - Fix: Include Exports for Require by @fabiankaegy in #387
New Contributors
Full Changelog: v1.21.1...v1.21.2
1.21.1
What's Changed
- fix/367: Repeater: WordPress 6.8 Dragging issue by @Sidsector9 in #383
Full Changelog: v1.21.0...v1.21.1
v1.21.0
What's Changed
- Update CONTRIBUTING.md links by @jverneaut in #375
- Add
iconSetproperty to theIconPicker,InlineIconPicker, andIconPickerToolbarButtoncomponents by @ethanmay in #372 - Fix: Missing renamed instance of
clsxfunction in counter component by @fabiankaegy in #381 - Feature: Add new
unregisterBlockExtensionfunction by @fabiankaegy in #379 - Fix: ensure Content Picker label doesn’t display when max number of posts is reached by @fabiankaegy in #380
- Fix: handle deleted items in content picker by @fabiankaegy in #378
- Add support for granular imports to reduce bundle size by @jverneaut in #377
- Fix: allow passing aria label to link by @fabiankaegy in #382
New Contributors
- @jverneaut made their first contribution in #375
- @ethanmay made their first contribution in #372
Full Changelog: v1.20.5...v1.21.0
v1.20.5
- fix: ensure package was build using the production build - @jverneaut @fabiankaegy
Full Changelog: v1.20.4...v1.20.5
1.20.4
- Set peer dependency version of react & react-doc to 18.3 to match the version in WordPress Core. This is to prevent an issue where sometimes it mixed react 18 with 19 which caused odd issues in some instances
Full Changelog: v1.20.3...v1.20.4
1.20.1
What's Changed
- Fix: only fetch required data in content picker by @fabiankaegy in #363
- Fix: properly pass abort signal of
useInfiniteQuerytoapiFetchby @fabiankaegy in #365 - Convert ContentSearch input field from useState to useDebouncedInput to minimize consequtive search requests by @fabiankaegy in #364
- Fix Typescript Builds by @rleeson in #366
- Add title attribute for very long titles by @s3rgiosan in #369
New Contributors
Full Changelog: v1.20.0...v1.20.1
1.20.1-next.1
What's Changed
- Fix: only fetch required data in content picker by @fabiankaegy in #363
- Fix: properly pass abort signal of
useInfiniteQuerytoapiFetchby @fabiankaegy in #365 - Convert ContentSearch input field from useState to useDebouncedInput to minimize consequtive search requests by @rleeson in #364
- Fix Typescript Builds by @rleeson in #366
New Contributors
Full Changelog: v1.20.0...v1.20.1-next.1
1.20.0
What's Changed
- Fix error thrown by useRequestData hook by @theskinnyghost in #356
- Fix registerBlockExtension apply condition by @palicko in #357
- Allow using
AbstractRepeaterby @PatelUtkarsh in #353 - Fix Media Library image preselect when using MediaToolbar by @palicko in #358
- Feature: Modernize styling of content picker by @fabiankaegy in #359
- ContentPicker: Allow the preview of the selected items to be adjusted via a prop by @aatanasovdev in #361
New Contributors
- @theskinnyghost made their first contribution in #356
- @PatelUtkarsh made their first contribution in #353
- @aatanasovdev made their first contribution in #361
Full Changelog: v1.19.6...v1.20.0
v1.19.4
What's Changed
- Fix namespace validation error by @palicko in #346
- Fix: respect
isEditablecontext inPostMetacomponent by @fabiankaegy in #344 - Fix: only spread rest props to child components by @fabiankaegy in #347
New Contributors
Full Changelog: v1.19.3...v1.19.4