Skip to content

Releases: primer/doctocat

v2.1.0

10 Nov 00:08
f0cde2c
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@primer/[email protected]

14 Oct 20:24
700460a
Compare
Choose a tag to compare

Major Changes

@primer/[email protected]

05 Mar 16:50
a22b960
Compare
Choose a tag to compare

Minor Changes

  • 6aafb95 #225 Thanks @colebemis! - Reduce table of contents depth (only list h2s)

  • 31d9e8c #217 Thanks @srt32! - Update supported statuses

    - New, Experimental, Review, Stable, Deprecated
    + Alpha, Beta, Stable, Deprecated

Patch Changes

@primer/[email protected]

23 Feb 22:22
57692c4
Compare
Choose a tag to compare

Minor Changes

@primer/[email protected]

16 Dec 19:18
d814f7d
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@primer/[email protected]

05 Nov 21:08
36cef27
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@primer/[email protected]

05 Oct 16:28
31093ca
Compare
Choose a tag to compare

Minor Changes

@primer/[email protected]

01 Oct 18:53
b588ae8
Compare
Choose a tag to compare

Major Changes

  • 152402c #184 Thanks @colebemis! - Update the Do and Dont component APIs to allow consumers to control how images are rendered:

    - <Do src="https://example.com/do.png">
    -   Use brief and direct communication
    - </Do>
    + <Do>
    +   <img src="https://example.com/do.png" alt="" />
    +   <Caption>Use brief and direct communication</Caption>
    + </Do>

Minor Changes

Patch Changes

v0.25.3

22 Sep 16:40
9ef360f
Compare
Choose a tag to compare
  • Updates Doctocat to work with projects that use something other than master for their default branch. We now allow passing a defaultBranch option to the options object in gatsby-config.js

v0.25.2

21 Sep 17:50
2d38518
Compare
Choose a tag to compare

🐛 Bug fixes

  • Ensure search results lead to the correct URL #181