Updating Changelog.

This commit is contained in:
Jakub Sobon 2019-03-29 00:27:37 -04:00
parent 782d7c3117
commit fdb659eedf
No known key found for this signature in database
GPG Key ID: F2451A77FB05D3B7
1 changed files with 11 additions and 4 deletions

View File

@ -7,21 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.7.2] - 25-Feb-2019
### Added ### Added
- New API for building layouts, a grid.Builder. Allows defining the layout - New API for building layouts, a grid.Builder. Allows defining the layout
iteratively as repetitive Elements, Rows and Columns. iteratively as repetitive Elements, Rows and Columns.
- Test coverage for data only packages.
- Containers now support margin around them and padding of their content. - Containers now support margin around them and padding of their content.
- Container now supports dynamic layout changes via the new Update method.
### Changed ### Changed
- The Text widget now supports content wrapping on word boundaries. - The Text widget now supports content wrapping on word boundaries.
- The BarChart and SparkLine widgets now have a method that returns the - The BarChart and SparkLine widgets now have a method that returns the
observed value capacity the last time Draw was called. observed value capacity the last time Draw was called.
- Refactoring packages that contained a mix of public and internal identifiers.
- Moving widgetapi out of the internal directory to allow external users to - Moving widgetapi out of the internal directory to allow external users to
develop their own widgets. develop their own widgets.
@ -35,6 +32,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
external mutation of the values passed into them by copying the data they external mutation of the values passed into them by copying the data they
receive. receive.
## [0.7.2] - 25-Feb-2019
### Added
- Test coverage for data only packages.
### Changed
- Refactoring packages that contained a mix of public and internal identifiers.
#### Breaking API changes #### Breaking API changes
The following packages were refactored, no impact is expected as the removed The following packages were refactored, no impact is expected as the removed