Skip to content

Commit 64bb5be

Browse files
authored
Merge pull request #73 from QingWei-Li/feat/alias
2.3.0
2 parents 434e8d1 + 6ed8c2a commit 64bb5be

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2376
-1434
lines changed

Diff for: CHANGELOG.md

+34-304
Original file line numberDiff line numberDiff line change
@@ -1,336 +1,66 @@
1-
## 2.2.1
1+
### 2.3.0
2+
3+
> 2017-02-13
4+
5+
#### Features
6+
7+
- feat(src): add alias feature
8+
- docs: update all documents
9+
- feat(src): dynamic title
10+
- feat(hook): support custom plugin
11+
- feat(themes): add dark theme
12+
13+
#### Bug fixes
14+
- fix(event): `auto2top` has no effect on a FF mobile browser, fixed #67
15+
- fix: sidebar style
16+
- fix(render): fix render link
17+
18+
### 2.2.1
219

320
> 2017-02-11
421
5-
### Bug fixes
22+
#### Bug fixes
623
- fix(search): crash when not content, fixed #68
724
- fix(event): scroll active sidebar
825
- fix(search): not work in mobile
926

10-
## 2.2.0
27+
### 2.2.0
1128

12-
### Features
29+
#### Features
1330
- Add `Google Analytics` plugin.
1431
```html
1532
<script src="//unpkg.com/docsify" data-ga="UA-XXXXX-Y"></script>
1633
<script src="//unpkg.com/docsify/lib/plugins/ga.js"></script>
1734
```
18-
## 2.1.0
19-
### Features
35+
36+
### 2.1.0
37+
#### Features
2038
- Add search plugin
2139
```html
2240
<script src="//unpkg.com/docsify"></script>
2341
<script src="//unpkg.com/docsify/lib/plugins/search.js"></script>
2442
```
2543

26-
### Bug fixes
44+
#### Bug fixes
2745
- fix sidebar style
2846

29-
## 2.0.3
30-
### Bug fixes
47+
### 2.0.3
48+
#### Bug fixes
3149
- fix: rendering emojis
3250
- fix: css var polyfill
3351

34-
## 2.0.2
52+
### 2.0.2
3553

36-
### Bug fixes
54+
#### Bug fixes
3755
- fix button style in cover page.
3856

39-
## 2.0.1
40-
### Bug fixes
57+
### 2.0.1
58+
#### Bug fixes
4159
- border style.
4260

43-
## 2.0.0
44-
### Features
61+
### 2.0.0
62+
#### Features
4563
- Customize the theme color
4664

47-
### Break change
65+
#### Break change
4866
- Remove `data-router`, `data-sidebar`, `data-sidebar-toggle` APIs
49-
50-
## 1.10.5
51-
### Bug fixes
52-
- fix initialize the Vue instance
53-
54-
## 1.10.4
55-
### Bug fixes
56-
- fix execute script
57-
58-
## 1.10.3
59-
### Bug fixes
60-
- compatible vuep QingWei-Li/vuep/issues/2
61-
- fix sidebar scroll, fixed #63
62-
63-
## 1.10.2
64-
### Bug fixes
65-
- Fix render emojis again
66-
67-
## 1.10.1
68-
### Bug fixes
69-
- Fix render emojis
70-
71-
## 1.10.0
72-
### Features
73-
- Support emoji :laughing:
74-
75-
## 1.9.0
76-
77-
### Bug fixes
78-
- Destroys the vue instance when the route is changed
79-
80-
### Features
81-
- Add `!>` and `?>` doc helper.
82-
83-
### Break change
84-
- Remove `!` doc helper.
85-
86-
## 1.8.0
87-
### Bug fixes
88-
- Using `v-pre` skip compilation.
89-
90-
### Features
91-
- Execute script when vue exists.
92-
93-
## 1.7.4
94-
### Bug fixes
95-
- Fix bugs caused by the previous version
96-
97-
## 1.7.3
98-
### Bug fixes
99-
- Add `hr` style
100-
- Fixed option is an empty string
101-
102-
## 1.7.2
103-
### Bug fixes
104-
- Fix sidebar click event in mobile browser.
105-
106-
## 1.7.1
107-
### Bug fixes
108-
- Fix sidebar style in mobile browser.
109-
110-
## 1.7.0
111-
112-
### Bug fixes
113-
- Fixed custom cover background, fixed #52
114-
- Fixed sticky sidebar
115-
116-
## Features
117-
- Add `name` and `nameLink`
118-
119-
## 1.6.1
120-
### Bug fixes
121-
- Fixed sidebar bug when the coverpage exist
122-
123-
## 1.6.0
124-
### Features
125-
- Improve sidebar performance. The active item is automatically scrolled in the visible view.
126-
- New doc helper: `! `. e.g. `! content` will be rendered as `<p class="tip">content</p>`
127-
128-
## 1.5.2
129-
### Bug fixes
130-
- Fixed number at the beginning of the slug
131-
132-
## 1.5.1
133-
### Bug fixes
134-
- Remove HTML tag when handling slug
135-
136-
## 1.5.0
137-
138-
### Bug fixes
139-
- Fix slugify.
140-
- Fix nav highlight.
141-
142-
### Features
143-
- Initialize the configuration by `window.$docsify`.
144-
- Markdown parser is configurable.
145-
146-
## 1.4.3
147-
### Bug fixes
148-
- Tweak style.
149-
150-
## 1.4.2
151-
152-
### Bug fixes
153-
- Fix toggle button style.
154-
- Support `mailto`, `tel`, etc. href type
155-
- Fix scroll to top.
156-
157-
158-
## 1.4.1
159-
### Bug fixes
160-
- Fix generate slug.
161-
162-
## 1.4.0 Happly new year 🎉
163-
### Features
164-
- Display TOC in the custom sidebar, `data-sub-max-level`.
165-
- Custom background in coverpage.
166-
167-
### Bug fixes
168-
- Fix scroll highlight when Vue exist.
169-
170-
## 1.3.5
171-
### Bug fixes
172-
- Fix vue
173-
174-
## 1.3.4
175-
### Bug fixes
176-
177-
- Supports [vuep](https://github.com/QingWei-Li/vuep)
178-
179-
## 1.3.3
180-
### Bug fixes
181-
- Fixed cover rendering timing
182-
183-
## 1.3.2
184-
185-
### Bug fixes
186-
- Fixed render link
187-
188-
## 1.3.1
189-
190-
### Bug fixes
191-
- Fixed cover page style
192-
- Generate the correct link when rendering the article
193-
194-
## 1.3.0
195-
### Features
196-
- Add cover page
197-
- add `<kbd>` style
198-
- headling can be cliked
199-
200-
### Bug fixes
201-
- sidebar highlight
202-
203-
204-
### break change
205-
- Navbar no longer fixed at the top
206-
207-
## 1.2.0
208-
### Features
209-
- custom basePath
210-
- custom homepage
211-
212-
## 1.1.7
213-
### Bug fixes
214-
- Optimize progress bar
215-
216-
## 1.1.6
217-
### Features
218-
- Add logo 😂
219-
220-
### Bug fixes
221-
- Remove table background color
222-
- Fixed highlight sidebar using chinese ids
223-
224-
## 1.1.5
225-
### Features
226-
- Add table style
227-
228-
### Bug fixes
229-
- Not fixed position of hte navbar in the mobile browser
230-
- Correct calculation of whether the mobile browser
231-
232-
## 1.1.4
233-
### Bug fixes
234-
- Fixed chinese auchor link
235-
236-
## 1.1.3
237-
### Bug fixes
238-
- Optimize progress bar again
239-
240-
## 1.1.2
241-
### Bug fixes
242-
- fix failed `auto2top` in mobile
243-
244-
245-
## 1.1.1
246-
### Bug fixes
247-
- Optimize progress bar
248-
249-
## 1.1.0
250-
## Features
251-
- Add progress bar
252-
- Add `auto2top` option for hash router
253-
254-
## 1.0.3
255-
### Bug fixes
256-
- Fix cache
257-
258-
## 1.0.2
259-
### Bug fixes
260-
- Fix binding events bug, fixed #24
261-
- Fix regular expression, fixed #23
262-
263-
## 1.0.1
264-
### Bug fixes
265-
- `img` style
266-
267-
## 1.0.0
268-
## Features
269-
- Support hash router
270-
271-
### Bug fixes
272-
- Improved scrolling on mobile
273-
274-
## 0.7.0
275-
### Breaking change
276-
- `themes/` was removed, only exists in the npm package.
277-
278-
### Bug fixes
279-
- Fix style.
280-
- Fix sidebar animation again.
281-
282-
## 0.6.1
283-
### Bug fixes
284-
- In the mobile, it should collapse the sidebar when toggle is clicked.
285-
- Fix the dropdown list style.
286-
- Fix sidebar animation.
287-
288-
## 0.6.0
289-
### Features
290-
- Navbar support dropdown list, #6
291-
- Sidebar with toggle
292-
293-
### Bug fixes
294-
- Fix ineffective option, fixed #10
295-
296-
## 0.5.0
297-
### Features
298-
- Custom sidebars and navbars by markdown file
299-
300-
## 0.4.2
301-
### Bug fixes
302-
- Correct catch ajax error
303-
304-
## 0.4.1
305-
### Bug fixes
306-
- catch ajax error
307-
308-
## 0.4.0
309-
### Features
310-
- Custom sidebar
311-
312-
### Bug fixes
313-
- Fix undefined language
314-
315-
## 0.3.1
316-
### Bug fixes
317-
- Strip HTML tag when rendering the headings
318-
319-
## 0.3.0
320-
### Features
321-
- Add minified css files
322-
- Add max level option
323-
- Add pure.css
324-
325-
## 0.2.1
326-
### Bug fixes
327-
- Fix vue.css
328-
329-
## 0.2.0
330-
### Bug fixes
331-
- Fix route
332-
- Remove dynamic title
333-
334-
## 0.1.0
335-
### Features
336-
- Add buble.css

0 commit comments

Comments
 (0)