Skip to content

Releases: webfactor/laravel-backpack-instant-fields

2.1.0

10 Feb 16:55
0918c6e

Choose a tag to compare

Added

  • delete button!
  • edit/delete buttons will be disabled if no entry is selected

2.0.0

08 Feb 21:03
511caeb

Choose a tag to compare

Added

  • new layout: inline!
  • edit button!
  • support for dependencies
  • use all form values in custom search logic
  • option to adjust pagination (default: 10)
  • autofill select on creating an entity

If your are upgrading from version 1.x please just update your routes to use "any" method (see readme)

Fix option label in ajax select2 fields

21 Jan 13:48
afcb67e

Choose a tag to compare

Fix option label in ajax select2 (multiple) field: Use option_label attribute instead of value (which is already in use).

1.4.3

21 Jan 10:11

Choose a tag to compare

  • Add value param to select2_from_ajax(_multiple), in order to be able to display accessors.

1.4.1

14 Dec 09:10
ab5cc99

Choose a tag to compare

Fix slash ajax requests in blade files.

1.4.0

11 Nov 22:37
0812597

Choose a tag to compare

  • allow overriding button views

1.3.5

23 Sep 13:12
b254661

Choose a tag to compare

add Laravel 5.7 support to composer.json

1.3.4

01 Aug 16:40
1905239

Choose a tag to compare

  • add $position

1.3.3

19 Jul 13:09
1dc69e7

Choose a tag to compare

fix so that you can use multiple buttons in list view (requires Backpack CRUD >=3.4.27)

1.3.2

17 Jul 17:53
e63e6eb

Choose a tag to compare

fix button