Skip to content

Commit 0c6c51d

Browse files
committed
v0.95.1 Release
1 parent 1fac07e commit 0c6c51d

16 files changed

+498
-301
lines changed

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
- v0.94.0 (Dec 30, 2014)
2+
- Sidenav supports right edge positioning
3+
- Responsive Embeds
4+
- Image Vertical align classes
5+
- border-box added
6+
- Variable file created
7+
- Pushpin added
8+
- Tooltips support all directions
9+
- Layout helper classes added
10+
- Materialbox Fixes
11+
- Form Element Enhancements
12+
- Navbar supports search bar
13+
- Waves fixes
14+
- Materialbox Captions
15+
- Image Slider Fixes
16+
17+
- v0.93.1 (Dec 20, 2014)
18+
- Flexbox Sticky Footer removed due to IE incompatibility
19+
20+
- v0.93.0 (Dec 19, 2014)
21+
- Card Reveal
22+
- Image Slider
23+
- Dynamically loaded forms work correctly
24+
- Badges added
25+
- Circular Image
26+
- Waves Fixes
27+
- Footer Added
28+
- Toast support Custom HTML
29+
- Modals support programmatic opening/closing
30+
- Responsive Image support
31+
32+
- v0.92.1 (Dec 14, 2014)
33+
- Bower semver fix
34+
- Added new radio button style
35+
36+
- v0.92.0 (Dec 13, 2014)
37+
- Clicking icon in dropdown in navbar no longer closes dropdown immediately
38+
- Multiple select inputs now work properly
39+
- Mobile navbar no longer extends past screen width
40+
- Parallax improved
41+
- Modal restructured / can be opened programmatically
42+
- Callbacks added to modals
43+
- Added dist folder to repo
44+
- Cards restructured
45+
46+
47+
- v0.91 (Dec 3, 2014)
48+
- bug fixes to forms
49+
- added waves color classes
50+
- toast thickened to look better on mobile
51+
- many other bug fixes
52+
53+
54+
- v0.9 (Nov 30, 2014)
55+
- Touch interactions added
56+
- tons more...

README.md

Lines changed: 14 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.95.0
7+
### Current Version : v0.95.1
88

99
## Sass Requirements:
1010
- Ruby Sass 3.3+, LibSass 0.6+
@@ -14,7 +14,17 @@ Chrome 35+, Firefox 31+, Safari 7+, IE 10+
1414

1515
##Changelog
1616

17-
- v0.95.0
17+
- v0.95.1 (Jan 26, 2015)
18+
- Sidenav Fixes
19+
- Dropdown alignment/gutter options added
20+
- Parallax fixes
21+
- JavaScript Initialization no longer needed for many components
22+
- HTML options through data-attributes
23+
- Site colors can be defined through Primary and Secondary color in Sass
24+
- Tables no longer resonsive by default
25+
26+
27+
- v0.95.0 (Jan 17, 2015)
1828
- Drag Out Menu fixed with Touch Interactions
1929
- Toasts minor bugfix
2030
- OL element has default styling
@@ -26,15 +36,15 @@ Chrome 35+, Firefox 31+, Safari 7+, IE 10+
2636
- Scrollspy Plugin released
2737
- Waves events are now delegated / behavior enhanced
2838

29-
- v0.94.2
39+
- v0.94.2 (Jan 07, 2015)
3040
- Sidebar dissmiss issues fixed
3141
- Date picker improvements
3242
- Waves fixed for Windows touchscreen devices
3343
- Fixed position dropdown problems fixed
3444
- Text area supports icon prefix
3545
- Navbar supports fixed position
3646

37-
- v0.94.1
47+
- v0.94.1 (Jan 05, 2015)
3848
- Standardized components top and bottom margin
3949
- Fixed Sidebar added
4050
- Dropdown has cleaner animation
@@ -45,59 +55,4 @@ Chrome 35+, Firefox 31+, Safari 7+, IE 10+
4555
- Checkbox cross-browser fixes
4656
- Modal supports ESC closing
4757

48-
- v0.94.0
49-
- Sidenav supports right edge positioning
50-
- Responsive Embeds
51-
- Image Vertical align classes
52-
- border-box added
53-
- Variable file created
54-
- Pushpin added
55-
- Tooltips support all directions
56-
- Layout helper classes added
57-
- Materialbox Fixes
58-
- Form Element Enhancements
59-
- Navbar supports search bar
60-
- Waves fixes
61-
- Materialbox Captions
62-
- Image Slider Fixes
63-
64-
- v0.93.1
65-
- Flexbox Sticky Footer removed due to IE incompatibility
66-
67-
- v0.93.0
68-
- Card Reveal
69-
- Image Slider
70-
- Dynamically loaded forms work correctly
71-
- Badges added
72-
- Circular Image
73-
- Waves Fixes
74-
- Footer Added
75-
- Toast support Custom HTML
76-
- Modals support programmatic opening/closing
77-
- Responsive Image support
78-
79-
- v0.92.1
80-
- Bower semver fix
81-
- Added new radio button style
82-
83-
- v0.92.0
84-
- Clicking icon in dropdown in navbar no longer closes dropdown immediately
85-
- Multiple select inputs now work properly
86-
- Mobile navbar no longer extends past screen width
87-
- Parallax improved
88-
- Modal restructured / can be opened programmatically
89-
- Callbacks added to modals
90-
- Added dist folder to repo
91-
- Cards restructured
92-
93-
94-
- v0.91
95-
- bug fixes to forms
96-
- added waves color classes
97-
- toast thickened to look better on mobile
98-
- many other bug fixes
99-
10058

101-
- v0.9
102-
- Touch interactions added
103-
- tons more...
Binary file not shown.
Binary file not shown.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Materialize",
3-
"version": "0.95.0",
3+
"version": "0.95.1",
44
"description": "A modern responsive front-end framework based on Material Design",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)