Skip to content

Commit 238711f

Browse files
committed
updated Materialize to v0.98.0
1 parent 6482c84 commit 238711f

File tree

6 files changed

+3036
-1541
lines changed

6 files changed

+3036
-1541
lines changed

assets/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014-2016 Materialize
3+
Copyright (c) 2014-2017 Materialize
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

assets/README.md

100755100644
Lines changed: 27 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
![alt tag](https://raw.github.com/dogfalo/materialize/master/images/materialize.gif)
22
===========
33

4-
[![Travis CI](https://travis-ci.org/Dogfalo/materialize.svg?branch=master)](https://travis-ci.org/Dogfalo/materialize)[![Dependency Status](https://david-dm.org/Dogfalo/materialize.svg)](https://david-dm.org/Dogfalo/materialize)[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/Dogfalo/materialize?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4+
[![Travis CI](https://travis-ci.org/Dogfalo/materialize.svg?branch=master)](https://travis-ci.org/Dogfalo/materialize)[![devDependency Status](https://david-dm.org/Dogfalo/materialize/dev-status.svg)](https://david-dm.org/Dogfalo/materialize#info=devDependencies)[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/Dogfalo/materialize?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
55

66
[Materialize](http://materializecss.com/), a CSS Framework based on material design
77

8-
### Current Version : v0.97.5
8+
### Current Version : v0.97.8
99

1010
## Sass Requirements:
1111
- Ruby Sass 3.3+, LibSass 0.6+
@@ -14,48 +14,32 @@
1414
Chrome 35+, Firefox 31+, Safari 7+, IE 10+
1515

1616
## Changelog
17-
- v0.97.5 (Dec 21, 2015)
17+
- v0.97.8 (October 30th, 2016)
18+
- **Refactored Modal plugin**
19+
- Tabs now supported in navbar
20+
- Chips data can now be reinitiailized
21+
- Minor side nav fixes
22+
- FAB to toolbar component added
23+
- Fixed dropdown options bug
24+
- v0.97.7 (July 23rd, 2016)
25+
- Basic horizontal cards
26+
- Carousel bug fixes and new features
27+
- Updated sidenav styles and new component
28+
- Meteor package now supports Sass
29+
- Autocomplete form component
30+
- Chips jQuery plugin
31+
- v0.97.6 (April 1st, 2016)
32+
- **Removed deprecated material icons from project**
33+
- **Changed /font directory to /fonts**
34+
- Datepicker and ScrollSpy now compatible with jQuery 2.2.x
35+
- Responsive tables now work with empty cells
36+
- Added focus states to checkboxes, switches, and radio buttons
37+
- Sidenav and Modals no longer cause flicker with scrollbar
38+
- Materialbox overflow and z-index issues fixed
39+
- Added new option for Card actions within a Card reveal
40+
- v0.97.5 (December 21st, 2015)
1841
- 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
42+
5943

6044

6145
## Contributing

0 commit comments

Comments
 (0)