File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 11Black Engine: Changelog
22=======================
33
4+ # v0.5.8
5+ ### New features
6+ - Added ` useHiDPR ` property to control render quality on high DPI screens
7+ - Added ability to draw rounded rectangle
8+ - Added ability to load custom asset in AssetManager using CustomAsset
9+ - Added gradient and pattern support for Graphics
10+
11+ ### Changes
12+ - Changed empty clip rectangle to clip everything instead of nothing
13+ - Improved anchor performance
14+
15+ ### Bug Fixes
16+ - Fixed Orientation Lock still works when disabled
17+ - Fixed many GCC comments
18+ - Fixed bug causing colored sprite to render incorrectly
19+ - Fixed slice9grid not working as expected on colored sprites
20+ - Fixed bug causing Arcade physics to not cleanup colliders after removing objects from stage
21+ - Fixed Arcade physics units to be always within stage
22+ - Fixed clip rect not working on TextField
23+ - Fixed ` getTextures ` returning null for backed vectors
24+ - Fixed BVG quadratic curve math
25+ - Fixed many BVG rendering bugs and glitches
26+ - Fixed anchors not working in some cases
27+
428# v0.5.7
529### Changes
630- Changed license to Simplified BSD!!!
Original file line number Diff line number Diff line change 11{
22 "name" : " black" ,
3- "version" : " 0.5.7 " ,
3+ "version" : " 0.5.8 " ,
44 "description" : " " ,
55 "main" : " dist/black-es6-module.js" ,
66 "directories" : {},
You can’t perform that action at this time.
0 commit comments