All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
None
- upgraded to iced 0.13.1, many changes due to the upgrade
- added stack see example
- tables changed but additional changes upcoming in the next release or so
- add canvas, canvas widgets can be added but dynamic drawing next release or so
- add ability to move a widget, container moving later
- add solitaire game to demonstates moving a widget around. This is not a game using a canvas but containers only. A canvas version will follow later.
- updated to iced rev="07f94d6"
- all widgets and containers now have styling
- significant changes to the table.
- refactored a number of areas to improve consistency.
- Added svg widget
- Added mouse area widget
- Improved callback error message on all widgets
- Refactor table and added ability to added the widgets button, checkbox, selectable text, image, and svg.
- Updated to Iced rev=b30d34f
- First release!