docsify/CHANGELOG.md

39 lines
873 B
Markdown
Raw Normal View History

2017-02-19 14:37:56 +08:00
2017-02-20 08:59:38 +08:00
3.0.4 / 2017-02-20
==================
* fix(render): execute script
* fix(render): disable rendering sub list when loadSidebar is false
2017-02-19 22:52:59 +08:00
3.0.3 / 2017-02-19
==================
* fixed look of links in blockquote
* fix(scroll) highlight bug
2017-02-19 15:27:39 +08:00
3.0.2 / 2017-02-19
==================
* fix(search): add lazy input
* fix(compiler): link
2017-02-19 14:55:20 +08:00
3.0.1 / 2017-02-19
==================
* fix(route): empty alias
2017-02-19 14:37:56 +08:00
3.0.0 / 2017-02-19
==================
#### Breaking change
- Not support IE9
- The route becomes: `/#/page?id=slug`. The previous route will be redirected
#### Features
- 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`)