docsify/CHANGELOG.md

137 lines
4.3 KiB
Markdown
Raw Normal View History

2017-04-25 12:41:02 +08:00
# Changelog
2017-04-28 09:56:58 +08:00
## 3.6.5 / 2017-04-28
* fix(util): fix crash, fixed ([#154](https://github.com/QingWei-Li/docsify/issues/154)
2017-04-28 08:03:49 +08:00
2017-04-28 09:56:58 +08:00
## 3.6.4 / 2017-04-28
2017-04-28 08:03:49 +08:00
* fix(util): correctly clean up duplicate slashes, fixed ([#153](https://github.com/QingWei-Li/docsify/issues/153)
2017-04-25 12:41:02 +08:00
## 3.6.3 / 2017-04-25
* fix(external-script): script attrs
## 3.6.2/ 2017-04-12
2017-04-12 23:53:11 +08:00
2017-04-28 08:03:49 +08:00
* feat(external-script): detect more than one script dom, fixed ([#146](https://github.com/QingWei-Li/docsify/issues/146)
2017-04-12 23:53:11 +08:00
* GA: Send hash instead of complete href (#147)
2017-04-09 12:12:21 +08:00
2017-04-25 12:41:02 +08:00
## 3.6.1 / 2017-04-09
2017-04-09 12:45:56 +08:00
* feat(event): Collapse the sidebar when click outside element in the small screen
2017-04-25 12:41:02 +08:00
## 3.6.0 / 2017-04-09
2017-04-09 12:12:21 +08:00
* feat(render): add mergeNavbar option, close ([#125](https://github.com/QingWei-Li/docsify/issues/125)
2017-04-25 12:41:02 +08:00
## 3.5.2/ 2017-04-05
2017-04-05 21:31:22 +08:00
* 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](https://github.com/QingWei-Li/docsify/issues/142))
2017-04-25 12:41:02 +08:00
## 3.5.1 / 2017-03-25
2017-03-25 16:26:07 +08:00
* fix: .md file extension regex
2017-03-10 12:00:47 +08:00
2017-04-25 12:41:02 +08:00
## 3.5.0 / 2017-03-25
2017-03-25 15:53:23 +08:00
* feat(route): auto remove .md extension
* fix: adjust display on small screens [@jrappen](https://github.com/jrappen)
* fix: navbar labels for German [@jrappen](https://github.com/jrappen)
2017-04-25 12:41:02 +08:00
## 3.4.4 / 2017-03-17
2017-03-17 17:12:41 +08:00
* fix(search): fix input style
* fix search plugin match bug
2017-04-25 12:41:02 +08:00
## 3.4.3 / 2017-03-16
2017-03-16 08:50:51 +08:00
* Add ability to ignore headers when generating toc ([#127](https://github.com/QingWei-Li/docsify/issues/127) [@christopherwk210](https://github.com/christopherwk210))
* fix external-script not inserting script at right place [@Leopoldthecoder](https://github.com/Leopoldthecoder)
* add German docs [@jrappen](https://github.com/jrappen)
2017-04-25 12:41:02 +08:00
## 3.4.2 / 2017-03-11
2017-03-11 19:31:57 +08:00
* feat(emojify): add no-emoji option
2017-04-25 12:41:02 +08:00
## 3.4.1 / 2017-03-10
2017-03-10 12:00:47 +08:00
* fix(dom): Disable the dom cache when vue is present, fixed [#119](https://github.com/QingWei-Li/docsify/issues/119)
* update english docs, [@jrappen](https://github.com/jrappen)
2017-04-25 12:41:02 +08:00
## 3.4.0 / 2017-03-09
2017-02-19 14:37:56 +08:00
2017-03-10 05:19:57 +08:00
* feat(zoom-image): add plugin
2017-03-09 20:29:01 +08:00
2017-04-25 12:41:02 +08:00
## 3.3.0 / 2017-03-07
2017-03-09 20:29:01 +08:00
2017-03-10 05:19:57 +08:00
* add front-matter plugin
2017-03-10 12:00:47 +08:00
* add external-script plugin, [@Leopoldthecoder](https://github.com/Leopoldthecoder)
2017-03-10 05:19:57 +08:00
* Fix nav showing while loading ([#112](https://github.com/QingWei-Li/docsify/issues/112))
2017-03-07 11:59:55 +08:00
2017-04-25 12:41:02 +08:00
## 3.2.0 / 2017-02-28
2017-03-07 11:59:55 +08:00
2017-03-10 05:19:57 +08:00
* fix(render): Toc rendering error, fixed [#106](https://github.com/QingWei-Li/docsify/issues/106)
* feat(search): Localization for no data tip, close [#103](https://github.com/QingWei-Li/docsify/issues/103)
* fix(fetch): load sidebar and navbar for parent path, fixed [#100](https://github.com/QingWei-Li/docsify/issues/100)
* feat(render) nameLink for each route, fixed [#99](https://github.com/QingWei-Li/docsify/issues/99)
2017-02-28 22:02:20 +08:00
2017-04-25 12:41:02 +08:00
## 3.1.2 / 2017-02-27
2017-02-28 22:02:20 +08:00
2017-03-10 05:19:57 +08:00
* fix(search): dont search nameLink, fixed [#102](https://github.com/QingWei-Li/docsify/issues/102)
2017-02-27 11:47:22 +08:00
2017-04-25 12:41:02 +08:00
## 3.1.1 / 2017-02-24
2017-02-27 11:47:22 +08:00
2017-03-10 05:19:57 +08:00
* fix(search): dont search nameLink, fixed [#102](https://github.com/QingWei-Li/docsify/issues/102)
* fix(render): custom cover background image
* fix(tpl): extra character, fixed [#101](https://github.com/QingWei-Li/docsify/issues/101)
2017-02-24 20:19:34 +08:00
2017-04-25 12:41:02 +08:00
## 3.1.0 / 2017-02-22
2017-02-24 20:19:34 +08:00
2017-03-10 05:19:57 +08:00
* fix(search): incorrect anchor link, fixed [#90](https://github.com/QingWei-Li/docsify/issues/90)
* feat(emoji): add emoji plugin
2017-02-22 22:32:51 +08:00
2017-04-25 12:41:02 +08:00
## 3.0.5 / 2017-02-21
2017-02-22 22:32:51 +08:00
2017-03-10 05:19:57 +08:00
* feat(pwa): add sw.js
* fix(layout.css): loading style
* fix(event): highlight sidebar when clicked, fixed [#86](https://github.com/QingWei-Li/docsify/issues/86)
* fix(gen-tree): cache toc list, fixed [#88](https://github.com/QingWei-Li/docsify/issues/88)
2017-02-21 21:22:25 +08:00
2017-04-25 12:41:02 +08:00
## 3.0.4 / 2017-02-20
2017-02-21 21:22:25 +08:00
2017-03-10 05:19:57 +08:00
* fix(render): execute script
* fix(render): disable rendering sub list when loadSidebar is false
2017-02-20 08:59:38 +08:00
2017-04-25 12:41:02 +08:00
## 3.0.3 / 2017-02-19
2017-02-20 08:59:38 +08:00
2017-03-10 05:19:57 +08:00
* fixed look of links in blockquote
* fix(scroll) highlight bug
2017-02-19 22:52:59 +08:00
2017-04-25 12:41:02 +08:00
## 3.0.2 / 2017-02-19
2017-02-19 22:52:59 +08:00
2017-03-10 05:19:57 +08:00
* fix(search): add lazy input
* fix(compiler): link
2017-02-19 15:27:39 +08:00
2017-04-25 12:41:02 +08:00
## 3.0.1 / 2017-02-19
2017-02-19 15:27:39 +08:00
2017-03-10 05:19:57 +08:00
* fix(route): empty alias
2017-02-19 14:55:20 +08:00
2017-04-25 12:41:02 +08:00
## 3.0.0 / 2017-02-19
2017-02-19 14:37:56 +08:00
2017-04-25 12:41:02 +08:00
##### Breaking change
2017-03-10 05:19:57 +08:00
* Not support IE9
* The route becomes: `/#/page?id=slug`. The previous route will be redirected
2017-02-19 14:37:56 +08:00
2017-04-25 12:41:02 +08:00
##### Features
2017-03-10 05:19:57 +08:00
* Faster rendering
* Clearer source code
* More powerful API
* Auto header for each page [#78](https://github.com/QingWei-Li/docsify/issues/78)
* Localization for search plugin [#80](https://github.com/QingWei-Li/docsify/issues/80)
* Execute the script in markdown (see `executeScript`)