2019.04.14
- Fixed font weight rendering in Edge 17/18
- Fixed
.app-name
shift on sidebar hover (#22)
2019.02.27
- Fixed custom scrollbar styles for moz- and webkit-based based browsers on non-macOS platforms
2019.02.21
- Add
--search-result-item-color
theme property - Add
--search-result-item-weight
theme property
2019.02.08
- Fix sidebar toggle in Firefox
2019.01.25
- Update styles for docsify-copy-code 2.1.x
2019.01.16
- Add rendered/markdown tabs to Markdown section of website
- Fix font size of paragraph elements following H5 and H6 headings
- Fix Autoprefixr behavior by updating browserslist settings
- Update invisible sidebar left-edge toggle on appearance so it only appears on smaller screens
- Update zoom image plugin default overlay color
- Update CDN links to jsDelivr
2018.12.07
- Add support for docsify's
onlyCover
option - Add support for full-width landscape presentation for "notched" devices
- Fix search placeholder text vertical centering on Safari (iOS/Mac)
2018.11.09
- Fix
<th>
center and right alignment
2018.11.01
- Add conditional loading of plugins based on docsify version
- Add docsify version check before loading
pluginFixSearchResults
- Add docsify version check before loading
pluginFixZoomImage
- Update CSS and set seach options to provide compatibility with the new
hideOtherSidebarContent
option added to the search plugin in docsify 4.8.0
2018-10-10
- Add docsify-tabs support and demo
- Add heading level 5-6 styles
- Fix
<small>
line height presentation
2018-08-07
- Add
--sidebar-nav-pagelink-background-size
property
2018-08-07
- Update css-vars-ponyfill dependency to address potential issues with CSS custom properties in legacy browsers
2018-06-23
- Update Simple and Simple-Dark themes: Fixed
--notice-tip-border-color
value inheriting from-theme-color
- Fix high CPU usage in Safari when using Simple or Simple-Dark themes
2018-06-08
- Update package.json, index.md and README copy
- Update default theme: remove borders from
<table>
and<kbd>
- Update simple theme: change
<blockquote>
style to match important/tip style
2018-06-07
- Initial release