docsify/HISTORY.md

513 lines
6.4 KiB
Markdown
Raw Normal View History

2017-02-18 22:13:45 +08:00
### 2.4.3
> 2017-02-15
#### Bug fixes
2017-03-10 05:19:57 +08:00
* fix emoji replacing error ([#76](https://github.com/QingWei-Li/docsify/issues/76))
2017-02-18 22:13:45 +08:00
### 2.4.2
> 2017-02-14
#### Bug fixes
2017-03-10 05:19:57 +08:00
* fix(index): load file path error
2017-02-18 22:13:45 +08:00
### 2.4.1
> 2017-02-13
#### Bug fixes
2017-03-10 05:19:57 +08:00
* fix(index): cover page
2017-02-18 22:13:45 +08:00
### 2.4.0
> 2017-02-13
#### Features
2017-03-10 05:19:57 +08:00
* feat(hook): add `doneEach`
2017-02-18 22:13:45 +08:00
### 2.3.0
> 2017-02-13
#### Features
2017-03-10 05:19:57 +08:00
* feat(src): add alias feature
* docs: update all documents
* feat(src): dynamic title
* feat(hook): support custom plugin
* feat(themes): add dark theme
2017-02-18 22:13:45 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* fix(event): `auto2top` has no effect on a FF mobile browser, fixed #67
* fix: sidebar style
* fix(render): fix render link
2017-02-18 22:13:45 +08:00
### 2.2.1
> 2017-02-11
#### Bug fixes
2017-03-10 05:19:57 +08:00
* fix(search): crash when not content, fixed [#68](https://github.com/QingWei-Li/docsify/issues/68)
* fix(event): scroll active sidebar
* fix(search): not work in mobile
2017-02-18 22:13:45 +08:00
### 2.2.0
#### Features
2017-03-10 05:19:57 +08:00
* 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>
```
2017-02-18 22:13:45 +08:00
### 2.1.0
2017-03-10 05:19:57 +08:00
2017-02-18 22:13:45 +08:00
#### Features
2017-03-10 05:19:57 +08:00
* Add search plugin
```html
<script src="//unpkg.com/docsify"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.js"></script>
```
2017-02-18 22:13:45 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* fix sidebar style
2017-02-18 22:13:45 +08:00
### 2.0.3
2017-03-10 05:19:57 +08:00
2017-02-18 22:13:45 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* fix: rendering emojis
* fix: css var polyfill
2017-02-18 22:13:45 +08:00
### 2.0.2
#### Bug fixes
2017-03-10 05:19:57 +08:00
* fix button style in cover page.
2017-02-18 22:13:45 +08:00
### 2.0.1
2017-03-10 05:19:57 +08:00
2017-02-18 22:13:45 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* border style.
2017-02-18 22:13:45 +08:00
### 2.0.0
2017-03-10 05:19:57 +08:00
2017-02-18 22:13:45 +08:00
#### Features
2017-03-10 05:19:57 +08:00
* Customize the theme color
2017-02-18 22:13:45 +08:00
#### Break change
2017-03-10 05:19:57 +08:00
* Remove `data-router`, `data-sidebar`, `data-sidebar-toggle` APIs
2017-02-18 22:13:45 +08:00
2017-02-12 15:51:26 +08:00
### 1.10.5
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* fix initialize the Vue instance
2017-02-12 15:51:26 +08:00
### 1.10.4
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* fix execute script
2017-02-12 15:51:26 +08:00
### 1.10.3
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* compatible vuep ([#2](https://github.com/QingWei-Li/vuep/issues/2))
* fix sidebar scroll, fixed [#63](https://github.com/QingWei-Li/docsify/issues/63)
2017-02-12 15:51:26 +08:00
### 1.10.2
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Fix render emojis again
2017-02-12 15:51:26 +08:00
### 1.10.1
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Fix render emojis
2017-02-12 15:51:26 +08:00
### 1.10.0
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Features
2017-03-10 05:19:57 +08:00
* Support emoji :laughing:
2017-02-12 15:51:26 +08:00
### 1.9.0
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Destroys the vue instance when the route is changed
2017-02-12 15:51:26 +08:00
#### Features
2017-03-10 05:19:57 +08:00
* Add `!>` and `?>` doc helper.
2017-02-12 15:51:26 +08:00
#### Break change
2017-03-10 05:19:57 +08:00
* Remove `!` doc helper.
2017-02-12 15:51:26 +08:00
### 1.8.0
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Using `v-pre` skip compilation.
2017-02-12 15:51:26 +08:00
### Features
2017-03-10 05:19:57 +08:00
* Execute script when vue exists.
2017-02-12 15:51:26 +08:00
### 1.7.4
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Fix bugs caused by the previous version
2017-02-12 15:51:26 +08:00
### 1.7.3
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Add `hr` style
* Fixed option is an empty string
2017-02-12 15:51:26 +08:00
### 1.7.2
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Fix sidebar click event in mobile browser.
2017-02-12 15:51:26 +08:00
### 1.7.1
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Fix sidebar style in mobile browser.
2017-02-12 15:51:26 +08:00
### 1.7.0
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Fixed custom cover background, fixed [#52](https://github.com/QingWei-Li/docsify/issues/52)
* Fixed sticky sidebar
2017-02-12 15:51:26 +08:00
### Features
2017-03-10 05:19:57 +08:00
* Add `name` and `nameLink`
2017-02-12 15:51:26 +08:00
### 1.6.1
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Fixed sidebar bug when the coverpage exist
2017-02-12 15:51:26 +08:00
### 1.6.0
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Features
2017-03-10 05:19:57 +08:00
* Improve sidebar performance. The active item is automatically scrolled in the visible view.
* New doc helper: `! `. e.g. `! content` will be rendered as `<p class="tip">content</p>`
2017-02-12 15:51:26 +08:00
### 1.5.2
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Fixed number at the beginning of the slug
2017-02-12 15:51:26 +08:00
### 1.5.1
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Remove HTML tag when handling slug
2017-02-12 15:51:26 +08:00
### 1.5.0
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Fix slugify.
* Fix nav highlight.
2017-02-12 15:51:26 +08:00
#### Features
2017-03-10 05:19:57 +08:00
* Initialize the configuration by `window.$docsify`.
* Markdown parser is configurable.
2017-02-12 15:51:26 +08:00
### 1.4.3
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Tweak style.
2017-02-12 15:51:26 +08:00
### 1.4.2
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Fix toggle button style.
* Support `mailto`, `tel`, etc. href type
* Fix scroll to top.
2017-02-12 15:51:26 +08:00
### 1.4.1
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Fix generate slug.
2017-02-12 15:51:26 +08:00
### 1.4.0 Happly new year 🎉
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Features
2017-03-10 05:19:57 +08:00
* Display TOC in the custom sidebar, `data-sub-max-level`.
* Custom background in coverpage.
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Fix scroll highlight when Vue exist.
2017-02-12 15:51:26 +08:00
### 1.3.5
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Fix vue
2017-02-12 15:51:26 +08:00
### 1.3.4
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Supports [vuep](https://github.com/QingWei-Li/vuep)
2017-02-12 15:51:26 +08:00
### 1.3.3
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Fixed cover rendering timing
2017-02-12 15:51:26 +08:00
### 1.3.2
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Fixed render link
2017-02-12 15:51:26 +08:00
### 1.3.1
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Fixed cover page style
* Generate the correct link when rendering the article
2017-02-12 15:51:26 +08:00
### 1.3.0
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Features
2017-03-10 05:19:57 +08:00
* Add cover page
* add `<kbd>` style
* headling can be cliked
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* sidebar highlight
2017-02-12 15:51:26 +08:00
#### break change
2017-03-10 05:19:57 +08:00
* Navbar no longer fixed at the top
2017-02-12 15:51:26 +08:00
### 1.2.0
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Features
2017-03-10 05:19:57 +08:00
* custom basePath
* custom homepage
2017-02-12 15:51:26 +08:00
### 1.1.7
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Optimize progress bar
2017-02-12 15:51:26 +08:00
### 1.1.6
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Features
2017-03-10 05:19:57 +08:00
* Add logo 😂
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Remove table background color
* Fixed highlight sidebar using chinese ids
2017-02-12 15:51:26 +08:00
### 1.1.5
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Features
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
- Add table style
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Not fixed position of hte navbar in the mobile browser
* Correct calculation of whether the mobile browser
2017-02-12 15:51:26 +08:00
### 1.1.4
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Fixed chinese auchor link
2017-02-12 15:51:26 +08:00
### 1.1.3
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Optimize progress bar again
2017-02-12 15:51:26 +08:00
### 1.1.2
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* fix failed `auto2top` in mobile
2017-02-12 15:51:26 +08:00
### 1.1.1
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
- Optimize progress bar
### 1.1.0
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Features
2017-03-10 05:19:57 +08:00
* Add progress bar
* Add `auto2top` option for hash router
2017-02-12 15:51:26 +08:00
### 1.0.3
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
- Fix cache
### 1.0.2
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Fix binding events bug, fixed [#24](https://github.com/QingWei-Li/docsify/issues/24)
* Fix regular expression, fixed [#23](https://github.com/QingWei-Li/docsify/issues/23)
2017-02-12 15:51:26 +08:00
### 1.0.1
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* `img` style
2017-02-12 15:51:26 +08:00
### 1.0.0
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Features
2017-03-10 05:19:57 +08:00
* Support hash router
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Improved scrolling on mobile
2017-02-12 15:51:26 +08:00
### 0.7.0
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Breaking change
2017-03-10 05:19:57 +08:00
* `themes/` was removed, only exists in the npm package.
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Fix style.
* Fix sidebar animation again.
2017-02-12 15:51:26 +08:00
### 0.6.1
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* In the mobile, it should collapse the sidebar when toggle is clicked.
* Fix the dropdown list style.
* Fix sidebar animation.
2017-02-12 15:51:26 +08:00
### 0.6.0
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Features
2017-03-10 05:19:57 +08:00
* Navbar support dropdown list, [#6](https://github.com/QingWei-Li/docsify/issues/6)
* Sidebar with toggle
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Fix ineffective option, fixed [#10](https://github.com/QingWei-Li/docsify/issues/10)
2017-02-12 15:51:26 +08:00
### 0.5.0
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Features
2017-03-10 05:19:57 +08:00
* Custom sidebars and navbars by markdown file
2017-02-12 15:51:26 +08:00
### 0.4.2
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Correct catch ajax error
2017-02-12 15:51:26 +08:00
### 0.4.1
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* catch ajax error
2017-02-12 15:51:26 +08:00
### 0.4.0
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Features
2017-03-10 05:19:57 +08:00
* Custom sidebar
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Fix undefined language
2017-02-12 15:51:26 +08:00
### 0.3.1
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Strip HTML tag when rendering the headings
2017-02-12 15:51:26 +08:00
### 0.3.0
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Features
2017-03-10 05:19:57 +08:00
* Add minified css files
* Add max level option
* Add pure.css
2017-02-12 15:51:26 +08:00
### 0.2.1
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Fix vue.css
2017-02-12 15:51:26 +08:00
### 0.2.0
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Bug fixes
2017-03-10 05:19:57 +08:00
* Fix route
* Remove dynamic title
2017-02-12 15:51:26 +08:00
### 0.1.0
2017-03-10 05:19:57 +08:00
2017-02-12 15:51:26 +08:00
#### Features
2017-03-10 05:19:57 +08:00
* Add buble.css