Skip to content

Commit

Permalink
Updated component to version 2.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Mar 29, 2017
1 parent 2ff3561 commit 7c01c79
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[email protected]
semantic:[email protected]
[email protected]
5 changes: 5 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### Version 2.2.10 - March 28, 2017

- **Dropdown** - Fix search input inside dropdown menu causing dropdown to close before selection when selecting an item #5113
- **Dropdown** - (IE11 Only) Fixed issue where dropdown re-opens immediately after closing when using a `search` inside menu. #4237

#### Dropdown

- **Dropdown** - Dropdown using search input inside of menu are now tabbable [#4490](https://github.com/Semantic-Org/Semantic-UI/pull/4490)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"framework"
],
"license": "MIT",
"version": "2.2.8"
"version": "2.2.10"
}
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.8 - Search
* # Semantic UI 2.2.10 - Search
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Package.describe({
name : 'semantic:ui-search',
summary : 'Semantic UI - Search: Single component release',
version : '2.2.8',
version : '2.2.10',
git : 'git://github.com/Semantic-Org/UI-Search.git',
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-ui-search",
"version": "2.2.8",
"version": "2.2.10",
"title": "Semantic UI - Search",
"description": "Single component release of search",
"homepage": "http://www.semantic-ui.com",
Expand Down
2 changes: 1 addition & 1 deletion search.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.8 - Search
* # Semantic UI 2.2.10 - Search
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion search.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.8 - Search
* # Semantic UI 2.2.10 - Search
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
4 changes: 2 additions & 2 deletions search.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions search.min.js

Large diffs are not rendered by default.

0 comments on commit 7c01c79

Please sign in to comment.