From d24e04aabb41f46ed13308c87806bbe94609d914 Mon Sep 17 00:00:00 2001 From: Pusher Robot Date: Fri, 6 Nov 2015 15:08:40 -0500 Subject: [PATCH] Updated component to version 2.1.6 --- RELEASE-NOTES.md | 5 +++++ composer.json | 2 +- index.js | 4 ++-- package.js | 2 +- package.json | 2 +- tab.css | 2 +- tab.js | 4 ++-- tab.min.css | 2 +- tab.min.js | 2 +- 9 files changed, 15 insertions(+), 10 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 9113faf..342b773 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,8 @@ +### Version 2.1.5 - Nov 1, 2015 + +- **Table** - Added `selectable` on table cell, allowing for full table-cell links +- **Dropdown** - Fixed issue where tabindex was being removed incorrectly with `selection dropdown` in some cases. [#3002](https://github.com/Semantic-Org/Semantic-UI/issues/3002) + ### Version 2.1.4 - Sep 13, 2015 - **Table** - Fixed issue where `(x) column segment table` was inheriting accidentally inheriting some grid styles diff --git a/composer.json b/composer.json index 3cf9e9f..4a431c0 100755 --- a/composer.json +++ b/composer.json @@ -15,5 +15,5 @@ "framework" ], "license": "MIT", - "version": "2.1.4" + "version": "2.1.6" } \ No newline at end of file diff --git a/index.js b/index.js index 46e62c9..c27f7af 100755 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.1.4 - Tab + * # Semantic UI 2.1.6 - Tab * http://github.com/semantic-org/semantic-ui/ * * @@ -896,4 +896,4 @@ _module.exports.settings = { }; -})( require("jquery"), window , document ); +})( require("jquery"), window, document ); diff --git a/package.js b/package.js index d94ba86..f41a9c4 100755 --- a/package.js +++ b/package.js @@ -2,7 +2,7 @@ Package.describe({ name : 'semantic:ui-tab', summary : 'Semantic UI - Tab: Single component release', - version : '2.1.4', + version : '2.1.6', git : 'git://github.com/Semantic-Org/UI-Tab.git', }); diff --git a/package.json b/package.json index a36b3c9..74703b0 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-ui-tab", - "version": "2.1.4", + "version": "2.1.6", "title": "Semantic UI - Tab", "description": "Single component release of tab", "homepage": "http://www.semantic-ui.com", diff --git a/tab.css b/tab.css index f653621..9a6f371 100755 --- a/tab.css +++ b/tab.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.1.4 - Tab + * # Semantic UI 2.1.6 - Tab * http://github.com/semantic-org/semantic-ui/ * * diff --git a/tab.js b/tab.js index 39393d9..0330b27 100755 --- a/tab.js +++ b/tab.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.1.4 - Tab + * # Semantic UI 2.1.6 - Tab * http://github.com/semantic-org/semantic-ui/ * * @@ -895,4 +895,4 @@ $.fn.tab.settings = { }; -})( jQuery, window , document ); +})( jQuery, window, document ); diff --git a/tab.min.css b/tab.min.css index 3cf0028..f73d710 100755 --- a/tab.min.css +++ b/tab.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.1.4 - Tab + * # Semantic UI 2.1.6 - Tab * http://github.com/semantic-org/semantic-ui/ * * diff --git a/tab.min.js b/tab.min.js index 5e6074c..ac078e0 100755 --- a/tab.min.js +++ b/tab.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.1.4 - Tab + * # Semantic UI 2.1.6 - Tab * http://github.com/semantic-org/semantic-ui/ * *