Skip to content

Releases: mkayander/dStruct

v1.326.0

10 Nov 13:58
Compare
Choose a tag to compare

1.326.0 (2024-11-10)

Bug Fixes

Features

  • Added clearAppearance feature (aec8552)
  • Allow to call showIndexes without args (e2d576b)
  • Deleted react-archer (72ed6a6)
  • Reorganized remaining util functions to FSD (40c2039)
  • Updated dependencies (1f9046f)
  • Updated Sass (223f8ee)

v1.325.0

09 Nov 15:19
Compare
Choose a tag to compare

1.325.0 (2024-11-09)

Bug Fixes

Features

  • Moved data structure models to FSD folders (ad07bbd)
  • Moved hooks to FSD (61dc7da)
  • Spread args creation across FSD (f793ad0)

v1.324.1

09 Nov 12:48
Compare
Choose a tag to compare

1.324.1 (2024-11-09)

Bug Fixes

v1.324.0

09 Nov 12:38
Compare
Choose a tag to compare

1.324.0 (2024-11-09)

Features

  • Further FSD implementation (d2f16c5)

v1.323.1

30 Oct 20:43
Compare
Choose a tag to compare

1.323.1 (2024-10-30)

Bug Fixes

  • Avoid node text overflowing the circle (9240a11)
  • Fit array structure containers width to content (5834a44)
  • Render edges without arrows for binary trees (cabcc70)

v1.323.0

30 Oct 20:12
Compare
Choose a tag to compare

1.323.0 (2024-10-30)

Bug Fixes

  • Removed comment (c49e736)
  • Reset color maps to null (99c4c51)
  • Set map function return type to unknown (242fbe9)

Features

  • Parse a controlled root array for the matrix argument (e097dda)
  • Recursively pass color maps from parents to children (5cefb2c)

v1.322.0

28 Oct 15:08
Compare
Choose a tag to compare

1.322.0 (2024-10-28)

Bug Fixes

Features

  • Integrate replay feature into player controls component (4306438)

v1.321.0

28 Oct 14:32
Compare
Choose a tag to compare

1.321.0 (2024-10-28)

Features

  • Accept string keys (1a21571)
  • Added a reusable node overlay component (3d885f9)
  • Moved node animation logic to a separate hook (fc38fb7)
  • Record Map structure reads (aa93225)
  • Record object structure reads (b3b8724)
  • Use new animation hook and component (f772e0f)

v1.320.1

16 Oct 21:10
Compare
Choose a tag to compare

1.320.1 (2024-10-16)

Bug Fixes

  • Fix value nullability check (48c8fc2)
  • Handle reverting of trees combination (d98222b)
  • Update linked list child positions (f5ef430)

v1.320.0

14 Oct 21:19
Compare
Choose a tag to compare

1.320.0 (2024-10-14)

Bug Fixes

  • Fixed tree container size (84feb0a)

Features

  • Improved performance by avoiding re-renders during panning (0b009d8)