Skip to content

Releases: primer/doctocat

v0.16.0

18 Sep 17:29
3fda971
Compare
Choose a tag to compare

Removes overflow: hidden from LiveEditors

v0.15.1

18 Sep 17:28
89d7b80
Compare
Choose a tag to compare

Removes live-preview-wrapper.js from docs site and fixes some linting issues

v0.15.0

12 Sep 19:59
9011018
Compare
Choose a tag to compare
  • Moves the Frame component in the live previews into LivePreviewWrapper. This allows consumers to adjust whether or not the code examples are rendered with an iframe by shadowing live-preview-wrapper.js

v0.14.2

06 Sep 16:51
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fixed code example font sizes on mobile (#77)
  • The header now only displays the mobile search button if the isSearchEnabled prop is set to true (#78)

v0.14.1

06 Sep 16:43
Compare
Choose a tag to compare

🐛 Bug fixes

  • Replaced \\ with / in page paths on Windows. Thanks, @dmarcey! 🙌 (#75)

v0.14.0

04 Sep 23:49
Compare
Choose a tag to compare

💅 Enhancements

  • Doctocat now automatically adds a repository link to the sidebar if the repository field is set in package.json (#73)
  • Added support for the source front matter variable which can be used to add a source code link to the top of any page (#72)

v0.13.1

03 Sep 16:41
797bb4a
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fixed navigation drawer layout (#70)

v0.13.0

03 Sep 16:42
Compare
Choose a tag to compare

💅 Enhancements

  • Simplified API for Do/Don't examples (#69)
  • Doctocat now shows contributors at the bottom of every page (#67)

v0.12.0

30 Aug 00:58
Compare
Choose a tag to compare

✨ New components

  • Caption component (#61)
  • Do and Dont components (#63)

💅 Enhancements

🐛 Bug fixes

  • Fixed a bug that was causing links below the fold in the navigation drawer to be unclickable in macOS Safari (#66). Thank you for your help, @theKashey! 🙌

v0.11.1

20 Aug 05:12
cf7ceae
Compare
Choose a tag to compare

🐛 Fixed

  • Fixed navigation dropdowns in Edge (#54)