Skip to content

Commit

Permalink
Adding new changelog updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
jedgar1mx committed Mar 31, 2023
1 parent acfc7ef commit ccdd133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 43 deletions.
43 changes: 1 addition & 42 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,6 @@
# v0.2.0 (Fri Mar 31 2023)

#### 🚀 Enhancement

- Adding new container component. [#2](https://github.com/jedgar1mx/COD-Design-System/pull/2) ([@jedgar1mx](https://github.com/jedgar1mx))

#### 🐛 Bug Fix
# v0.1.1 (Fri Mar 31 2023)

- Fix.issue.4 [#6](https://github.com/jedgar1mx/COD-Design-System/pull/6) ([@jedgar1mx](https://github.com/jedgar1mx))
- 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 `dev`

- 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))

#### 🧪 Tests

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"bugs": {
"url": "https://github.com/jedgar1mx/COD-Design-System/issues"
},
"homepage": "https://github.com/jedgar1mx/COD-Design-System#readme",
"homepage": "https://jedgar1mx.github.io/COD-Design-System",
"scripts": {
"build": "webpack --mode production",
"build-package": "cross-env BABEL_ENV=production babel src -d dist",
Expand Down

0 comments on commit ccdd133

Please sign in to comment.