New updated arrived! Here is what is new:
- Core
- Card
- Fixed issue when expandable card didn’t work when expandable card was opened in another page
- Fixed issue when used with “hide on scroll” Navbar/Toolbar on iOS
- Panel
- New
swipeNoFollowparameter - fallback option for potentially better performance on old/slow devices. If you enable it, then swipe panel will not follow your finger during touch move, it will be automatically opened/closed on swipe left/right. (default false)
- New
- Popup
- Disabled top/bottom safe areas on “tablet” when opened not as full screen popup
- Now it correctly handles and stack multiple opened “push” popups
- Radio
- Now radio icon can be rendered in the beginning or in the end of the list item, by adding
item-radio-icon-startoritem-radio-icon-endclass toitem-radiolist element
- Now radio icon can be rendered in the beginning or in the end of the list item, by adding
- Smart Select
- Add support for more data-option-icon properties:
-
data-option-icon- if it just a string then will create an icon with this class. If it is in the format off7:icon_namethen it will create a F7-Icons icon. If it is in the format ofmd:icon_namethen it will create a Material Icons icon -
data-option-icon-ios- same asdata-option-iconbut will apply only when iOS theme is active -
data-option-icon-md- same asdata-option-iconbut will apply only when MD theme is active -
data-option-icon-aurora- same asdata-option-iconbut will apply only when Aurora theme is active
-
- Add support for more data-option-icon properties:
- Swiper - updated to latest 5.3.8
- Core
- Fix iOS bug with double bounce on free mode momentum bounce
- A11y
- Fixed focus ring on navigation buttons (#3544)
- Fixed RegExp issue in paginationBulletMessage (#3540, #3541)
- Thumbs
- Added thumbs.autoScrollOffset parameter that allows to set on what thumbs active slide from edge it should automaticall move scroll thumbs
- Core
- View
- New
masterDetailResizableparameter to enable resizable Master Detail layout - New
viewResize/view:resizeevent on Master Detail resize
- New
- React/Vue/Svelte
- ListItem
- New
radioIconstring property to define where to display radio icon - in the beginning or in the end of the list item. Can bestartorend
- New
- Navbar
- Fixed not working
onBackClickevent in Svelte
- Fixed not working
- Panel
- New
swipeNoFollowboolean property - fallback option for potentially better performance on old/slow devices. If you enable it, then swipe panel will not follow your finger during touch move, it will be automatically opened/closed on swipe left/right. (default false)
- New
- View
- New
materDetailResizableboolean property to enable resizable Master Detail layout - New
viewResize/view:resizeevent on Master Detail resize
- New
- ListItem
- Minor fixes
- Card