Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Jun 8, 2015
2 parents 5fbe65f + 5c4d154 commit 9d879e3
Show file tree
Hide file tree
Showing 56 changed files with 22,130 additions and 7,848 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 3.0.6
* add support user defined onsubmit for validator over data-on-submit attribute
* add light color for nav-button
* remove outline for nav-button
* fix square(round, cycle)-button sizes
* change calendar min-width to 220px or 13.75rem
* fix class collapsed for treeview leaf
* add states for select2
* upd Metro Icon Fonts (added new 33 icons)
* fix static rating
* remove min-width for input
* add states for table rows

## 3.0.5
* fix triggering for input when clear button clicked
* fix panel heading style bug
Expand Down
5 changes: 5 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ module.exports = function(grunt) {
},

copy: {
build_font: {
src: 'fonts/*',
dest: 'build/',
expand: true
},
docs_css_core: {
src: 'build/css/<%= pkg.name %>.css',
dest: 'docs/css/<%= pkg.name %>.css'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Metro UI CSS developed with the advice of Microsoft to build the user interface

## Current Version

### 3.0.5
### 3.0.6

#### Install with bower
bower install metro
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Sergey Pimenov",
"name": "metro",
"version": "3.0.5",
"version": "3.0.6",
"description": "The front-end framework for developing responsive, mobile projects on the web in Windows Metro Style.",
"keywords": [
"css",
Expand Down
Loading

0 comments on commit 9d879e3

Please sign in to comment.