@@ -2,13 +2,23 @@ Changelog
2
2
=======
3
3
Bolded styling surrounded by emojis indicates a breaking change.
4
4
5
- ## v0.100.1 (July 21st)
5
+ ## v0.100.2 (August 26, 2017)
6
+ - Modal no longer errors on IE 11
7
+ - Fixes for Webpack and CommonJS loading of Materialize
8
+ - Select displays properly inside Datepicker
9
+ - Fix year display bug in date picker where year would change even when no new date had been selecteed
10
+ - Fix for badge alignment in collapsible
11
+ - Fix bug with multiple select where it would show an incorrect selection initially
12
+
13
+
14
+ ## v0.100.1 (July 21, 2017)
6
15
- Fixed bug where modal triggers could not contain child elements
7
16
- Fixed bug with right alignment option for dropdown
8
17
- Allow select native browser validation error messages
9
18
- Added fix for validation messages being mispositioned when input is empty
10
19
11
- ## v0.100.0 (July 19th)
20
+
21
+ ## v0.100.0 (July 19, 2017)
12
22
- :sparkles : ** Rewrote Modal Plugin** :sparkles :
13
23
- Modal open no longer initializes plugin
14
24
- Fixed bug where modal open did not use initialized options
@@ -33,7 +43,8 @@ Bolded styling surrounded by emojis indicates a breaking change.
33
43
- Added close on select option for date picker
34
44
- Browser errors now show up on radio buttons and checkboxes
35
45
36
- ## v0.99.0 (June 22th)
46
+
47
+ ## v0.99.0 (June 22, 2017)
37
48
- Added support for jQuery 3
38
49
- Fixed dynamic textarea resize bug
39
50
- Added support for custom active elements in scrollspy
@@ -42,7 +53,8 @@ Bolded styling surrounded by emojis indicates a breaking change.
42
53
- Added callbacks to side nav
43
54
- Updated styling for switches
44
55
45
- ## v0.98.2 (April 14th)
56
+
57
+ ## v0.98.2 (April 14, 2017)
46
58
- :no_good : ** Autocomplete: renamed and moved options to ` autocompleteOptions ` ** :no_good :
47
59
- Fixed collapsible preselect bug
48
60
- Fixed dropdown event bubbling bug
@@ -52,7 +64,7 @@ Bolded styling surrounded by emojis indicates a breaking change.
52
64
- Fixed grid offset bug
53
65
54
66
55
- ## v0.98.1 (March 21st )
67
+ ## v0.98.1 (March 21, 2017 )
56
68
- Fixed various select bugs on mobile devices
57
69
- Fixed small sideNav overlay bugs
58
70
- Fixed carousel resizing bug
@@ -63,7 +75,7 @@ Bolded styling surrounded by emojis indicates a breaking change.
63
75
- Added Feature Discovery component
64
76
65
77
66
- ## v0.98.0 (January 25th )
78
+ ## v0.98.0 (January 25, 2017 )
67
79
- :no_good : ** Standardized plugin option naming to camelcase (please check your plugin calls to make sure all the options are camelcase)** :no_good :
68
80
- Added FABs in image cards
69
81
- Added swipeable tabs
0 commit comments