Skip to content

Commit

Permalink
release: 1.0.0-rc.6
Browse files Browse the repository at this point in the history
- Fix: re-enable scrolling when unmounting a dialog without closing it
  • Loading branch information
blumendorf authored Dec 6, 2019
1 parent 4e32f63 commit a57abfa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,14 @@
- Feature: add color prop for link
- Chore: all components are now functional
- Chore: refactor RadioGroup (removed controls/Toggle)
- Chore: update documentation
- Chore: update documentation
- Chore: restructuring (moved Dropdown -> controls and InputList -> content)
- Chore: remove all constants (e.g. AVATAR_..., COLOR_..., FONT_...)
- 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

#v1.0.0-rc.5
- Chore: upgrade styles

#v1.0.0-rc.6
- Fix: re-enable scrolling when unmounting a dialog without closing it
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.5",
"version": "1.0.0-rc.6",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit a57abfa

Please sign in to comment.