Next version 12 beta #595
MurhafSousli
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
12.0.0-beta.4
<gallery>
components can be used as string attributes<gallery autoHeight>
,<gallery autoHeight="true">
and<gallery [autoHeight]="true">
sets the option's value to true.<gallery autoHeight="false">
and<gallery [autoHeight]="false">
sets the option's value to false.<gallery>
components can be used as string attributes<gallery playerInterval="2000">
and<gallery [playerInterval]="2000">
sets the option's value to 2000Improved performance
ItemAutoSize, ThumbAutoSize features
itemAutoSize
option is now reactive.[thumbAutosize]
causes random invalid starting thumbnail scroller position when scrolling possible, closes #521[ItemAutosize]
in website/safari browsers do not work as expected, closes #543AutoHeight feature
Autoplay feature
autoplay
resets the timer after navigated.autoplay
only start the timer after the image is loaded.Bullets (previously named 'Dots')
disableBullets
disable bullets' clicksCustom template
galleryImage
directive withingalleryItemDef
, to allow recognizing the img element in your custom item template.Breaking changes
Options renamed:
Core
slidingDirection
→orientation
slidingEase
→scrollEase
slidingDuration
→scrollDuration
slidingDisabled
→disableScroll
mouseSlidingDisabled
→disableMouseScroll
autoPlay
→autoplay
Thumbs
thumb
→thumbs
thumbMode
→thumbCentralized
thumbMode
→thumbCentralized
thumbDetached
→detachThumbs
thumbSlidingDisabled
→disableThumbMouseScroll
thumbMouseSlidingDisabled
→disableThumbMouseScroll
Bullets
dots
→bullets
dotSize
→bulletSize
dotPosition
→bulletPosition
Input removed (no longer exist)
navScrollBehavior
the option is now removed, usescrollBehavior
instead.This discussion was created from the release v12 beta 4.
Beta Was this translation helpful? Give feedback.
All reactions