Skip to content

Latest commit

 

History

History
89 lines (58 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

89 lines (58 loc) · 1.65 KB

@lumeweb/portal-plugin-dashboard

0.2.4

Patch Changes

  • 3f9310e: add build information support

0.2.3

Patch Changes

  • 592aa4b: update webapp

0.2.2

Patch Changes

  • e8a6284: update webapp

0.2.1

Patch Changes

  • d8a18cb: Need to cheat on the go.lumeweb.com/web/go/portal-dashboard version due to go vanity funkiness

0.2.0

Minor Changes

  • 447c3fe: ## 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

0.1.1

Patch Changes

  • a60f183: This patch includes several improvements and maintenance updates:

    • Documentation updates, including license and changelog files
    • Event handling enhancements, particularly for subdomains
    • Code refactoring for CORS handling and mailer templates
    • Multiple dashboard component updates
    • Various chores and minor improvements

0.1.0

Minor Changes

  • 4a64dc3: Initial version split from core