Skip to content

@razorpay/[email protected]

Compare
Choose a tag to compare
@rzpcibot rzpcibot released this 21 Jan 13:42
· 5 commits to master since this release
c0c464d

Minor Changes

  • 964ee14: feat: ability to align individual table column items

Patch Changes

  • 455e965: fix(FileUpload): fileupload on remove clashes with onchage

    [!NOTE]

    Previously, onChange did not provide an updated value when a file was removed. Now, when a file is removed from FileUpload, onChange will return the updated value for uncontrolled fileupload.

  • a87a200: chore(blade): add data attributes in TabNav & Table components