Skip to content

v0.2.0

Choose a tag to compare

@Solant Solant released this 11 Aug 21:30
· 38 commits to main since this release

🚀 Enhancements

  • Prevent chart rerender on changed options, allow dynamic option changing (5ff0207)
  • Add custom color mapping for the graph view (1661443)
  • Format module size, add styling for empty modules (c9f451d)
  • Add edge arrows, add root module style (bbe9e41)
  • Add option to trim graph (#1)
  • ⚠️ Add right-click actions (fa4ccb4)
  • Add overview info dialog (#3)
  • Design improvements (#4)
  • ⚠️ Add metric selector (#5)
  • Reuse module filter (6a933a3)
  • Change accent color (e54cf24)

🔥 Performance

  • Optimize chart option updates (84bf44e)

🩹 Fixes

  • Improve dependency handling for pnpm projects (735a52e)
  • Remove duplicate edges (7ff578d)
  • Unify dependency name resolution between npm and pnpm (faa7939)
  • Truncate an importer list in the tooltip for better readability (61f571a)

💅 Refactors

  • Move stats functions from index.ts (a672e17)
  • Centralize color definitions in shared config (a87af35)

📖 Documentation

  • Update readme, description and preview (#6)

🏡 Chore

  • Fix build and formatting (718cdf0)

⚠️ Breaking Changes

  • ⚠️ Add right-click actions (fa4ccb4)
  • ⚠️ Add metric selector (#5)

❤️ Contributors