Skip to content

Commit f4b644e

Browse files
committed
* Bumped version
1 parent a9545e2 commit f4b644e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

HISTORY.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
# Release history
22

3-
## V0.5.2
3+
## v0.5.3
4+
5+
### toggle with undefined style
6+
The `toggleClassNames` method was partially broken.
7+
When second arguments, `shouldAdd`, is `undefined` it will trigger a real toggle, which is now fixed.
8+
9+
## v0.5.2
410

511
### toggle the display and tell me what
612
The `toggleDisplay` now returns the status of the display.
713
Also fixed a bug where passing an `undefined` variable will always toggle on.
814

915

10-
## V0.5.1
16+
## v0.5.1
1117

1218
### Pimp my style
1319
A new method `getComputedStyles` allows to retrieve multiple computed style properties in one call.

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "WuiDom",
33
"repo": "Wizcorp/wui-Dom",
4-
"version": "0.5.2",
4+
"version": "0.5.3",
55
"description": "Core Class for Wui Dom",
66
"dependencies": {
77
"Wizcorp/util": "0.1.0",

0 commit comments

Comments
 (0)