11.0 - 2024-10-07
One of the biggest updates ever in Josh: Upgraded from Bootstrap 4 to Bootstrap 5, and from Laravel 10 to Laravel 11.
We've made numerous behind-the-scenes changes, improved the codebase, removed many redundant CSS classes, and replaced them with Bootstrap classes, among other updates.
You may not notice many visible changes, but we've made significant improvements to the code.
v2
Updates:
Modified CRUD builder code and refactored much of the codebase:
CRUD
- Database names now use the correct plural form of model names, e.g., child → children.
- Rollback now deletes all files.
- Rollback checks whether a table exists and warns if it contains any data before deletion.
- show sweetalert when crud is generated
- datatables buttons issue fixed
Other improvements
- cleaned up redundant css.
- replaced many css classes with bootstrap 5 classes.
- replaced bootstrapValidator with just-validate.
- datatables now uses JS initialization.
- select2 now uses bootstrap5 theme.
New Additions:
- Added TUI Grid tables
- added ApexCharts
- added TUI Charts