File tree Expand file tree Collapse file tree 5 files changed +18
-1
lines changed Expand file tree Collapse file tree 5 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 4.1.0 / 2017-05-30
4+
5+
6+ * feat: Support server client renderer [ See detail] ( //docsify.js.org/#/ssr )
7+ * feat: Support HTML5 history API. ` $docsify.routerMode = 'history' `
8+ * Breaking change: Clean global API
9+
310## 3.7.3 / 2017-05-22
411
512 * fix(render): find => filter, Compatible with old browser
Original file line number Diff line number Diff line change 1818 - [ Vue compatibility] ( vue.md )
1919 - [ CDN] ( cdn.md )
2020 - [ Offline Mode(PWA)] ( pwa.md )
21+ - [ (Server-client renderer(SSR)] ( ssr.md )
2122
2223- [ Changelog] ( changelog.md )
Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ window.$docsify = {
317317```
318318
319319## format-updated
320- We can display the file update date through ** {docsify-updated<span >}</span >** variable. And format it by ` formatUpdated ` .
320+ We can display the file update date through ** {docsify-updated<span >}</span >** variable. And format it by ` formatUpdated ` .
321321See https://github.com/lukeed/tinydate#patterns
322322``` js
323323window .$docsify = {
@@ -340,3 +340,10 @@ window.$docsify = {
340340 externalLinkTarget: ' _self' // default: '_blank'
341341}
342342```
343+
344+ ## router-mode
345+ ``` js
346+ window .$docsify = {
347+ routerMode: ' history' // default: 'hash'
348+ }
349+ ```
Original file line number Diff line number Diff line change 1818 - [ Vue Kompatibilität] ( de-de/vue.md )
1919 - [ CDN] ( de-de/cdn.md )
2020 - [ Offline Modus (PWA)] ( de-de/pwa.md )
21+ - [ Server-client renderer (SSR)] ( de-de/ssr.md )
2122
2223- [ Changelog] ( de-de/changelog.md )
Original file line number Diff line number Diff line change 1818 - [ 兼容 Vue] ( zh-cn/vue.md )
1919 - [ CDN] ( zh-cn/cdn.md )
2020 - [ 离线模式(PWA)] ( zh-cn/pwa.md )
21+ - [ 服务端渲染 (SSR)] ( zh-cn/ssr.md )
2122
2223- [ Changelog] ( zh-cn/changelog.md )
You can’t perform that action at this time.
0 commit comments