mirror of
https://github.com/slint-ui/slint.git
synced 2025-07-16 17:45:27 +00:00
Some changes to the Changelog
This commit is contained in:
parent
7c159c2284
commit
ecd7f7dd7a
2 changed files with 8 additions and 2 deletions
|
@ -3,12 +3,20 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- The Component is now handled in a `ComponentHandle` struct in both rust and C++
|
||||||
|
- ARGBColor renamed RgbaColor
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Allow dashes in identifiers (#52)
|
- Allow dashes in identifiers (#52)
|
||||||
- VerticalLayout / HorizontalLayout
|
- VerticalLayout / HorizontalLayout
|
||||||
- Placeholder text in line edit
|
- Placeholder text in line edit
|
||||||
- global components (#96)
|
- global components (#96)
|
||||||
|
- `Crop` element
|
||||||
- `Image` element: New source-clip-{x, y, width, height} properties
|
- `Image` element: New source-clip-{x, y, width, height} properties
|
||||||
|
- `Timer` in rust API
|
||||||
|
- Transitions are now implemented
|
||||||
|
- round/ceil/floor/mod/max/min/cubic-bezier functions
|
||||||
|
|
||||||
## [0.0.2] - 2020-12-22
|
## [0.0.2] - 2020-12-22
|
||||||
|
|
||||||
|
@ -16,7 +24,6 @@ All notable changes to this project will be documented in this file.
|
||||||
- Default to the native style in the `viewer`, if available.
|
- Default to the native style in the `viewer`, if available.
|
||||||
- Changed the name of the common logical pixel unit from `lx` to `px`. The less
|
- Changed the name of the common logical pixel unit from `lx` to `px`. The less
|
||||||
often used physical pixel has now the `phx` suffix.
|
often used physical pixel has now the `phx` suffix.
|
||||||
- ARGBColor renamed RgbaColor
|
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Add support for more keyboard shortcuts to `TextInput`.
|
- Add support for more keyboard shortcuts to `TextInput`.
|
||||||
|
|
|
@ -7,7 +7,6 @@ This will allow to compare SixtyFPS and Flutter.
|
||||||
Remaining feature to implement to have parity:
|
Remaining feature to implement to have parity:
|
||||||
* Fonts.
|
* Fonts.
|
||||||
* "Spring" animation instead of a bezier curve.
|
* "Spring" animation instead of a bezier curve.
|
||||||
* Animation when clicking on a tile that cannot be moved.
|
|
||||||
* bold text when the tile is in the correct position in classic style
|
* bold text when the tile is in the correct position in classic style
|
||||||
Note that this feature is kind of broken in the flutter example as it is only applied
|
Note that this feature is kind of broken in the flutter example as it is only applied
|
||||||
when changing themes
|
when changing themes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue