Skip to content

Token Variant Art v6.1.4 — Foundry v14 Compatibility

Latest

Choose a tag to compare

@Ebonhawk3829 Ebonhawk3829 released this 25 Jul 05:50

v6.1.4 — Foundry VTT v14 Compatibility Update

Breaking

  • Minimum Foundry version is now v14 (dropped v13 support)

Changes

  • All 13 FormApplication subclasses converted to ApplicationV2 (HandlebarsApplicationMixin)
  • Removed dead renderMeasuredTemplateConfig hook (MeasuredTemplate no longer exists in v14)
  • insertArtSelectButton rewritten to native DOM (accepts raw HTMLElement from V2 hooks)
  • TokenHUD button and palette renderers converted from jQuery to native DOM
  • ArtSelect queue logic: ui.windows → foundry.applications.instances
  • Fixed bug: right-click name filter always returned empty (shadowed variable)
  • Fixed bug: dead forEach assignment in directory flag image loop

Build

  • webpack 5 with Terser (ecma: 2022, keep_classnames)