Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/responsive-dropdown-file-dialog-close.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @repo/storybook

## 2.0.6

### Patch Changes

- Updated dependencies [22b1506]
- @datum-cloud/datum-ui@1.3.2

## 2.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@repo/storybook",
"type": "module",
"version": "2.0.5",
"version": "2.0.6",
"private": true,
"scripts": {
"predev": "[ -d '../../packages/datum-ui/dist' ] || pnpm --filter @datum-cloud/datum-ui build",
Expand Down
6 changes: 6 additions & 0 deletions packages/datum-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @datum-cloud/datum-ui

## 1.3.2

### Patch Changes

- 22b1506: Fix `ResponsiveDropdown` closing when the window loses focus. `@radix-ui/react-menu` ≥2.1.17 closes menus on window blur, which unmounted dropdown content whenever the native file picker opened (or the user switched apps to drag a file in) — silently breaking flows like the DNS record import dropzone. The desktop variant now renders a Radix Popover, which keeps the same anchored dropdown UX without the blur-close behavior and is the correct semantics for the arbitrary interactive content this component hosts.

## 1.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/datum-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@datum-cloud/datum-ui",
"type": "module",
"version": "1.3.1",
"version": "1.3.2",
"packageManager": "pnpm@11.8.0",
"license": "MIT",
"repository": {
Expand Down
Loading