From 622ec64e839d04ef9dad96ed0d7d3c8dc58a52d1 Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 13 May 2015 19:28:01 -0400 Subject: [PATCH] RLSNotes --- RELEASE-NOTES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 5430ea104..2a74ad297 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -22,7 +22,8 @@ - **Table** - Adds `selectable table` variation, which shows hover effect on row when hovering **Major Changes** -- **API** - API can now be used with custom XHR backends. `mockResponse` can be used to resolve request with a local function that receives the same settings as the server. `mockResponseAsync` allows you to specify to server response from a custom async callback. +- **API** - API can now be used with mocked responses, and custom XHR backends. `mockResponse` can be used to resolve request with a local function that receives the same settings as the server. `mockResponseAsync` allows you to specify to server response from a custom async callback. +- **API** - API provides a client-side caching option to avoid server roundtrips for identical urls `cache: true` - **Card** - Cards now support multiple `content` blocks, and varied orders, for example content above or below an image or both - **Colors** - Global colors defaults have been adjusted to improve contrast with white text - **Dropdown** - Nested scrolling menus can now use keyboard selection and filter with inline search. Nested menu scroll position will automatically adjust with keyboard selection.