Changelog History
Page 1
-
v1.0.0 Changes
September 09, 20181.0.0 (September 9th, 2018)
- ๐ ๐ 1.0.0 has been released! ๐
- Full Changelog here
-
v1.0.0-rc.2 Changes
June 24, 2018Autocomplete
- 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
-
v1.0.0-rc.1 Changes
May 02, 20181.0.0-rc.1 (May 1st, 2018)
Autocomplete
- Added open and close methods
- Fixed bug where Autocomplete would close on click
Datepicker
- Added autoClose option
Modal
- Fixed issue with focus with nested modals
Select
- Removed
active
class on option elements
- Fixed bug where
selected
class was not properly removed on option elementsSidenav
- Destroy method now correctly removes style property
Text Input
- Fixed bug where autofill on chrome overlapped text input
Toast
- Fixed bug where Toast did not respect inDuration option
Tooltip
- Fixed tooltip positioning bug in certain scenarios when html height was less than screen height
- Fixed bug where tooltip stayed open on click
-
v1.0.0-beta Changes
March 22, 20181.0.0-beta (March 21st, 2018)
Autocomplete
- Now uses dropdown
Carousel
- Added numVisible option
Collapsible
- Added keyboard support
โฌ๏ธ Dropdown
- Fixed scrolling dropdown bug on touch devices
Javascript Initialization
- Added AutoInit function
Modals
- Focus now stays within open modal
Pickers
- Standardized action buttons to match those on android
- Added support for date and time input types
- fromnow renamed to fromNow
Select
- Dropdown scrolls to selected option
Sidenav
- Now detects vertical scrolling
Tabs
- Fixed tab preselection on swipeable tabs
TapTarget
- Reverted name change from FeatureDiscovery
Tooltips
- Added keyboard support
-
v1.0.0-alpha.4 Changes
February 19, 20181.0.0-alpha.4 (February 18th, 2018)
Badge
- Fixed display issue when used in a table
Chips
- Fixed autocomplete initialization
CSS
- Added hide and show classes for extra large breakpoint
- Added small buttons
- Fixed input helper text alignment when using prefix
Date Picker
- Fixed month and year select overflow issues
- Added additional date formatting options
โฌ๏ธ Dropdown
- Added container option
- Dropdown on mobile now correctly selects the right item
- Dropdown now closes correctly on iOS devices
Materialbox
- Fixed error with photo caption
- Fixed issues caused by width and height attributes
- Fixed issues caused by max-width and max-height
Modal
- Improved support for nested modals
Parallax
- Fixed infinite loop bug
Select
- Renamed plugin class to
FormSelect
- Renamed jQuery plugin to
formSelect
Sidenav
- Fixed issues with draggable option when used with fixed sidenav
Time Picker
- Changed i18n options to be more consistent with date picker
- Fixed error with auto close option
-
v1.0.0-alpha.3 Changes
December 30, 20171.0.0-alpha.3 (December 29th, 2017)
๐ Initialization code for all components changed. E.g. Change
new M.Tooltip(el, options)
toM.Tooltip.init(el, options)
- This was done so that the same initialization code can be used to initialize single Elements as well as NodeLists and jQuery element objects
โ Added in onOpen and OnClose callbacks for appropriate plugins
Datepicker
- Destroy function added
๐ Feature Discovery
- Added open and close callbacks
Materialbox
- Added open and close callbacks
Modal
- Added open and close callbacks for consistency
- Removed ready and complete callbacks
Parallax
- Has responsiveThreshold option
- Destroy function added
Pushpin
- added onPositionChange callback
-
v1.0.0-alpha.2 Changes
November 30, 20171.0.0-alpha.2 (November 30th)
Chips
- Fixed and standardized chips callback parameters
Datepicker
- Fixed date format option
- Scrollbar no longer unecessarily appears when using datepicker
- Fixed bug where using month and year selectors didn't change date
โฌ๏ธ Dropdown
- Removed automatic focus highlight on open
Textarea
- Fixed error where text was cut off on Firefox
Tabs
- Fixed error with pure JavaScript initialization
- Fixed error where a tab with no content would break tabs
Timepicker
- Fixed error with twelveHour options
Replaced velocity.js with anime.js
-
v1.0.0-alpha.1 Changes
November 11, 2017v1.0.0 (November 10th)
โฌ๏ธ Dropdown
- rewritten with classes
- Plugin is initialized on
.dropdown-content
instead of.dropdown-button
- Renamed classes
.dropdown-button
to.dropdown-trigger
- Renamed option
belowOrigin
tocoverTrigger
- Added callbacks onOpenStart, onOpenEnd, onCloseStart, onCloseEnd
- Removed HTML attribute options
- Removed stopPropagation option
- Reworked animation
Select
- rewritten with classes
- Plugin renamed from 'material_select' to 'select'
Tabs
- rewritten with classes
- added duration option
- now requires plugin initialization
- tabs 'select_tab' method renamed to 'select'
Chips
- rewritten with classes
- changed events to callbacks
- Added limit chips option
Autocomplete
- rewritten with classes
- Added updateData method
- Added sortFunction option
๐ Feature Discovery
- rewritten with classes
- Plugin renamed from 'tapTarget' to 'featureDiscovery'
Forms
- Added new helper text element
- Moved validation messages 'data-error' and 'data-success' to Helper Text
Pickatime
- Renamed to Timepicker
- Now opens on enter or click instead of focus
- Added open animation
- Reworked and simplified Timepicker HTML structure
- Renamed internal classes to reflect Timpicker namechange and structure rework
Floating Action Button
- Converted to plugin
- Added direction option
- Added toolbar transition option
-
v0.100.2 Changes
August 26, 2017v0.100.2 (August 26, 2017)
- Modal no longer errors on IE 11
- ๐ Fixes for Webpack and CommonJS loading of Materialize
- Select displays properly inside Datepicker
- ๐ Fix year display bug in date picker where year would change even when no new date had been selecteed
- ๐ Fix for badge alignment in collapsible
- ๐ Fix bug with multiple select where it would show an incorrect selection initially
-
v0.100.1 Changes
July 22, 2017v0.100.1 (July 21st)
- ๐ Fixed bug where modal triggers could not contain child elements
- ๐ Fixed bug with right alignment option for dropdown
- ๐ Allow select native browser validation error messages
- โ Added fix for validation messages being mispositioned when input is empty