|
1 | 1 | # CHANGELOG |
2 | 2 |
|
3 | 3 |
|
| 4 | +## v0.2.0 (2024-11-17) |
| 5 | + |
| 6 | +### Bug Fixes |
| 7 | + |
| 8 | +- Fix dependecy groups in pyproject.toml |
| 9 | + ([`b6e4fc8`](https://github.com/basicmachines-co/basic-components/commit/b6e4fc80e23410d5d0bc990d40000b4a7bfbd585)) |
| 10 | + |
| 11 | +### Documentation |
| 12 | + |
| 13 | +- Add CHANGELOG to docs site |
| 14 | + ([`0b35e1d`](https://github.com/basicmachines-co/basic-components/commit/0b35e1df3c154a20a64399d93a9ad363c84d90f5)) |
| 15 | + |
| 16 | +### Features |
| 17 | + |
| 18 | +- Add component dependency analyzer tool |
| 19 | + ([`3aa76c8`](https://github.com/basicmachines-co/basic-components/commit/3aa76c8868887e010aca4e6af925cea37988f32f)) |
| 20 | + |
| 21 | +Introduce a new tool to analyze component dependencies with optional TOML and JSON output. This tool |
| 22 | + can identify PascalCase component references and supports integrations, special icon cases, and |
| 23 | + core components. Added a corresponding TOML file for known dependencies. |
| 24 | + |
| 25 | +### Refactoring |
| 26 | + |
| 27 | +- Adjust project configuration and file structure |
| 28 | + ([`7fc49f2`](https://github.com/basicmachines-co/basic-components/commit/7fc49f272ccb9616270bd2c5142af658e22e94f2)) |
| 29 | + |
| 30 | +Move dependencies and script definitions in pyproject.toml for better structure. Rename and relocate |
| 31 | + cli.py to components.py to improve clarity. Update .gitignore to include .env files. |
| 32 | + |
| 33 | +- Restructure component files and update dependencies |
| 34 | + ([`d74ea0e`](https://github.com/basicmachines-co/basic-components/commit/d74ea0eb55b11a9b6b403541e24de80960921751)) |
| 35 | + |
| 36 | +Moved component files to new directories for better organization. Updated pyproject.toml and uv.lock |
| 37 | + reflecting changes and added tomli-w dependency. Enhanced CLI tool with dependency handling and a |
| 38 | + dry run feature. |
| 39 | + |
| 40 | + |
4 | 41 | ## v0.1.7 (2024-11-15) |
5 | 42 |
|
6 | 43 | ### Bug Fixes |
|
17 | 54 | - Redo release workflow based on python-semantic-release docs |
18 | 55 | ([`b03dd50`](https://github.com/basicmachines-co/basic-components/commit/b03dd504c013f8c9f1622248f43c1d7f26d92618)) |
19 | 56 |
|
| 57 | +### Chores |
| 58 | + |
| 59 | +- **release**: 0.1.7 [skip ci] |
| 60 | + ([`e7a1452`](https://github.com/basicmachines-co/basic-components/commit/e7a14526696dda306d0b332d21d2f290a4a66116)) |
| 61 | + |
| 62 | +### Documentation |
| 63 | + |
| 64 | +- Add installation docs for components |
| 65 | + ([`3f963aa`](https://github.com/basicmachines-co/basic-components/commit/3f963aaad07652cd3e5561f8509b4ac802e3bcca)) |
| 66 | + |
| 67 | +### Features |
| 68 | + |
| 69 | +- Add tabs component and fix broken Icon references |
| 70 | + ([`1d81161`](https://github.com/basicmachines-co/basic-components/commit/1d811615f92c33f248d209fdbde9903f5d0f9d25)) |
| 71 | + |
20 | 72 |
|
21 | 73 | ## v0.1.6 (2024-11-15) |
22 | 74 |
|
|
0 commit comments