Skip to content

Commit 82adf3e

Browse files
committed
Update node version
1 parent 1a7d3a9 commit 82adf3e

3 files changed

Lines changed: 11 additions & 21 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/setup-node@v4
4545
with:
4646
cache: 'pnpm'
47-
node-version: 18
47+
node-version: 22
4848
registry-url: https://registry.npmjs.org
4949

5050
- name: Install dependencies

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@ date: 2025-10-04
66

77
Version 3.0.0 for React Dialog Async has been released 🎉
88

9-
## What's new?
10-
* The listed react peer dependency version has been updated to include React 18 and 19
9+
## Why V3?
10+
React Dialog Async started out as a small library for personal use, first published over 4 years ago. At the time I was focused
11+
on a small set of features for solving my own personal use case. Over time it's grown to support a wider range of use cases, but
12+
the core API has remained largely unchanged since day one.
13+
14+
Over time as the library has matured, I've started to disagree with some of the original decisions I made. I've held off making
15+
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
16+
together into a newer, more polished version of the library.
17+
1118

1219
---
1320

packages/docs-v3/src/content/docs/guides/v3-migration.mdx

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,7 @@ title: Migrating to V3
33
---
44

55
Introducing React Dialog Async V3! This new major version includes an improved API, new features for more flexible use,
6-
and much more polished documentation.
7-
8-
## Why V3?
9-
React Dialog Async started out as a small library for personal use, first published over 4 years ago. At the time I was focused
10-
on a small set of features for solving my own personal use case. Over time it's grown to support a wider range of use cases, but
11-
the core API has remained largely unchanged since day one.
12-
13-
Over time as the library has matured, I've started to disagree with some of the original decisions I made. I've held off making
14-
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
15-
together into a newer, more polished version of the library.
16-
17-
[//]: # (# New Features)
18-
19-
[//]: # ()
20-
[//]: # (## Static Dialogs)
21-
22-
[//]: # ()
23-
[//]: # (## Lazy Loading)
6+
and much more polished documentation. There are also a number of breaking changes, outlined below.
247

258
## Breaking Changes
269

0 commit comments

Comments
 (0)