updated changelog and moved to new dev version (0.3.1-dev)

This commit is contained in:
FezVrasta 2015-03-18 15:44:56 +01:00
parent dc15824fdd
commit 48c64fb39b
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## v 0.3.1-dev
- Fixed #504 (input-lg and input-sm classes now work)
## v 0.3.0
- Implemented full color palette from Material Design specifications (thanks @korgan00)
@ -16,7 +20,7 @@
- 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 Material Design icons (thanks @jmillspaysbills and @GradyD)
- Fixed behavior of floating labels and inputs
- Fixed several bugs
- Updated Meteor packages

View File

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

View File

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