0.3.0 release

This commit is contained in:
FezVrasta 2015-03-17 18:44:18 +01:00
parent 60e3893302
commit f40aa0a6e6
3 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## v 0.3.0 dev
## v 0.3.0
- Implemented full color palette from Material Design specifications (thanks @korgan00)
- Reformat of `ripples.js` (thanks @grvcoelho)
@ -16,6 +16,10 @@
- Improved shadows to better fit Material Design specs
- Improved hover state of buttons
- Material Checkboxes now are a single inline element `.checkbox-material`, this helps when you need to vertical align them
- Fixed Material Design icons
- Fixed behavior of floating labels and inputs
- Fixed several bugs
- Updated Meteor packages
## v 0.2.1

View File

@ -1,6 +1,6 @@
{
"name": "bootstrap-material-design",
"version": "0.3.0-dev",
"version": "0.3.0",
"homepage": "http://fezvrasta.github.io/bootstrap-material-design",
"authors": [
"Federico Zivolo <info@mywebexpression.com>"

View File

@ -1,6 +1,6 @@
{
"name": "bootstrap-material",
"version": "0.3.0-dev",
"name": "bootstrap-material-design",
"version": "0.3.0",
"description": "Material Design for Bootstrap 3",
"main": "index.js",
"scripts": {