Skip to content

v19.0.0

Compare
Choose a tag to compare
@seek-oss-ci seek-oss-ci released this 10 Jan 00:19
· 26 commits to master since this release
725755b

Major Changes

  • CodeBlock: change props (#770)

    • label and language are now required

    • copy is no longer accepted; the copy button is always shown

      To have just the code block without the top row with the copy button, use CodeContainer

    • size is no longer accepted; it is now hardcoded to standard

  • Blockquote: drop size property; it is now hardcoded to standard (#773)

  • Table, TableRow: Remove components (#768)

    braid-design-system 33.3.0 now supports Table components directly

Minor Changes

  • CodeContainer: add new component (#770)