Laravel Views Versions Save

Laravel package to create beautiful common views like data tables using the TALL stack.

v2.2.5

3 years ago

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

3 years ago

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

3 years ago

Changed

  • Live demo URL in the docs

2.2.2

3 years ago

Fixed

  • Changed $model->getKey() insted of hardcoded $model->id

v2.2.1

3 years ago

Fixed

  • Added detail-view, grid-view and list-view to the views to be published.

v2.2.0

3 years ago

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 the a 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

Fixed

  • Bug with pagination and filters, the pagination was not being reset after a new search

v2.2.0-rc3

3 years ago

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

3 years ago

Fixed

  • Small fixes on the documentation

Changed

  • blade components namespace from lv:: to lv-

v2.2.0-rc1

3 years ago

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 the a 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.

Fixed

  • Bug with pagination and filters, the pagination was not being reset after a new search

v2.1.0

3 years ago

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