Skip to content

Releases: coolsam726/jetstream-inertia-generator

v2.0.4 Release

17 Mar 05:12
Compare
Choose a tag to compare
- 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

16 Mar 20:36
Compare
Choose a tag to compare
- Removed unnecessary navbar menus

v2.0.2 Release

16 Mar 20:07
Compare
Choose a tag to compare
- Minor Updates to Navbar and Sidebar
- Updated README

v2.0.1 Release

16 Mar 06:30
Compare
Choose a tag to compare
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

15 Mar 12:32
Compare
Choose a tag to compare
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

30 Jan 09:06
Compare
Choose a tag to compare
- Improvements in Routing and UI
- Publishable Blade Template
- Custom Policy using Spatie/Larvel Permission

v1.0.4

29 Jan 13:03
Compare
Choose a tag to compare
Layout and interface bug fixes

v1.0.3

29 Jan 10:53
Compare
Choose a tag to compare
- Minor bug fix in title generation in permission migrations

v1.0.2

29 Jan 10:43
Compare
Choose a tag to compare
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

28 Jan 15:43
Compare
Choose a tag to compare
- Updated README