Releases: Gustavinho/laravel-views
Releases · Gustavinho/laravel-views
v2.4.1
v2.4.1-rc1
Updated changelog
v2.4.0
Added
- ⭐ Inline editing component
- 🌟 New tooltip component
- 🔨 Added a new loading indicator next to the toolbar
Changed
- Added tooltips to the icon actions.
v2.4.0-rc1
- Inline editing component
- New tooltip component for icon buttons using the action title
- Added a new loading indicator next to the toolbar
v2.4.0-rc0
- Inline editing component
- New tooltip component for icon buttons using the action title
- Added a new loading indicator next to the toolbar
v2.3.0
Added
- 🔍 Default value for filters
- 😍 Sortable list and grid views
- ⭐ Bulk actions to the table, list, and grid views on the current page
- Customized JS scripts
- Model class property to the table, list, and grid views
- Support for Alpine 3
Changed
- 🔨 Internal refactors
- 🔨 UI improvements
v2.3.0-rc4
- Fixed a bug getting the model who fired an action, needed to clone the initial query
v2.3.0-rc3
- Small fixes on the UI
- Fixed bug sending the model instance to the confirmation message
- Fixed bug using the model class to get the model instance who fired the action
v2.3.0-rc2
- Added compatibility with Alpine 3.
v2.3.0-rc1
- Default value for filters
- Sortable list and grid views
- Bulk actions to the table, list, and grid views
- Customized JS scripts
- Model class property to the table, list, and grid views
- Internal refactors
- UI improvements