New update arrived, here is what is new:
- Core
- Accordion
- It is now possible to use accordion chevron on opposite side (on left in LTR) by adding
accordion-oppositeclass to accordion list
- It is now possible to use accordion chevron on opposite side (on left in LTR) by adding
- Calendar
- Fixed issue when custom
dateFormatparsed twice (#3434) - Added custom time tokens support to
dateFormatwhentimePickeris enabled:HH,H,hh,h,:mm,:m,:ss,:s,A,a(#3439)
- Fixed issue when custom
- Dialog
- New
app.dialog.autoFocusboolean parameter to auto focus predefined dialog inputs on open (valid for predefined Prompt, Login and Password dialogs). Enabled by default - Added hover and pressed state for dialog buttons in Aurora theme
- New
- Panel
- All panel instance events now have Panel instance as argument (#3404)
- Photo Browser
- Size navbar after updating count text (
1 of 4) (#3420)
- Size navbar after updating count text (
- Router Component
- Fixed issue when calling
$setStaterecursively didn’t work as expected (#3421)
- Fixed issue when calling
- Smart Select
- Fixed issue calling scrollToSelectedItem caused error when there were no any items (#3412)
- Sortable
- It is now possible to make sortable handler appear on opposite side (on left in LTR) adding
sortable-oppositeclass to sortable list
- It is now possible to make sortable handler appear on opposite side (on left in LTR) adding
- Accordion
- Phenome
- Added lock to not throw and error and ignore further attempts to init Framework7 (for example when App component unmounted and mounted again)
- List
- New boolean
sortableOppositeprop to render sortable handler on opposite side - New boolean
accordionOppositeprop to render accordion checron icon on opposite side
- New boolean
- Navbar
- Fixed issue when
no-shadowandno-hairlineprops didn’t have expected effect (#3436) - Fixed issue when it was loosing required position classes in Master Detail layout
- Fixed issue when
- Minor fixes