Skip to content

Commit 3aa3463

Browse files
committed
release 5.1.20
2 parents 1ba7282 + 095414a commit 3aa3463

File tree

14 files changed

+208
-199
lines changed

14 files changed

+208
-199
lines changed

CHANGELOG-HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
### 5.1.19
4+
5+
+ [x] Added attribute `data-size` to `analog-clock` component
6+
+ [x] Refactored `clock` component, added attributes `data-size`, `data-hour-format=12|24`, improved time calculation
7+
+ [x] Fixed `data-on-color`, `data-off-color` for `rating` component
8+
+ [x] Added method `validate()` to `validator` component
9+
+ [x] Added component `log`, you can use `Metro.log(...)`, `Metro.warn(...)`, and `Metro.error(...)`, these messages extended from `console.log`, and have different color output.
10+
311
### 5.1.18
412

513
+ [x] Fixed `bg-*-clown` family colors

CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
### 5.1.19
1+
### 5.1.20
22

3-
+ [x] Added attribute `data-size` to `analog-clock` component
4-
+ [x] Refactored `clock` component, added attributes `data-size`, `data-hour-format=12|24`, improved time calculation
5-
+ [x] Fixed `data-on-color`, `data-off-color` for `rating` component
6-
+ [x] Added method `validate()` to `validator` component
7-
+ [x] Added component `log`, you can use `Metro.log(...)`, `Metro.warn(...)`, and `Metro.error(...)`, these messages extended from `console.log`, and have different color output.
3+
+ [x] Fixed `parsePhone()` utility function
4+
+ [x] Added support for custom nodes in ListView
5+
+ [x] Fixed `addOptions()` method is `select` component

lib/metro.all.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/metro.all.js

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/metro.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/metro.js

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

metroui.nuspec

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@
1616
<tags>Metro UI CSS Framework LESS CSS JS HTML</tags>
1717
<readme>README.md</readme>
1818
<releaseNotes>
19-
+ [x] Added attribute `data-size` to `analog-clock` component
20-
+ [x] Refactored `clock` component, added attributes `data-size`, `data-hour-format=12|24`, improved time calculation
21-
+ [x] Fixed `data-on-color`, `data-off-color` for `rating` component
22-
+ [x] Added method `validate()` to `validator` component
23-
+ [x] Added component `log`, you can use `Metro.log(...)`, `Metro.warn(...)`, and `Metro.error(...)`, these messages extended from `console.log`, and have different color output.
19+
+ [x] Fixed `parsePhone()` utility function
20+
+ [x] Added support for custom nodes in ListView
21+
+ [x] Fixed `addOptions()` method is `select` component
2422
</releaseNotes>
2523
<repository type="git" url="https://github.com/olton/metroui" branch="master"/>
2624
</metadata>

0 commit comments

Comments
 (0)