Skip to content

Commit 785fb92

Browse files
committed
Add announcement post
1 parent 82adf3e commit 785fb92

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

packages/docs-v3/src/content/docs/blog/2025-10-04-release-3-0-0.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ Over time as the library has matured, I've started to disagree with some of the
1515
any breaking changes, but I feel that now is the right time to pay down some technical debt, and bundle all of the breaking changes
1616
together into a newer, more polished version of the library.
1717

18+
## What's new?
19+
20+
- New `useDialogLazy()` hook that supports bundle splitting dialogs. Read the [docs here](/concepts/performance/#lazy-loading), or check out the [API reference](/reference/hooks/use-dialog-lazy).
21+
22+
- New `<StaticDialog/>` component for rendering dialogs created for `useDialog()` statically in JSX. [API reference](/reference/components/static-dialog)
23+
24+
## Breaking changes
25+
26+
There are a number of breaking changes in this release. Please read the [migration guide](/guides/v3-migration) for more details.
1827

1928
---
2029

0 commit comments

Comments
 (0)