Skip to content

Commit

Permalink
begin 3.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Sep 13, 2015
1 parent f468e28 commit 9930b38
Show file tree
Hide file tree
Showing 9 changed files with 422 additions and 137 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## 3.0.12

## 3.0.11
* add keypad onChange event
* chg progressBar animation model
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.11
### 3.0.12

### Install with bower
bower install metro
Expand Down
1 change: 0 additions & 1 deletion TODO.md

This file was deleted.

55 changes: 53 additions & 2 deletions docs/css/metro-icons.css

Large diffs are not rendered by default.

491 changes: 362 additions & 129 deletions docs/css/metro.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h1 style="font-size: 4.5rem; line-height: 1" class="text-shadow metro-title">Me
</div>
</div>

<small>Currently v3.0.11<br/><a class="fg-yellow" href="http://metroui.org.ua/v2/">Documentation for v2 can be found here</a></small>
<small>Currently v3.0.12<br/><a class="fg-yellow" href="http://metroui.org.ua/v2/">Documentation for v2 can be found here</a></small>

<div class="grid no-margin-bottom" style="margin-top: 100px" id="g1">
<div class="row cells3">
Expand Down
2 changes: 1 addition & 1 deletion js/global.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
window.METRO_VERSION = '3.0.10';
window.METRO_VERSION = '3.0.12';

if (window.METRO_AUTO_REINIT === undefined) window.METRO_AUTO_REINIT = true;
if (window.METRO_LANGUAGE === undefined) window.METRO_LANGUAGE = 'en';
Expand Down
2 changes: 1 addition & 1 deletion metro.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Metro.UI.CSS</id>
<version>3.0.11</version>
<version>3.0.12</version>
<title>Metro UI CSS</title>
<authors>Sergey Pimenov</authors>
<owners>Sergey Pimenov</owners>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Sergey Pimenov",
"name": "metro",
"version": "3.0.11",
"version": "3.0.12",
"description": "The front-end framework for developing responsive, mobile projects on the web in Windows Metro Style.",
"keywords": [
"css",
Expand Down

0 comments on commit 9930b38

Please sign in to comment.