v0.2.0
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.