Browse Source

RLSNotes

pull/2300/head
jlukic 9 years ago
parent
commit
622ec64e83
1 changed files with 2 additions and 1 deletions
  1. 3
      RELEASE-NOTES.md

3
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.

Loading…
Cancel
Save