Skip to content

Releases: League-of-Foundry-Developers/document-sheet-registrar

Foundry v9 Ready

22 Dec 17:59
Compare
Choose a tag to compare

Removed most of what the module does, as it's Core now. But kept the artificial types.

v9 Beta

21 Dec 22:00
Compare
Choose a tag to compare
v9 Beta Pre-release
Pre-release
v0.7.1

v9 beta

Fixed issue interfering with Actor and Item documents.

22 Aug 02:56
Compare
Choose a tag to compare

Emergency Hotfix for Actor and Item Defaults

19 Aug 22:14
Compare
Choose a tag to compare
  • Fixes an issue preventing the default sheet for actors and items from being set.

Artificial Actor/Item types, settings, and Hooks

19 Aug 14:40
2a1fe21
Compare
Choose a tag to compare

Added the ability to give Actor and Item documents artificial types.

You can now use the special _document-sheet-registrar.type flag on Actor and on Item documents.

Added Settings Object/Hooks

Added the preDocumentSheetRegistrarInit hook, which passes an object of Boolean settings, you must enable (set true) the settings for document types you need to use. See readme for details.

Added Init Hook

In Foundry 0.8.9 this shouldn't be required anymore, and using the init hook will likely be fine for registering your sheet. However, in 0.8.8 or in case you want a bit more guarantee, we have added the documentSheetRegistrarInit hook which fires once DSR has finished setting up, you can rely on this hook for appropriate timing of your sheet registration. The hook also receives an object of data about the active sheet registrars, in case that may be of some use.

Added artificial types for documents that don't already support types.

08 Aug 03:49
Compare
Choose a tag to compare

Added artificial types for documents that don't already support types.

v0.4.2

05 Aug 20:10
Compare
Choose a tag to compare
v0.4.1 corrected bugs that prevented sheet config from functioning fo…

v0.3.0

02 Aug 03:31
Compare
Choose a tag to compare

Leverages Object.defineProperty and some get/set magic to ensure any modules which overridde CONFIG.<document>.sheetClass manually aren't completely tanked by this.

v0.2.0

01 Aug 21:41
Compare
Choose a tag to compare
fix: convert back to esmodules to work with libwrapper better

Initial test release

30 Jul 20:47
Compare
Choose a tag to compare
v0.1.0

Initial test release