Skip to content

v1.1.0

Compare
Choose a tag to compare
@luanfreitasdev luanfreitasdev released this 23 May 14:34
3e37e3f

What has changed ?

Summary: an addColumns method has been added where all the configuration of columns (addColumn) will be previously inside dataSource.
The dataSource method receives only the model call without get () to use the Model feature and with get it is automatically understood as using the Collection.

Different from the previous v1.0.2? Some things have changed but it is fully compatible. We advise you to upgrade to the new model.

What's new ?

  • Model creation support (internally using pagination)
  • Rename the file to be downloaded well with the options per screen (excel, csv)
  • Add the method: ->showExportOption ('download', ['excel', 'csv']) within the setUp method
  • Modal opening support using the Livewire UI Modal component
  • Tests with pestphp
  • Allow to use subfolders in create command

What improvements:

Command updates: creation in a specific directory and showing the component name in the console.
Documentation is now at http://livewire-powergrid.docsforge.com/