Skip to content

Releases: dcblogdev/laravel-admintw

v6.0.3

07 May 19:02
e12ab05
Compare
Choose a tag to compare

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

04 Apr 09:53
148c649
Compare
Choose a tag to compare

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

19 Mar 14:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v6.0.1

v6.0.0

19 Mar 14:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v6.0.0

v5.0.0

14 Mar 23:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.0...v5.0.0

v4.2.0

24 Nov 22:15
Compare
Choose a tag to compare

Removed LW and Alpine from loading from app.js since LW autoloads these.

Fixed namespaced

25 Aug 14:54
Compare
Choose a tag to compare

Fixed routes namespaces after Livewire classes have been moved.

V4 released to use Livewire V3

25 Aug 14:44
d5f16b8
Compare
Choose a tag to compare

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

v3.0.4

15 Mar 08:59
Compare
Choose a tag to compare

Changed reference_id to be UUID in audit trails table

v3.0.3

12 Mar 18:22
Compare
Choose a tag to compare

Updated migration order