Excalibur 0.28.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Excalibur --version 0.28.2
NuGet\Install-Package Excalibur -Version 0.28.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Excalibur" Version="0.28.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Excalibur --version 0.28.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Excalibur, 0.28.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Excalibur as a Cake Addin #addin nuget:?package=Excalibur&version=0.28.2 // Install Excalibur as a Cake Tool #tool nuget:?package=Excalibur&version=0.28.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This was mostly a bug fix release, lots of small fixes! No breaking changes. Notably there are some performance improvements to TileMap by utilizing a QuadTree to help offscreen culling.
Fixes & Features
- fix: TileMap: Draw all tiles if screen coordinate plane is used by @JumpLink in https://github.com/excaliburjs/Excalibur/pull/2764
- fix: [#2762] wasPressed in input mapper by @eonarheim in https://github.com/excaliburjs/Excalibur/pull/2766
- fix: [#2773] Line bounds are now correct by @eonarheim in https://github.com/excaliburjs/Excalibur/pull/2774
- fix: [#2763] TileMap Improve perf and draw tiles using QuadTree by @eonarheim in https://github.com/excaliburjs/Excalibur/pull/2771
- fix: allow entity names to be set at any time by @eonarheim in https://github.com/excaliburjs/Excalibur/pull/2775
- fix: bug where incorrect track was removed when stop/start in rapid succession by @eonarheim in https://github.com/excaliburjs/Excalibur/pull/2805
- fix: clear implementations by @eonarheim in https://github.com/excaliburjs/Excalibur/pull/2806
- fix: typo in animation 'end' event signature by @eonarheim in https://github.com/excaliburjs/Excalibur/pull/2807
- fix: Trigger event signature type was incorrect by @eonarheim in https://github.com/excaliburjs/Excalibur/pull/2811
- fix: Switch fallback default + fix bugs in Canvas2D fallback by @eonarheim in https://github.com/excaliburjs/Excalibur/pull/2812
- feat: Add
ex.Engine.version
to report the current excalibur version build string by @eonarheim in https://github.com/excaliburjs/Excalibur/pull/2822 - fix/feat: Screen resizing artifacts + expose screen events! by @eonarheim in https://github.com/excaliburjs/Excalibur/pull/2826
- fix: Remove multiple handlers if they are registered by @eonarheim in https://github.com/excaliburjs/Excalibur/pull/2835
<details> <summary>Dependencies</summary>
Dependency
- chore: Update dependency @babel/core to v7.22.11 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2746
- chore: Update dependency @fortawesome/fontawesome-free to v6.4.2 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2747
- chore: Update dependency jasmine-core to v5.1.1 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2749
- chore: Update dependency serve to v14.2.1 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2751
- chore: Update dependency node to v18.17.1 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2750
- chore: Update dependency core-js to v3.32.1 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2748
- chore: Update dependency eslint to v8.48.0 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2752
- chore: Update dependency @types/node to v18.17.13 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2760
- chore: Update dependency eslint-config-prettier to v8.10.0 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2753
- chore: Update dependency eslint-plugin-jsdoc to v46.5.1 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2754
- chore: Update coverallsapp/github-action action to v2.2.3 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2777
- chore: Update dependency @types/jasmine to v4.3.6 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2778
- chore: Update dependency @types/react-color to v3.0.7 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2779
- chore: Update dependency @types/webpack-env to v1.18.2 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2780
- chore: Update dependency core-js to v3.32.2 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2781
- chore: Update dependency @babel/core to v7.23.0 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2782
- chore: Update dependency eslint to v8.50.0 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2783
- chore: Update dependency core-js to v3.33.0 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2786
- chore: Update dependency eslint-plugin-jsdoc to v46.8.2 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2784
- chore: Update dependency node to v18.18.0 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2785
- [chore] Upgrade typescript by @eonarheim in https://github.com/excaliburjs/Excalibur/pull/2798
- chore: Update dependency @types/webpack-env to v1.18.4 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2797
- chore: Update dependency @babel/core to v7.23.3 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2795
- chore: Update dependency @types/react-color to v3.0.10 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2796
- chore: Update dependency @babel/core to v7.23.5 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2813
- chore: Update dependency core-js to v3.33.3 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2814
- chore: Update dependency @types/jasmine to v4.6.4 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2817
- chore: Update dependency @fortawesome/fontawesome-free to v6.5.1 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2816
- chore: Update dependency ts-loader to v9.5.1 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2821
- chore: Update dependency node to v18.19.0 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2820
- chore: Update dependency eslint to v8.54.0 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2818
- chore: Update dependency eslint-plugin-jsdoc to v46.9.0 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2819
- chore: Update dependency rimraf to v5 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2757
- chore(deps-dev): bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in https://github.com/excaliburjs/Excalibur/pull/2794
- chore: Update dependency typescript to v5.3.2 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2823
- chore: Update dependency eslint-config-prettier to v9 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2755
- chore: Update dependency replace-in-file to v7 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2724
- chore: Update dependency webpack to v5.89.0 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2824
- chore: Update actions/checkout action to v4 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2828
- chore: Update typescript-eslint monorepo to v6.13.1 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2827
- chore: Update actions/setup-node action to v4 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2829
- chore: Update dependency @types/jasmine to v5 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2830
- chore: Update dependency webpack-cli to v5 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2832
- chore: Update dependency @types/node to v18.19.1 by @renovate in https://github.com/excaliburjs/Excalibur/pull/2833
</details>
New Contributors
- @JumpLink made their first contribution in https://github.com/excaliburjs/Excalibur/pull/2764
Full Changelog: https://github.com/excaliburjs/Excalibur/compare/v0.28.0...v0.28.2
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.30.3 | 89 | 1/2/2025 |
0.30.2 | 83 | 12/26/2024 |
0.30.1 | 115 | 12/13/2024 |
0.29.3 | 162 | 5/5/2024 |
0.29.2 | 183 | 4/7/2024 |
0.29.1 | 192 | 2/23/2024 |
0.29.0 | 189 | 2/20/2024 |
0.28.7 | 214 | 1/27/2024 |
0.28.6 | 194 | 1/13/2024 |
0.28.5 | 228 | 1/6/2024 |
0.28.4 | 213 | 12/22/2023 |
0.28.3 | 197 | 12/12/2023 |
0.28.2 | 219 | 12/2/2023 |
0.28.0 | 307 | 8/11/2023 |
0.25.3 | 630 | 2/6/2022 |
0.25.2 | 500 | 1/22/2022 |
0.25.1 | 561 | 11/6/2021 |
0.25.0 | 485 | 10/4/2021 |
0.24.5 | 801 | 9/7/2020 |
0.24.4 | 702 | 9/3/2020 |
0.24.3 | 708 | 5/10/2020 |
0.24.1 | 606 | 4/24/2020 |
0.24.0 | 644 | 4/24/2020 |
0.23.0 | 798 | 6/8/2019 |
0.22.0 | 788 | 4/6/2019 |
0.21.0 | 964 | 2/2/2019 |
0.20.0 | 962 | 12/23/2018 |
0.19.1 | 956 | 10/23/2018 |
0.19.0 | 1,006 | 10/13/2018 |
0.18.0 | 1,068 | 8/4/2018 |
0.17.0 | 1,126 | 6/16/2018 |
0.16.0 | 1,193 | 4/6/2018 |
0.15.0 | 991 | 2/17/2018 |
0.14.0 | 1,153 | 12/2/2017 |
0.13.0 | 1,077 | 10/7/2017 |
0.12.0 | 1,166 | 8/12/2017 |
0.11.0 | 1,249 | 6/10/2017 |
0.10.0 | 1,209 | 4/8/2017 |
0.9.0 | 1,228 | 2/10/2017 |
0.8.0 | 1,156 | 12/4/2016 |
0.7.1 | 1,355 | 10/4/2016 |
0.7.0 | 1,391 | 8/30/2016 |
0.6.0 | 1,615 | 1/20/2016 |
0.5.1 | 1,407 | 6/26/2015 |
0.5.0 | 1,374 | 6/4/2015 |
0.2.2 | 1,754 | 4/16/2014 |
0.2.1 | 1,593 | 4/16/2014 |
0.2.0 | 1,613 | 4/10/2014 |
0.1.1-alpha | 1,229 | 12/19/2013 |
0.1.0-alpha | 1,319 | 12/12/2013 |