Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #98 from medusajs/chore/update-changeset
Browse files Browse the repository at this point in the history
chore: update changeset for 2.2.0 release
  • Loading branch information
kasperkristensen committed Oct 6, 2023
2 parents 6ccff1a + 6b4b93b commit 62b7473
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .changeset/wicked-pans-speak.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
---
"@medusajs/ui": patch
"@medusajs/ui": minor
---

fix(ui): Fix issue that was preventing onChange from firing in DatePicker single mode
fix(ui): 2.2.0

# Changelog

## `@medusajs/ui`

This minor release contains a few bug fixes and improvements, as well as a new primitive component.

### Fixes

- Fixes an issue that was preventing the onChange event from firing for the `DatePicker` component when `showTimePicker` was false.
- Fixes an issue where the `DatePicker` component would fire the onChange event when clicking outside of the component. It now only fires the event when the "Apply" button is clicked.

### New Components

- Adds a new `Popover` component. This component is a primitive component that can be used to create popovers. It shares much of the same styling as the `DropdownMenu` component, and can be used as a replacement when building highly customized dropdowns where the `DropdownMenu` component is not flexible enough.

0 comments on commit 62b7473

Please sign in to comment.