4.8.1 (2018-09-03)
- rail: Add
gutterOfSide
option to rail you can use it to see the (2590c22)
ops: {
rail: {
gutterOfEnds: '2px';
}
}
Rename the
gutter
in4.8.0
togutterOfEnds
to distinguish the two kind of gutters.
4.8.0 (2018-09-03)
- Correct scroll position when use scrollTo (7a98fb4), closes #51
- Incorrect bar size in sometimes on Edge (b04e62c), closes #52
- rail: After clicking middle of rail doesn't scroll to the center of content (1019063)
- util: Dont't set value for reactive obnject (dbdb846)
- Incorrect children of slots: scroll-content scroll-panel (d82b485)
- Some test cases and use setTimeout to update scroll status (c98ff18)
- rail, bar: Allow to specify border-radius and gutter for bar and rail. (88da4c2)
ops: {
rail: {
specifyBorderRadius: '2px'; // Set false to let vuescroll to ajust automatically
}
}
4.7.5 (2018-08-21)
- Correct scroll position when use scrollTo (7a98fb4), closes #51
- Incorrect bar size in sometimes on Edge (b04e62c), closes #52
- Some test cases and use setTimeout to update scroll status (c98ff18)
- rail: After clicking middle of rail doesn't scroll to the center of content (1019063)
- Remove scrollContent in options and put
padding
to scrollPanel
- Remove scrollContent component which only exists in native mode, and merge its part into scrollPanel.
4.7.1-rc.10 (2018-08-05)
- add __no-hbar when scrollingX is false (8dca8e3)
- Add children of slot-panel to render list (df417ae)
- Cannot hide native scrollbar in FireFox (208f759)
- files field in package.json (ebe101f)
- Flinker when child size equals parent size (41f33b9)
- Get gutter more accurately (f3392f6)
- Remove import Vue in index.js, move Vue to peerDep (60ef2fc), closes #45
- api: Add scrollingTimes and clearScrollingTimes to control the times you have scrolled (0b7b7e2)
- bar: Merge configurations vBar, hBar, vRail, hRail (dc40aa9)
- config: Add onlyShowBarOnScroll to show bar only when scrolling (e8c3ffe)
- Add typescript for separate modes (d2a1adf)
- Can pass global config via Vue.use (2cd8b12)
- Support SSR (12f5158), closes #42
- bar: The vBar, hBar,vRail, hRail are not avilable now. Use rail, bar that works for both vertical and horizontal.
4.7.0 (2018-07-23)
- bar: The vBar, hBar,vRail, hRail are not avilable now. Use rail, bar that works for both vertical and horizontal. Relative address
4.6.24 (2018-07-07)
- Push load related bug.(2a3cf2c)
4.6.23 (2018-07-07)
- api: Add scrollingTimes and clearScrollingTimes to control the times you have scrolled (0b7b7e2)
- config: Add onlyShowBarOnScroll to show bar only when scrolling (e8c3ffe)
4.6.22 (2018-07-03)
- config: Add onlyShowBarOnScroll to show bar only when scrolling (e8c3ffe)
4.6.17 (2018-06-29)
- A typescript any-imply error.cf87e45
4.6.14 (2018-06-29)
-
files field in package.json (ebe101f)
-
A css related bug, that causes horizontal bar not to show. (7c8858e)
4.6.13 (2018-06-27)
- files field in package.json (ebe101f)
4.6.10 (2018-06-27)
- Add typescript support (5dcec90)
4.6.10 (2018-06-26)
- Tweak the class name of each components.
4.6.8 (2018-06-25)
- Add scroll-container, scroll-panel, scroll-content
- Build scripts
- You need to import vuescroll css file now!
4.6.5 (2018-06-11)
- use currentTarget to replace target (0611355)
4.6.4 (2018-06-06)
- api: add refresh/refreshAll (ca7b5da)
4.6.1 (2018-06-04)
- add border-radius to rail (1d9f418)
4.6.0 (2018-06-04)
- add z-index to rail (6acc2b4)
4.5.33 (2018-06-01)
- don't call complete while __isDecelerating is false (ff0f950)
- add
direction info for event handle
(42153e7)
4.5.32 (2018-05-31)
- api: add triggerRefreshOrLoad Api that you can trigger refresh or load directly (02fb682)
4.5.31 (2018-05-30)
4.5.30 (2018-05-29)
- The content height while push-load is enable (6f170ee)
4.5.29 (2018-05-29)
- typo in createPanel.js (40b45d7)
4.5.27 (2018-05-27)
- silde-mode: what scroll-panel's display style is inline-block may disrupt content style(d8e0eab), closes [#30]
- bar: Add showDuration to controll the show time of bars (2f21464)
4.5.24 (2018-05-25)
- bar: support dragging in mobile (640bd7b)
4.5.22 (2018-05-24)
- bar: refactor bar and rail (706d274)
4.5.21 (2018-05-23)
- update bar when mouse enters or moves (7e0d76f)
4.5.19 (2018-05-22)
- incorrect bar position when there is a error of scrollHeight in browser (5330cce)
- scrollbar: make the position of scrollbar more accurate (50c1ca1)
4.5.18 (2018-05-21)
- get incorrect hash when component mounted (6ad69af)
4.5.17 (2018-05-18)
- api: Add scrollIntoView api that allows you scroll an elment into view (50a458b)
- indent (0c31be8)
- internalscrollTop should default to 0 (418b45a)
- rail's borderradius cannot be dynamiclly set (de6c4c2)
- typo in readme (057dfda)
- typo in readme (6955321)
- api: add preventDefault option (70e1886)
- touch: optimize scroll experience (53148ed)
- api: add zoomTo, zoomBy, getCurrentviewDom methods (7769099)
- paging: add getCurrentPage, goToPage api for paging in slide mode (a3e2478)
- add zooming options to enable zoom in slide mode or not (ed0e4f3)
- set document select none when mouse is clicked (5e24562)
- use internalscrollLeft in scrollTo api (003be27)
- add scrollby api (8161055)
- core: add pure-native mode that you can use native scrollbar in vuescroll (8249b5d)
- record pos confilt (6250c2b)
- a typo error in readme (5f81713)
- add a limit to scroll distance (4c2220b)
- calculate scrollPanel's height wrongly while width isn't overflow (81d7159)
- called function wrongly (fix:#4) (cf89320)
- change condition to hBar instead of vBar (1c88f26)
- dynamic set gutter, use es6 syntax to write code (225c458)
- error calculate content's height (c83a9b5)
- error class name of hiding the bar (ac938f5)
- error correct scrollPanel height (2f9d70e)
- error transform style (ccd620c)
- hide default scrollbar (83a3c48)
- judge if vue._isDestroyed to nextTick (b1f56a6)
- lot of bugs (c6cb5fd)
- options: scrollContent padding not work(fix:#6) (b3d2c87)
- resize window scroll doesn't update (9184bba)
- some bugs (e60f6eb)
- typo (3c5402f)
- typo (f1958d4)
- typo of setting style of scrollPanel (1cb3ecb)
- add mode options (72443a6)
- add native option (699b068)
- add pull refresh (4191c9a)
- add zoom support to non-native mode (d439e4c)
- merge code (d0bfd38)
- rewrite scrollContent and scrollRail to functional components (63f243d)
- sweak core code (6f12e8d)
- sweak the core architecture (9fe86f9)
- sync some feature between vuescroll and scroller (5bae654)
- update (a11cc79)
- use jsx (90f3139)