Skip to content

0.9 Beta fixes

Matheus Clemente requested to merge mclemente/pbta:beta into master

Fixes

  • Fixed editors on the Description tab not having a min-height.
  • Fixed item sorting within same Category onto actor sheet.
  • Fixed/Removed item's Category being changed when first dropping onto actor sheet.
  • Fixed item macro calls failing to run.

Changes

  • Added support for the Automated Animations module.
  • Refactored Item.roll method to only have one parameter. descriptionOnly is now a property of the options object.
  • Equipments' "Post to Chat" icon changed to the "balloons" icon.
  • Removed title attribute from img elements.

Minor Changes

Changes that don't alter any behavior.

  • Refactored duplicated code on actor-sheet.js.
  • Refactored unnecessary ternary on utils.js.

Styling

  • Reduced padding between listed items.
  • Removed items list's margin.
Edited by Matheus Clemente

Merge request reports