Skip to content

Releases: Gustavinho/laravel-views

v2.4.1

02 Jan 23:19
05cca77
Compare
Choose a tag to compare

[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

02 Jan 21:08
Compare
Choose a tag to compare
v2.4.1-rc1 Pre-release
Pre-release
Updated changelog

v2.4.0

29 Sep 22:40
299412c
Compare
Choose a tag to compare

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

29 Sep 16:50
Compare
Choose a tag to compare
v2.4.0-rc1 Pre-release
Pre-release
  • 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

29 Sep 16:46
c1ea28f
Compare
Choose a tag to compare
v2.4.0-rc0 Pre-release
Pre-release
  • 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

27 Jun 01:40
486bfb4
Compare
Choose a tag to compare

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

24 Jun 04:14
Compare
Choose a tag to compare
v2.3.0-rc4 Pre-release
Pre-release
  • Fixed a bug getting the model who fired an action, needed to clone the initial query

v2.3.0-rc3

24 Jun 04:00
Compare
Choose a tag to compare
v2.3.0-rc3 Pre-release
Pre-release
  • 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

22 Jun 00:12
Compare
Choose a tag to compare
v2.3.0-rc2 Pre-release
Pre-release
  • Added compatibility with Alpine 3.

v2.3.0-rc1

21 Jun 04:31
a1c5284
Compare
Choose a tag to compare
v2.3.0-rc1 Pre-release
Pre-release
  • 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