Skip to content

Releases: Okipa/laravel-table

5.3.1: V5: fix searching with Postgres (#130)

02 Apr 19:41
1b3d7db
Compare
Choose a tag to compare
  • Fixed searching SQL request for PostgreSQL by casting every values into text (fixes #129)

5.3.0: Add Laravel 10 support (#120)

21 Jan 21:41
222906a
Compare
Choose a tag to compare
  • Added PHP 8.2 support and locked PHP versions to 8.1 and 8.2
  • Dropped Laravel 8 support
  • Added Laravel 10 support

5.2.2 (#116)

01 Jan 15:41
e880029
Compare
Choose a tag to compare
  • Fixed filter reset button missing margin-top class for Bootstrap 4 & 5 templates

5.2.1 (#112)

14 Nov 00:33
77ba56e
Compare
Choose a tag to compare
  • Added the ability to redefine the entire table positioning when reordering instead of just reversing some possibly incorrect positions

5.2.0 (#111)

28 Oct 13:39
44b857d
Compare
Choose a tag to compare
  • Added a new built-in RedirectRowAction, that is now used to render the pre-configured ShowRowAction
  • Added an optional second argument bool $openInNewWindow = false to the ShowRowAction
  • Added a new pre-configured AddHeadAction, that is using the built-in RedirectHeadAction
    • Added a new Add translation for it that you'll have to add to your own translations
    • Added a new config('laravel-table.icon.add') config for it with the <i class="fa-solid fa-circle-plus fa-fw"></i> default value that you'll also have to add to your published configuration file

5.1.2

27 Oct 08:42
Compare
Choose a tag to compare

5.1.1: Fixed reordering feature (#108)

26 Oct 19:15
0544fb4
Compare
Choose a tag to compare

5.1.0 (#107)

25 Oct 21:11
fe6a3dc
Compare
Choose a tag to compare
  • Added ability to chain a ->when(bool $condition) method to an instantiated head action, in order to enable it conditionally
  • Added a new built-in RedirectHeadAction, that is now used to render the pre-configured CreateHeadAction
  • Added an optional second argument bool $openInNewWindow = false to the CreateHeadAction
  • Added a new JavaScript snippet to handle head action link opening in tab: you'll have to add it if you want to benefit from this new ability

5.0.2 (#104)

08 Oct 07:14
b2807c5
Compare
Choose a tag to compare
  • Fixed wrong form-select class uses for Bootstrap 4 template selects: replaced them by custom-select
  • Fixed Column action still displays original column value with ->when(false) : #103

5.0.1

26 Sep 14:20
Compare
Choose a tag to compare
  • Fixed make:table <TableName> --model=<ModelNamespace> command