Skip to content

Commit 55ad3c1

Browse files
Updated component to version 2.0.2
1 parent df858d8 commit 55ad3c1

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

RELEASE-NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 2.0.2 - July 7, 2015
2+
3+
- **Dropdown** - Dropdown icon will now always toggle menu visibility [#2510](https://github.com/Semantic-Org/Semantic-UI/issues/2510)
4+
15
### Version 2.0.0 - June 30, 2015
26

37
- **Visibility** - Using `.visibility({ type: 'fixed'})` will now automatically add a placeholder element which will swap places with an element when it is attached to the viewport. This should make fixed content drastically simpler.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"framework"
1616
],
1717
"license": "MIT",
18-
"version": "2.0.1"
18+
"version": "2.0.2"
1919
}

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.0.1 - Visibility
2+
* # Semantic UI 2.0.2 - Visibility
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Package.describe({
33
name : 'semantic:ui-visibility',
44
summary : 'Semantic UI - Visibility: Single component release',
5-
version : '2.0.1',
5+
version : '2.0.2',
66
git : 'git://github.com/Semantic-Org/UI-Visibility.git',
77
});
88

visibility.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.0.1 - Visibility
2+
* # Semantic UI 2.0.2 - Visibility
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

visibility.min.js

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

0 commit comments

Comments
 (0)