Skip to content

Commit 6b93d71

Browse files
committed
chore(breaking-changes): minor naming
1 parent 7362104 commit 6b93d71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

upgrade/breaking-changes/3-0-0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ We are still designing changes in terms of editing by going through customer fee
2929

3030
## Parameter Naming
3131

32-
We have revised our code base and found several inconsistencies that need to be fixed in order to facilitate our customers where to look for similar
32+
We are unifying our API with some parameter naming.
3333

3434
- `UpdateInterval` Parameter of Editor is changed to `DebounceDelay`
3535
- `Content` RenderFragment Parameter of the Drawer is changed to `DrawerContent`
@@ -39,6 +39,6 @@ We have revised our code base and found several inconsistencies that need to be
3939
## Rendering & Themes
4040

4141
- `k-widget` class is removed from the components
42-
- `width:100%` is the new default width of all components instead of `12.5em`
42+
- `width:100%` is the new default width of all input-based components instead of `12.5em`
4343
- Html classes and dom elements hierarchy will be updated for Buttons, Inputs, Selects, DatePickers Checkbox, Switch.
4444
- `k-state-focused` is renamed to `k-focus`

0 commit comments

Comments
 (0)