Releases: protonemedia/laravel-splade
Releases · protonemedia/laravel-splade
0.6.0
- Built-in Query Builder for Table component
- Optional custom cell component in addition to the existing directive (
@cell
) - Support for Table objects so you can reuse table configurations
- Support for Bulk Actions (requires a table object)
- Support for Exports (requires a table object)
make:table
Command- Support for Modal/Slideover as Table RowLink
- Bugfix for #74
0.5.12
- Added 'scrollToError' form prop
0.5.11
- When the
keep-alive
component is used, the Dialog component will now be hidden when the user navigates to another page
0.5.10
- You may disable the paginator when the resource only contains one page (
SpladeTable::hidesPaginationWhenResourceContainsOnePage()
) - On validation errors, the Form component scrolls to the first element with an error. You may disable this with the
scrollOnError
prop.
0.5.9
- The debounce value of the Table component is now configurable.
- You may now pass a value to the Defer component that it will watch and perform a request whenever the value changes (with an optional debounce).
- The Defer component now has a
manual
attribute to prevent it from loading after mounting. - The Dropdown component now has a
teleport
attribute to indicate whether it should be attached to the body.
0.5.8
- The default confirm texts are now translated by default
0.5.7
- Dropdowns are now rendered using portals, for example, so that they are rendered outside of tables to prevent overflow issues
- Support for inline dropdowns
- Custom Table cell regex bugfix
0.5.6
- Support for rendering the Table component with auto-fill, but without the
thead
element - Improved Choices.js compatibility in the Select component
- Improved support for registering multiple custom Vue components at once
- File Input component UI fixes
- Table component UI fixes
0.5.5
- Fix for wrong
poll
type in Defer component - Support for setting the 'per-page' options globally or disable it (Table component)
- Support for defining the Toast message in the style/position method -
Toast::danger('Whoops!')
- SpladeMiddleware and ServiceProvider refactor
- Added tons of docblocks and comments in the codebase
0.5.4
Added docblocks + refactor