Laravel Views Versions Save

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

v2.4.1

1 year ago

[2.4.1] - 2023-01-02

Fixed

  • 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

Changed

  • Removed doc files from this repo

v2.4.1-rc1

1 year ago

v2.4.0

2 years ago

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

2 years ago
  • 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

2 years ago
  • 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

2 years ago

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

2 years ago
  • Fixed a bug getting the model who fired an action, needed to clone the initial query

v2.3.0-rc3

2 years ago
  • 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

2 years ago
  • Added compatibility with Alpine 3.

v2.3.0-rc1

2 years ago
  • 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