You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-5Lines changed: 20 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,25 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [Unreleased]
7
7
8
+
### Added
9
+
10
+
### Changed
11
+
12
+
### Deprecated
13
+
14
+
### Removed
15
+
16
+
### Fixed
17
+
18
+
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
19
+
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
20
+
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
21
+
22
+
## [0.23.0] - 2019-06-08
23
+
8
24
### Breaking Changes
9
25
10
-
-`ex.Actor.scale`, `ex.Actor.sx/sy`, `ex.Actor.actions.scaleTo/scaleBy` will not work as expected with new collider implementation, set width and height directly
26
+
-`ex.Actor.scale`, `ex.Actor.sx/sy`, `ex.Actor.actions.scaleTo/scaleBy` will not work as expected with new collider implementation, set width and height directly. These features will be completely removed in v0.24.0.
11
27
12
28
### Added
13
29
@@ -93,9 +109,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
93
109
- Fixed polyfill application by exporting a `polyfill()` function that can be called. ([#1132](https://github.com/excaliburjs/Excalibur/issues/1132))
94
110
- Fixed Color.lighten() ([#1084])
95
111
96
-
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
97
-
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
98
-
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
0 commit comments