Skip to content

Releases: awendland/angular-json-tree

v1.1.0

09 Jan 19:13
Compare
Choose a tag to compare
  • Set angular as a peer dependency instead of as a normal dependency (allowing for better user control of the angular version) (Issue #52)
  • Add start-expanded="'recursive'" to cause the entire tree to be expanded initially (instead of just the top-level, which setting the value to true previously allowed) (Issue #56)
  • Add track by to remove $$hashKey attributes (Issue #59, PR #60)
  • Add .empty to the class list of nodes that are expandable but have no children (Issue #63)

v1.0.1

09 Jan 19:14
Compare
Choose a tag to compare
  • Remove css files from the main entry in package.json.