-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
project.json | ||
tsup.config.ts | ||
jest.config.ts | ||
tsconfig*.json | ||
!dist/ | ||
src/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## 1.0.0-next.0 (2025-01-03) | ||
|
||
### 🚀 Features | ||
|
||
- add page and app router examples ([#307](https://github.com/ory/elements/pull/307)) | ||
- ⚠️ add getServerSession and SessionProvider ([#309](https://github.com/ory/elements/pull/309)) | ||
- add @ory/nextjs package ([#303](https://github.com/ory/elements/pull/303)) | ||
|
||
### 🩹 Fixes | ||
|
||
- use correct host value in middleware ([#316](https://github.com/ory/elements/pull/316)) | ||
|
||
### ⚠️ Breaking Changes | ||
|
||
- ⚠️ add getServerSession and SessionProvider ([#309](https://github.com/ory/elements/pull/309)) | ||
|
||
### ❤️ Thank You | ||
|
||
- hackerman @aeneasr | ||
- Jonas Hungershausen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters