mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
1.1 KiB
1.1 KiB
2.3.0
2017-02-12
Features
- feat(src): add alias feature
- update all docs
- dynamic title
Bug fixes
- fix(event):
auto2tophas no effect on a FF mobile browser, fixed #67 - fix: sidebar style
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 Analyticsplugin.
<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
<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-toggleAPIs