Skip to content

Releases: seek-oss/scoobie

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)

v18.0.1

09 Oct 02:10
b65c171
Compare
Choose a tag to compare

Patch Changes

  • CodeBlock: Enable java syntax highlighting (#669)

v18.0.0

05 Oct 03:38
827b8f7
Compare
Choose a tag to compare

Major Changes

  • Scoobie no longer supports MDX rendering, and so many pieces of this library have been removed. (#732)

    Updating SEEK-internal codebases to use MDX v2/v3 has turned out to be challenging, and made even more challenging with the abstraction of having to do it via Scoobie.

    This change returns Scoobie to be a React component library only.

v17.2.2

01 Oct 03:41
aabd014
Compare
Choose a tag to compare

Patch Changes

  • CodeBlock: Update GraphQL playground links to work with multiple variables combinations (#729)

v17.2.1

24 Sep 06:59
5c4126a
Compare
Choose a tag to compare

Patch Changes

  • mermaid: Handle optional tspans in sequence diagrams (#724)

v17.2.0

11 Sep 23:55
0f8d24e
Compare
Choose a tag to compare

Minor Changes

  • mermaid: Revise diagram styling (#715)

    This is a broad design pass of our stylesheet as it pertains to diagrams currently available on developer.seek.com. More lines and text are now coloured correctly, and text shadows are more widely employed to improve readability on different backgrounds.

v17.1.7

10 Sep 23:40
689eb4a
Compare
Choose a tag to compare

Patch Changes

  • mermaid: Fix flowchart labels being cut off in Chrome (#712)

v17.1.6

10 Sep 12:58
d2a0225
Compare
Choose a tag to compare

Patch Changes

  • mermaid: Fix text rendering of edge labels (#710)

v17.1.5

10 Sep 02:48
fac4595
Compare
Choose a tag to compare

Patch Changes

  • mermaid: Restore flowchart labels in Chrome (#707)

    This fixes a regression in v17.1.2 where cut-off labels had a scrollbar rendered over them in Chrome.