Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 714 Bytes

CHANGELOG.md

File metadata and controls

32 lines (19 loc) · 714 Bytes

[1.1.0] - 2024-12-16

Add Laravel Nova V5 Support
Update README

[1.0.5] - 2024-11-25

Fixed multiple pagination instances possible
Update README

[1.0.4] - 2024-04-23

Fixed table style 'tight'
Fixed viewAll not showing
Add viewAll styling and positioning
Update README

[1.0.3] - 2023-05-31

Fixed return type

[1.0.2] - 2023-05-26

NB! Namespace has changed from JoeriTheGreat to whitespacecode

Please rename joerithegreat/nova-table-card to whitespacecode/nova-table-card in composer.json, and run composer update.

Then change use JoeriTheGreat\TableCard to use Whitespacecode\TableCard. Thanks!

Changed

  • Changed namespace from JoeriTheGreat to Whitespacecode