Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
81cc24f
Merge pull request #90 from SpringRoll/release/1.3.0
jeremymccurdy-redspace Mar 13, 2023
8dbff1a
package updates
902seanryan Mar 19, 2024
354bbf9
Merge pull request #100 from SpringRoll/release/1.3.1
902seanryan Mar 27, 2024
8db9ff4
Bump express from 4.18.3 to 4.19.2
dependabot[bot] Mar 27, 2024
68b61d2
Bump webpack-dev-middleware from 5.3.3 to 5.3.4
dependabot[bot] Mar 27, 2024
97763b4
Merge pull request #102 from SpringRoll/dependabot/npm_and_yarn/webpa…
902seanryan Mar 28, 2024
4997b92
Merge pull request #101 from SpringRoll/dependabot/npm_and_yarn/expre…
902seanryan Mar 28, 2024
922acff
changelog fix
902seanryan Mar 28, 2024
319750d
Merge pull request #103 from SpringRoll/release/1.3.1
902seanryan Mar 28, 2024
822f154
Updated package version to 2.0.0, updated changelog to include latest…
jeremymccurdy-redspace May 1, 2024
4858cbe
Updated changelog to include Pixi and Phaser template SpringRoll updates
jeremymccurdy-redspace May 2, 2024
36ccbb6
Merge pull request #111 from SpringRoll/chore/2.0.0-changelog-and-ver…
jeremymccurdy-redspace May 9, 2024
4c6ea07
Adding date to changelog
jeremymccurdy-redspace May 9, 2024
ac0a7ea
Merge pull request #114 from SpringRoll/release/2.0.0
jeremymccurdy-redspace May 9, 2024
95e4407
Merge branch 'main' into templates/createjs
jeremymccurdy-redspace May 17, 2024
3a6ea9f
Updated SpringRoll version to 2.6.0
jeremymccurdy-redspace May 21, 2024
a734028
Updated changelog
jeremymccurdy-redspace May 21, 2024
ffa46a1
Updated SpringRoll feature list and state listeners
jeremymccurdy-redspace May 21, 2024
5ae21cb
Updated changelog
jeremymccurdy-redspace May 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 21 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,33 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.0] - 2024-05-09

### Changed

- Pixi: Updated pixi.js to 8.1.0
- Pixi: Updated @pixi/sound to 6.0.0
- Pixi: Updated SpringRoll to 2.6.0
- Pixi: Updated feature list and state listeners to follow a standardized set

- Phaser: Updated Phaser to 3.80.1
- Phaser: Fixed warning with SpringRoll listeners
- Phaser: Updated SpringRoll to 2.6.0
- Phaser: Updated feature list and state listeners to follow a standardized set

- CreateJS: Updated SpringRoll to 2.6.0
- CreateJS: Updated feature list and state listeners to follow a standardized set


## [1.3.1] - 2023-03-28

### Fixed

- Removed incorrect references to non-NPM registry in package lock

## [1.3.0] - 2023-03-13
- Removed incorrect references to non-NPM registry in package-lock

### Changed

- Added .nvmrc file to set the project target node version
- All seed templates now target node 18.15.0
- Added `<meta name="robots" content="noindex">` to all template html files to prevent Google indexing
- Updated package-lock file to most recent versions

## [1.3.0] - 2023-03-13

Expand All @@ -27,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- All seed templates now target node 18.15.0
- Added `<meta name="robots" content="noindex">` to all template html files to prevent Google indexing

## [1.2.0] - 2022-12-21
## [1.2.0] - 2022-12-12

### Changed

Expand Down
Loading