excalibur 0.26.0-alpha.409 → 0.26.0-alpha.410
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +29 -5
- package/build/dist/excalibur.js +2 -2
- package/build/dist/excalibur.min.js +1 -1
- package/build/dist/excalibur.min.js.LICENSE.txt +1 -1
- package/build/dist/index.js +2 -2
- package/build/esm/excalibur.js +2 -2
- package/build/esm/excalibur.min.js +1 -1
- package/build/esm/excalibur.min.js.LICENSE.txt +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,35 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
7
7
|
|
|
8
8
|
## Breaking Changes
|
|
9
9
|
|
|
10
|
+
-
|
|
11
|
+
|
|
12
|
+
### Deprecated
|
|
13
|
+
|
|
14
|
+
-
|
|
15
|
+
|
|
16
|
+
### Added
|
|
17
|
+
|
|
18
|
+
-
|
|
19
|
+
|
|
20
|
+
### Fixed
|
|
21
|
+
|
|
22
|
+
-
|
|
23
|
+
### Updates
|
|
24
|
+
|
|
25
|
+
-
|
|
26
|
+
|
|
27
|
+
### Changed
|
|
28
|
+
|
|
29
|
+
-
|
|
30
|
+
|
|
31
|
+
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
|
|
32
|
+
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
|
|
33
|
+
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
|
|
34
|
+
|
|
35
|
+
## [0.25.3] - 2022-02-05
|
|
36
|
+
|
|
37
|
+
## Breaking Changes
|
|
38
|
+
|
|
10
39
|
- Small breaking change to `engine.screenshot()` you must now use `await engine.screenshot()`. This avoids copy buffer performance impact of `preserveDrawingBuffer: true` by capturing a screen shot request on the next frame when the buffer has not yet been cleared.
|
|
11
40
|
|
|
12
41
|
### Deprecated
|
|
@@ -34,11 +63,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
34
63
|
|
|
35
64
|
-
|
|
36
65
|
|
|
37
|
-
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
|
|
38
|
-
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
|
|
39
|
-
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
|
|
40
|
-
|
|
41
|
-
|
|
42
66
|
## [0.25.2] - 2022-01-21
|
|
43
67
|
|
|
44
68
|
### Breaking Changes
|
package/build/dist/excalibur.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* excalibur - 0.26.0-alpha.
|
|
2
|
+
* excalibur - 0.26.0-alpha.410+8f8b10f - 2022-2-11
|
|
3
3
|
* https://github.com/excaliburjs/Excalibur
|
|
4
4
|
* Copyright (c) 2022 Excalibur.js <https://github.com/excaliburjs/Excalibur/graphs/contributors>
|
|
5
5
|
* Licensed BSD-2-Clause
|
|
@@ -30200,7 +30200,7 @@ Promises_Promise = Promise_1 = Promises_decorate([
|
|
|
30200
30200
|
* The current Excalibur version string
|
|
30201
30201
|
* @description `process.env.__EX_VERSION` gets replaced by Webpack on build
|
|
30202
30202
|
*/
|
|
30203
|
-
const EX_VERSION = "0.26.0-alpha.
|
|
30203
|
+
const EX_VERSION = "0.26.0-alpha.410+8f8b10f";
|
|
30204
30204
|
|
|
30205
30205
|
polyfill();
|
|
30206
30206
|
// This file is used as the bundle entry point and exports everything
|