Skip to content

Commit

Permalink
1.0.0-rc.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogfalo committed May 2, 2018
1 parent a278a3b commit 8d8d1d7
Show file tree
Hide file tree
Showing 14 changed files with 547 additions and 417 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@ Changelog
=======
Bolded styling surrounded by emojis indicates a breaking change.

## 1.0.0-beta (May 1st, 2018)
- Autocomplete
- Added open and close methods
- Fixed bug where Autocomplete would close on click

- Datepicker
- Added autoClose option

- Modal
- Fixed issue with focus with nested modals

- Select
- Removed `active` class on option elements
- Fixed bug where `selected` class was not properly removed on option elements

- Sidenav
- Destroy method now correctly removes style property

- Text Input
- Fixed bug where autofill on chrome overlapped text input

- Toast
- Fixed bug where Toast did not respect inDuration option

- Tooltip
- Fixed tooltip positioning bug in certain scenarios when html height was less than screen height
- Fixed bug where tooltip stayed open on click


## 1.0.0-beta (March 21st, 2018)
- Autocomplete
- Now uses dropdown
Expand Down
Loading

0 comments on commit 8d8d1d7

Please sign in to comment.