woocommerce/plugins/woocommerce-admin/packages/experimental/CHANGELOG.md

52 lines
1.4 KiB
Markdown

# Unreleased
# 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