Releases: Advaith3600/seamless-admin
Releases · Advaith3600/seamless-admin
v0.6.2
v0.6.1
- Brand new UI for the package.
- Switch between dark and light mode
- New bundler, using vite instead of laravel mix
- Shadcn vue is used for the UI
- mysql bug fix with enum selection
v0.6.0
- Support for the upcoming Laravel
11.*
has been added - Support for older Laravel versions including
6.*
,7.*
,8.*
has been added
v0.5.1
- Support for
mysql
,postgres
andsqlite
added - Caching is only done on the production server
- Proper indication for "required" fields are now shown while creating or editing a type
- Creating and updating of type happens without Laravel's mass assignment protection
v0.5.0
v0.4.1
Better
- Fixed bug where the admin panel crashes when non-class files are found in the model's directory
- Fixed bug where the caching ignores the subfolders
- Moved the routes and views registration logic to the boot function of the service provider
- Added docs for Facades
- Changed the tags for publishable files
- Made cache expiry to 1 day
v0.4.0
What's new
- Caching implemented to improve performance 🥳
- New console command was added to clear the cache
Better 💪
- Fixed issue where package fails if non-class files exist in models directory
- Added better documentation in the ModelResolver class
v0.3.3
- Finally, the index page has been fully asynchronized.
- All the functionalities in the index page such as search, sort, and change per page will happen without a full page refresh.
- This will change the URL for easy sharing.
- This update also contains the updated tests
- And, the sidebar has been made responsive
v0.3.2
- Icons can be added to sidebar elements
- Sidebar elements can be classified into groups
- Minor UI update for type index
- Made the sidebar fixed on scroll
- Added LICENSE file
v0.3.1
- Updated the UI.
- Minor refactor.
- Made the layout changeable.