@@ -2,6 +2,50 @@ Changelog
22=======
33Bolded styling surrounded by emojis indicates a breaking change.
44
5+ ## 1.0.0-alpha.4 (February 18th, 2018)
6+ - Badge
7+ - Fixed display issue when used in a table
8+
9+ - Chips
10+ - Fixed autocomplete initialization
11+
12+ - CSS
13+ - Added hide and show classes for extra large breakpoint
14+ - Added small buttons
15+ - Fixed input helper text alignment when using prefix
16+
17+ - Date Picker
18+ - Fixed month and year select overflow issues
19+ - Added additional date formatting options
20+
21+ - Dropdown
22+ - Added container option
23+ - Dropdown on mobile now correctly selects the right item
24+ - Dropdown now closes correctly on iOS devices
25+
26+ - Materialbox
27+ - Fixed error with photo caption
28+ - Fixed issues caused by width and height attributes
29+ - Fixed issues caused by max-width and max-height
30+
31+ - Modal
32+ - Improved support for nested modals
33+
34+ - Parallax
35+ - Fixed infinite loop bug
36+
37+ - Select
38+ - * Renamed plugin class to ` FormSelect ` *
39+ - * Renamed jQuery plugin to ` formSelect ` *
40+
41+ - Sidenav
42+ - Fixed issues with draggable option when used with fixed sidenav
43+
44+ - Time Picker
45+ - Changed i18n options to be more consistent with date picker
46+ - Fixed error with auto close option
47+
48+
549## 1.0.0-alpha.3 (December 29th, 2017)
650- * Initialization code for all components changed. E.g. Change` new M.Tooltip(el, options) ` to ` M.Tooltip.init(el, options) ` *
751 - This was done so that the same initialization code can be used to initialize single Elements as well as NodeLists and jQuery element objects
0 commit comments