Skip to content

Commit 0d1ed21

Browse files
committed
1.0.0-rc.2 Release
1 parent d1c369c commit 0d1ed21

14 files changed

+753
-695
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,33 @@ Changelog
22
=======
33
Bolded styling surrounded by emojis indicates a breaking change.
44

5-
## 1.0.0-beta (May 1st, 2018)
5+
## 1.0.0-rc.2 (June 23rd, 2018)
6+
- Autocomplete
7+
- Fixed bug where Autocomplete did not open properly in certain cases with keyboard focus
8+
9+
- Carousel
10+
- Fix noWrap option bug
11+
12+
- Collapsible
13+
- Now correctly removes all event listeners on destroy
14+
15+
- Materialbox
16+
- Destroy now removed wrapper element added during intialization
17+
18+
- Pushpin
19+
- Fixed bug on IE11 where class was not removed properly
20+
21+
- Select
22+
- No longer triggers onchange event when selecting the same option
23+
24+
- Sidenav
25+
- Destroy now reenables body scrolling if Sidenav was destroyed while it was open
26+
27+
- Tabs
28+
- Tab indicator no longer displays improperly when a scrollbar is present in the element
29+
30+
31+
## 1.0.0-rc.1 (May 1st, 2018)
632
- Autocomplete
733
- Added open and close methods
834
- Fixed bug where Autocomplete would close on click

0 commit comments

Comments
 (0)