Releases: YvesCoding/vuescroll
Releases · YvesCoding/vuescroll
V4.4.7
Tweak
- Add
text-align
to content
V4.4.6
Fix
- RegExp for detect browser.
V4.4.5
v4.4.5
Tweak
- Add
-moz-fit-content
style to scrollContent for firefox.
v4.4.4
Tweak
- Add
fit-content
style to scrollContent to detect the width changes.
V4.4.3
Features
- To disable scrollbar or rail, add
disabled
option tovRail, vBar, hRail, hBar
Tweaks
- Now, when snapping or paging enable, the bar/rail will show.
V4.3.3
V4.2.3
V4.2.2
V4.1.2-stable
#BugFix
- fix: record pos confilt
vuescroll.zip
V4.1.1
Features
- Push-Load has been supported
Usage:
ops: {
vuescroll: {
pushLoad: {
enable: true
}
}
}
- Allow to diable scrollingX or scrollingY #11
Usage:
ops: {
scrollPanel: {
scrollingX: true,// false to diable
scrollingY: true // false to diable
}
}
Sweaks
- Redefine pull-refresh tips from
Array
toObject
Before
ops: {
vuescroll: {
pushRefreshTips: ['XX', 'XX']
}
}
Now
ops: {
vuescroll: {
pushRefresh: {
tips: {
start: "",
active: "",
deActive: "",
beforeActive: ""
}
}
}
}