Releases: 10up/block-components
Releases · 10up/block-components
v1.19.4
What's Changed
- Fix namespace validation error by @palicko in #346
- Fix: respect
isEditable
context inPostMeta
component 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
1.19.3
What's Changed
- Display decoded HTML entities in
PostPrimaryCategory
component by @psorensen in #342 - Add
useFlatInnerBlocks
hook by @fabiankaegy in #343
Full Changelog: v1.19.2...v1.19.3
1.19.2
What's Changed
- Feature: Add additional tests & fix e2e pipeline by @Firestorm980 in #336
- Fix typos by @szepeviktor in #340
- Correct a type declaration in the
usePrimaryTerm
component by @johnbillion in #339
New Contributors
- @johnbillion made their first contribution in #339
Full Changelog: v1.19.1...v1.19.2
1.19.1
What's Changed
- Fix: Content picker check whether item.subtype is truthy before using it by @fabiankaegy in #337
Full Changelog: v1.19.0...v1.19.1
v1.19.0
What's Changed
Migrate Component to TypeScript:
- Refactor
MediaToolbar
component to TypeScript by @Sidsector9 in #309 - Refactor
useIsSupportedTaxonomy
hook to TypeScript by @Sidsector9 in #308 - Refactor
usePost
hook by @Sidsector9 in #306 - Refactor
PostMeta
component by @Sidsector9 in #310 - Refactor
useTaxonomy
hook to TypeScript by @Sidsector9 in #303 - Refactor
PostTitle
component to TypeScript by @Sidsector9 in #301 - Refactor
PostDate
component to TypeScript by @fabiankaegy in #316 - Refactor
PostAuthor
components to TypeScript by @fabiankaegy in #317 - Refactor
/hooks
to TypeScript by @fabiankaegy in #319 - Refactor
ColorSetting
component to TypeScript by @Souptik2001 in #320 - Refactor
Counter
component to TypeScript by @Souptik2001 in #322 - Refactor Example blocks to use TypeScript by @fabiankaegy in #323
- Refactor
IconPicker
component to TypeScript by @Antonio-Laguna in #321 - Refactor
ContentSearch
component to TypeScript by @Souptik2001 in #325 - Refactor
Image
component to TypeScript by @fabiankaegy in #333 - Refactor
Link
component to TypeScript by @fabiankaegy in #333 - Refactor
PostCategoryList
to TypeScript by @fabiankaegy in #333 - Refactor
PostExcerpt
to TypeScript by @fabiankaegy in #333 - Refactor
PostFeaturedImage
to TypeScript by @fabiankaegy in #333 - Refactor
PostPrimaryCategory
to TypeScript by @fabiankaegy in #333 - Refactor
PostPrimaryTerm
to TypeScript by @fabiankaegy in #333 - Refactor
RichTextCharacterLimit
to TypeScript by @fabiankaegy in #333 - Fix: use unknown instead of any for unknown additional props by @fabiankaegy in #324
- Fix: use proper eslint for ts by @fabiankaegy in #329
- Remove:
defaultProps
&propTypes
definitions from remaining components by @fabiankaegy in #331
Other Changes:
- Refactor
ContentSearch
to use react query by @fabiankaegy in #326 - Feature: Allow passing custom labels to
MediaToolbar
component by @Firestorm980 in #334 - Maintenance: Update Dependencies by @fabiankaegy in #318
New Contributors
- @Souptik2001 made their first contribution in #320
- @Firestorm980 made their first contribution in #334
Full Changelog: v1.18.2...v1.19.0
1.19.0 - Beta 2
What's Changed
Migrate Component to TypeScript:
- Refactor
MediaToolbar
component to TypeScript by @Sidsector9 in #309 - Refactor
useIsSupportedTaxonomy
hook to TypeScript by @Sidsector9 in #308 - Refactor
usePost
hook by @Sidsector9 in #306 - Refactor
PostMeta
component by @Sidsector9 in #310 - Refactor
useTaxonomy
hook to TypeScript by @Sidsector9 in #303 - Refactor
PostTitle
component to TypeScript by @Sidsector9 in #301 - Refactor
PostDate
component to TypeScript by @fabiankaegy in #316 - Refactor
PostAuthor
components to TypeScript by @fabiankaegy in #317 - Refactor
/hooks
to TypeScript by @fabiankaegy in #319 - Refactor
ColorSetting
component to TypeScript by @Souptik2001 in #320 - Refactor
Counter
component to TypeScript by @Souptik2001 in #322 - Refactor Example blocks to use TypeScript by @fabiankaegy in #323
- Refactor
IconPicker
component to TypeScript by @Antonio-Laguna in #321 - Refactor
ContentSearch
component to TypeScript by @Souptik2001 in #325 - Refactor
Image
component to TypeScript by @fabiankaegy in #333 - Refactor
Link
component to TypeScript by @fabiankaegy in #333 - Refactor
PostCategoryList
to TypeScript by @fabiankaegy in #333 - Refactor
PostExcerpt
to TypeScript by @fabiankaegy in #333 - Refactor
PostFeaturedImage
to TypeScript by @fabiankaegy in #333 - Refactor
PostPrimaryCategory
to TypeScript by @fabiankaegy in #333 - Refactor
PostPrimaryTerm
to TypeScript by @fabiankaegy in #333 - Refactor
RichTextCharacterLimit
to TypeScript by @fabiankaegy in #333 - Fix: use unknown instead of any for unknown additional props by @fabiankaegy in #324
- Fix: use proper eslint for ts by @fabiankaegy in #329
- Remove:
defaultProps
&propTypes
definitions from remaining components by @fabiankaegy in #331
Other Changes:
- Refactor
ContentSearch
to use react query by @fabiankaegy in #326 - Maintenance: Update Dependencies by @fabiankaegy in #318
New Contributors
- @Souptik2001 made their first contribution in #320
Full Changelog: v1.18.2...v1.19.0-next.1
1.19.0 - Beta 1
What's Changed
Migrate Component to TypeScript:
- Refactor
MediaToolbar
component to TypeScript by @Sidsector9 in #309 - Refactor
useIsSupportedTaxonomy
hook to TypeScript by @Sidsector9 in #308 - Refactor
usePost
hook by @Sidsector9 in #306 - Refactor
PostMeta
component by @Sidsector9 in #310 - Refactor
useTaxonomy
hook to TypeScript by @Sidsector9 in #303 - Refactor
PostTitle
component to TypeScript by @Sidsector9 in #301 - Refactor
PostDate
component to TypeScript by @fabiankaegy in #316 - Refactor
PostAuthor
components to TypeScript by @fabiankaegy in #317 - Refactor
/hooks
to TypeScript by @fabiankaegy in #319 - Refactor
ColorSetting
component to TypeScript by @Souptik2001 in #320 - Refactor
Counter
component to TypeScript by @Souptik2001 in #322 - Refactor Example blocks to use TypeScript by @fabiankaegy in #323
- Refactor
IconPicker
component to TypeScript by @Antonio-Laguna in #321 - Refactor
ContentSearch
component to TypeScript by @Souptik2001 in #325 - Fix: use unknown instead of any for unknown additional props by @fabiankaegy in #324
- Fix: use proper eslint for ts by @fabiankaegy in #329
- Remove:
defaultProps
&propTypes
definitions from remaining components by @fabiankaegy in #331
Other Changes:
- Refactor
ContentSearch
to use react query by @fabiankaegy in #326 - Maintenance: Update Dependencies by @fabiankaegy in #318
New Contributors
- @Souptik2001 made their first contribution in #320
Full Changelog: v1.18.2...v1.19.0-next.1
1.18.2
What's Changed
- Fixed - Link Control popover didn't close when rendered inside an iFramed editor. by @fabiankaegy in #327
Full Changelog: v1.18.1...v1.18.2
1.18.1
What's Changed
- Fix
useMedia()
example by @Soean in #304 - upkeep: Add TS support for
Optional
component by @Sidsector9 in #298 - upkeep: add TS support for
useMedia
hook by @Sidsector9 in #307 - Update readme.md by @anver in #311
- Fix: styling of search results in ContentSearch component by @fabiankaegy in #312
New Contributors
Full Changelog: v1.18.0...v1.18.1
1.18.0
Features
- Allow passing in custom search result render function to
ContentSearch
by @fabiankaegy in #294
Maintainance
- upkeep/use-script: Convert
useScript
to TypeScript by @Sidsector9 in #296 - upkeep: Add TS support for
ClipboardButton
component by @Sidsector9 in #300 - upkeep: Add TS support for
DragHandle
component by @Sidsector9 in #302 - upkeep: Add TS support for
IsAdmin
component by @Sidsector9 in #299 - upkeep: add TS support for
useIsPluginActive
hook by @Sidsector9 in #297
Full Changelog: v1.17.6...v1.18.0