Skip to content

Commit

Permalink
1.0.0-rc.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogfalo committed Jun 24, 2018
1 parent d1c369c commit 0d1ed21
Show file tree
Hide file tree
Showing 14 changed files with 753 additions and 695 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,33 @@ Changelog
=======
Bolded styling surrounded by emojis indicates a breaking change.

## 1.0.0-beta (May 1st, 2018)
## 1.0.0-rc.2 (June 23rd, 2018)
- Autocomplete
- Fixed bug where Autocomplete did not open properly in certain cases with keyboard focus

- Carousel
- Fix noWrap option bug

- Collapsible
- Now correctly removes all event listeners on destroy

- Materialbox
- Destroy now removed wrapper element added during intialization

- Pushpin
- Fixed bug on IE11 where class was not removed properly

- Select
- No longer triggers onchange event when selecting the same option

- Sidenav
- Destroy now reenables body scrolling if Sidenav was destroyed while it was open

- Tabs
- Tab indicator no longer displays improperly when a scrollbar is present in the element


## 1.0.0-rc.1 (May 1st, 2018)
- Autocomplete
- Added open and close methods
- Fixed bug where Autocomplete would close on click
Expand Down
Loading

0 comments on commit 0d1ed21

Please sign in to comment.