Skip to content

Commit

Permalink
Updated component to version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Sep 17, 2018
1 parent fb782f9 commit 71b79c8
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Version 2.3.3 - June 18, 2018
### Version 2.3.3 - July 8th, 2018

- **Search** - Passing in `cache: false` will now affect default settings for `apiSettings` when using a remote endpoint. Previously you would also have to pass in `apiSettings: { cache: false}` as well

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.3.3"
"version": "2.4.0"
}
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.3.3 - Search
* # Semantic UI 2.4.0 - Search
* http://github.com/semantic-org/semantic-ui/
*
*
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.3.3",
"version": "2.4.0",
"title": "Semantic UI - Search",
"description": "Single component release of search",
"homepage": "http://www.semantic-ui.com",
Expand Down
4 changes: 3 additions & 1 deletion search.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.3.3 - Search
* # Semantic UI 2.4.0 - Search
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -61,6 +61,8 @@
-webkit-transform-origin: center top;
transform-origin: center top;
white-space: normal;
text-align: left;
text-transform: none;
background: #FFFFFF;
margin-top: 0.5em;
width: 18em;
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.3.3 - Search
* # Semantic UI 2.4.0 - 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.

0 comments on commit 71b79c8

Please sign in to comment.