Skip to content

Releases: Advaith3600/seamless-admin

v0.6.2

08 Mar 06:52
Compare
Choose a tag to compare

Fixed an issue - #4

v0.6.1

06 Mar 18:48
cbc6c93
Compare
Choose a tag to compare
  • 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

02 Mar 14:07
71d279c
Compare
Choose a tag to compare
  • Support for the upcoming Laravel 11.* has been added
  • Support for older Laravel versions including 6.*, 7.*, 8.* has been added

v0.5.1

19 Sep 13:32
Compare
Choose a tag to compare
  • Support for mysql, postgres and sqlite 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

16 Sep 14:33
Compare
Choose a tag to compare
  • Support for Laravel 10 has been added - aaedee5

v0.4.1

03 Sep 09:44
Compare
Choose a tag to compare

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

21 Aug 13:13
Compare
Choose a tag to compare

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

12 Apr 18:35
Compare
Choose a tag to compare
  • 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

10 Apr 11:55
Compare
Choose a tag to compare
  • 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

09 Apr 15:16
Compare
Choose a tag to compare
  • Updated the UI.
  • Minor refactor.
  • Made the layout changeable.