- Added support for
targetattribute to React DropdownItem
- Added support for Angular Tabs directive
- Fixed focus bug with Angular Select directive
- Added support for React 15.0.1
- Fixed bug causing onChange to be called twice on React and
- Major upgrade to Angular library - fixed many bugs and added missing features
- Fixed bug in React Dropdown that prevented menu from closing when a DropdownItem was selected
- Fixed bug in React Dropdown that fired onClick event on DropdownItem twice
- Added support for onSelect event to React Dropdown
- Added support for React elements to React Dropdown label
- Fixed bug that kept dropdowns open when other dropdowns were clicked on
- Added JS
changeeveent handler to mui-textfield input elements - Improved organization of MUI sass files
- Improved organization of MUI js files
- Fixed component name errors in NPM react.js module
- Changed React SelectItem component name to Option
- Added controlled controller support to React Select, Checkbox, Radio
- Bugfixes to Angular library
- Changed React input component names to Input and Textarea
- Added Angular library
- Added support for other React attributes and events
- Set default font-family to "Arial, Verdana, Tahoma" for better cross-browser support out of the box
- Added defaultValue and controlled component support to React TextInput and TextareaInput
- Made CSS/JS ripple node removal more robust
- Added value, defaultValue, onChange support to React Select component
- Changed boolean properties to use React built-in names:
- isAutofocus -> autoFocus
- isChecked -> checked
- isDisabled -> disabled
- isRequired -> required
- Changed other boolean properties to use React-like names:
- isFluid -> fluid
- isInline -> inline
- isInvalid -> invalid
- isJustified -> justified
- isLabelFloating -> floatingLabel
- Added support for defaultChecked to React Checkbox and Radio components
- Replaced .mui-textfield--invalid with .mui--is-invalid
- Replaced .mui--text-black-{XX}, .mui--text-white-{XX} color helpers with:
- .mui--text-dark
- .mui--text-dark-secondary
- .mui--text-dark-hint
- .mui--text-light
- .mui--text-light-secondary
- .mui--text-light-hint
- .mui--text-accent
- .mui--text-accent-secondary
- .mui--text-accent-hint
- Major non-backwards compatible modifications to React library
- Added .mui--text-black and .mui--text-white
- Added 'xl' screen size and changed default widths for 'sm', 'md' and 'lg' breakpoints
- Fixed bug causing mui.overlay('off') to throw error when called before turning on overlay
- Fixed path to js file for
muicssnpm package
- Added .mui-textfield--invalid css helper
- Replaced .mui--text-black-26 with .mui--text-black-38 to bring CSS color helpers in line with MD spec
- Improves floating label animation by using CSS transform
- Added .mui-body--scroll-lock specifically for scroll lock
- Uses body class for scroll lock
- Upgraded to React 0.14.3
- Improved IE10+ CSS borders for buttons, panels and select menu
- Improved positioning of select menu
- Improved logic of select menu initial scroll position
- Improved window scroll lock
- Moved textfield floating label modifier to wrapper class
- Disabled use of .mui-textfield__input and .mui-textfield__label--floating
- Added html email example layout
- Changed .mui--notransition to .mui--no-transition
- Added .mui--no-user-select
- Removed color attribute from typography classes
- Added text color helpers
- Migrated colors.css to BEM syntax
- Migrated CSS/JS and Email Libraries to BEM syntax
- Removed internal bootstrap source code dependency
- Removed MUIRoundButton from React library
- Added support for data-attributes in Tabs CSS
- Added tab events
- Removed unnecessary styles from button CSS
- Using "mui-is-" syntax for stateful CSS (e.g. mui-is-active)
- Added data-attributes syntax for buttons, dropdowns, tables, container
- Added a dark button option
- Changed floating action button naming from "floating" to "fab"
- Removed default down arrow on select component on IE
- Raising Error objects
- Decreased $mui-container-sm width by 18px to account for vertical scrollbar
- Bugfix to _outsideClick handler in react library
- Using default <select> behavior on touch devices
- Bugfix to mui-react-combined.js build script
- Removed styles on bare element
- Removed styles on bare element
- Removed styles on bare input[type="radio"], input[type="checkbox"], input[type="range"], select[multiple], select[size]
- Renamed $mui-panel-bg to $mui-panel-bg-color
- Changed btn-raised box-shadow to 0 2px 2px rgba(0, 0, 0, 0.20)
- Disabled font-smoothing by default
- Set all button font weights to 500
- Bugfix to add font-smoothing to inputs, textareas and buttons on Safari
- Removed on-load underline from required fields
- Removed '*' from required field labels
- Removed top/bottom margin from form-inline buttons
- Improved raised button box shadow
- Added text font-smoothing to body by default
- Removed custom letter-spacing
- Set button font-weight to 500, 600 for white text
- Moved mui-colors.css to extra/ directory in dist/
- Added mui-combined.js to extra/
- Added mui-react-combined.js to extra/
- Set maximum height of select element menu to viewport height
- Removed ignore 'dist' directory from bower.json
- Added support for label wrapping to mui-form-group via data-attribute
- Added .mui-dirty class to .mui-form-control elements on focus
- Added secret mui.tabs.activate() method
- Bugfix to js/tabs.js in DOM node listener
- Re-built dist to fix css issue
- Fixed bug in dropdown to close menu on item select
- Added compiled files to release
- Fixed typo in React dropdown componentWillUnmount()
- Changed style of empty required fields
- Added form validator handlers
- Implemented form-control handler to set mui-empty classes
- Migrated floating labels to use mui-empty classes
- Added 'change' event dispatching to select component
- Added mui-select component to CSS/JS
- Split forms.js into two libraries in source code
- Using un-minified files for meteor distribution
- Fixed bug to prevent form submission on dropdown click
- Fixed bug in forms.js missing function
- Removed bower dependencies
- Copied bootstrap source into repo
- Improved React forms
- Added React buttons, dropdowns, tabs
- Improved mui-btn box-shadow rules
- Removed outline from mui-btn on focus
- Improved CSS depth helper box-shadow rules
- Added .mui-appbar-top helper
- Added onclose callback option to overlay
- Added accent color buttons
- Fixed reversed values of $mui-accent-color-dark and $mui-accent-color-light
- Changed MUI SASS variable names with "-background" to "-bg"
- Updated npm dependencies
- Added touchstart listener for ripple effect
- Set z-index of mui-dropdown-menu to 1
- Changed data attribute name of dropdown to "data-mui-toggle"
- Added tabs to CSS/JS
- Added support for overlay options and childElement
- Added jsdoc documentation to javascript modules
- Removed vertical-align from mui-table
- Added !important to mui-align helpers
- Added .mui-dropdown-menu-right to support right-aligned dropdowns
- Improved handling of dropdowns by triggering on toggle button instead of wrapper
- Added .mui-align-[baseline|top|middle|bottom] helper classes
- Fixed bug in webcomponents/buttons.js that was causing syntax error
- Fixed bug in webcomponents/forms.js that was causing an undefined function error
- Added dist/ to repository to better support 3rd party frameworks
- Removed configurable prfx in favor of explicit 'mui-'
- Prepended 'mui-' to SASS variable names
- Fixed issue with ripples and dropdowns not triggering due to clicks on button child elements
- Using CSS animation listeners to detect node insertions
- Centralized animationstart listener in js/lib/util.js