Skip to content

Commit 35ef221

Browse files
committed
v0.97.0
1 parent c54effc commit 35ef221

10 files changed

+2585
-2256
lines changed

assets/README.md

100755100644
+6-43
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,18 @@
44
[![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
Materialize, a CSS Framework based on material design
66

7-
### Current Version : v0.96.0
7+
### Current Version : v0.97.0
88

99
## Sass Requirements:
1010
- Ruby Sass 3.3+, LibSass 0.6+
1111

1212
## Supported Browsers:
1313
Chrome 35+, Firefox 31+, Safari 7+, IE 10+
1414

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-
2815
## Changelog
16+
- v0.96.1 (April 6, 2015)
17+
- Dropdown Fixes
18+
- Materialize functions fixed for Meteor
2919
- v0.96.0 (April 1, 2015)
3020
- **Toasts, transitions, scrollfire added under Materialize namespace**
3121
- **Dropdown is now created as a child of its parent**
@@ -46,33 +36,6 @@ Chrome 35+, Firefox 31+, Safari 7+, IE 10+
4636
- Pagination Added
4737
- ScrollFire fixes
4838

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
5839

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
40+
## Contributing
41+
[Please read CONTRIBUTING.md for more information](CONTRIBUTING.md)

0 commit comments

Comments
 (0)