| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| excalibur.js.map | 2025-01-02 | 2.7 MB | |
| excalibur.development.js | 2025-01-02 | 1.8 MB | |
| excalibur.development.js.map | 2025-01-02 | 2.7 MB | |
| excalibur.js | 2025-01-02 | 1.4 MB | |
| excalibur.d.ts | 2025-01-02 | 49 Bytes | |
| excalibur.min.js | 2025-01-02 | 542.4 kB | |
| excalibur.min.js.LICENSE.txt | 2025-01-02 | 221 Bytes | |
| excalibur.min.js.map | 2025-01-02 | 2.3 MB | |
| excalibur.min.development.js | 2025-01-02 | 1.8 MB | |
| excalibur.min.development.js.map | 2025-01-02 | 2.7 MB | |
| build-0.30.3.zip | 2025-01-02 | 9.6 MB | |
| Excalibur.0.30.3.nupkg | 2025-01-02 | 3.1 MB | |
| Excalibur v0.30.3 Release source code.tar.gz | 2025-01-02 | 312.7 MB | |
| Excalibur v0.30.3 Release source code.zip | 2025-01-02 | 313.4 MB | |
| README.md | 2025-01-02 | 2.3 kB | |
| Totals: 15 Items | 654.8 MB | 0 | |

Added
- Adds contact solve bias to RealisticSolver, this allows customization on which direction contacts are solved first. By default there is no bias set to 'none'.
Fixed
- Fixed false positive warning when adding timers
- Fixed issue where gamepad buttons wouldn't progress the default loader play button
- Add defense around middling Safari fullscreen support and update documentation
- Fixed issue where non-standard gamepad buttons would not be emitted by Excalibur
- Added an additional param to the
ex.GamepadButtonEventindexto disabiguate betweenex.Buttons.Unknown - Fixed issue where Realistic solver would not sort contacts by distance causing some artifacts on seams
- Fixed issue with CompositeCollider where large TileMaps would sometimes causes odd collision behavior in the Realistic Solver when the body & collider components are far apart in a TileMap.
What's Changed
- [#3320] Fix details in Tutorial - Building Flappy Bird by @cosmicarrow in https://github.com/excaliburjs/Excalibur/pull/3321
- fix: CompositeCollider behavior affecting TileMap w/Realistic Solver by @eonarheim in https://github.com/excaliburjs/Excalibur/pull/3322
- Update site showcase RetroSki url, title & description by @mathieuher in https://github.com/excaliburjs/Excalibur/pull/3324
- fix: [#3317] gamepad support non standard buttons by @eonarheim in https://github.com/excaliburjs/Excalibur/pull/3325
- chore: Update dependency excalibur-jasmine to v0.3.8 by @renovate in https://github.com/excaliburjs/Excalibur/pull/3329
- chore: Update dependency @fortawesome/fontawesome-free to v6.7.2 by @renovate in https://github.com/excaliburjs/Excalibur/pull/3326
- chore: Update dependency @types/react-color to v3.0.13 by @renovate in https://github.com/excaliburjs/Excalibur/pull/3328
- chore: Update dependency prism-react-renderer to v2.4.1 by @renovate in https://github.com/excaliburjs/Excalibur/pull/3330
New Contributors
- @cosmicarrow made their first contribution in https://github.com/excaliburjs/Excalibur/pull/3321
Full Changelog: https://github.com/excaliburjs/Excalibur/compare/v0.30.2...v0.30.3