v2.0.0
Major release including a refactoring of how tree information is stored in the model (TL;DR, it's under the new treeNodeSpec
property, but is basically otherwise unchanged).
Radio button selection initialization is also refactored to the new treeNodeSpec.input.isInitialRadioGroupValue
attribute, where the last true
value for a given radio button group wins.
Documentation has been updated a great deal, and demos have been consolidated and improved.
The npm package has been updated to have a true main
entry point for the UMD instead of just the browser
entry point used for bundling directly with the .vue files.