New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

framework7-vue

Package Overview
Dependencies
Maintainers
1
Versions
310
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

framework7-vue - npm Package Versions

1
31

3.0.0-beta.2

Diff

nolimits4web
published 3.0.0-beta.1 •

Changelog

Source

v3.0.0 - July 5, 2018 🎉

nolimits4web
published 2.3.0 •

Changelog

Source

v2.3.0 - May 27, 2018

  • View/Router
    • Fixed missing pushStateOnLoad parameter
    • Added support for routable Action Sheet
  • Searchbar
    • Fixed issue with exapandable Searchbar missplace in MD theme when used with Subnavbar
  • Input
    • New scrollIntoViewDuration app.input parameter to set duration for scrolling input into view
    • New scrollIntoViewAlways app.input parameter to scroll input into view no matter is it outside of view or not
    • app.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)
    • Clicking input's clear button now also triggers input event in addition to change event
  • Statusbar
    • Improved statusbar overlay detection for iOS devices
  • Autocomplete
    • New dropdownContainerEl parameter to define place where dropdown need to be inserted
    • Improved dropdown positioning
  • Dom7 update to latest v2.0.6:
    • Fixed issue with remove event listeners when they was not added
  • Swiper update to latest v4.3.0:
    • Core
      • Fixed issue when swipeBack sometimes slides to wrong slide
      • Fixed issue when window resizing can break Coverflow effect layout
      • Fixed issue with wrong detection of iOSEdgeSwipeDetection
    • Dom7 update to latest v2.0.6:
      • Fixed issue with remove event listeners when they was not added
  • Lots of minor fixes
nolimits4web
published 2.2.5 •

Changelog

Source

v2.2.5 - April 29, 2018

  • Router
    • Fixed issue with not loaded routable tabs content after swipe-back to page with these routable tabs
    • Page data will have additional swipeback: true prop when the page event was triggered by swipe back
  • Range
    • New range:changed (rangeChanged, changed) event that will be triggered on slide knob release after value change
  • Messagebar
    • Fixed textarea text color for MD-Dark theme
  • Form Storage
    • Added support for skip inputs from storing by adding no-store-data or ignore-store-data class to input element
  • Dom7 updated to latest v2.0.5
    • Support for setting array value on multiple select
    • Improved internal events proxies logic for better memory management
  • Swiper update to latest v4.2.5
    • Core
      • Prevent apply grab cursor when swiper is locked
      • Fixed breakpoint with loop getting wrong realIndex when on init
      • Fixed "transformed" slides sizes calculation that could cause issues in with Coverflow effect
    • Autoplay
      • Fixed issue that can cause memory leak
  • Minor fixes
nolimits4web
published 2.2.1 •

Changelog

Source

v2.2.1 - April 7, 2018

  • List Index
    • Improved page scroll logic when scrolling upward
  • Router
    • Fixed issue when Swipe Back may not work for views other than main
    • Fixed issue with undefined initial browser history state when pushState enabled
  • Minor fixes
nolimits4web
published 2.2.0 •

Changelog

Source

v2.2.0 - April 1, 2018

  • List Index
    • Meet all new List Index component 🎉
  • Full iPhone X safe areas support and required tweaks for MD theme 🙌. Same as for iOS theme: automatic support for top and bottom safe areas (for portrait orientation). For landscape orientation the following classes must be added to elements:
    • 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)
  • Stepper
    • New autorepeat parameter that will repeatedly increase/decrease values while you tap and hold plus/minus buttons
    • New autorepeatDynamic parameter that will increase autorepeat ratio based on how long you hold the button
    • New wraps parameter. When enabled, incrementing beyond maximum value sets value to minimum value; likewise, decrementing below minimum value sets value to maximum value
  • Sortable
    • Fixed styling when sortable list is using with no-chevron class
  • Range Slider
    • New draggableBar parameter (defaults to true) that allows to disable value change on range bar click and drag
    • Added auto sizes recalculation on parent modals/panel/tabs open
  • Router
    • Will now replace state (if pushState enabled) on initial load when initial route has redirect
    • Fixed issue with tab:beforeremove event was not fired for routeable tabs
    • Improved restoreScrollTopOnBack logic to save and restore scrolling on active page-content element
    • Swipe Back support for MD theme with new Router parameters:
      • mdSwipeBack: false - enables swipe back for MD theme
      • mdSwipeBackAnimateShadow: true - enable/disable box-shadow animation during swipe back action
      • mdSwipeBackAnimateOpacity: false - enable/disable opacity animation during swipe back action. You can disable it to improve performance
      • mdSwipeBackActiveArea: 30 - width of invisible left edge of the screen that triggers swipe back action
      • mdSwipeBackThreshold: 0 - swipe back will start if "touch distance" will be more than this value
  • Request
    • Now if you return false in beforeOpen or beforeSend callbacks it will cancel the XHR request
  • Autocomplete
    • New inputEvents parameter (by default is input) allows to configure input events used to handle Autocomplete actions and source request
  • Smart Select
    • Fixed issue when Searchbar didn't work when Smart Select opened in page with Searchbar in iOS theme
  • Dialog
    • New app.dialog.keyboardActions parameter (enabled by default) that enables keyboard shortcuts (Enter and Esc) keys for predefined dialogs (Alert, Confirm, Prompt, Login, Password)
  • Fixed iOS 11.3 bug that can break Fast clicks and make Cordova/PhoneGap app unresponsive on app resume from background 🔥
  • Swiper updated to latest 4.2.2 version
    • Core
      • Respect and update breakpoints when calling Swiper's .update() method
    • Pagination
      • New progressbarOpposite parameter to make pagination progressbar opposite to direction parameter, means vertical progressbar for horizontal swiper direction and horizontal progressbar for vertical swiper direction
  • Lots of minor fixes
nolimits4web
published 2.1.2 •

Changelog

Source

v2.1.2 - March 18, 2018

  • Stepper
    • Fixed theme-specific modifier classes, e.g. stepper-fill-ios, .stepper-round-md etc.
nolimits4web
published 2.1.1 •

Changelog

Source

v2.1.1 - March 17, 2018

  • Stepper
    • Meet all new Stepper component 🎉
  • Data Table
    • Added data table footer UI for pagination
    • Added UI support for having inputs in table head
  • Input
    • Now it is possible to use fancy input elements outside of List View, by just wrapping it with <div class="input">
  • Router
    • Fixed issue when route context wasn't available in async route
    • Fixed issue when modal HTML element was duplicated in modal routes
  • Form
    • Fixed issue when enctype attribute was ignored on ajax form
  • VI (video intelligence)
    • Now serves vi api over https
  • Actions
    • Fixed issue with error when pass already rendered HTML element to the actions.create constructor
    • Fixed issue with not setting actions button bg color
    • Added support for closeByOutsideClick logic
  • Searchbar
    • Now hides elements (when required) by setting/unsetting classes instead of directly modifying element display property
  • Toast
    • Added destroyOnClose parameter to automatically destroy toast instance on close
    • New app.toast.show method to automatically create and open Toast
    • Improved iPhone X support for bottom toast
  • List
    • New no-chevron class on list and list item link to disable chevron icon
    • New chevron-center class on media list or media list item to set chevron icon position on center
  • Swiper updated to latest 4.2.0 version
    • Core
      • swiper.updateAutoHeight(speed) now supports speed parameter to resize swiper wrapper with duration
      • Fixed issues in free mode with freeModeSticky not being able to snap to closest snap point
      • New swiper.slideToClosest() method to slide to closest snap point when it is somewhere in between
    • A11y (Accessibility)
      • It is now enabled by default (if installed)
    • Controller
      • Fixed RTL issue when vertical swiper controls horizontal one
    • Lazy
      • Fixed issue when lazy loading not always triggered on window resize
  • Improved server-side rendering by using ssr-window package
  • Lots of minor fixes
nolimits4web
published 2.0.10 •

Changelog

Source

v2.0.10 - February 19, 2018

  • Router
    • New router.clearPreviousHistory() method to clear all previous pages history and remove all previous pages from DOM
    • New clearPreviousHistory option for router.navigate that will clear history after reloading/navigating to specified page
    • Fixed issue with not correctly working reloadPrevious parameter
  • Smart Select
    • Now accepts view as a parameter on initialization
  • Accordion
    • Fixed iOS rendering issue when opening accordiong enables page scroll
  • Panel
    • Swipe panel won't be opened on quick swipe if the swipe distance doesn't exceed swipeThreshold parameter
  • Range Slider
    • Fixed issue with broken events when passing event listeners in on parameter on init
  • Minor fixes
nolimits4web
published 2.0.7 •

Changelog

Source

v2.0.7 - January 27, 2018

  • Picker
    • Fixed issue with change event not being fired
  • Panel
    • Fixed issue with closing swipe panel with swipeActiveArea parameter
  • Router
    • async route support for routable tabs
    • async route support for routable modals
  • Virtual List
    • New ul and createUl parameters. When disabled then VL can be used with any elements not expecting the list only
  • Dialog
    • New app.destroyPredefinedDialogs parameter to automatically destroy predefined dialogs like Alert, Confirm, Prompt, etc.
  • Package
    • Now ES-next modules have named export in addition to default, it exports { Template7, Dom7, Utils, Request, Device, Support }
  • Minor fixes
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc