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
77
88## [ Unreleased]
99
10- - Nothing yet!
10+ ### Fixed
11+
12+ - Remove accidental deprecation comments on ` <DialogPanel> ` and ` <DialogTitle> ` ([ #3176 ] ( https://github.com/tailwindlabs/headlessui/pull/3176 ) )
1113
1214## [ 2.0.0] - 2024-05-06
1315
Original file line number Diff line number Diff line change @@ -536,9 +536,7 @@ export interface _internal_ComponentDialogTitle extends HasDisplayName {
536536export interface _internal_ComponentDialogDescription extends _internal_ComponentDescription { }
537537
538538let DialogRoot = forwardRefWithAs ( DialogFn ) as _internal_ComponentDialog
539- /** @deprecated use a plain `<div>` instead of `<DialogBackdrop>` */
540539export let DialogPanel = forwardRefWithAs ( PanelFn ) as _internal_ComponentDialogPanel
541- /** @deprecated use a plain `<div>` instead of `<DialogOverlay>` */
542540export let DialogTitle = forwardRefWithAs ( TitleFn ) as _internal_ComponentDialogTitle
543541/** @deprecated use `<Description>` instead of `<DialogDescription>` */
544542export let DialogDescription = Description as _internal_ComponentDialogDescription
You can’t perform that action at this time.
0 commit comments