v7.0.0
What's Changed
- Add TypeScript support by @grapoza in #340
- Fix focus resolution on model change by @grapoza in #342
- Change appveyor build to build types by @grapoza in #344
The typings in this version are basically untested outside of the library. It's good enough for the purpose for which it was done, but you may want to consider this as "use at your own risk" until the next release just in case.
Some breaking changes occurred around the way child nodes are loaded, as the model no longer gets an array created for child nodes in the data. It's expected that the user will provide a collection for children if child nodes are expected.
Full Changelog: v6.1.1...v7.0.0