Skip to content

Commit

Permalink
Prep v0.28.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Dec 22, 2023
1 parent 109f0e6 commit e603ba2
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 7 deletions.
43 changes: 37 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,42 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Added

-


### Fixed

-

### Updates

-

### Changed

-

<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->

# Change Log

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [v0.28.4]

### Breaking Changes

-

### Deprecated

-

### Added

- Ability to configure TileMap debug drawing with the `ex.Engine.debug.tilemap` property.
- Materials have a new convenience method for updating uniforms
```typescript
Expand Down Expand Up @@ -47,12 +83,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- TileMap debug draw is now less verbose by default to save draw cycles when toggling to debug

<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->


## [v0.28.2]
## [v0.28.3]

### Breaking Changes

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "excalibur",
"sideEffects": false,
"version": "0.28.3",
"version": "0.28.4",
"exNextVersion": "0.29.0",
"description": "Excalibur.js is a simple JavaScript game engine with TypeScript bindings for making 2D games in HTML5 Canvas. Our mission is to make web game development as simple as possible.",
"author": "https://github.com/excaliburjs/Excalibur/graphs/contributors",
Expand Down

0 comments on commit e603ba2

Please sign in to comment.