Update CHANGELOG.md

This commit is contained in:
Arthur Sonzogni 2023-08-13 17:36:41 +02:00 committed by GitHub
parent 8058e1af6c
commit 8ae1c95d18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ current (development)
- Breaking: Direction enum is renamed WidthOrHeight
- Breaking: Remove `ComponentBase` copy constructor/assignment.
- Breaking: MenuOption::entries is renamed MenuOption::entries_option.
- Breaking: Ref<XxxOption> becomes XxxOption in component constructors.
- Breaking: `Ref<{Component}Option>` becomes `{Component}Option` in component constructors.
- Feature: `ResizeableSplit` now support arbitrary element as a separator.
- Feature: `input` is now supporting multiple lines.
- Feature: `input` style is now customizeable.