Excalibur v0.25.3 Release
What's Changed
This is a maintenance release with some key bug fixes, notably some quality of life log messages to avoid loading images that are too large, and a fix for Pixel 6 devices to prevent crashing.
Bug Fixes
- fix: [#2206] Add warnings/errors for large images in webgl that wont render by @eonarheim in #2207
- fix: [#2203][#1528] Screenshots work in webgl and return the right HiDPI size by @eonarheim in #2208
- fix: [#2224] Disable touch action on pointer target for mobile platforms by @eonarheim in #2225
- fix: Pixel 6 devices crash when MAX_TEXTURE_IMAGE_UNITS used by @eonarheim in #2226
- fix: polygon colliders have inaccurate collision normals when offset by @eonarheim in #2227
Build Dependencies Updated
- chore: Update dependency typescript to v4.5.5 by @renovate in #2200
- chore(deps): bump log4js from 6.3.0 to 6.4.1 by @dependabot in #2209
- chore(deps): bump nanoid from 3.1.30 to 3.2.0 by @dependabot in #2210
- chore: Update dependency webpack to v5.68.0 by @renovate in #2196
- chore: Update dependency @babel/core to v7.16.12 by @renovate in #2211
- chore: Update dependency @types/node to v16.11.21 by @renovate in #2212
- chore: Update typescript-eslint monorepo to v5.10.2 by @renovate in #2218
- chore: Update storybook monorepo to v6.4.17 by @renovate in #2221
- chore: Update dependency eslint-plugin-jsdoc to v37.7.0 by @renovate in #2217
- chore: Update dependency eslint to v8.8.0 by @renovate in #2216
- chore: Update dependency webpack-cli to v4.9.2 by @renovate in #2220
- chore: Update dependency karma to v6.3.13 by @renovate in #2215
- chore: Update dependency core-js to v3.21.0 by @renovate in #2214
- chore: Update release automation by @eonarheim in #2230
- chore: Update dependency terser-webpack-plugin to v5.3.1 by @renovate in #2223
- chore: Update dependency css-loader to v6.6.0 by @renovate in #2229
- chore: Update dependency eslint-plugin-jsdoc to v37.7.1 by @renovate in #2228
- chore: Update dependency @types/node to v16.11.22 by @renovate in #2222
- chore: Update dependency copy-webpack-plugin to v10.2.4 by @renovate in #2213
Full Changelog: v0.25.2...v0.25.3