From 662081d80cc253c83d1d59c16310962f0beb285b Mon Sep 17 00:00:00 2001 From: Edgar Montes Date: Wed, 29 Mar 2023 16:00:07 -0400 Subject: [PATCH] Changelog for v0.1.0 [skip ci] --- CHANGELOG.md | 51 +-------------------------------------------------- 1 file changed, 1 insertion(+), 50 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55b2d6e7..754202c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,56 +2,6 @@ #### 🚀 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)) @@ -70,6 +20,7 @@ #### 🐛 Bug Fix +- Fixing double rendering issue when nested. ([@jedgar1mx](https://github.com/jedgar1mx)) - GitHub.actions [#1](https://github.com/jedgar1mx/COD-Design-System/pull/1) ([@jedgar1mx](https://github.com/jedgar1mx)) - Fixing error styles on formcontrol, add slots to container. ([@jedgar1mx](https://github.com/jedgar1mx)) - Fix FormCheckGroup required bug with radio groups. ([@jedgar1mx](https://github.com/jedgar1mx))