Skip to content

Commit 9a1740e

Browse files
Updated component to version 2.2.11
1 parent a52c911 commit 9a1740e

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

RELEASE-NOTES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 2.2.11 - July 11, 2017
2+
3+
- **Popup** - Separated className setting for `visible` into `visible` and `popupVisible`, this way you can remove visible indication on activating element without modifying popup visibility.
4+
15
### Version 2.2.10 - March 28, 2017
26

37
- **Visibility** - Visibility events now fire correctly when using `context` other than body that has `overflow-x` or `overflow-y` set to `auto` or `scroll`

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"framework"
1616
],
1717
"license": "MIT",
18-
"version": "2.2.10"
18+
"version": "2.2.11"
1919
}

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.10 - Visibility
2+
* # Semantic UI 2.2.11 - Visibility
33
* https://github.com/semantic-org/semantic-ui/
44
*
55
*

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "semantic-ui-visibility",
3-
"version": "2.2.10",
3+
"version": "2.2.11",
44
"title": "Semantic UI - Visibility",
55
"description": "Single component release of visibility",
66
"homepage": "http://www.semantic-ui.com",

visibility.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.10 - Visibility
2+
* # Semantic UI 2.2.11 - Visibility
33
* https://github.com/semantic-org/semantic-ui/
44
*
55
*

visibility.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)