Skip to content

Releases: primer/doctocat

@primer/gatsby-theme-doctocat@4.1.0

13 Sep 17:14
f0e3c4c
Compare
Choose a tag to compare

Minor Changes

@primer/gatsby-theme-doctocat@4.0.1

12 Sep 18:37
4691474
Compare
Choose a tag to compare

Patch Changes

@primer/gatsby-theme-doctocat@4.0.0

24 May 15:17
c59e443
Compare
Choose a tag to compare

Major Changes

  • 1022d1c #362 Thanks @siddharthkp! - Drop support for node 12

  • 5f4426c #427 Thanks @colebemis! - Items in nav.yml that contain children no longer render as links, meaning the url property will be ignored.

    # nav.yml
    – title: Components
    - url: /components
      children:
       — title: Avatar
         url: /Avatar

Patch Changes

@primer/gatsby-theme-doctocat@3.3.0

31 Mar 22:30
30746ba
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@primer/gatsby-theme-doctocat@3.2.1

24 Feb 04:13
98da7e8
Compare
Choose a tag to compare

Patch Changes

@primer/gatsby-theme-doctocat@3.2.0

18 Jan 17:12
6d11b34
Compare
Choose a tag to compare

Minor Changes

@primer/gatsby-theme-doctocat@3.1.1

17 Dec 17:40
2214ca4
Compare
Choose a tag to compare

Patch Changes

  • 45e8748 #324 Thanks @rezrah! - Only add pages that have componentId and status to components.json

@primer/gatsby-theme-doctocat@3.1.0

10 Dec 20:04
3813cb8
Compare
Choose a tag to compare

Minor Changes

  • 3767651 #318 Thanks @colebemis! - Add a step to build process that will output a static components.json file with component status info if the site that its building has markdown files containing componentId frontmatter.

@primer/gatsby-theme-doctocat@3.0.1

23 Nov 01:43
bf88938
Compare
Choose a tag to compare

Patch Changes

  • ff74ece #301 Thanks @jfuchs! - Removed styled system prop usage on Primer React components.

@primer/gatsby-theme-doctocat@3.0.0

19 Nov 21:08
29ec356
Compare
Choose a tag to compare

Major Changes

Minor Changes

  • a94e0a9 #294 Thanks @colebemis! - You can now make custom React components globally available (no import required) to all markdown files in your site.

Patch Changes