Skip to content

Releases: Gustavinho/laravel-views

v2.1.0-rc2

10 Jan 05:02
Compare
Choose a tag to compare
Added live example link to the documentation

v2.1.0-rc1

04 Jan 23:49
Compare
Choose a tag to compare
doc: Add purge tailwindcss styles documentation

v2.0

14 Sep 02:40
574a2d3
Compare
Choose a tag to compare

Added

  • 💪 Added compatibility for Laravel Livewire 2.x

v1.1.0

03 Sep 16:04
1e9edb0
Compare
Choose a tag to compare

Added

  • 🖼️ 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

v1.0.6

22 Aug 22:14
f109274
Compare
Choose a tag to compare

Fixed

  • ✍️ Fixed typos
  • 📄 Fixed filter stub file name

v1.0.5

09 Aug 23:34
60c1ea8
Compare
Choose a tag to compare

Fixed

  • 🔨 Fixed default behavior clicking on actions adding a prevent directive

v1.0.4

26 Jul 22:20
493b6dd
Compare
Choose a tag to compare

Fixed

  • Fixed some typos and syntax errors
  • Fixed the query builder wrapping the table view search

v1.0.3

19 Jul 00:02
d647aee
Compare
Choose a tag to compare

Fixed

  • Fixed a bug using multiple redirect actions on the same table
  • Fixed some typos on the documentation

Added

  • Added road map to the documentation
  • Added contribution guide to the documentation

v1.0.2

13 Jul 17:05
621484a
Compare
Choose a tag to compare

Fixed

  • Added support for newer livewire versions
  • Fixed some typos on the documentation
  • Fixed assets URL

v1.0.1

27 Jun 19:38
e9aa962
Compare
Choose a tag to compare

Added

  • 📝 Added the changelog file
  • 📄 Added an overflow-y utility to the table view layout
  • 📝 Added missing renderIf documentation to the actions by row section

Changed

  • 🎨 Changed inputs border color

Fixed

  • 🔨 Fixed some broken links on the documentation
  • 🔧 Bumped websocket-extensions from 0.1.3 to 0.1.4