diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..4e6ac3f1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Added +- Selection List now will clear Selected if a new Item is added to the same ID location as the last and its Hash is different. +- Manual Override Will always be used over the internal selected if set to Some(). if the # doesnt Exist it Defaults Selected to None. + +### Changed +- Breaking Selection List now Takes in Font and Manual Selected override on new_with. +- Breaking Selection list Message Type is now Name((usize, T)) for on_select. +- Upgraded to Latest Iced 0.10.0. + +### Fixed +- Floating Element Position is corrected. Original position issue was due to Center_x containg both X and Width/2.