Skip to content

Commit e8ea141

Browse files
committed
Update migrating-to-v4.0.md
1 parent 63fb5e7 commit e8ea141

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

docs/en/migration-guides/migrating-to-v4.0.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ InputKit version 4.0 is a major release. It has many new features and improvemen
2323
CheckBox got a major update.
2424

2525
#### Colors
26-
Outline colors are changed. You may need to check change the color of the control if necessary.
27-
Now, outline colors can be Dark _(Black)_ or Light _(White)_ according to the app theme.
26+
- Default value of outline colors are changed. You may need to check change the color of the control if necessary.
27+
Now, outline colors can be Dark _(Black)_ or Light _(White)_ according to the app theme. If you already set the color, you can skip this step.
2828
#### Font Sizes
2929
- Font sizes are changed. It might be bigger or smaller according to the platform. You may need to check change the font size of the control if necessary.
3030

@@ -92,8 +92,8 @@ New `Type` property has `Regular`, `Filled` and `Material` values.
9292
- Font sizes are changed. It might be bigger or smaller according to the platform. You may need to check change the font size of the control if necessary.
9393

9494
#### Colors
95-
Outline colors are changed. You may need to check change the color of the control if necessary.
96-
Now, outline colors can be Dark _(Black)_ or Light _(White)_ according to the app theme.
95+
- Default value of outline colors are changed. You may need to check change the color of the control if necessary.
96+
Now, outline colors can be Dark _(Black)_ or Light _(White)_ by default according to the app theme. If you already set the color, you can skip this step.
9797

9898
#### Icons
9999

@@ -105,11 +105,4 @@ RadioButton also started to use svg icons. So if you are using custom icons, you
105105
- `CheckedImage`: This property is completely removed. `SelectedIconGeomerty` can be used instead.There is no good way to migrate your custom icons but you can search and find a custom SVG shape from here [here](https://www.svgviewer.dev/)
106106
![InputKit Svg Icon selection](../images/migration-guide-icon-selection.gif)
107107

108-
> **Tip:** You can use [PreDefined Shapes](../PredefinedShapes.md) of InputKit. Visit [Icons section](../components/controls/RadioButton.md#icons) of the RadioButton documentation.
109-
110-
111-
112-
*TODO*
113-
114-
Check breaking changes in 4.0 milestone until this documentation is completed
115-
https://github.com/enisn/Xamarin.Forms.InputKit/pulls?q=is%3Apr+is%3Aclosed+label%3Abreaking-change+milestone%3Av.4.0.0
108+
> **Tip:** You can use [PreDefined Shapes](../PredefinedShapes.md) of InputKit. Visit [Icons section](../components/controls/RadioButton.md#icons) of the RadioButton documentation.

0 commit comments

Comments
 (0)