- Fixed a bug displaying error alerts as success
- Fixed a bug with XSS injections
- Fixed a bug using dynamic tailwindcss classes
- Fixed a bug resetting the value with the the inline editing
- Removed
doc
files from this repo
- Inline editing component
- New tooltip component
- Added new loading indicator next to the toolbar
- Added tooltips to the icon actions.
- 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
- Internal refactors
- UI improvements
- Added a
min-h-screen
to all the views to avoid the filters menu cutting off when thre are not so much data.
- Fixed alert container to avoid blocking the UI elements.
- Fixed filers button positioning when there isn't a search textinput
- Live demo URL in the docs
- Changed
$model->getKey()
insted of hardcoded$model->id
- Added
detail-view
,grid-view
andlist-view
to the views to be published.
- New list view
- New detail view with
- Default component
- Default component customization
- Multiple components
- Actions
- Feature to set the width for each column in the TableView
- Documentation for the new detail view
- New
attributes-list
component - New
layout
component
- The
title
action now is included as an attribute in thea
tag for each action. - Internal refactors
- Base
DataView
class with all the features to manage the data (filters, search, actions, pagination etc) on the table, grid, and list view.
- Base
- Refactored actions feature to be reused as a trait
- Refactored actions test to be reused as a trait
- Bug with pagination and filters, the pagination was not being reset after a new search
- Option to customize which assets will be imported
- The current view instance is passed as a param to the action to be executed
- The filter button was changed by an icon button
- Updated documentation
- Added how to purge
laravel-views
styles - Added how to render components using
Livewire
- Added how to purge
- Added compatibility for Laravel Livewire 2.x
- New
GridView
class. - Confirmation message on actions.
- Search input with support for relational fields.
- Sort table view columns
- More UI components for table and grid view.
- Link
- Icons
- Fixed typos
- Fixed filter stub file name
- Fixed default behavior clicking on actions adding a prevent directive
- Fixed some typos and syntax errors
- Fixed the query builder wrapping the table view search
- Fixed a bug using multiple redirect actions on the same table
- Fixed some typos on the documentation
- Added road map to the documentation
- Added contribution guide to the documentation
- Moved helpers load to composer
- Added support for newer livewire versions
- Fixed some typos on the documentation
- Fixed assets URL
- Added the changelog file
- Added a overflow-y utility to the table view layout
- Added missing
renderIf
documentation to the actions by row section
- Changed inputs border color
- Fixed some broken links on the documentation
- Bumped websocket-extensions from 0.1.3 to 0.1.4
- Created base LaravelViews class
- Created the TableView component
- Search inpurt feature
- Customizable filters
- Actions by row
- Definied components customization