Projects STRLCPY termdash Commits d5fdc1fa
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    CHANGELOG.md
    skipped 6 lines
    7 7   
    8 8  ## [Unreleased]
    9 9   
     10 +## [0.8.0] - 30-Mar-2019
     11 + 
    10 12  ### Added
    11 13   
    12 14  - New API for building layouts, a grid.Builder. Allows defining the layout
    skipped 8 lines
    21 23   observed value capacity the last time Draw was called.
    22 24  - Moving widgetapi out of the internal directory to allow external users to
    23 25   develop their own widgets.
     26 +- Event delivery to widgets now has a stable defined order and happens when the
     27 + container is unlocked so that widgets can trigger dynamic layout changes.
    24 28   
    25 29  ### Fixed
    26 30   
    skipped 205 lines
    232 236  - The Gauge widget.
    233 237  - The Text widget.
    234 238   
    235  -[Unreleased]: https://github.com/mum4k/termdash/compare/v0.7.2...devel
     239 +[Unreleased]: https://github.com/mum4k/termdash/compare/v0.8.0...devel
     240 +[0.8.0]: https://github.com/mum4k/termdash/compare/v0.7.2...v0.8.0
    236 241  [0.7.2]: https://github.com/mum4k/termdash/compare/v0.7.1...v0.7.2
    237 242  [0.7.1]: https://github.com/mum4k/termdash/compare/v0.7.0...v0.7.1
    238 243  [0.7.0]: https://github.com/mum4k/termdash/compare/v0.6.1...v0.7.0
    skipped 7 lines
Please wait...
Page is in error, reload to recover