File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/@headlessui-react Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
- - Nothing yet!
10
+ ### Fixed
11
+
12
+ - Remove accidental deprecation comments on ` <DialogPanel> ` and ` <DialogTitle> ` ([ #3176 ] ( https://github.com/tailwindlabs/headlessui/pull/3176 ) )
11
13
12
14
## [ 2.0.0] - 2024-05-06
13
15
Original file line number Diff line number Diff line change @@ -536,9 +536,7 @@ export interface _internal_ComponentDialogTitle extends HasDisplayName {
536
536
export interface _internal_ComponentDialogDescription extends _internal_ComponentDescription { }
537
537
538
538
let DialogRoot = forwardRefWithAs ( DialogFn ) as _internal_ComponentDialog
539
- /** @deprecated use a plain `<div>` instead of `<DialogBackdrop>` */
540
539
export let DialogPanel = forwardRefWithAs ( PanelFn ) as _internal_ComponentDialogPanel
541
- /** @deprecated use a plain `<div>` instead of `<DialogOverlay>` */
542
540
export let DialogTitle = forwardRefWithAs ( TitleFn ) as _internal_ComponentDialogTitle
543
541
/** @deprecated use `<Description>` instead of `<DialogDescription>` */
544
542
export let DialogDescription = Description as _internal_ComponentDialogDescription
You can’t perform that action at this time.
0 commit comments