Releases: dcblogdev/laravel-admintw
Releases · dcblogdev/laravel-admintw
v6.0.3
What's Changed
- fix modal close event and improve test comments for user registration by @dcblogdev in #56
- Switch ckeditor to v5 with image upload by @dcblogdev in #57
- enhance select component to support dynamic data and improve errors by @dcblogdev in #58
- UI fixes by @dcblogdev in #61
- Fix phpstan errors by @dcblogdev in #62
- refactor 403 error page layout for improved structure and user experi… by @dcblogdev in #63
Full Changelog: v6.0.2...v6.0.3
v6.0.2
What's Changed
- refactor alert components in change-password and index by @dcblogdev in #45
- Bugfix/notification styles by @dcblogdev in #47
- refactor link and notifications menu styles by @dcblogdev in #49
- fix label association for 2FA enforcement checkbox in application set… by @dcblogdev in #50
- fix textarea component to remove extra spaces in rendered output by @dcblogdev in #53
- refactor role creation in RegisteredUserController by @dcblogdev in #54
Full Changelog: v6.0.1...v6.0.2
v6.0.1
What's Changed
- added pail by @dcblogdev
- made compatible with composer run dev by @dcblogdev
Full Changelog: v6.0.0...v6.0.1
v6.0.0
What's Changed
- Upgrade to tailwind 4 by @dcblogdev in #43
- add new documentation pages for components by @dcblogdev in #44
Full Changelog: v5.0.0...v6.0.0
v5.0.0
What's Changed
- Update dependencies by @dcblogdev in #32
- updated types by @dcblogdev in #33
- Added Turkish Language Support by @moradchalaby in #34
- Add Turkish translation file for JSON keys by @moradchalaby in #35
- add laravel 12 support by @dcblogdev in #37
- pint styling by @dcblogdev in #38
- Spanish translations by @juanmanavarro in #39
- fix welcome test by @juanmanavarro in #40
- fix verification email sent twice when registered by @juanmanavarro in #41
- removed CDN since Livewire provides Alpine by @dcblogdev in #42
New Contributors
- @moradchalaby made their first contribution in #34
- @juanmanavarro made their first contribution in #39
Full Changelog: v4.2.0...v5.0.0
v4.2.0
Fixed namespaced
Fixed routes namespaces after Livewire classes have been moved.
V4 released to use Livewire V3
Released V4 to be compatible with Laravel Livewire V3, any Livewire components that need real-time validation now use .live by default real-time updates are disabled in Livewire, see Livewire 3's website for full details https://livewire.laravel.com/docs/upgrading