What's Changed
- [#862] fixed: Duplicating Secret buttons on Activity tab use click by @kgar in #863
- [#857] fix: Public Font Paths in Tidy disagree with route prefixing by @kgar in #864
- WIP: container sheet overhaul, with file structure changes by @kgar in #866
- [#861] chore: Activities array in itemContext for all affected document types by @kgar in #865
Full Changelog: v7.2.0...v7.2.1
Important
For dnd5e 4.1.x 🐉
API and Module Integration
- Added hook for the preparation of visible activities in the Inline Activities UI. This was specifically for those who wish to hook in and add or remove activities for a given item when it is being presented on another sheet. Hook Details
- Standardized _prepareItems / _prepareItem protected methods on all actors and the container item sheet so that more data can be accessed and overridden for those using libwrapper
- Moved visible activities into the itemContext for each affected item, instead of relying on direct usage of the activities on the data schema
Maintenance
- Fixed: When executing activities, the Reveal/Hide secret button on item descriptions was duplicating.
- Fixed: Foundry font paths referenced in Tidy were one level too far removed when using route prefixing, causing them not to load.
Note
- The Tidy visual overhaul is underway. While preparing this, numerous updates will flow in with code related to the visual overhaul. At this time, the overhaul contents are intentionally not accessible in the UI, as the work in progress is not ready for alpha / beta testing. This developing code is folded into the main code base so that it does not fall out of sync while other large development efforts continue.