From 05bd4ee3230532e0395a35a63a1ddf5f318d76ec Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 23 Apr 2015 13:13:39 -0400 Subject: [PATCH] Update rlsnotes --- RELEASE-NOTES.md | 2 ++ src/definitions/modules/tab.js | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 9b3baa68f..d03b66da3 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -65,6 +65,7 @@ - **Segment** - Added `padded` and `very padded` segment variations - **Sidebar** - Improved animation performance through performance debugging. Sidebar now caches, width, height, rtl direction on load. - **Site** - Added in `pageOverflowX` variable, default theme hides horizontal scrollbars on `body` +- **Tabs* - Added `parseScripts` option - **Table** - Added `vertical alignment` variations to `ui table` - **Visibility/Sticky** - Visibility and sticky now refresh automatically after page content loading to deal with changes in position from images loading - **Visibility/Sticky** - Visibility now uses pub/sub pattern to greatly improve scroll performance when attaching multiple events @@ -155,6 +156,7 @@ - **Menu** - Menus no longer have additional borders on `active item` in the default theme - **Menu** - `tiered menu` has been removed - **Menu** - Increased contrast on `inverted` menu selection for legibility +- **Modal** - Modals now used fixed widths and not percentage widths. Widths might be slightly different. - **Message** - Slightly increases `box-shadow` - **Popup** - Popup no longer produces an error when a position cannot be found on the page. - **Segment** - **Clearfix** has been removed from `ui segment` diff --git a/src/definitions/modules/tab.js b/src/definitions/modules/tab.js index 5f9454c15..124c40130 100644 --- a/src/definitions/modules/tab.js +++ b/src/definitions/modules/tab.js @@ -783,11 +783,12 @@ $.fn.tab.settings = { alwaysRefresh : false, // load tab content new every tab click cache : true, // cache the content requests to pull locally ignoreFirstLoad : false, // don't load remote content on first load + apiSettings : false, // settings for api call - evaluateScripts : 'once', // whether inline scripts should be parsed (true/false/once). Once will not re-evaluate on cached content + evaluateScripts : 'once', // whether inline scripts should be parsed (true/false/once). Once will not re-evaluate on cached content - onTabInit : function(tabPath, parameterArray, historyEvent) {}, // called first time loaded - onTabLoad : function(tabPath, parameterArray, historyEvent) {}, // called on every load + onTabInit : function(tabPath, parameterArray, historyEvent) {}, // called first time loaded + onTabLoad : function(tabPath, parameterArray, historyEvent) {}, // called on every load templates : { determineTitle: function(tabArray) {} // returns page title for path