mirror of
https://github.com/logto-io/logto.git
synced 2025-04-14 23:11:31 -05:00
* refactor(core): clean up experience migration logic clean up experience package migration feature flag logic * refactor(experience): remove experience-legacy officially remove the experience-legay package * chore: add changeset add changeset * chore: update changeset comment update changeset comment
725 B
725 B
@logto/core |
---|
patch |
clean up legacy experience package
The migration to the new experience package is now complete, offering improved flexibility and maintainability through our Experience API. (see release 1.26.0 for more details)
Key updates:
- Removed feature flags and migration-related logic
- Cleaned up transitional code used during gradual rollout
- Deprecated and removed
@logto/experience-legacy
package - Fully adopted
@logto/experience
package with Experience API for all user interactions
This marks the completion of our authentication UI modernization, providing a more maintainable and extensible foundation for future enhancements.