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
+33-19Lines changed: 33 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,69 +7,81 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
### Breaking Changes
9
9
10
-
-`ex.BaseCamera` replaced with `Camera`, [#1087](https://github.com/excaliburjs/Excalibur/issues/1087)
10
+
<!--- Breaking changes here --->
11
11
12
12
### Added
13
13
14
-
<!--- Added features here --->
15
-
16
-
- Added `enableCanvasTransparency` property that will can enable/disable canvas transparency [#1096](https://github.com/excaliburjs/Excalibur/issues/1096)
14
+
<!--- Added features here --->
17
15
18
16
### Changed
19
17
20
-
- Upgraded Excalibur to TypeScript 3.3.3333 [#1052](https://github.com/excaliburjs/Excalibur/issues/1052)
21
-
- Added exceptions on SpriteSheetImpl constructor to check if the source texture dimensions is valid [#1108](https://github.com/excaliburjs/Excalibur/issues/1108)
18
+
<!-- Changed features here --->
22
19
23
20
### Deprecated
24
21
25
-
<!--- Deprecations here --->
22
+
<!--- Deprecations here --->
26
23
27
24
### Fixed
28
25
29
-
<!--- Bug fixes here --->
26
+
<!--- Bug fixes here --->
30
27
31
28
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
32
29
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
33
30
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
34
31
35
-
## [0.21.0] - 2019-02-02
32
+
## [0.22.0] - 2019-04-06
36
33
37
34
### Breaking Changes
38
35
36
+
-`ex.BaseCamera` replaced with `Camera`, [#1087](https://github.com/excaliburjs/Excalibur/issues/1087)
37
+
38
+
### Added
39
+
40
+
- Added `enableCanvasTransparency` property that can enable/disable canvas transparency ([#1096](https://github.com/excaliburjs/Excalibur/issues/1096))
41
+
42
+
### Changed
43
+
44
+
- Upgraded Excalibur to TypeScript 3.3.3333 ([#1052](https://github.com/excaliburjs/Excalibur/issues/1052))
45
+
- Added exceptions on SpriteSheetImpl constructor to check if the source texture dimensions are valid ([#1108](https://github.com/excaliburjs/Excalibur/issues/1108))
- Added ability to automatically convert .gif files to SpriteSheet, Animations, and Sprites [#153](https://github.com/excaliburjs/Excalibur/issues/153)
42
-
- Add new `viewport` property to camera to return a world space bounding box of the current visible area [#1078](https://github.com/excaliburjs/Excalibur/issues/1078)
53
+
- Added ability to automatically convert .gif files to SpriteSheet, Animations, and Sprites ([#153](https://github.com/excaliburjs/Excalibur/issues/153))
54
+
- Add new `viewport` property to camera to return a world space bounding box of the current visible area ([#1078](https://github.com/excaliburjs/Excalibur/issues/1078))
43
55
44
56
### Changed
45
57
46
-
- Updated `ex.Color` and `ex.Vector` constants to be static getters that return new instances each time, eliminating a source of bugs in excalibur [#1085](https://github.com/excaliburjs/Excalibur/issues/1085)
58
+
- Updated `ex.Color` and `ex.Vector` constants to be static getters that return new instances each time, eliminating a source of bugs in excalibur ([#1085](https://github.com/excaliburjs/Excalibur/issues/1085))
47
59
- Remove optionality of engine in constructor of Scene and \_engine private with an underscore prefix ([#1067](https://github.com/excaliburjs/Excalibur/issues/1067))
48
60
49
61
### Deprecated
50
62
51
-
- Rename `ex.BaseCamera` to `Camera`, `ex.BaseCamera` will be removed in `v0.22.0`[#1087](https://github.com/excaliburjs/Excalibur/issues/1087)
63
+
- Rename `ex.BaseCamera` to `Camera`, `ex.BaseCamera` will be removed in `v0.22.0`([#1087](https://github.com/excaliburjs/Excalibur/issues/1087))
52
64
53
65
### Fixed
54
66
55
-
- Fixed issue of early offscreen culling related to zooming in and out [#1078](https://github.com/excaliburjs/Excalibur/issues/1078)
56
-
- Fixed issue where setting `suppressPlayButton: true` blocks load in certain browsers [#1079](https://github.com/excaliburjs/Excalibur/issues/1079)
67
+
- Fixed issue of early offscreen culling related to zooming in and out ([#1078](https://github.com/excaliburjs/Excalibur/issues/1078))
68
+
- Fixed issue where setting `suppressPlayButton: true` blocks load in certain browsers ([#1079](https://github.com/excaliburjs/Excalibur/issues/1079))
-`ex.PauseAfterLoader`removed, use Use `ex.Loader` instead
76
+
-`ex.PauseAfterLoader`removed, use `ex.Loader` instead ([#1031](https://github.com/excaliburjs/Excalibur/issues/1031))
65
77
66
78
### Added
67
79
68
-
- Added stronglytyped EvenTypes enum to Events.ts to avoid magic strings [#1066](https://github.com/excaliburjs/Excalibur/issues/1066)
80
+
- Added strongly-typed EvenTypes enum to Events.ts to avoid magic strings ([#1066](https://github.com/excaliburjs/Excalibur/issues/1066))
69
81
70
82
### Changed
71
83
72
-
- Added parameter on SpriteSheet constructor so you can define how many pixel spacing is between sprites ([#1058]https://github.com/excaliburjs/Excalibur/issues/1058)
84
+
- Added parameter on SpriteSheet constructor so you can define how many pixels spacing is between sprites ([#1058](https://github.com/excaliburjs/Excalibur/issues/1058))
0 commit comments