diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..b1ce118af --- /dev/null +++ b/CHANGELOG.md @@ -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 \ No newline at end of file