Releases: Gustavinho/laravel-views
Releases · Gustavinho/laravel-views
v2.2.5
Fixed
- Added a
min-h-screen
to all the views to avoid the filters menu cutting off when thre are not so much data.
v2.2.4
Fixed
- Fixed alert container to avoid blocking the UI elements.
- Fixed filers button positioning when there isn't a search text input
v2.2.3
Changed
- Live demo URL in the docs
v2.2.2
Fixed
- Changed
$model->getKey()
insted of hardcoded$model->id
v2.2.1
Fixed
- Added
detail-view
,grid-view
andlist-view
to the views to be published.
v2.2.0
Added
- ⭐ 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
- 🏗️ New
attributes-list
component - 🖼️ New
layout
component
Changed
- 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. - Refactored actions feature to be reused as a trait
- Refactored actions test to be reused as a trait
- Base
Fixed
- Bug with pagination and filters, the pagination was not being reset after a new search
v2.2.0-rc3
Added
- ⭐ New detail view with
- Default component
- Default component customization
- Multiple components
- Actions
- 📝 Documentation for the new detail view
- 🏗️ New
attributes-list
component - 🖼️ New
layout
component
Changed
- Refactored actions feature to be reused as a trait
- Refactored actions test to be reused as a trait
v2.2.0-rc2
Fixed
- Small fixes on the documentation
Changed
- blade components namespace from
lv::
tolv-
v2.2.0-rc1
Added
- ⭐ New list view
- 📏 Feature to set the width for each column in the TableView
Changed
- 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
Fixed
- Bug with pagination and filters, the pagination was not being reset after a new search
v2.1.0
Added
- 👀 Option to customize which assets will be imported
- The current view instance is passed as a param to the action to be executed
Changed
- 🖱️ 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