| 1 |
 |
| 2 |
=========== |
| 3 |
|
| 4 |
[](https://travis-ci.org/Dogfalo/materialize](https://travis-ci.org/Dogfalo/materialize](https://travis-ci.org/Dogfalo/materialize)[](https://david-dm.org/Dogfalo/materialize](https://david-dm.org/Dogfalo/materialize](https://david-dm.org/Dogfalo/materialize)[](https://gitter.im/Dogfalo/materialize?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge](https://gitter.im/Dogfalo/materialize?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge](https://gitter.im/Dogfalo/materialize?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
| 5 |
|
| 6 |
[](http://materializecss.com/Materialize](http://materializecss.com/](http://materializecss.com/), a CSS Framework based on material design |
| 7 |
|
| 8 |
### Current Version : v0.97.5 |
| 9 |
|
| 10 |
## Sass Requirements: |
| 11 |
- Ruby Sass 3.3+, LibSass 0.6+ |
| 12 |
|
| 13 |
## Supported Browsers: |
| 14 |
Chrome 35+, Firefox 31+, Safari 7+, IE 10+ |
| 15 |
|
| 16 |
## Changelog |
| 17 |
- v0.97.5 (Dec 21, 2015) |
| 18 |
- Fixed Meteor package crash |
| 19 |
- v0.97.4 (Dec 20, 2015) |
| 20 |
- Added Jasmine testing with Travis CI |
| 21 |
- Select bugfixes |
| 22 |
- Grid Offset bugfix |
| 23 |
- Dropdown overflow bugfix |
| 24 |
- Range slider error bugfix |
| 25 |
- v0.97.3 (Nov 15, 2015) |
| 26 |
- Meteor font issues fixed |
| 27 |
- Select rendering issue fixed |
| 28 |
- Added Push and Pull to grid |
| 29 |
- Dynamic accordion appends fixed |
| 30 |
- v0.97.2 (Nov 8, 2015) |
| 31 |
- Image support inside select |
| 32 |
- Optgroup supported in select |
| 33 |
- Multiple select added |
| 34 |
- Card styling fixes |
| 35 |
- Breadcrumbs added |
| 36 |
- Scrollable tabs |
| 37 |
- Tooltips and dropdowns position themselves more intelligently inside the window |
| 38 |
- FAB menu is click-toggleable |
| 39 |
- Horizontal FAB support added |
| 40 |
- v0.97.1 (Sep 13, 2015) |
| 41 |
- Added new range slider with uses noUiSlider to provide powerful options |
| 42 |
- Added CSS for Chips |
| 43 |
- Toasts support adding of html elements |
| 44 |
- Fixed select destroy/creation bug |
| 45 |
- Bugfixes for dropdown, badges, collections, scrollfire |
| 46 |
- Added default preloader color variable |
| 47 |
- File input now supports multiple files and dynamically loaded elements |
| 48 |
- v0.97.0 (June 21, 2015) |
| 49 |
- **Documentation changed to use Official Google Icon web font** |
| 50 |
- **Input errors added** |
| 51 |
- Flicker on Firefox on dropdowns fixed |
| 52 |
- Pagination made more responsive |
| 53 |
- Modal now prevents scrolling |
| 54 |
- Modal animation added |
| 55 |
- Support for multiple modals added |
| 56 |
- Programmatic control of FAB to open/close added |
| 57 |
- Programmatic control of slider to play/pause added |
| 58 |
- Plus many more bug fixes |
| 59 |
|
| 60 |
|
| 61 |
## Contributing |
| 62 |
[](CONTRIBUTING.mdPlease read CONTRIBUTING.md for more information](CONTRIBUTING.md](CONTRIBUTING.md) |
| 63 |
|
| 64 |
## Testing |
| 65 |
We use Jasmine as our testing framework and we're trying to write a robust test suite for our components. If you want to help, [](https://docs.google.com/document/d/1dVM6qGt_b_y9RRhr9X7oZfFydaJIEqB9CT7yekv-4XE/edit?usp=sharinghere's a starting guide on how to write tests in Jasmine](https://docs.google.com/document/d/1dVM6qGt_b_y9RRhr9X7oZfFydaJIEqB9CT7yekv-4XE/edit?usp=sharing](https://docs.google.com/document/d/1dVM6qGt_b_y9RRhr9X7oZfFydaJIEqB9CT7yekv-4XE/edit?usp=sharing) |
| 66 |
|