excalibur 0.26.0-alpha.262 → 0.26.0-alpha.263
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
CHANGED
|
@@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
10
10
|
-
|
|
11
11
|
### Added
|
|
12
12
|
|
|
13
|
+
- *Experimental:* Native ES module bundle distribution in package `esm/excalibur.js` entrypoint ([#2064](https://github.com/excaliburjs/Excalibur/pull/2064))
|
|
13
14
|
- `withEngine` utils support an aditional options parameter to override the Engine default options.
|
|
14
15
|
- Story to show a play / pause implementation.
|
|
15
16
|
- `ex.Animation` now support `totalDuration` that will calculate automatically each frame duration based on how many frames have.
|
package/build/dist/excalibur.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* excalibur - 0.26.0-alpha.
|
|
2
|
+
* excalibur - 0.26.0-alpha.263+f91f4ab - 2021-10-26
|
|
3
3
|
* https://github.com/excaliburjs/Excalibur
|
|
4
4
|
* Copyright (c) 2021 Excalibur.js <https://github.com/excaliburjs/Excalibur/graphs/contributors>
|
|
5
5
|
* Licensed BSD-2-Clause
|
|
@@ -28427,7 +28427,7 @@ Promises_Promise = Promise_1 = Promises_decorate([
|
|
|
28427
28427
|
* The current Excalibur version string
|
|
28428
28428
|
* @description `process.env.__EX_VERSION` gets replaced by Webpack on build
|
|
28429
28429
|
*/
|
|
28430
|
-
const EX_VERSION = "0.26.0-alpha.
|
|
28430
|
+
const EX_VERSION = "0.26.0-alpha.263+f91f4ab";
|
|
28431
28431
|
|
|
28432
28432
|
polyfill();
|
|
28433
28433
|
// This file is used as the bundle entry point and exports everything
|