-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
40 additions
and
0 deletions.
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,40 @@ | ||
--- | ||
"@lumeweb/portal-plugin-dashboard": minor | ||
--- | ||
|
||
## Features | ||
- Social login functionality | ||
- API keys support | ||
- Account deletion endpoint | ||
- Live local folder app serving | ||
- Theme support | ||
|
||
## Auth & Security | ||
- 302 redirect login flow | ||
- OTP flow implementation | ||
- OTP status in account info | ||
- Password reset improvements | ||
- Email verification enhancements | ||
- Access control optimizations | ||
|
||
## Refactoring | ||
- Updated context getters usage | ||
- Removed custom middleware | ||
- Updated API usages | ||
- Package rename to dashboard | ||
- Plugin restructuring | ||
- CORS handling improvements | ||
- Route optimization | ||
|
||
## Fixes | ||
- JSON tag issues | ||
- ResetPassword argument order | ||
- Password reset OPTIONS support | ||
- Configuration tag names | ||
|
||
## CI/CD | ||
- Node modules cleanup | ||
- Dependabot setup | ||
- Core upgrade to 0.2.0 | ||
- Sessions upgrade to 1.4.0 | ||
- Datatypes upgrade to 1.2.4 |