framework7-vue
Advanced tools
Changelog
v2.3.0 - May 27, 2018
pushStateOnLoad
parameterscrollIntoViewDuration
app.input parameter to set duration for scrolling input into viewscrollIntoViewAlways
app.input parameter to scroll input into view no matter is it outside of view or notapp.input.scrollIntoView
now has additional force
argument to scroll input into view no matter is it outside of view or not: app.input.scrollIntoView(inputEl, duration, centered, force)
input
event in addition to change
eventdropdownContainerEl
parameter to define place where dropdown need to be insertedswipeBack
sometimes slides to wrong slideChangelog
v2.2.5 - April 29, 2018
swipeback: true
prop when the page event was triggered by swipe backrange:changed
(rangeChanged
, changed
) event that will be triggered on slide knob release after value changeno-store-data
or ignore-store-data
class to input elementChangelog
v2.2.0 - April 1, 2018
ios-edges
- for full-width elements (like main View)ios-edge-left
- for elements that stick to the left edge of the screen (like left Panel)ios-edge-right
- for elements that stick to the right edge of the screen (like right Panel)autorepeat
parameter that will repeatedly increase/decrease values while you tap and hold plus/minus buttonsautorepeatDynamic
parameter that will increase autorepeat ratio based on how long you hold the buttonwraps
parameter. When enabled, incrementing beyond maximum value sets value to minimum value; likewise, decrementing below minimum value sets value to maximum valueno-chevron
classdraggableBar
parameter (defaults to true
) that allows to disable value change on range bar click and dragpushState
enabled) on initial load when initial route has redirect
tab:beforeremove
event was not fired for routeable tabsrestoreScrollTopOnBack
logic to save and restore scrolling on active page-content
elementmdSwipeBack: false
- enables swipe back for MD thememdSwipeBackAnimateShadow: true
- enable/disable box-shadow animation during swipe back actionmdSwipeBackAnimateOpacity: false
- enable/disable opacity animation during swipe back action. You can disable it to improve performancemdSwipeBackActiveArea: 30
- width of invisible left edge of the screen that triggers swipe back actionmdSwipeBackThreshold: 0
- swipe back will start if "touch distance" will be more than this valuereturn false
in beforeOpen
or beforeSend
callbacks it will cancel the XHR requestinputEvents
parameter (by default is input
) allows to configure input events used to handle Autocomplete actions and source requestpage
with Searchbar in iOS themeapp.dialog.keyboardActions
parameter (enabled by default) that enables keyboard shortcuts (Enter and Esc) keys for predefined dialogs (Alert, Confirm, Prompt, Login, Password).update()
methodprogressbarOpposite
parameter to make pagination progressbar opposite to direction
parameter, means vertical progressbar for horizontal swiper direction and horizontal progressbar for vertical swiper directionChangelog
v2.1.1 - March 17, 2018
<div class="input">
async
routeenctype
attribute was ignored on ajax formhttps
actions.create
constructorcloseByOutsideClick
logicdisplay
propertydestroyOnClose
parameter to automatically destroy toast instance on closeapp.toast.show
method to automatically create and open Toastno-chevron
class on list and list item link to disable chevron iconchevron-center
class on media list or media list item to set chevron icon position on centerswiper.updateAutoHeight(speed)
now supports speed
parameter to resize swiper wrapper with durationfreeModeSticky
not being able to snap to closest snap pointswiper.slideToClosest()
method to slide to closest snap point when it is somewhere in betweenssr-window
packageChangelog
v2.0.10 - February 19, 2018
router.clearPreviousHistory()
method to clear all previous pages history and remove all previous pages from DOMclearPreviousHistory
option for router.navigate
that will clear history after reloading/navigating to specified pagereloadPrevious
parameterview
as a parameter on initializationswipeThreshold
parameteron
parameter on initChangelog
v2.0.7 - January 27, 2018
change
event not being firedswipeActiveArea
parameterasync
route support for routable tabsasync
route support for routable modalsul
and createUl
parameters. When disabled then VL can be used with any elements not expecting the list onlyapp.destroyPredefinedDialogs
parameter to automatically destroy predefined dialogs like Alert, Confirm, Prompt, etc.{ Template7, Dom7, Utils, Request, Device, Support }