Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 644 Bytes

CHANGELOG.md

File metadata and controls

27 lines (16 loc) · 644 Bytes

[1.0.4] - 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