Skip to content

Commit 8d8d1d7

Browse files
committed
1.0.0-rc.1 Release
1 parent a278a3b commit 8d8d1d7

File tree

14 files changed

+547
-417
lines changed

14 files changed

+547
-417
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@ Changelog
22
=======
33
Bolded styling surrounded by emojis indicates a breaking change.
44

5+
## 1.0.0-beta (May 1st, 2018)
6+
- Autocomplete
7+
- Added open and close methods
8+
- Fixed bug where Autocomplete would close on click
9+
10+
- Datepicker
11+
- Added autoClose option
12+
13+
- Modal
14+
- Fixed issue with focus with nested modals
15+
16+
- Select
17+
- Removed `active` class on option elements
18+
- Fixed bug where `selected` class was not properly removed on option elements
19+
20+
- Sidenav
21+
- Destroy method now correctly removes style property
22+
23+
- Text Input
24+
- Fixed bug where autofill on chrome overlapped text input
25+
26+
- Toast
27+
- Fixed bug where Toast did not respect inDuration option
28+
29+
- Tooltip
30+
- Fixed tooltip positioning bug in certain scenarios when html height was less than screen height
31+
- Fixed bug where tooltip stayed open on click
32+
33+
534
## 1.0.0-beta (March 21st, 2018)
635
- Autocomplete
736
- Now uses dropdown

0 commit comments

Comments
 (0)