chore(deps): update dependency @egjs/flicking to v4 #3529
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.9.3
->^4.12.0
Release Notes
naver/egjs-flicking (@egjs/flicking)
v4.12.0
: Release (2024-12-06)Compare Source
New Feature
Bug Fix
display: none
is applied to the viewport. (#903)v4.11.4
: Release (2024-07-31)Compare Source
Bug Fix
v4.11.3
: Release (2024-05-31)Compare Source
Bug Fix
destroy()
is called immediately afterresize()
(#859)threshold
option does not apply tomovetype: "snap"
(#844)v4.11.2
: Release (2023-12-12)Compare Source
Bug Fix
v4.11.1
: Release (2023-11-17)Compare Source
Bug Fix
direction: rtl
is applied to camera element. (#836)v4.11.0
: Release (2023-08-02)Compare Source
New Feature
preventDefaultOnDrag
(#820)v4.10.8
: Release (2023-06-22)Compare Source
Bug Fix
v4.10.7
: Release (2023-04-12)Compare Source
Bug Fix
setStatus
not working properly whenindex
is 0 (#795)v4.10.6
: Release (2023-02-13)Compare Source
Bug Fix
duration
is 0 andmoveType
is "strict". (#771)v4.10.5
: Release (2023-02-01)Compare Source
Bug Fix
resize
event listener was not properly removed when the instance was destroyed. (#779)v4.10.4
: Release (2022-12-02)Compare Source
Bug Fix
move
event can occur even afterholdEnd
event at Internet Explorer (https://github.com/naver/egjs-axes/issues/208)v4.10.3
: Release (2022-11-25)Compare Source
Bug Fix
resizeOnContentsReady
option cause error with lazy image loading inside panel (#745)v4.10.2
: Release (2022-11-03)Compare Source
Bug Fix
v4.10.1
: Release (2022-10-26)Compare Source
Bug Fix
preventClickOnDrag
option prevents click event for movement less than 1 pixel (#738)Others
@egjs/react-flicking
,@egjs/preact-flicking
4.10.2renderOnSamekey
(#735)v4.10.0
: Release (2022-09-15)Compare Source
New Feature
updateAnimation
(#728)stopAnimation
(#728)Others
@egjs/ngx-flicking
v4.9.3
: Release (2022-08-30)Compare Source
Bug Fix
v4.9.2
: Release (2022-08-05)Compare Source
Bug Fix
moveTo
causing unhandled error while user input is holdingv4.9.1
: Release (2022-07-14)Compare Source
Bug Fix
panelsPerView
option not working withadaptive
optionbound
option causing error when using with specific panel widthv4.9.0
: Release (2022-06-10)Compare Source
New Feature
v4.8.1
: Release (2022-06-09)Compare Source
Bug Fix
disableInput
and thenmoveTo
whenpreventClickOnDrag
istrue
moveType
is"snap"
withcircular
istrue
,align
is"prev"
and moving to adjacent panel. (#689)v4.8.0
: Release (2022-05-30)Compare Source
New Feature
changeOnHold
(#684)Bug Fix
v4.7.3
: Release (2022-05-26)Compare Source
Bug Fix
v4.7.2
: Release (2022-05-25)Compare Source
Bug Fix
v4.7.1
: Release (2022-05-20)Compare Source
Bug Fix
v4.7.0
: Release (2022-05-12)Compare Source
New Feature
nested
(#670)v4.6.3
: Release (2022-04-29)Compare Source
Bug Fix
v4.6.2
: Release (2022-04-26)Compare Source
Bug Fix
willChange
andwillRestore
can't be stopped (#659)v4.6.1
: Release (2022-04-19)Compare Source
Bug Fix
v4.6.0
: Release (2022-04-19)Compare Source
New Feature
Bug Fix
v-if
related bug in Vue@3v4.5.1
: Release (2022-03-18)Compare Source
Bug Fix
moveType:strict
(#633)v4.5.0
: Release (2022-01-24)Compare Source
New Feature
circularFallback
(#610)Bug Fix
v4.4.2
: Release (2021-12-07)Compare Source
Bug Fix
v4.4.1
: Release (2021-11-24)Compare Source
Bug Fix
v4.4.0
: Release (2021-10-27)Compare Source
New Feature
virtual
(#568)useResizeObserver
(#564)Bug fix
v4.3.1
: Release (2021-10-25)Compare Source
Bug Fix
moveType: strict
andcircular
is enabled (#562)v4.3.0
: Release (2021-09-08)Compare Source
New Feature
Bug Fix
v4.2.5
: Release (2021-09-02)Compare Source
Bug Fix
v4.2.4
: Release (2021-08-31)Compare Source
Bug Fix
v4.2.3
: Release (2021-08-25)Compare Source
Bug Fix
v4.2.2
: Release (2021-08-19)Compare Source
Bug Fix
v4.2.1
: Release (2021-08-02)Compare Source
Bug Fix
count
option for the "snap"moveType
v4.2.0
: Release (2021-08-02)Compare Source
New Features
[email protected]
moveType
, "strict"count
option for "snap" moveTypepreventEventsBeforeInit
optionhideBeforeInit
andfirstPanelSize
option for frameworksBug Fix
releaseOnScroll
option is not appliedv4.1.1
: Release (2021-07-12)Compare Source
Bug Fix
v4.1.0
: Release (2021-06-23)Compare Source
New Features
panelChange
event (#464)Bug Fix
changed
triggered multiple times (#461)resize
in frameworks (#459)v4.0.0
: Release (2021-06-09)Compare Source
HTML structure
flicking-viewport
andflicking-camera
instead ofeg-flick-viewport
andeg-flick-camera
Changes when using umd modules
eg
namespace on umd modules.eg.Flicking
is now justFlicking
Removed Options
margin-right
ormargin-bottom
.z-index
to viewport element(.flicking-viewport
) instead.overflow: visible
to viewport element(.flicking-viewport
) instead.needPanel
event is now always triggered without the option infiniteanchor: 20
andhanger: "40%"
is same toalign: { panel: 20, camera: "40%" }
Removed methods
get-
methodsOption Changes
horizontal: true
string
Option's default value changes
500
(was100
)20%
(was[10, 10]
)true
(wasfalse
)Method Changes
Event Changes
direction: "PREV"
prepend()
orappend()
insteadConfiguration
📅 Schedule: Branch creation - "on the first day of the month" in timezone Asia/Seoul, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.