Feedback for v8.0.0 BETA #489
MurhafSousli
started this conversation in
General
Replies: 1 comment
-
Hey guys, I would really appreciate if you give me your feedback on v8 beta before I publish the stable v8.0.0 soon 🚀 Happy coding! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
Beta Stackblitz: https://stackblitz.com/edit/ngx-gallery-3e3kzf
Beta Demo: https://ngx-gallery-beta.netlify.app/#/
8.0.0-beta.1
resizeDebounceTime
option which is used to update the gallery on window resize event in 34a2723 and d867630.slidingEase
andslidingDuration
to customize sliding ease and duration in 4c1db03.thumbDetached
to detach thumb slider, closes #289 in 1f47484.boxTemplate
to the gallery, closes #487 in f46e33a.slidingDisabled
andthumbSlidingDisabled
options to enable/disable sliding on Mobile and Desktop using the touchpad. in 2451581.mouseSlidingDisabled
andmouseThumbSlidingDisabled
options to enable/disable sliding on Desktop using the mouse. in 2451581.thumbView="contain"
Sliding thumbnails using gestures has an issue, closes #417 in e819ebe.thumbMode
option from the gallery, in 18f71e3tapClick
event and use nativeclick
event, in 3d960cc.ng-content
from the gallery, in 63e3b6b.panSensitivity
option, in d1f8d34.gestures
option, in 70cb00c.reserveGesturesAction
option, in 4b07fc7.zoomOut
option, in 19ba2b8.Breaking changes:
HammerJs is only used for sliding using the mouse on desktop, Sliding on mobile devices is now native scroll.
gestures
option has been deprecated.thumbMode
option has been deprecated, sliding thumbnails is free.zoomOut
has been deprecated.reserveGesturesAction
has been deprecated.panSensitivity
has been deprecated.ng-content
from the gallery, useboxTemplate
option to add your custom layer.loadingStrategy
option has changed toLoadingStrategy.Preload
.bezier-easing
.This discussion was created from the release v8.0.0-beta.1.
Beta Was this translation helpful? Give feedback.
All reactions