Releases: tcytra/enraiged-laravel
Releases · tcytra/enraiged-laravel
0.3.15
Update: Various bugfixes, improvements, upgrades
- Corrected issues preventing ssr service
- Implemented primevue toast for flash notifications
- Improvements to UserProfile services,handling
- Upgraded to latest primevue component library
- Removed 'enraiged' middleware group; Moved to Authenticate class
0.3.14
0.3.13: Summary: Corrected issues preventing SSR; Various other improvements
Summary: Corrected issues preventing SSR; Various other improvements
- Added basic phpunit tests: Feature\Auth{Login,Register}Test
- Upgraded various packages
- Updated @vitejs/plugin-vue from ^4.4.1 to ^5.0.0
- Updated laravel-vite-plugin from ^0.7.8 to ^1.0.0
- Updated vite from ^4.5.4 to ^5.0.0
- Removed vue-axios package, added axios to window object
- Updated app state handling, preload state data for SSR
- Added
Enraiged\Support\Builders\AppStateBuilder
class - Modified state builders for consistency in handling
- Moved App\Support\Enums back into into the App namespace
- Provide state data via HandleInertiaRequests::share
- Removed the App\Http\Responses directory,contents
- Renamed the state 'user' prop to 'auth' to avoid conflicts
- Added
- Updated {postcss,vite}.config.js; Corrections, improvements
- Updated resources/js/{app,ssr}.js; Corrections, improvements
- Various corrections,improvements to the enraiged.auth config options
- Added 'enraiged.auth.force_guest_login' configuration option
- Completed email verification systems
- Ensure Welcome email is sent when email address verified
- Ensure email verification pages displayed when necessary
- Ensure automated_login,must_verify_email working together
0.3.12.2
0.3.12.1
Minor: Corrections to previous release i18n use, password management
- Adjusted initial local administrator account config,creation
- Ensure user language is set when logged in
- Readded password history logic; Cleanup in the validations
- Updated axios to v1.7.7
0.3.12
Secure: Various security updates as per enlightn report
- Corrected high severity vulnerability in rollup <3.29.5
- Ensure composer packages running most recent stable versions
- Improved content security policy configuration
- Locked primevue to v3.40.1 to allow current patches to work
- Replaced vue-i18n with laravel-vue-i18n
- Readded ability to switch user locale
- Updated bcrypt rounds from 10 to 12 in the hashing config