- **Table** - Adds `selectable table` variation, which shows hover effect on row when hovering
- **Table** - Adds `selectable table` variation, which shows hover effect on row when hovering
**Major Changes**
**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
- **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
- **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.
- **Dropdown** - Nested scrolling menus can now use keyboard selection and filter with inline search. Nested menu scroll position will automatically adjust with keyboard selection.