What's Changed
- Quick fixes character tab by @kgar in #1313
- UI overhaul battle on the rooftop by @kgar in #1314
- quick fix - core theme bug by @kgar in #1315
- NPC sheet trait style fixes by @jeffwain in #1316
- perf: Auto content-visibility on item table rows by @kgar in #1319
- Misc updates 2025 08 21 by @kgar in #1318
- Small visual tweaks for NPC sheet launch by @jeffwain in #1320
- The quadrone npc who went rogue by @kgar in #1321
- Fixes for view-only components and limited view sheet headers by @jeffwain in #1323
- Observer sheet cleanup, removed test HD bars from NPC sheet by @jeffwain in #1324
- Misc fixes by @kgar in #1322
Full Changelog: v11.0.4...v11.1.0
The New Tidy 5e NPC Sheet has Arrived
Important
For dnd5e 5.1.x 🐲
The new Tidy 5e NPC Sheet is here. It combines the many classic quality-of-life Tidy features, lessons learned from the new default NPC sheets, and a modernized design.
A more detailed breakdown of features is in the works, but we wanted to get the sheets into your hands as soon as possible.
And There's More
- Changed: The inventory tab now no longer shows empty sections when unlocked since the footer add button can handle adding any inventory item type.
- Fixed: Skills and Tools were not alphabetized by locale.
- Fixed: Quadrone Character sheet, Character tab was not applying responsive UI changes based on width.
- Fixed: the prescribed application color scheme was not being read properly and was defaulting to prefers-color-scheme inappropriately.
- Performance: configured content-visibility to auto for item table rows, so that larger sheets don't render the hundreds of items that are off-screen, further down the scroll.
- Fixed: Added to Quadrone spellbooks the Classic Tidy spellbook behavior of always showing spellbook sections with slots, even when empty or in Play mode, so that spell slots are never unavailable except by choice in section config.
- Fixed: User with Observer permissions to a Character sheet was able to roll some parts and click buttons that threw permission errors.
- Fixed: When updating an Attribute Pin value, it would unintentionally trigger the sheet warnings toggle.
- API: added
api.svelte.frameworkAPI space with functions and classes that are part of Tidy's svelte installation / runtime. This is for testing svelte + svelte integration.