Releases: primer/doctocat
Releases · primer/doctocat
v0.16.0
Removes overflow: hidden
from LiveEditors
v0.15.1
Removes live-preview-wrapper.js
from docs site and fixes some linting issues
v0.15.0
- 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
🐛 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
🐛 Bug fixes
- Replaced
\\
with /
in page paths on Windows. Thanks, @dmarcey! 🙌 (#75)
v0.14.0
💅 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
🐛 Bug fixes
- Fixed navigation drawer layout (#70)
v0.13.0
💅 Enhancements
- Simplified API for Do/Don't examples (#69)
- Doctocat now shows contributors at the bottom of every page (#67)
v0.12.0
✨ 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
🐛 Fixed
- Fixed navigation dropdowns in Edge (#54)