Skip to content

Commit

Permalink
v0.98.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
acburst committed Mar 21, 2017
1 parent f4693a9 commit 2a27dc5
Show file tree
Hide file tree
Showing 19 changed files with 777 additions and 280 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.97.6 (April 1st, 2016)
- **Removed deprecated material icons from project**
- **Changed /font directory to /fonts**
- Datepicker and ScrollSpy now compatible with jQuery 2.2.x
- Responsive tables now work with empty cells
- Added focus states to checkboxes, switches, and radio buttons
- Sidenav and Modals no longer cause flicker with scrollbar
- Materialbox overflow and z-index issues fixed
- Added new option for Card actions within a Card reveal

## v0.97.5 (December 21st, 2015)
- Fixed Meteor package crash

Expand Down
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

### Current Version : v0.98.0
### Current Version : v0.98.1

## Sass Requirements:
- Ruby Sass 3.3+, LibSass 0.6+
Expand All @@ -16,6 +16,16 @@ Chrome 35+, Firefox 31+, Safari 7+, IE 10+
## Changelog
Bolded styling surrounded by emojis indicates a breaking change.

- v0.98.1 (March 21st)
- Fixed various select bugs on mobile devices
- Fixed small sideNav overlay bugs
- Fixed carousel resizing bug
- Fixed materialbox callback bug
- Range slider supports keyboard navigation
- Added XL breakpoint
- Added Pulse CSS effect
- Added Feature Discovery component

- v0.98.0 (January 25th)
- :no_good: **Standardized plugin option naming to camelcase (please check your plugin calls to make sure all the options are camelcase)** :no_good:
- Added FABs in image cards
Expand All @@ -41,15 +51,7 @@ Bolded styling surrounded by emojis indicates a breaking change.
- Meteor package now supports Sass
- Autocomplete form component
- Chips jQuery plugin
- v0.97.6 (April 1st, 2016)
- **Removed deprecated material icons from project**
- **Changed /font directory to /fonts**
- Datepicker and ScrollSpy now compatible with jQuery 2.2.x
- Responsive tables now work with empty cells
- Added focus states to checkboxes, switches, and radio buttons
- Sidenav and Modals no longer cause flicker with scrollbar
- Materialbox overflow and z-index issues fixed
- Added new option for Card actions within a Card reveal




Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 2a27dc5

Please sign in to comment.