What's Changed
- feat: add classes to resupport custom-dnd5e adv preview by @laquasicinque in #1438
- Group Sections overhaul, custom group sections, and group search / members tab options by @kgar in #1439
- I18n: Latest from Weblate by @kgar in #1440
- More sheet pins by @kgar in #1437
- NPC Creature Type Fixes by @kgar in #1443
- Fix: Item Equipment AC Label by @kgar in #1444
- fix: Classic item / container sheets locked? by @kgar in #1445
- October sheet tweaks by @jeffwain in #1446
- I18n: Latest from weblate by @kgar in #1447
- API: Associate Existing Item Sheet Tabs with other Item Subtype by @kgar in #1451
- Feat Item Sheet Details > Required Items field, Form Group upgrade by @kgar in #1441
- Bug: Nullish Species in Character Traits by @kgar in #1452
- Bug: Duplicate Header Controls by @kgar in #1453
- Visual updates to style text select field pills and form labels by @jeffwain in #1454
- Header Control upgrades by @kgar in #1455
Full Changelog: v11.4.3...11.5.0
Important
For dnd5e 5.1.x 🐲
More Sheet Pins!
Sheet pins now also show up in their tabs of origin. E.g., pinned Inventory items now show in the Inventory tab. Not everyone wants to see sheet pins on all tabs or even some tabs, so sheet pins can be toggled on every tab where they appear by using the Config button ⚙ on the action bar, except for Encounter sheet pins. This setting applies for the current user for that actor type and tab.
Group Sheet Custom Sections are Here!
You can now arrange your group members into custom sections on the Members tab. Use the context menu option "Choose a Section" or drag and drop a member into a custom section.
Along with this update, you now have group member search and expand all / collapse all.
And More!
- Fixed: NPC Creature types were not showing Swarm information.
- Fixed: Group Member NPC Subtitle was not showing at all for NPCs without classes.
- Fixed: AC Labels were showing for equipment even when the equipment was changed from armor or shield to a different type.
- Fixed: Classic item / container sheets sometimes act as though locked and prevent actions like setting the image.
- Compatibility: Most/all interactive controls on Tidy sheets have been updated to be more compatible with Custom D&D 5e's roll mode cursor option. A separate release from Custom D&D 5e will complete the compatibility effort. Thank you, Naito and Larkinabout!
- Fixed: item sheet tab count badge sizing. Thank you hightouch!
- Fixed: header warning icon and popover in light mode. Thank you hightouch!
- Fixed: species sheet sidebar creature type display. Thank you hightouch!
- Updated: sidebar trait styles to match across all sheets. Thank you hightouch!
- Fixed: a gnarly layout bug with the favorites sidebar that especially affected Spells and Activities. Thank you hightouch!
- Fixed: For some characters without a selected species, the species add / compendium buttons were not appearing.
- API:
associateExistingItemTab()now provides the ability to assign tabs that Tidy already knows about to new item subtypes. Thanks to gubacelar, author of SC - Simple Sockets for working with Tidy to integrate our modules. - New: Feature Details tab now has the Required Items field.
- New: Form submission on all Tidy sheets and dialogs now works like regular Foundry handlebars-based applications. Alternative named elements like
string-tagsandmulti-selectcan be used by those injecting content. - New: When using
data-nameon injected HTML inputs, you can now includedata-activity-id, in addition todata-item-id, to cause the input to save changes to the target activity. - New: Added first-class Tidy support for header controls added by hook subscribers via the
getHeaderControlshooks. - Fixed: Duplicate header controls from multiple header control sources were all being shown and causing strange behavior when attempting to configure header control position. They are now de-duplicated, favoring Tidy registrations, then windows control entries, then hook subscribers.
- Fixed: Header control onClick is now supported on header bar controls. Formerly, it only supported actions that had been added to the sheet's options.
Localization
- Polish updates, thanks to Anubis1396!
- Ukrainian updates, thanks to maksim2005UKR!