New update arrived with some new nice features:
- Core
- Card
- Expandable card backdrop blur now uses opacity instead of blur transition for better performance
- Input
- Added dark/black backround for native select
<option>
- Added dark/black backround for native select
- Navbar
- Added support to make usual (not large) Navbar also transparent. Can be enabled by adding
navbar-transparentclass to navbar - New
snapPageScrollToTransparentNavbarapp.navbar parameter - when enabled it will snap page scroll to transparent title (default true)
- Added support to make usual (not large) Navbar also transparent. Can be enabled by adding
- Router
- New
router.generateUrl({ name, query, params })to generate route URL
- New
- Router Component
- Fixed issue with
autocompleteattribute treated asbooleanattribute - Now calling
$update()on root app component should automatically update all components that depends on$root.data
- Fixed issue with
- Text Editor
- added
initandtextEditorInitevents - added
type="button"attribute for buttons to prevent form from submitting - fixed issue with missing arguments in custom button onClick callback
- added
- Treeview
-
loadchildren's eventdone()callback now supports booleancancelattribute to cancel/reject loading UI if required by callingdone(true)
-
- Swiper - updated to latest 5.3.6
- Core
- Fixed wrong auto height calculation with
centeredSlidesenabled
- Fixed wrong auto height calculation with
- Lazy
- Now it will update auto height (if enabled) on lazy image loaded (#3466)
- Zoom
- Fixed issue when previously active slide could be zoomed with
zoom.in()API (#3451) - Fixed issue when zoom didn’t work on
<picture>element (#3456) - Added support for custom zoom-target element by adding
swiper-zoom-targetclass to such elements
- Fixed issue when previously active slide could be zoomed with
- Coverflow Effect
-
stretchparameter now can be set in%(#3468)
-
- Core
- Card
- React, Svelte, Vue components
- Page
- Added support for
pageBeforeUnmountevent forPagecomponent
- Added support for
- Navbar
- Added support to make usual (not large) Navbar also transparent. Can be enabled by adding
transparentproperty to navbar, e.g.<Navbar transparent> - Large-transparent navbar now should be enabled by adding two properties
largeandtransparentinstead of onelarge-transparent. Before:<Navbar large large-transparent>, now:<Navbar large transparent>
- Added support to make usual (not large) Navbar also transparent. Can be enabled by adding
- Page
- Lots of minor fixes