Skip to content

v2.0.4 Release

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