github kgar/foundry-vtt-tidy-5e-sheets v6.1.0

latest releases: v13.4.0-alpha-2, v13.4.0-alpha-1, v13.3.0...
19 months ago

What's Changed

  • [#775] feat and bug: Item Sheets App V2 to resolve unable to open embedded items in compendium actors by @kgar in #776
  • Prose mirror TLC and misc fixes by @kgar in #780
  • [#740] Active Effect tab cell truncation and item active effects tab context menu support by @kgar in #783

Full Changelog: v6.0.0...v6.1.0

Important

For dnd5e 4.0.x 🐉

Item and Container Sheets, Meet App V2

Due to a bug with Tidy's use of the legacy item sheet API which was preventing opening embedded items in compendia, it is time to move item and container sheets forward into Foundry's App V2 framework.

image

Aside from a different frame, they are mostly unchanged.

What Else?

  • Keep your secrets. The Group Sheet now supports secret blocks in the description tab.
  • Everything makes more sense with context. Context menu support added to item effect tabs.
  • The break is over. Active effect table cells now apply ellipsis truncation (...) when their contents are too long, rather than resorting to a line break.

For the devs

  • DEPRECATION NOTICE: "tidy5e-sheet.renderItemSheet" is now deprecated and is scheduled to be removed in Tidy V8.
  • Unlike previous of my Tidy sheets, App V2 sheets fire their render hooks on every change cycle instead of just the first cycle. For this reason, if a module integrates using a base hook that is shared by Tidy and the default sheets, integrations with Tidy will have to account for Tidy not being a handlebars sheet.

Don't miss a new foundry-vtt-tidy-5e-sheets release

NewReleases is sending notifications on new releases.