Skip to content

Commit

Permalink
release: v1.0.0-rc.4
Browse files Browse the repository at this point in the history
 - Fix: upgrade to latest styles
 - Feature: add color prop for link
 - Chore: all components are now functional
 - Chore: refactor RadioGroup (removed controls/Toggle)
 - Chore: update documentation 
 - Chore: restructuring (moved Dropdown -> controls and InputList -> content)
 - Chore: remove all constants (e.g. AVATAR_..., COLOR_..., FONT_...) 
 - Fix: Card color prop now takes any color
 - Chore: Paragraph now enforces formatting of type Content
  • Loading branch information
drinchev authored Dec 3, 2019
1 parent 3bce289 commit d238bdc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,15 @@
- Chore: remove headline component
- Chore: upgrade styles package
- Chore: update package.json
- Chore: Upgrade to Styleguidist v10
- Chore: Upgrade to Styleguidist v10

#v1.0.0-rc.4
- Fix: upgrade to latest styles
- Feature: add color prop for link
- Chore: all components are now functional
- Chore: refactor RadioGroup (removed controls/Toggle)
- Chore: update documentation
- Chore: restructuring (moved Dropdown -> controls and InputList -> content)
- Chore: remove all constants (e.g. AVATAR_..., COLOR_..., FONT_...)
- Fix: Card color prop now takes any color
- Chore: Paragraph now enforces formatting of type Content
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightelligence/react",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit d238bdc

Please sign in to comment.