mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-23 01:57:06 +03:00
updated changelog and moved to new dev version (0.3.1-dev)
This commit is contained in:
parent
dc15824fdd
commit
48c64fb39b
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v 0.3.1-dev
|
||||||
|
|
||||||
|
- Fixed #504 (input-lg and input-sm classes now work)
|
||||||
|
|
||||||
## v 0.3.0
|
## v 0.3.0
|
||||||
|
|
||||||
- Implemented full color palette from Material Design specifications (thanks @korgan00)
|
- Implemented full color palette from Material Design specifications (thanks @korgan00)
|
||||||
|
@ -16,7 +20,7 @@
|
||||||
- Improved shadows to better fit Material Design specs
|
- Improved shadows to better fit Material Design specs
|
||||||
- Improved hover state of buttons
|
- Improved hover state of buttons
|
||||||
- Material Checkboxes now are a single inline element `.checkbox-material`, this helps when you need to vertical align them
|
- 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 behavior of floating labels and inputs
|
||||||
- Fixed several bugs
|
- Fixed several bugs
|
||||||
- Updated Meteor packages
|
- Updated Meteor packages
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bootstrap-material-design",
|
"name": "bootstrap-material-design",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1-dev",
|
||||||
"homepage": "http://fezvrasta.github.io/bootstrap-material-design",
|
"homepage": "http://fezvrasta.github.io/bootstrap-material-design",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Federico Zivolo <info@mywebexpression.com>"
|
"Federico Zivolo <info@mywebexpression.com>"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bootstrap-material-design",
|
"name": "bootstrap-material-design",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1-dev",
|
||||||
"description": "Material Design for Bootstrap 3",
|
"description": "Material Design for Bootstrap 3",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user