Skip to content

braid-design-system@28.11.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 17 Jul 02:17
· 1257 commits to master since this release
0f4d252

Minor Changes

  • TextLinkButton: Pass click event object to onClick handler (#688)

    The onClick handler was previously called without any arguments. We now pass the click event object through as expected.