github-actions
released this
04 Jun 22:44
·
537 commits
to main
since this release
Minor Changes
- 35b05bd: Adds
css
prop forCodeInline
to allow merging css styles. - 9457424: Adds
CopyButton
to be used with customCodeBlock
components. - 801b9c3: Moves
GitProviderLink
to use css throughrestyle
instead of inline styles.
Patch Changes
- 511d768: Normalizes
CopyButton
foreground and background colors. - 2198401: Updates restyle to
1.4.0
. - bc2ef5e: Doesn't override user-defined pre margin in
CodeBlock
. - 1236bcc: Fixes keyboard accessibility for
CodeBlock
inline copy button. - 6a05a2a: Uses activity bar foreground color from theme to color source link and copy button icons in
CodeBlock
component. - 16e6f26: Adds better contrast for
CodeBlock
inline copy button by adding a stroke based ontheme.panel.border
.