Skip to content

Releases: Power-Components/livewire-powergrid

v1.2.3

25 Aug 21:03
e12d746
Compare
Choose a tag to compare
  • Updated model.php so that the relationSearch() method works with polymorphic relationships, and for a nested relationship. 53

v1.2.2

21 Aug 15:47
Compare
Choose a tag to compare

Layout correction

  • Improvements to filter components
  • Responsive layout (tailwind)
  • DarkMode (tailwind) - see demo

Back-end fix

Display html on action - issues 38
News

  • ToggleColumns allows to show/hide columns - setUp - showToggleColumns
  • ThemeManager - Allows you to change a CSS behavior for a particular component class or globally - template
  • Release Notification - when you run the powergrid:create command, we can let you know if you are using an older version - notification
  • Method createFromFillable refactored for more databases support - pull 51

v1.1.7

11 Aug 14:20
Compare
Choose a tag to compare
  • Fixed when not passed relationSearch method

v1.1.6

11 Aug 12:15
Compare
Choose a tag to compare
  • add relationSearch - doc
  • change powergrid:create command - doc
  • Add Farsi/Persian Language - pull 38

v1.1.5

01 Aug 21:19
be6424d
Compare
Choose a tag to compare
  • fix sort direction
  • search with resetPage

v1.1.4

19 Jul 17:12
Compare
Choose a tag to compare

v1.1.3

21 Jun 18:05
Compare
Choose a tag to compare
  • Fix translation for select inputs

v1.1.2

04 Jun 13:04
Compare
Choose a tag to compare
  • fix bootstrap button class
  • fiz bootstrap pagination

v1.1.1

01 Jun 15:58
Compare
Choose a tag to compare
  • Fix Stub generate in command create.
  • Merge pull 23 o @emtudo with indentation to improve code readability.
  • Add github actions.

v1.1.0

23 May 14:34
3e37e3f
Compare
Choose a tag to compare

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/