2014-12-04 11:30:43 +03:00
|
|
|
# Changelog
|
|
|
|
|
2015-03-18 17:44:56 +03:00
|
|
|
## v 0.3.1-dev
|
|
|
|
|
|
|
|
- Fixed #504 (input-lg and input-sm classes now work)
|
|
|
|
|
2015-03-17 20:44:18 +03:00
|
|
|
## v 0.3.0
|
2014-12-29 16:33:55 +03:00
|
|
|
|
|
|
|
- Implemented full color palette from Material Design specifications (thanks @korgan00)
|
2015-03-09 19:10:44 +03:00
|
|
|
- Reformat of `ripples.js` (thanks @grvcoelho)
|
|
|
|
- Autofill option of `material.js` is now set to false by default
|
|
|
|
- Deprecated `material-wfont.css`, now to include web fonts you should include roboto.css
|
|
|
|
- Now `material.css` supports only the primary shades of the material color palette (lightweight! about 200KB)
|
|
|
|
- `material-fullpalette.css` supports every shade of the material color palette (huge size! ~ 2MB)
|
|
|
|
- Adjusted padding on dialog(modal) to be more inline with standards (thanks @GradyD)
|
|
|
|
- Added jQuery 1.9.1 and Bootstrap 3.0 as dependencies (thanks @GradyD)
|
|
|
|
- fixed #468 (thanks @MatrixZ)
|
2015-03-09 22:56:57 +03:00
|
|
|
- Added :hover, :focus, :active and .active states on buttons
|
|
|
|
- Added color variations on toggles
|
2015-03-10 15:01:47 +03:00
|
|
|
- Improved shadows to better fit Material Design specs
|
|
|
|
- Improved hover state of buttons
|
2015-03-11 18:46:33 +03:00
|
|
|
- Material Checkboxes now are a single inline element `.checkbox-material`, this helps when you need to vertical align them
|
2015-03-18 17:44:56 +03:00
|
|
|
- Fixed Material Design icons (thanks @jmillspaysbills and @GradyD)
|
2015-03-17 20:44:18 +03:00
|
|
|
- Fixed behavior of floating labels and inputs
|
|
|
|
- Fixed several bugs
|
|
|
|
- Updated Meteor packages
|
2014-12-29 16:33:55 +03:00
|
|
|
|
|
|
|
## v 0.2.1
|
2014-12-04 11:30:43 +03:00
|
|
|
|
|
|
|
- Fixed well sizes
|
|
|
|
- Fixed $.ripple that needed two clicks to effectively "click" an element
|
|
|
|
- Added $.ripple support to browsers that don't support CSS transitions (eg. IE9)
|
2014-12-04 13:40:07 +03:00
|
|
|
- Arrive.js integration is now complete, it inits correctly every Material Design element dynamically added
|
|
|
|
- Arrive.js is now faster, it run directly on the new element instead of scan the entire document
|
|
|
|
- $.material.autofill() is now configurable, you can set $.material.options.autofill = false to disable it
|
|
|
|
- Every $.material.init() options is now configurable, you can disable them setting false in the $.material.options.\<feature\>
|
2014-12-04 11:30:43 +03:00
|
|
|
|
|
|
|
## v 0.2.0
|
2014-12-01 18:04:37 +03:00
|
|
|
|
|
|
|
- The master branch is now the development branch, if you want to use a "stable" release use the releases provided by GitHub.
|
|
|
|
- New demo page
|
|
|
|
- Primary color is now a subtle teal to follow the Material Design specifications.
|
|
|
|
- Ripples.js is now completely rewritten with jQuery.
|
2014-12-29 16:33:55 +03:00
|
|
|
- Fixed thousands of bugs.
|
2014-12-03 14:46:53 +03:00
|
|
|
|