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