Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jedgar1mx committed Mar 29, 2023
1 parent 6d42b19 commit afc2a0f
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit afc2a0f

Please sign in to comment.