-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
70a0151
commit d1952e1
Showing
1 changed file
with
45 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,47 @@ | ||
# CHANGELOG | ||
|
||
# v0.11 | ||
## Major Features | ||
- End of Athens support | ||
- Support for MS Windows (libMoz2D binary) | ||
- BlText with SpartaText backend | ||
- Static linear and radial GradientPaints | ||
- BoxShadow effect based on Sparta filters | ||
- Improvement of BlAnimation | ||
- Drag & Drop basis | ||
## [Unreleased] | ||
### Added | ||
- New BlTextElement | ||
- New BlTransformation | ||
- First version of a GTK Host (to improve the Host strategy) | ||
|
||
### Changed | ||
|
||
## [v0.12] - 2017-01-27 | ||
|
||
### Added | ||
|
||
- Management of infinite scrolling | ||
- SDL Host (without the intermediary of OSWindow) | ||
- Focus/key navigation (Tab and Shift+Tab) | ||
- Support for retina screen | ||
- SDL2 <-> Skia renderer | ||
- Blur and Overlay effects | ||
|
||
### Changed | ||
|
||
- Style and Theme stuff moved to Brick | ||
- Key binding api and key event management improvement | ||
- SDL Host is used by default | ||
- No more direct dependencies between BlUniverse and Hosts | ||
- Renaming of "extent:" to "size:" and "resize:" to "extent:" | ||
- No more direct dependencies between Bloc's core package and Sparta | ||
- Children management improvement | ||
- Path rendering optimization | ||
- Border rendering improvement | ||
- Explicit transparent paint and border | ||
- Layout pass improvement | ||
- Animation improvement | ||
- Tests and Examples updates | ||
|
||
## [v0.11] - 2016-11-11 | ||
|
||
### Major Features | ||
- End of Athens support | ||
- Support for MS Windows (libMoz2D binary) | ||
- BlText with SpartaText backend | ||
- Static linear and radial GradientPaints | ||
- BoxShadow effect based on Sparta filters | ||
- Improvement of BlAnimation | ||
- Drag & Drop basis |