chore(version): v0.1.0

This commit is contained in:
Cog Bot 2024-12-30 19:31:35 +00:00
parent 20cadc8521
commit f17fab7a04
6 changed files with 112 additions and 2 deletions

View file

@ -0,0 +1,35 @@
# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
- - -
## @mini-strap/website-v0.1.0 - 2024-12-30
#### Bug Fixes
- **(components)** replace initialization of components to prevent overrides - (8cbd097) - aleidk
- add dummy publish script for website - (20cadc8) - aleidk
#### Build system
- fix build setup - (8442bbb) - aleidk
#### Features
- **(components)** allow to only hide offcanvas on breakpoint - (37a1551) - aleidk
- **(components)** add offcanvas component - (c47a2ef) - aleidk
- **(components)** add the accordion component - (e0ed5a5) - aleidk
- **(components)** add basic components - (d4a1114) - aleidk
- **(website)** add accordion documentation - (319d56d) - aleidk
- **(website)** add offcanvas documentation - (c0a20f8) - aleidk
- **(website)** add content structure files - (7af58fe) - aleidk
- **(website)** add html components imports to build script - (e9db7de) - aleidk
- **(website)** add build script for frontend dependencies - (698294c) - aleidk
#### Miscellaneous Chores
- **(website)** migrate from docosaurus to zola SSG - (7e8dc4e) - aleidk
- **(website)** add docosaurus as SSG - (85660ac) - Alexander Navarro
- setup ci workflow - (c1c1cdb) - aleidk
- - -
## v0.0.0 - 2024-12-30
#### Features
- **(core)** add styles for vanilla tables - (cf0b401) - aleidk
- **(core)** add styles for vanilla form elements - (e754e40) - aleidk
- - -
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).