mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-23 10:04:04 +03:00
0.3.0 release
This commit is contained in:
parent
60e3893302
commit
f40aa0a6e6
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## v 0.3.0 dev
|
## v 0.3.0
|
||||||
|
|
||||||
- Implemented full color palette from Material Design specifications (thanks @korgan00)
|
- Implemented full color palette from Material Design specifications (thanks @korgan00)
|
||||||
- Reformat of `ripples.js` (thanks @grvcoelho)
|
- Reformat of `ripples.js` (thanks @grvcoelho)
|
||||||
|
@ -16,6 +16,10 @@
|
||||||
- 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 behavior of floating labels and inputs
|
||||||
|
- Fixed several bugs
|
||||||
|
- Updated Meteor packages
|
||||||
|
|
||||||
## v 0.2.1
|
## v 0.2.1
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bootstrap-material-design",
|
"name": "bootstrap-material-design",
|
||||||
"version": "0.3.0-dev",
|
"version": "0.3.0",
|
||||||
"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",
|
"name": "bootstrap-material-design",
|
||||||
"version": "0.3.0-dev",
|
"version": "0.3.0",
|
||||||
"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