All notable changes to laravel-backpack-instant-fields
will be documented in this file.
Updates should follow the Keep a CHANGELOG principles.
- Nothing
- Nothing
- Nothing
- Nothing
- Nothing
autofill_attributes
attribute
in favor ofautofill_attributes
- blade refactoring
- option for simple crud button
- modal_view parameters to use own modal view
serialize
parameter to define which current field values should be passed to the foreign CrudController
- delete button!
- edit/delete buttons will be disabled if no entry is selected
- new layout: inline!
- edit button!
- support for dependencies
- use all form values in custom search logic
- 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)
- allow overriding button views
addInstantCreateButtonToList()
-method
- some refactoring
- uses translation files for notifications
- formated validation errors in notifications
- now request validation can be used without overwriting
ajaxStore()
- just use thesetAjaxStoreRequest()
setter.
- initial Version