Skip to content

0.21.1

Choose a tag to compare

@woylie woylie released this 05 Aug 05:28
· 556 commits to main since this release
5757fbd

Added

  • Allow passing a function to the attrs option of table component's :action
    slot. Before, this was only supported in the :col slot.

Changed

  • Improve some error messages and documentation examples.

Fixed

  • In the :col and :action slots of the table component, the attrs option
    did not properly override the attributes set with the :tbody_td_attrs
    option.