Skip to content

Releases: seek-oss/scoobie

v21.0.1

28 Apr 22:34
4a00f84
Compare
Choose a tag to compare

Patch Changes

  • CodeContainer: Fix border radius mismatch between line numbers section and container (#820)

v21.0.0

28 Apr 04:44
e35c696
Compare
Choose a tag to compare

Major Changes

  • Update peer dependency from react-router-dom >= 5.3.0 to react-router >= 7.5.2 < 8 (#819)

v20.0.2

10 Apr 05:32
097dca7
Compare
Choose a tag to compare

Patch Changes

  • CopyableText: Stop onClick propagation (#813)

v20.0.1

20 Mar 00:41
b2d1f1d
Compare
Choose a tag to compare

Patch Changes

  • CodeBlock, CodeContainer: Internally refactor to use bundled prismjs language definitions instead of using refractor (#804)

  • CodeBlock, CodeContainer: Support PHP code highlighting (#804)

v20.0.0

14 Feb 05:11
475ba02
Compare
Choose a tag to compare

Major Changes

  • styles: Remove submodule export (#792)

Minor Changes

  • CodeBlock, CodeContainer, CodeThemeProvider: Add scoobieDark and scoobieLight themes (#792)

v19.1.0

13 Feb 04:39
ac19b66
Compare
Choose a tag to compare

Minor Changes

  • Blockquote, CodeBlock, CodeContainer, InlineCode, styles/codeBackgroundColor: Add experimental support for color modes (#790)

v19.0.3

10 Feb 21:31
e057fb3
Compare
Choose a tag to compare

Patch Changes

  • Remove sku as a peer dependency (#786)

v19.0.2

05 Feb 21:20
27008e9
Compare
Choose a tag to compare

Patch Changes

  • fix: remove unused dependency react-keyed-flatten-children (#782)

v19.0.1

22 Jan 21:27
4c27863
Compare
Choose a tag to compare

Patch Changes

  • CodeBlock: allow language and label to be undefined again, to support multi-snippet code blocks (#777)

v19.0.0

10 Jan 00:19
725755b
Compare
Choose a tag to compare

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)