-
Notifications
You must be signed in to change notification settings - Fork 254
Migration to 2.0.0
Maël edited this page Nov 28, 2022
·
2 revisions
The easier is to check the example app to see how to uses the various components.
Here is the list of breaking changes that occurs between 1.5.2 and 2.0.0
- new
isRotated
getter -
isTrimmmed
is renamedisTrimmed
- new
maxViewportRatio
andhasHaptic
params
- new
wrap
andselectedCoverBuilder
params -
height
replaced bysize
- new
localSeconds
andtextStyle
params -
secondGap
param removed and newquantity
param instead -
margin
parameter replaced bypadding
no more CropGridViewer
constructor, prefer using instead either
- CropGridViewer.preview (showGrid set to false)
- CropGridViewer.edit (showGrid set to true)
-
horizontalMargin
replaced bymargin
-
- new
selectedBoundariesColor
param
- new
onTrimmingColor
,onTrimmedColor
,borderRadius
andedgesSize
params -
circleSize
replaced byedgesSize
- new
borderRadius
param -
selectedBorderWidth
replaced byborderWidth
-
selectedIndicator
parameter is removed, prefer uses CoverSelectionselectedIndicator
builder instead