Skip to content

Commit 0a237a9

Browse files
committed
...
1 parent d3cc1c6 commit 0a237a9

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

metroui.nuspec

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,26 @@
1616
<tags>Metro UI CSS Framework LESS CSS JS HTML</tags>
1717
<readme>README.md</readme>
1818
<releaseNotes>
19-
19+
+ [x] Fixed `bg-*-clown` family colors
20+
+ [x] Corrected saturated and darken colors
21+
+ [x] Added animation to the linked block connector
22+
+ [x] Changed `Metro.makePlugin()`, now return plugin instance instead of an element
23+
+ [x] Fixed page control creating
24+
+ [x] Updated `datetime` package with fix for `utc()`, `locale()` methods, and added formatting system, align strategies system
25+
+ [x] Updated `analog-clock`, now you can use attribute `data-time-zone` to set specific utc offset in hours (-/+) and `data-use-utc` to enable it
26+
+ [x] Updated `clock`, now you can use attribute `data-time-zone` to set specific utc offset in hours (-/+) and `data-use-utc` to enable it
27+
+ [x] Updated `cutter`, now default style is `line`, added `wave`, wave can have any color
28+
+ [x] Fixed `data-size` attribute in `activity` component, added attribute `data-box-size` for `metro` activity
29+
+ [x] Fixed prev, next icons in calendar for android
30+
+ [x] Fixed accordion fame state marker for android
31+
+ [x] Fixed reaction inputs, select, and textarea components to change disabled property for input, select, textarea elements
32+
+ [x] Improved `button` for using colors, now you can use all colors to define button color with classes `button-light-[color]`, `button-minor-[color]`, `button-[color]`, `button-sat-[color]`, and `button-dark-[color]`
33+
+ [x] Added classes `glow`, `glow-hover`, `glow-animated`, and `glow-animated-hover` to push button
34+
+ [x] Fixed passing classes to the parent element for `custom-checkbox`, remove border by default
35+
+ [x] Remove duplicate border definition for before and after pseudo elements
36+
+ [x] Improved color correction for `dropdown-caret` in colored parents
37+
+ [x] Improved `analog-clock` - changed element sizes and positions
38+
+ [x] Fixed minor issues for `dropdown` component, Fixed `analog-clock` style
2039
</releaseNotes>
2140
<repository type="git" url="https://github.com/olton/metroui" branch="master"/>
2241
</metadata>

0 commit comments

Comments
 (0)