From afc2a0f8b28ea77f6678a74dd6f1885eb5faf14f Mon Sep 17 00:00:00 2001 From: Edgar Montes Date: Wed, 29 Mar 2023 15:55:51 -0400 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db0a6115..55b2d6e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,56 @@ #### 🚀 Enhancement +- Adding new container component. [#2](https://github.com/jedgar1mx/COD-Design-System/pull/2) ([@jedgar1mx](https://github.com/jedgar1mx)) + +#### 🐛 Bug Fix + +- Creating alert component. [#3](https://github.com/jedgar1mx/COD-Design-System/pull/3) ([@jedgar1mx](https://github.com/jedgar1mx)) +- GitHub.actions [#1](https://github.com/jedgar1mx/COD-Design-System/pull/1) ([@jedgar1mx](https://github.com/jedgar1mx)) + +#### ⚠️ Pushed to `master` + +- Fixing double rendering issue when nested. ([@jedgar1mx](https://github.com/jedgar1mx)) +- Orginizing component packages. ([@jedgar1mx](https://github.com/jedgar1mx)) +- Create Range component, Change Badge component to match bootstrap. ([@jedgar1mx](https://github.com/jedgar1mx)) +- Fix FormCheckGroup bug for checkboxes, create slot for alerts, structure clean up. ([@jedgar1mx](https://github.com/jedgar1mx)) +- Cleaning up file names. ([@jedgar1mx](https://github.com/jedgar1mx)) +- Adding logic for checkbox group on FormCheckGroup component. ([@jedgar1mx](https://github.com/jedgar1mx)) +- Fix FormCheckGroup required bug with radio groups. ([@jedgar1mx](https://github.com/jedgar1mx)) +- Created new formcheckgroup component. ([@jedgar1mx](https://github.com/jedgar1mx)) +- Adding extra filters to formcontrol, finish formcheck component. ([@jedgar1mx](https://github.com/jedgar1mx)) +- Setting up FormCheck component. ([@jedgar1mx](https://github.com/jedgar1mx)) +- Fixing error styles on formcontrol, add slots to container. ([@jedgar1mx](https://github.com/jedgar1mx)) +- Adding template to select, fixing formcontrol stories. ([@jedgar1mx](https://github.com/jedgar1mx)) +- Adding native validation to formcontrol component. ([@jedgar1mx](https://github.com/jedgar1mx)) +- Removing feedback from FormControl, created FormSelect. ([@jedgar1mx](https://github.com/jedgar1mx)) +- Adding validation message. ([@jedgar1mx](https://github.com/jedgar1mx)) +- Creating FormControl and FormLabel components. ([@jedgar1mx](https://github.com/jedgar1mx)) +- Upgrading bootstrap to 5.3-alpha1, create formcontrol component. ([@jedgar1mx](https://github.com/jedgar1mx)) +- Fixing variables not applying to host, Create Progress and Spinner components. ([@jedgar1mx](https://github.com/jedgar1mx)) +- Adding link to button, disable button option, create image component. ([@jedgar1mx](https://github.com/jedgar1mx)) +- Removing broken map story, Add icon option to button component, add storybook deployment. ([@jedgar1mx](https://github.com/jedgar1mx)) +- Removing old files. ([@jedgar1mx](https://github.com/jedgar1mx)) +- Merge branch 'dev' of github.com:jedgar1mx/COD-Design-System into dev ([@jedgar1mx](https://github.com/jedgar1mx)) +- Creating Icon component, add multi element for alerts and containers, sanitize for xss. ([@jedgar1mx](https://github.com/jedgar1mx)) +- Update issue templates ([@jedgar1mx](https://github.com/jedgar1mx)) +- Changing github action to release instead of push. ([@jedgar1mx](https://github.com/jedgar1mx)) +- Adding interaction testing for simple components. ([@jedgar1mx](https://github.com/jedgar1mx)) +- Moving styles to external sheets, add shared variables, add test-runner. ([@jedgar1mx](https://github.com/jedgar1mx)) +- Fixing readme. ([@jedgar1mx](https://github.com/jedgar1mx)) +- Initial setup. ([@jedgar1mx](https://github.com/jedgar1mx)) +- Initial commit ([@jedgar1mx](https://github.com/jedgar1mx)) + +#### Authors: 1 + +- J Edgar Montes ([@jedgar1mx](https://github.com/jedgar1mx)) + +--- + +# v0.1.0 (Wed Mar 29 2023) + +#### 🚀 Enhancement + - Adding new container component. [#2](https://github.com/jedgar1mx/COD-Design-System/pull/2) ([@jedgar1mx](https://github.com/jedgar1mx)) - Creating alert component. [#3](https://github.com/jedgar1mx/COD-Design-System/pull/3) ([@jedgar1mx](https://github.com/jedgar1mx)) - Orginizing component packages. ([@jedgar1mx](https://github.com/jedgar1mx))