Releases: seek-oss/scoobie
Releases · seek-oss/scoobie
v21.0.1
Patch Changes
- CodeContainer: Fix border radius mismatch between line numbers section and container (#820)
v21.0.0
Major Changes
- Update peer dependency from
react-router-dom
>= 5.3.0
to react-router
>= 7.5.2 < 8
(#819)
v20.0.2
Patch Changes
- CopyableText: Stop
onClick
propagation (#813)
v20.0.1
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
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)