mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 06:41:14 +00:00
Start a change log
It's not very relevant yet, but it's probably best to start the habit early.
This commit is contained in:
parent
cdc6a34eaf
commit
fe711947b8
1 changed files with 31 additions and 0 deletions
31
CHANGELOG.md
Normal file
31
CHANGELOG.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
- 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
|
||||
often used physical pixel has now the `phx` suffix.
|
||||
|
||||
### Added
|
||||
- Add support for more keyboard shortcuts to `TextInput`.
|
||||
|
||||
### Fixed
|
||||
- Fix occasional hang when navigating in `TextInput` fields with the cursor keys.
|
||||
- Fix access to aliased properties from within `for` and `if` expressions.
|
||||
- Fix `ScrollView` being scrollable when it shouldn't.
|
||||
- Fix appearance of natively styled scrollars.
|
||||
- Allow converting an object type to another even if it is missing some properties.
|
||||
- Add missing frame drawing around `ScrollView`.
|
||||
- Fix Clipping in scroll views in WASM builds.
|
||||
- Fix resizing of `ListView`.
|
||||
|
||||
### Added
|
||||
- Added a `current_item` to `StandardListView`.
|
||||
|
||||
|
||||
## [0.0.1] - 2020-10-13
|
||||
- Initial release.
|
||||
|
||||
[0.0.1]: https://github.com/sixtyfpsui/sixtyfps/releases/tag/v0.0.1
|
Loading…
Add table
Add a link
Reference in a new issue