0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-10 22:22:45 -05:00
logto/.changeset/hungry-olives-sell.md
simeng-li 3594e1316b
feat(core): migrate experience package for OSS (#7097)
* chore: add changeset

add changeset

* fix(core): fix ut

fix ut
2025-03-05 10:41:18 +08:00

11 lines
857 B
Markdown

---
"@logto/core": minor
---
refactor: switch to `@logto/experience` package with latest [Experience API](https://openapi.logto.io/group/endpoint-experience)
In this release, we have transitioned the user sign-in experience from the legacy `@logto/experience-legacy` package to the latest `@logto/experience` package. This change fully adopts our new [Experience API](https://openapi.logto.io/group/endpoint-experience), enhancing the underlying architecture while maintaining the same user experience.
- Package update: The user sign-in experience now utilizes the `@logto/experience` package by default.
API Transition: The new package leverages our latest [Experience API](https://openapi.logto.io/group/endpoint-experience).
- No feature changes: Users will notice no changes in functionality or experience compared to the previous implementation.