Skip to content

Commit e970ba6

Browse files
committed
changelog
1 parent f189e15 commit e970ba6

File tree

2 files changed

+85
-22
lines changed

2 files changed

+85
-22
lines changed

CHANGELOG.MD

Lines changed: 84 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="4.5.21"></a>
2+
## [4.5.21](https://github.com/wangyi7099/vuescroll/compare/v4.5.20...v4.5.21) (2018-05-23)
3+
4+
5+
### Bug Fixes
6+
7+
* update bar when mouse enters or moves ([7e0d76f](https://github.com/wangyi7099/vuescroll/commit/7e0d76f))
8+
9+
10+
11+
<a name="4.5.20"></a>
12+
## [4.5.20](https://github.com/wangyi7099/vuescroll/compare/v4.5.19...v4.5.20) (2018-05-22)
13+
14+
15+
116
<a name="4.5.19"></a>
217
## [4.5.19](https://github.com/wangyi7099/vuescroll/compare/v4.5.18...v4.5.19) (2018-05-22)
318

@@ -39,10 +54,25 @@
3954

4055

4156

42-
<a name="4.5.13"></a>
57+
<a name="4.5.16"></a>
58+
## 4.5.16 (2018-05-13)
59+
4360

61+
62+
<a name="4.5.15"></a>
63+
## 4.5.15 (2018-05-09)
64+
65+
66+
67+
<a name="4.5.14"></a>
68+
## 4.5.14 (2018-05-09)
69+
70+
71+
72+
<a name="4.5.13"></a>
4473
## 4.5.13 (2018-05-09)
4574

75+
4676
### Bug Fixes
4777

4878
* indent ([0c31be8](https://github.com/wangyi7099/vuescroll/commit/0c31be8))
@@ -51,123 +81,152 @@
5181
* typo in readme ([057dfda](https://github.com/wangyi7099/vuescroll/commit/057dfda))
5282
* typo in readme ([6955321](https://github.com/wangyi7099/vuescroll/commit/6955321))
5383

84+
5485
### Features
5586

5687
* **api:** add preventDefault option ([70e1886](https://github.com/wangyi7099/vuescroll/commit/70e1886))
5788

89+
5890
### Performance Improvements
5991

6092
* **touch:** optimize scroll experience ([53148ed](https://github.com/wangyi7099/vuescroll/commit/53148ed))
6193

62-
<a name="4.5.12"></a>
6394

95+
96+
<a name="4.5.12"></a>
6497
## 4.5.12 (2018-05-04)
6598

99+
66100
### Bug Fixes
67101

68102
* error process when mode is 'slide' ([3eaa1ca](https://github.com/wangyi7099/vuescroll/commit/3eaa1ca))
69103
* typo ([ff76b39](https://github.com/wangyi7099/vuescroll/commit/ff76b39))
70104

105+
71106
### Features
72107

73108
* **api:** add zoomTo, zoomBy, getCurrentviewDom methods ([7769099](https://github.com/wangyi7099/vuescroll/commit/7769099))
74109
* **paging:** add getCurrentPage, goToPage api for paging in slide mode ([a3e2478](https://github.com/wangyi7099/vuescroll/commit/a3e2478))
75110

76-
<a name="4.5.10"></a>
77111

112+
113+
<a name="4.5.10"></a>
78114
## 4.5.10 (2018-04-30)
79115

80-
<a name="4.5.9"></a>
81116

117+
118+
<a name="4.5.9"></a>
82119
## 4.5.9 (2018-04-30)
83120

121+
84122
### Features
85123

86124
* add zooming options to enable zoom in slide mode or not ([ed0e4f3](https://github.com/wangyi7099/vuescroll/commit/ed0e4f3))
87125

88-
<a name="4.5.5"></a>
89126

127+
128+
<a name="4.5.5"></a>
90129
## 4.5.5 (2018-04-28)
91130

131+
92132
### Performance Improvements
93133

94134
* set document select none when mouse is clicked ([5e24562](https://github.com/wangyi7099/vuescroll/commit/5e24562))
95135

96-
<a name="4.5.4"></a>
97136

137+
138+
<a name="4.5.4"></a>
98139
## 4.5.4 (2018-04-27)
99140

141+
100142
### Bug Fixes
101143

102144
* resize event didn't trigger in FireFox ([dbb5908](https://github.com/wangyi7099/vuescroll/commit/dbb5908)), closes [#22](https://github.com/wangyi7099/vuescroll/issues/22)
103145
* typo ([d89ec35](https://github.com/wangyi7099/vuescroll/commit/d89ec35))
104146
* typo ([11da6a8](https://github.com/wangyi7099/vuescroll/commit/11da6a8))
105147

106-
<a name="4.5.2"></a>
107148

149+
150+
<a name="4.5.2"></a>
108151
## 4.5.2 (2018-04-26)
109152

110-
<a name="4.5.1"></a>
111153

154+
155+
<a name="4.5.1"></a>
112156
## 4.5.1 (2018-04-26)
113157

114-
<a name="4.5.0"></a>
115158

159+
160+
<a name="4.5.0"></a>
116161
# 4.5.0 (2018-04-26)
117162

163+
118164
### Bug Fixes
119165

120166
* use internalscrollLeft in scrollTo api ([003be27](https://github.com/wangyi7099/vuescroll/commit/003be27))
121167

168+
122169
### Features
123170

124171
* add scrollby api ([8161055](https://github.com/wangyi7099/vuescroll/commit/8161055))
125172
* **core:** add pure-native mode that you can use native scrollbar in vuescroll ([8249b5d](https://github.com/wangyi7099/vuescroll/commit/8249b5d))
126173

127-
<a name="4.4.8"></a>
128174

175+
176+
<a name="4.4.8"></a>
129177
## 4.4.8 (2018-04-21)
130178

131-
<a name="4.4.7"></a>
132179

180+
181+
<a name="4.4.7"></a>
133182
## 4.4.7 (2018-04-21)
134183

135-
<a name="4.4.6"></a>
136184

185+
186+
<a name="4.4.6"></a>
137187
## 4.4.6 (2018-04-21)
138188

139-
<a name="4.4.5"></a>
140189

190+
191+
<a name="4.4.5"></a>
141192
## 4.4.5 (2018-04-21)
142193

143-
<a name="4.4.3"></a>
144194

195+
196+
<a name="4.4.3"></a>
145197
## 4.4.3 (2018-04-20)
146198

147-
<a name="4.3.3"></a>
148199

200+
201+
<a name="4.3.3"></a>
149202
## 4.3.3 (2018-04-20)
150203

151-
<a name="4.2.3"></a>
152204

205+
206+
<a name="4.2.3"></a>
153207
## 4.2.3 (2018-04-19)
154208

155-
<a name="4.2.2"></a>
156209

210+
211+
<a name="4.2.2"></a>
157212
## 4.2.2 (2018-04-17)
158213

159-
<a name="4.1.2"></a>
160214

215+
216+
<a name="4.1.2"></a>
161217
## 4.1.2 (2018-04-17)
162218

219+
163220
### Bug Fixes
164221

165222
* record pos confilt ([6250c2b](https://github.com/wangyi7099/vuescroll/commit/6250c2b))
166223

167-
<a name="4.1.1"></a>
168224

225+
226+
<a name="4.1.1"></a>
169227
## 4.1.1 (2018-04-17)
170228

229+
171230
### Bug Fixes
172231

173232
* a typo error in readme ([5f81713](https://github.com/wangyi7099/vuescroll/commit/5f81713))
@@ -181,7 +240,7 @@
181240
* error correct scrollPanel height ([2f9d70e](https://github.com/wangyi7099/vuescroll/commit/2f9d70e))
182241
* error transform style ([ccd620c](https://github.com/wangyi7099/vuescroll/commit/ccd620c))
183242
* hide default scrollbar ([83a3c48](https://github.com/wangyi7099/vuescroll/commit/83a3c48))
184-
* judge if vue.\_isDestroyed to nextTick ([b1f56a6](https://github.com/wangyi7099/vuescroll/commit/b1f56a6))
243+
* judge if vue._isDestroyed to nextTick ([b1f56a6](https://github.com/wangyi7099/vuescroll/commit/b1f56a6))
185244
* lot of bugs ([c6cb5fd](https://github.com/wangyi7099/vuescroll/commit/c6cb5fd))
186245
* options: scrollContent padding not work(fix:[#6](https://github.com/wangyi7099/vuescroll/issues/6)) ([b3d2c87](https://github.com/wangyi7099/vuescroll/commit/b3d2c87))
187246
* resize window scroll doesn't update ([9184bba](https://github.com/wangyi7099/vuescroll/commit/9184bba))
@@ -190,16 +249,20 @@
190249
* typo ([f1958d4](https://github.com/wangyi7099/vuescroll/commit/f1958d4))
191250
* typo of setting style of scrollPanel ([1cb3ecb](https://github.com/wangyi7099/vuescroll/commit/1cb3ecb))
192251

252+
193253
### Features
194254

195255
* add mode options ([72443a6](https://github.com/wangyi7099/vuescroll/commit/72443a6))
196256
* add native option ([699b068](https://github.com/wangyi7099/vuescroll/commit/699b068))
197257
* add pull refresh ([4191c9a](https://github.com/wangyi7099/vuescroll/commit/4191c9a))
198258
* add zoom support to non-native mode ([d439e4c](https://github.com/wangyi7099/vuescroll/commit/d439e4c))
199259
* merge code ([d0bfd38](https://github.com/wangyi7099/vuescroll/commit/d0bfd38))
200-
* rewrite scrollContent and scrollRail to functional components ([63f243d](https://github.com/wangyi7099/vuescroll/commit/63f243d))
260+
* rewrite scrollContent and scrollRail to functional components ([63f243d](https://github.com/wangyi7099/vuescroll/commit/63f243d))
201261
* sweak core code ([6f12e8d](https://github.com/wangyi7099/vuescroll/commit/6f12e8d))
202262
* sweak the core architecture ([9fe86f9](https://github.com/wangyi7099/vuescroll/commit/9fe86f9))
203263
* sync some feature between vuescroll and scroller ([5bae654](https://github.com/wangyi7099/vuescroll/commit/5bae654))
204264
* update ([a11cc79](https://github.com/wangyi7099/vuescroll/commit/a11cc79))
205265
* use jsx ([90f3139](https://github.com/wangyi7099/vuescroll/commit/90f3139))
266+
267+
268+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"lint": "eslint --fix src scripts test",
3030
"test:cover": "karma start test/unit/karma.conf.js",
3131
"report-coverage": "codecov",
32-
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
32+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
3333
},
3434
"version": "4.5.21",
3535
"devDependencies": {

0 commit comments

Comments
 (0)