68 lines
1.8 KiB
Markdown
68 lines
1.8 KiB
Markdown
# 3.0.1
|
|
|
|
- Update all js packages with minor/patch version changes. #8392
|
|
|
|
# 3.0.0
|
|
|
|
## Breaking changes
|
|
|
|
- Update dependencies to support react 17. #8305
|
|
- Drop support for IE11. #8305
|
|
|
|
# 2.2.0
|
|
|
|
- Make the Inbox note title clickable. #7975
|
|
- Fix incorrectly displayed note created date. #8179
|
|
- Fix inbox note css #7983
|
|
- Implement inbox note read state #7896
|
|
|
|
# 2.1.0
|
|
|
|
- Renaming remindMeLater() to onSnooze() for consistency. #7616
|
|
- Applied new Inbox 2.0 design to the inbox-note component. #7864
|
|
|
|
# 2.0.3
|
|
|
|
- Adjust task-item css class to prevent css conflicts. #7593
|
|
- Update task-item logic to only display content when expanded is true. #7611
|
|
- Add expandable tasklist item. #7632
|
|
|
|
# 1.5.1
|
|
|
|
- Fix animations for collapsible list. #7429
|
|
|
|
# 1.5.0
|
|
|
|
- Fix commonjs module build, allow package to be built in isolation. #7286
|
|
|
|
# 1.4.0
|
|
|
|
- Add new VerticalCSSTransition component for handling height transitions. #7203
|
|
- Add a delete option to completed tasks #7300
|
|
- Make the action button optionable in TaskItem. #7263
|
|
- Fix WordPress 5.8 compatibility UI fixes #7255
|
|
- Fix inbox note dismiss dropdown not closing on Safari #7278
|
|
- Update TaskItem to make use of the VerticalCSSTransition. #7203
|
|
- Update CollapsibleList to support nested transitional items. #7263
|
|
|
|
# 1.3.0
|
|
|
|
- Remove the use of Dashicons and replace with @wordpress/icons or gridicons #7020
|
|
- Add expanded item text and CTA button. #6956
|
|
- Add inbox note components (InboxNoteCard, InboxNotePlaceholder, and InboxDismissConfirmationModal). #7006
|
|
- Add transition animation to expanding TaskItems.
|
|
- Add tree shaking support to this package.
|
|
|
|
# 1.2.0
|
|
|
|
- Add task item component. #6978
|
|
|
|
# 1.1.0
|
|
|
|
- Add collapsible list item component. #6869
|
|
- Add new list component. #6787
|
|
|
|
# 1.0.0
|
|
|
|
- Initial package
|