Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Nov 22:09
· 9 commits to main since this release

v0.2.0 (2024-11-17)

Bug Fixes

  • Fix dependecy groups in pyproject.toml (b6e4fc8)

Documentation

  • Add CHANGELOG to docs site (0b35e1d)

Features

  • Add component dependency analyzer tool (3aa76c8)

Introduce a new tool to analyze component dependencies with optional TOML and JSON output. This tool can identify PascalCase component references and supports integrations, special icon cases, and core components. Added a corresponding TOML file for known dependencies.

Refactoring

  • Adjust project configuration and file structure (7fc49f2)

Move dependencies and script definitions in pyproject.toml for better structure. Rename and relocate cli.py to components.py to improve clarity. Update .gitignore to include .env files.

  • Restructure component files and update dependencies (d74ea0e)

Moved component files to new directories for better organization. Updated pyproject.toml and uv.lock reflecting changes and added tomli-w dependency. Enhanced CLI tool with dependency handling and a dry run feature.