Skip to content

Commit

Permalink
Updated component to version 2.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Jan 29, 2018
1 parent 9870a4c commit 6f8cb98
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 9 deletions.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 2.2.14 - Jan 29, 2018

- **Dropdown** - Fixes issue where dropdowns might accidentally animate closed two times when quickly tabbing through fields

### Version 2.2.11 - July 11, 2017

- **Table**- Fix inverted table header color not applying properly to `sortable table` **Thanks @Banandrew** [#5303](https://github.com/Semantic-Org/Semantic-UI/issues/5303)
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.13"
"version": "2.2.14"
}
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.12 - Tab
* # Semantic UI 2.2.14 - Tab
* 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-tab",
"version": "2.2.13",
"version": "2.2.14",
"title": "Semantic UI - Tab",
"description": "Single component release of tab",
"homepage": "http://www.semantic-ui.com",
Expand Down
5 changes: 3 additions & 2 deletions tab.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.12 - Tab
* # Semantic UI 2.2.14 - Tab
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -75,7 +75,8 @@
border-color: #767676 transparent transparent;
border-style: solid;
border-width: 0.2em;
box-shadow: 0px 0px 0px 1px transparent;
-webkit-box-shadow: 0px 0px 0px 1px transparent;
box-shadow: 0px 0px 0px 1px transparent;
}


Expand Down
2 changes: 1 addition & 1 deletion tab.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.12 - Tab
* # Semantic UI 2.2.14 - Tab
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
4 changes: 2 additions & 2 deletions tab.min.css

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

2 changes: 1 addition & 1 deletion tab.min.js

Large diffs are not rendered by default.

0 comments on commit 6f8cb98

Please sign in to comment.