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:
Simon Hausmann 2020-10-16 13:22:28 +02:00
parent cdc6a34eaf
commit fe711947b8

31
CHANGELOG.md Normal file
View 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