What's Changed
- Applied some adjustments to CR label positioning. by @kgar in #882
- chore: Updated svelte to latest now that advent of svelte is over. by @kgar in #883
- chore: vite 6 / esbuild upgrades by @kgar in #884
- fixes: Svelte 5 render order fix etc by @kgar in #885
Full Changelog: v7.3.1...v7.3.2
Important
For dnd5e 4.1.x 🐉
Maintenance
- fixed: NPC CR input was vertically offset from the CR label
- chore: Upgraded to vite 6, removed terser, and started using esbuild; as a result, the module manifest now references
tidy5e-sheet.jsandtidy5e-sheet.css, because of how vite 6 handles lib projects by default - chore: Updated svelte 5 to latest
- fixed: When hovering over an item or activity in a compendium, an error would trigger
- new: for those who inject inputs into Tidy sheets, added support for updating embedded items via inputs, selects, and textareas with a
data-nameattribute whose value is a property path. Currently, only embedded item changes are supported when the input is within an element that has adata-item-idattribute or when the input itself includes the relevant ID in its owndata-item-idattribute. A text input can use delta changes ifinputmodeis set tonumericon the text input - fixed: due to Svelte 5 rendering and how Tidy's tabs are implemented, the sheet is not ready for custom injection when on initial render