90 lines
1.4 KiB
Markdown
90 lines
1.4 KiB
Markdown
### 2.4.2
|
|
|
|
> 2017-02-14
|
|
|
|
#### Bug fixes
|
|
- fix(index): load file path error
|
|
|
|
|
|
### 2.4.1
|
|
|
|
> 2017-02-13
|
|
|
|
#### Bug fixes
|
|
- fix(index): cover page
|
|
|
|
### 2.4.0
|
|
|
|
> 2017-02-13
|
|
|
|
#### Features
|
|
|
|
- feat(hook): add `doneEach`
|
|
|
|
|
|
### 2.3.0
|
|
|
|
> 2017-02-13
|
|
|
|
#### Features
|
|
|
|
- feat(src): add alias feature
|
|
- docs: update all documents
|
|
- feat(src): dynamic title
|
|
- feat(hook): support custom plugin
|
|
- feat(themes): add dark theme
|
|
|
|
#### Bug fixes
|
|
- fix(event): `auto2top` has no effect on a FF mobile browser, fixed #67
|
|
- fix: sidebar style
|
|
- fix(render): fix render link
|
|
|
|
### 2.2.1
|
|
|
|
> 2017-02-11
|
|
|
|
#### Bug fixes
|
|
- fix(search): crash when not content, fixed #68
|
|
- fix(event): scroll active sidebar
|
|
- fix(search): not work in mobile
|
|
|
|
### 2.2.0
|
|
|
|
#### Features
|
|
- Add `Google Analytics` plugin.
|
|
```html
|
|
<script src="//unpkg.com/docsify" data-ga="UA-XXXXX-Y"></script>
|
|
<script src="//unpkg.com/docsify/lib/plugins/ga.js"></script>
|
|
```
|
|
|
|
### 2.1.0
|
|
#### Features
|
|
- Add search plugin
|
|
```html
|
|
<script src="//unpkg.com/docsify"></script>
|
|
<script src="//unpkg.com/docsify/lib/plugins/search.js"></script>
|
|
```
|
|
|
|
#### Bug fixes
|
|
- fix sidebar style
|
|
|
|
### 2.0.3
|
|
#### Bug fixes
|
|
- fix: rendering emojis
|
|
- fix: css var polyfill
|
|
|
|
### 2.0.2
|
|
|
|
#### Bug fixes
|
|
- fix button style in cover page.
|
|
|
|
### 2.0.1
|
|
#### Bug fixes
|
|
- border style.
|
|
|
|
### 2.0.0
|
|
#### Features
|
|
- Customize the theme color
|
|
|
|
#### Break change
|
|
- Remove `data-router`, `data-sidebar`, `data-sidebar-toggle` APIs
|