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
16 changes: 16 additions & 0 deletions docs/blog/2025-09-24-release-2-6-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: V2.6.0 has been released
description: Release notes for version 2.6.0
tags: [Release, Minor Release]
---

Version 2.6.0 for React Dialog Async has been released 🎉
<!-- truncate -->

## What's new?
* The listed react peer dependency version has been updated to include React 18 and 19

---

Feedback or ideas? We'd love to hear them! Open an issue over on [GitHub](https://github.com/a16n-dev/react-dialog-async/issues).

4 changes: 2 additions & 2 deletions packages/react-dialog-async/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-dialog-async",
"description": "A promise-based way to show dialogs in React",
"type": "module",
"version": "2.5.3",
"version": "2.6.0",
"sideEffects": false,
"main": "index.js",
"module": "index.esm.js",
Expand All @@ -15,7 +15,7 @@
},
"license": "MIT",
"peerDependencies": {
"react": "^16"
"react": "^16 || ^18 || ^19"
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't list ^16 at all, will remove this in the next major version

},
"files": [
"index.js",
Expand Down
32 changes: 11 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.