Skip to content

Latest commit

 

History

History
240 lines (118 loc) · 13.9 KB

CHANGELOG.md

File metadata and controls

240 lines (118 loc) · 13.9 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.11.1 (2022-01-22)

Bug Fixes

  • fixed issue with editing blocks in custom layouts (83e2bd3)

2.11.0 (2022-01-22)

Features

  • TTRPG Statblocks 2.X Release! (e5d2e79)

2.10.0 (2022-01-21)

Features

  • add support for statblocks defined in yaml (de81930)

Bug Fixes

  • fix column wrapping logic on large blocks (7e6b3fc)
  • fixed issue with settings when monster had no source (299f5c7)

2.9.0 (2022-01-21)

Features

Bug Fixes

  • fixes issue where providing an empty subtype would crash plugin (b16bfd0)
  • removed logs (ac4789a)
  • removes extraneous logs (da7f93a)

2.8.0 (2022-01-20)

Features

  • adds export as json option to Layouts (a2782f9)

Bug Fixes

2.7.1 (2022-01-20)

Bug Fixes

  • update load monster to prevent reference collisions (1690d5c)

2.7.0 (2022-01-20)

Features

  • adds classes to container and parent element in postprocessor (1390e2e)

2.6.0 (2022-01-20)

Features

  • adds columns and columnWidth properties (closes #34) (7c37d17)

2.5.2 (2022-01-17)

Bug Fixes

  • escaped characters are parsed post-yaml (close #32) (f56f47f)

2.5.1 (2022-01-17)

2.5.0 (2022-01-17)

Features

Bug Fixes

  • layout is saved with "Save as Homebrew" (close #31) (16e150b)

2.4.0 (2022-01-13)

Features

  • adds text block type to layouts (#30) (137566a)
  • layout name is now added to statblocks (8d73700)
  • Property, Saves, Spells, Text, and Traits block types can now render markdown (#24, #5, #16) (cb75afe)
  • Table blocks have optional calculate property to turn off modifier calculation (#30) (fce05c6)

Bug Fixes

  • Fixed column wrapping algorithm (6275eec)
  • Fixed issue with removing 5e-based properties from monsters (#30) (64c8b1c)
  • Fixed issue with viewing monster in settings (1f90976)
  • fixes issue with creating a new layout from scratch (860aeac)

2.4.0 (2022-01-13)

Features

  • adds text block type to layouts (#30) (137566a)
  • layout name is now added to statblocks (8d73700)
  • Property, Saves, Spells, Text, and Traits block types can now render markdown (#24, #5, #16) (cb75afe)
  • Table blocks have optional calculate property to turn off modifier calculation (#30) (fce05c6)

Bug Fixes

  • Fixed column wrapping algorithm (6275eec)
  • Fixed issue with removing 5e-based properties from monsters (#30) (64c8b1c)
  • Fixed issue with viewing monster in settings (1f90976)
  • fixes issue with creating a new layout from scratch (860aeac)

2.3.1 (2022-01-06)

Bug Fixes

  • fix column wrapping (ea619c2)
  • fix column wrapping better (7c3793d)
  • remove log from image component (876abbc)
  • update plugin name in console messages (9aa7b53)

2.3.0 (2022-01-06)

Features

  • allow any monster to be saved (close #27) (861c8cb)

Bug Fixes

  • dice enabled blocks now default to using plugin parse method if no property or callback is provided (f6fa7eb)

2.2.4 (2022-01-06)

Bug Fixes

  • fixed damage resistances display name and order (close #26) (6e91ac7)

2.2.3 (2022-01-04)

2.2.2 (2022-01-04)

Bug Fixes

  • added image type to statblock layout creator (0d6b5ad)
  • property block now recursively stringifies (fef806f)
  • Property block now uses fallback correctly (036c262)

2.2.1 (2022-01-04)

Bug Fixes

2.2.0 (2022-01-04)

Features

  • added image parameter to statblocks (0265dcc)
  • statblocks now receive monster name as class (9b11b80)

Bug Fixes

  • Menu dropdown icon is now placed outside of statblock element (115792a)
  • Subheading recursively stringifies properties (34d291a)
  • Table headers maintain coloring (707709f)

2.1.1 (2021-12-22)

Bug Fixes

  • default statblock now respected (d517b02)
  • statblock is now a valid parameter (same as layout) (0d9da5d)

2.1.0 (2021-12-21)

Features

  • added "Delete All Filtered" button to settings (0dcff35)

Bug Fixes

  • failing to get a dice roller broke plugin (ba5a2a1)
  • improved initiative importing errors (close #21) (5d0010f)
  • increased threshold to create multiple columns (3d95c86)
  • proficiency bonus is now correctly calculated (3cc9bbe)

2.0.12 (2021-12-21)

Bug Fixes

  • fixed issue with displaying conditioned properties (c1ea36a)

1.5.8 (2021-12-16)

Bug Fixes

1.5.6 (2021-12-16)

Bug Fixes