Releases: coolsam726/jetstream-inertia-generator
Releases · coolsam726/jetstream-inertia-generator
v2.0.4 Release
- Fixed Reactivity of JigTextarea due to the v-model breaking change in vue3 - Fixed JetCheckbox component in generated edit and create forms by adding the :checked prop. Upgrade guide: 1. delete the following file from your project: `resources/js/JigComponents/JigTextarea` 2. Run `php artisan vendor:publish --tag=jig-views` 3. Regenerate your CRUD if necessary, to fix checkboxes
v2.0.3 Release
- Removed unnecessary navbar menus
v2.0.2 Release
- Minor Updates to Navbar and Sidebar - Updated README
v2.0.1 Release
Fixed: - System Notifications Dropdown now inherits from Jetstream/Dropdown - Changed navbar color to light for better readability New: - Added Header title to the Index Card - Added Jig's Own ApplicationMark and ApplicationLogo for ease of customization. - Added illustrative animation gifs in the README page.
v2.0.0 Release
New: - Code is now generated in Vue.js 3.x - The index page uses yajra/datatables and datatables.net to render the data tables. Fixed: - Auth checks when generating permissions attribute for each model (#2) - Bug fix in Columns trait (#1) - Improved README.
v1.1.0
- Improvements in Routing and UI - Publishable Blade Template - Custom Policy using Spatie/Larvel Permission
v1.0.4
Layout and interface bug fixes
v1.0.3
- Minor bug fix in title generation in permission migrations
v1.0.2
Bug fix: the published UserDropdown was referencing a non-existent sample photo Bug fix: Added ability to check if the roles and permissions tables have the title field and adding it before migration of permissions
v1.0.1
- Updated README