6.0.0-beta.0 (2021-11-17)
Bug Fixes
- add getActiveElement to tooltip adapter (429a141)
- add getAttributeFromElementAtIndex to menu adapter (18f0d3e)
- add removeAttribute to tooltip adapter (018556a)
- get sass compiling for all packages (6405961)
- get sass compiling in dev env for site with smui-theme (08fd30f)
- import paths no longer support or require index suffix (3619881)
- migrate sass to compile with latest mdc-web (e9c4a7f)
- rm deprecation warn by updating to material 12 + breaking changes (e3e95e1)
- tooltip issue during hot reload (395f411)
- update other packages, move svelte to peerDependencies (2c1b137)
- use mdc-web's sass imports and include sass from dev packages (5ccdf53)
Features
- add default on displayFlex prop to icon button for centering content (fc81366)
- add margin to switch, clean up no longer needed sass (312372d)
- add ripple and touch elements to icon button (f14c050)
- add row click event for data table (cf3ebb2)
- add show and hide delay props for tooltips (7ad2688)
- add skipRestoreFocus property to list item for menus (58b98e0)
- add tooltip hideFromScreenreader prop (a5f74c2)
- added ability to remove switch icons (bab3fec)
- let slider's props be changed after init (9043afe)
- migrate switch to new mdc-web version (943795f)
- mini and button sizes for icon button (1e2c8d5)
- new getFocusedItemIndex list function, card ripple, touch demos (8e0b64c)
- new getSelectedIndex menu function (7ad7156)
- new getUseDefaultValidation and setUseDefaultValidation select functions (fc83dde)
- new package directory structure, include stripped svelte files so no preprocess needed (382e78d)
- remove styled endpoints and update readme and installation docs (c8755d4)
- rename MDC events to SMUI events (55effc6)
- set useDefaultValidation automatically in select (ac51132)
- upgrade mdc-web packages to v13 (9f0457f)
BREAKING CHANGES
- No more styled endpoints, so the advanced styling
method now requires that you import the Sass yourself.