From 1b87763a747e409e86591e6d8c4eeeb2aa4c0b8b Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Sun, 15 May 2016 17:45:05 -0400 Subject: [PATCH] RLSnotes #2534 --- RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index c4e39bb1c..8d12633eb 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -23,6 +23,7 @@ - **Popup** - Fixed issue where clicking element inside popup removed from DOM (like clicking a multi select label) would cause popup to close #3887 - **Search** - Added a new option `selectFirstResult`, which defaults to `false`. Will automatically highlight first result on search **NEEDS DOCS** - **Search** - Search now includes a `showNoResults` setting for determining whether no results messages should be shown **NEEDS DOCS** +- **Tab** - Added new setting `cacheType`, can either be `html` or `response`. HTML (default) will cache resulting html after callbacks, `response` will cache the original respones so that it can be played back identically on future loads #2534 - **Visibility** - Added `onFixed` and `onUnfixed` callbacks for visibility `type: 'fixed'` **NEEDS DOCS** **Critical Bugs**