Skip to content

Commit 8f738c9

Browse files
committed
v0.96.0
1 parent 58f22a3 commit 8f738c9

27 files changed

+15213
-0
lines changed

assets/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2014-2015 Materialize
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

assets/README.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
![alt tag](https://raw.github.com/dogfalo/materialize/master/images/materialize.gif)
2+
===========
3+
4+
[![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)
5+
Materialize, a CSS Framework based on material design
6+
7+
### Current Version : v0.95.3
8+
9+
## Sass Requirements:
10+
- Ruby Sass 3.3+, LibSass 0.6+
11+
12+
## Supported Browsers:
13+
Chrome 35+, Firefox 31+, Safari 7+, IE 10+
14+
15+
## Contributing
16+
- Compiling Files
17+
- `npm install`
18+
- `grunt monitor`, this will compile .scss, .js., .jade files
19+
- Documentation
20+
- If you notice an error in the documentation. Please edit the corresponding .html page under jade/page-contents/.
21+
- Issues
22+
- If you have an issue please make sure you document the problems in depth. One line issues with no explanations will be closed.
23+
- Feature Requests
24+
- We like feature requests but make sure that it can be seen within the goals of the project and not just something you need individually. Also you should try and give as much examples and details about the new feature as possible.
25+
- Code Examples
26+
- Use this [codepen](http://codepen.io/Dogfalo/pen/xbzPQV) to illustrate your problem.
27+
28+
## Changelog
29+
- v0.96.0 (Upcoming)
30+
- **Toasts, transitions, scrollfire added under Materialize namespace**
31+
- **Dropdown is now created as a child of its parent**
32+
- Collapsibles supports nesting
33+
- Modal Bottom Sheet added
34+
- Indeterminate Checkboxes added
35+
- New Checkbox Style Added
36+
- Text Inputs supports placeholder/readonly
37+
- Google Inbox-like Collapsible added
38+
- Text Character Counter added
39+
- Waves no longer breaks on SVG's
40+
41+
- v0.95.3 (Feb 25, 2015)
42+
- Parallax image loading / responsiveness fixes
43+
- Date picker supports month/year as dropdown
44+
- Dismissable collection items
45+
- Avatar collection items
46+
- Pagination Added
47+
- ScrollFire fixes
48+
49+
- v0.95.2 (Feb 10, 2015)
50+
- Switches added
51+
- Transition animation functions added
52+
- ScrollFire Plugin added (fires functions dependent on scroll position)
53+
- Responsive Video tag added
54+
- Custom File Input Button added
55+
- Modals has a fixed footer option
56+
- SideNav implementation changed (needs 2 UL menus)
57+
- Slider Responsive Fixes
58+
59+
- v0.95.1 (Jan 26, 2015)
60+
- Sidenav Fixes
61+
- Dropdown alignment/gutter options added
62+
- Parallax fixes
63+
- JavaScript Initialization no longer needed for many components
64+
- HTML options through data-attributes
65+
- Site colors can be defined through Primary and Secondary color in Sass
66+
- Tables no longer resonsive by default
67+
68+
- v0.95.0 (Jan 17, 2015)
69+
- Drag Out Menu fixed with Touch Interactions
70+
- Toasts minor bugfix
71+
- OL element has default styling
72+
- Fullscreen Slider added
73+
- Footer requires page-footer class
74+
- Progress Bars added
75+
- Form autofill support added
76+
- Responsive Tables support added
77+
- Scrollspy Plugin released
78+
- Waves events are now delegated / behavior enhanced

0 commit comments

Comments
 (0)