Skip to content

Releases: seek-oss/scoobie

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)

v18.2.0

02 Jan 13:15
7bb6169
Compare
Choose a tag to compare

Minor Changes

  • CodeBlock: allow copy and labels to be optional (#766)

v18.1.2

16 Dec 01:27
6c8a0bc
Compare
Choose a tag to compare

Patch Changes

  • deps: prism-react-renderer ^2.4.1 (#758)

v18.1.1

21 Oct 21:31
9e3d4df
Compare
Choose a tag to compare

Patch Changes

  • deps: remove unused dependency remark-slug (#742)

v18.1.0

11 Oct 03:54
58dbef6
Compare
Choose a tag to compare

Minor Changes

  • Tweak img style (#737)