Framework7 4.4.7 Released

New minor update arrived, here is the change log:

  • Card
    • Fixed issue when data-close-by-backdrop-click was ignored
  • Sheet
    • New sheet:stepprogress and sheetStepPropgress events firing during swipe step
  • Inputs
    • New --f7-input-padding-left and --f7-input-padding-right CSS variables
    • New --f7-textarea-height CSS variable
  • Device
    • Fixed iOS 13 iPad detection when it is in desktop mode
  • View/Router
    • Fixed issue when currentView may not return View in tabs layout
    • Fixed issue when returning to previous page could block its scroll in iOS
  • Tooltip
    • Fixed issue when tooltip wasn’t initialized if added dynamically with VDOM
5 Likes

Yes, was still working around this two issues with custom code. Great work that it’s solved! :+1:

  • Fixed issue when currentView may not return View in tabs layout
  • Fixed issue when returning to previous page could block its scroll in iOS