Skip to content

Releases: protonemedia/laravel-splade

0.6.0

14 Oct 15:23
Compare
Choose a tag to compare
  • 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

07 Oct 13:07
Compare
Choose a tag to compare
  • Added 'scrollToError' form prop

0.5.11

06 Oct 18:35
Compare
Choose a tag to compare
  • When the keep-alive component is used, the Dialog component will now be hidden when the user navigates to another page

0.5.10

06 Oct 10:03
Compare
Choose a tag to compare
  • 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

05 Oct 10:11
Compare
Choose a tag to compare
  • 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

04 Oct 13:23
Compare
Choose a tag to compare
  • The default confirm texts are now translated by default

0.5.7

04 Oct 12:35
Compare
Choose a tag to compare
  • 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

03 Oct 09:11
Compare
Choose a tag to compare
  • 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

27 Sep 08:17
Compare
Choose a tag to compare
  • 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

25 Sep 15:20
2749479
Compare
Choose a tag to compare

Added docblocks + refactor