Skip to content

Tree.js v0.2.0 - New options and documentation improvements!

Compare
Choose a tag to compare
@williamtroup williamtroup released this 20 Feb 11:11
· 11 commits to main since this release
1687bd7

Binding Options:

  • Added a new binding option called "showChildrenToggle", which states if the "Show Children" toggle check box should be shown (defaults to true).
  • Added a new binding option called "showDescriptionsToggle", which states if the "Show Descriptions" toggle check box should be shown (defaults to true).
  • Added a new binding option called "showContentsToggle", which states if the "Show Contents" toggle check box should be shown (defaults to true).
  • Added a new binding option called "showCategorySelector", which states if the category selector (and buttons) is shown (defaults to true).
  • Added a new binding option called "showCategorySelectionDropDown", which states if the category selection drop-down menu is shown (defaults to true).

Documentation:

  • Fixed a grammar mistake in the project description.
  • Fixed grammar mistakes in other areas of the documentation.
  • Moved the "DATA_FORMAT.md" file into "binding" and renamed it to "DATA.md".