Skip to content

Commit

Permalink
Support Foundry v12 (#132)
Browse files Browse the repository at this point in the history
* Add setting to control whether walls are created.

* Fix PIXI deprecations.

* Remove erroring preferConst from rollup config.

* Remove maximum compatibility.

* Latest.

* Fixes for v12.

* Mark v12 compatibility.

* Delete dead code.

* Update CHANGELOG.
  • Loading branch information
mcglincy authored Jul 2, 2024
1 parent 62e5d13 commit da7c9cd
Show file tree
Hide file tree
Showing 8 changed files with 119 additions and 179 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.0.0

- Foundry v12 compatibility.

# 2.3.0

- Add setting for toggling Foundry wall creation.
Expand Down
5 changes: 2 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
"library": "false",
"manifestPlusVersion": "1.0.0",
"compatibility": {
"minimum": 11,
"verified": 11,
"maximum": 11
"minimum": 12,
"verified": 12
},
"relationships": {
"requires": []
Expand Down
2 changes: 1 addition & 1 deletion modules/dungeondraw-bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion modules/dungeondraw-bundle.min.js.map

Large diffs are not rendered by default.

89 changes: 25 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export default () => {
keep_classnames: true,
}),
],
preferConst: true,
sourcemap: true,
},
plugins: [nodeResolve(), commonjs()],
Expand Down
Loading

0 comments on commit da7c9cd

Please sign in to comment.