4.1.14 / 2017-06-24
- feat: add context attribute, fixed #191
- fix: get file path
- Merge pull request #195 from crawt/master
- Filter picture
- Update doc for external link target (#194)
4.1.13 / 2017-06-11
- fix ga
4.1.12 / 2017-06-03
- fix(render): ubtitle in side bar shows undefined, fixed #182
4.1.11 / 2017-06-02
- fix(render): autoHeader does not work
- fix(compiler): force reset toc when rendering sidebar fixed #181
4.1.10 / 2017-06-02
- fix(hash): hash routing crashes when url has querystring
4.1.9 / 2017-05-31
- fix(lifecycle): continue to handle data
- fix: can't render toc on first load, fixed #171
- fix(render): broken name link, fixed #167
- fix(pure-css):add coverpage style, fixed #165
- feat: add edit button demo, close #162
- fix some ssr bugs
- feat: Support server client renderer See detail
- feat: Support HTML5 history API.
$docsify.routerMode = 'history'
- Breaking change: Clean global API
- fix(render): find => filter, Compatible with old browser
- Pretty dir tree
- tweaks
- fix: docsify-updated is undefined
- feat: support query string for the search, likes
https://docsify.js.org/#/?s=navbar
, fixed (#156
- fix(util): fix crash, fixed (#154
- fix(util): correctly clean up duplicate slashes, fixed (#153
- fix(external-script): script attrs
- feat(external-script): detect more than one script dom, fixed (#146
- GA: Send hash instead of complete href (#147
- feat(event): Collapse the sidebar when click outside element in the small screen
- feat(render): add mergeNavbar option, close (#125
- add optional current route param to toURL and use it to properly compose local anchor links
- fix code style by removing semicolons
- in toURL test for anchor links and if so prepend the currentPath to the generated path. fixes (#142)
- fix: .md file extension regex
- feat(route): auto remove .md extension
- fix: adjust display on small screens @jrappen
- fix: navbar labels for German @jrappen
- fix(search): fix input style
- fix search plugin match bug
- Add ability to ignore headers when generating toc (#127 @christopherwk210)
- fix external-script not inserting script at right place @Leopoldthecoder
- add German docs @jrappen
- feat(emojify): add no-emoji option
- feat(zoom-image): add plugin
- add front-matter plugin
- add external-script plugin, @Leopoldthecoder
- Fix nav showing while loading (#112)
- fix(render): Toc rendering error, fixed #106
- feat(search): Localization for no data tip, close #103
- fix(fetch): load sidebar and navbar for parent path, fixed #100
- feat(render) nameLink for each route, fixed #99
- fix(search): dont search nameLink, fixed #102
- fix(search): dont search nameLink, fixed #102
- fix(render): custom cover background image
- fix(tpl): extra character, fixed #101
- fix(search): incorrect anchor link, fixed #90
- feat(emoji): add emoji plugin
- feat(pwa): add sw.js
- fix(layout.css): loading style
- fix(event): highlight sidebar when clicked, fixed #86
- fix(gen-tree): cache toc list, fixed #88
- fix(render): execute script
- fix(render): disable rendering sub list when loadSidebar is false
- fixed look of links in blockquote
- fix(scroll) highlight bug
- fix(search): add lazy input
- fix(compiler): link
- fix(route): empty alias
- Not support IE9
- The route becomes:
/#/page?id=slug
. The previous route will be redirected