Skip to content

Commit 08d968b

Browse files
authored
Merge pull request #72 from SpringRoll/feature/183959488-pixi-update
Feature/183959488 pixi update
2 parents 399e22b + 13cec9a commit 08d968b

File tree

11 files changed

+9312
-15262
lines changed

11 files changed

+9312
-15262
lines changed

.babelrc

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"android": 4,
88
"ios": 8,
99
"ie": 11
10-
}
10+
},
11+
"useBuiltIns": "entry",
12+
"corejs": 3
1113
}
1214
]
1315
]

.eslintrc.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"env": {
3+
"browser": true,
4+
"es2021": true,
5+
"node": true
6+
},
7+
"extends": "eslint:recommended",
8+
"overrides": [
9+
],
10+
"parserOptions": {
11+
"ecmaVersion": "latest",
12+
"sourceType": "module"
13+
},
14+
"rules": {
15+
}
16+
}

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.0] - 2022-12-21
9+
10+
### Changed
11+
12+
- Updated webpack to 5.75.0
13+
- Updated webpack packages to match v5
14+
- Bump loader-utils from 2.0.3 to 2.0.4
15+
- updated PIXI to 7.0.4
16+
- updated PIXI Sound to 5.0.0
17+
18+
### Added
19+
20+
- Added eslint rules
21+
822
## [1.1.2] - 2022-12-02
923

1024
### Changed

0 commit comments

Comments
 (0)