Releases: seek-oss/scoobie
Releases · seek-oss/scoobie
v20.0.0
Major Changes
- styles: Remove submodule export (#792)
Minor Changes
- CodeBlock, CodeContainer, CodeThemeProvider: Add
scoobieDark
and scoobieLight
themes (#792)
v19.1.0
Minor Changes
- Blockquote, CodeBlock, CodeContainer, InlineCode, styles/codeBackgroundColor: Add experimental support for color modes (#790)
v19.0.3
Patch Changes
- Remove
sku
as a peer dependency (#786)
v19.0.2
Patch Changes
- fix: remove unused dependency
react-keyed-flatten-children
(#782)
v19.0.1
Patch Changes
- CodeBlock: allow
language
and label
to be undefined again, to support multi-snippet code blocks (#777)
v19.0.0
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
Minor Changes
- CodeBlock: allow copy and labels to be optional (#766)
v18.1.2
Patch Changes
- deps: prism-react-renderer ^2.4.1 (#758)
v18.1.1
Patch Changes
- deps: remove unused dependency
remark-slug
(#742)