Skip to content

Latest commit

 

History

History
1456 lines (730 loc) · 87.4 KB

CHANGELOG.md

File metadata and controls

1456 lines (730 loc) · 87.4 KB

9.0.8 (2024-05-08)

Features

  • data-table: allow disabling checkbox behavior (5edcc1f)

9.0.7 (2023-09-01)

Bug Fixes

  • expandable: change height asynchronously (855bb86)

9.0.6 (2023-06-03)

Bug Fixes

  • lookup: prevent auto menu closure (1f16183)

Features

  • menu: forward stay-open property to the surface (3d08e77)

9.0.5 (2023-05-11)

Bug Fixes

  • base: import plugin fix explicitly (25678e6)

9.0.4 (2022-11-08)

Bug Fixes

9.0.3 (2022-11-05)

Bug Fixes

  • all: explicitly specify none coerce (e91098f)
  • button,fab: add disabled property to fix tabindex when disabled (c5ddaac)
  • button,fab: fix disabled.bind and demo (1f5c227)

9.0.2 (2022-06-08)

Bug Fixes

9.0.1 (2022-05-26)

Bug Fixes

  • slider: consider undefined references (a95e601)

9.0.0 (2022-05-09)

Bug Fixes

  • dialog: export options interface (c1217d8)

Features

8.0.5 (2022-05-04)

Bug Fixes

  • dialog: prevent unresolved opened promise (897dfb9)
  • list: add missing deprecated list styles (e686c59)
  • lookup: restore focus before tabbing out (f542d41)

Features

  • base: add helper function (af4eb1e)
  • lookup: enable selection on input blur and menu tab press (f56df2f)

8.0.4 (2022-03-14)

Bug Fixes

  • select: reset value when it is not in the new options (ddb670d)
  • tree: pass filter to child trees (51f41b1)

8.0.3 (2021-11-17)

Bug Fixes

  • slider: adjust value to fit into min/max (65e546c), closes #62

Features

  • tooltip: add delay configs (f4c133c)

8.0.2 (2021-11-08)

Bug Fixes

  • base: do not continue attaching if detached was called (15df287)
  • checkbox,radio,select,slider,text-field: consider undefined references (b67ba9d)
  • menu: expose menu surface (40ff16c)
  • text-field: expose value (677ddee)

8.0.1 (2021-10-21)

Bug Fixes

  • lookup: await for debounce promise on blur (e574d57)
  • lookup: do not suppress on mouse down (3d83509)
  • menu-surface: check for undefined foundation (4d9b765)
  • menu: consider deprecated lists in menus (22fbd4b)

8.0.0 (2021-09-27)

BREAKING CHANGES

  • dialog: Old dialog service has been marked as deprecated. See examples for proper DOM.

Bug Fixes

  • app: dialog examples (ffec01b)
  • chips: MDC upgrade (291a417)
  • list: handle initial tabindex in item (e5b522c)
  • lookup: include list item into default replaceables (99e1ce5)
  • lookup: prevent input blur when an item was selected (5cff8f0)
  • slider: silence TS error (a7c4794)
  • top-app-bar: use proper base class (c473e28)

Features

  • data-table: MDC upgrade (12f99e7)
  • dialog: deprecate old dialog service (42d1a5d)
  • icon-button: MDC upgrade (73fc9c8)
  • menu: add helper method (039ff29)
  • menu: MDC upgrade (f6a244d)

7.1.4 (2021-09-13)

Bug Fixes

  • menu-surface: remove unnecessary check (e571092)
  • select: set internal list to single selection (543a66a)

7.1.3 (2021-09-02)

Bug Fixes

  • app: switch docs (7a3671c), closes #56
  • deprecated-list: add href attribute (d709144)
  • form-field: hook label to buttons (23872c4), closes #57
  • menu: display vertical scrollbar explicitly (d5b2b5a)
  • menu: force resize to avoid ellipsis with scroll (010a1dd)

7.1.2 (2021-08-31)

Bug Fixes

  • drawer: add mdc-deprecated-list (50cab88), closes #55

7.1.1 (2021-08-30)

Bug Fixes

7.1.0 (2021-08-30)

Bug Fixes

Features

  • banner: add (b0765ff)
  • base: allow delaying focus trap creation (cb0bc91)
  • segmented-button: add (a4fb7d7)

7.0.6 (2021-08-23)

Bug Fixes

  • base: add missing validation field (5fa1767)
  • dialog: use proper ripple selector (c64830e)

7.0.5 (2021-08-20)

Bug Fixes

  • text-field: replace child with simple mutation observer (491f707)
  • tooltip: hook touch events (8345941)

7.0.4 (2021-08-15)

Features

  • select: add default configuration (fbb0f4b)
  • text-field: add default configuration (94f5485)
  • tooltip: add scroll-host attribute and default configuration (1339169)

7.0.3 (2021-08-12)

Bug Fixes

  • ripple: mark elements with ripple with a sepatate class (dff654a)

7.0.2 (2021-08-10)

Bug Fixes

  • chip: do not stop keydown propagation (89e545e)
  • chip: emit change on action interaction only (1e7d2be)
  • chip: remove unnecessary class binding (08747fa)
  • chip: remove unnecessary tabindex (7b1604c)
  • chip: set host disabled attribute (c21e6e5)
  • expandable: use math.div (5930a52), closes #52
  • tree-view: apply the filter to child nodes before searching (c8c1fd7)
  • tree-view: search filtered nodes for promises (ae05cb6)

7.0.1 (2021-08-05)

Bug Fixes

  • card: ripple (e9ab360)
  • card: use PLATFORM.moduleName (85c0c63)
  • list: do not set trailing class for icon buttons (ef3f849)

Features

  • data-table: add sticky header attribute (350d870)

7.0.0 (2021-08-02)

BREAKING CHANGES

  • chips: DOM structure has changed. Make sure you follow examples.

Bug Fixes

  • card: new DOM (df20eb3)
  • icon-button: add ripple (5a0b487)
  • list: changed foundation (e33a0b9)
  • list: use core mixin (8c48655)
  • switch: suppress weird typing error (4efd376)
  • switch: suppress weird typing error (37af5d2)
  • switch: use deprecated implementation as per docs (6a2cf64)
  • tooltip: foundation changed (4fb4545)

Features

  • chips: use evolution implementation (31b45b7)
  • icon-button: add touch attribute (17c22aa)
  • switch: use evolution implementation (8514b03)
  • tooltip: add delay attributes (a24cc08)

6.2.3 (2021-08-01)

Bug Fixes

  • icon-button: put material-icons on the right element (564a64b)
  • list: expose href on item view model (a0f698d)
  • mdc-data-table: ignore non-checkbox changes (e8a3ed1), closes #51
  • menu: trigger width recalculation on open, not just toggle (f448e56)
  • select: set width via min/max (a212080)
  • top-app-bar: parameters order (34bf1cc)
  • tree-view: refactor child tree view promise assignment (ca59516)
  • tree-view: use already filtered children array (f532c0e)

6.2.2 (2021-06-19)

Features

  • all: generate inline sources

6.2.1 (2021-06-10)

Bug Fixes

  • app: dialog example (e32d338)
  • card: add primary action tabindex (3809138)
  • dialog: re-layout ripple in new dialog service (b8a4d4f)

Features

  • lookup: open/close lookup on Ctrl+Space (cdb1795)

6.2.0 (2021-06-07)

Bug Fixes

Features

  • dialog: refactor service (51f68c5)

6.1.4 (2021-06-04)

Bug Fixes

  • menu: "reset" menu width (ce6790a)
  • tree-view: account for adding width (e803b98)
  • tree-view: do not let padding shrink (43f80a7)
  • tree-view: wait till the tree view is fully attached before expanding children (c6a9685)

6.1.3 (2021-05-26)

Bug Fixes

  • lookup: do not emit 'change' on attached (1f15f57)
  • lookup: open lookup on filter change only when still focused (49d570c)
  • tree-view: use promises instead of a task queue when getting child trees (c359f14)

Features

  • base: add reference promisifier (c24b1cc)

6.1.2 (2021-05-21)

Bug Fixes

  • lookup: protect against missing virtualize plugin (f372d8b)

6.1.1 (2021-05-13)

Bug Fixes

  • lookup: check for undefined option (ec724e1)
  • top-app-bar: parameters order (ad981a9)

6.1.0 (2021-05-11)

Features

  • lookup: allow list virtualisation (1210b05)

6.0.3 (2021-05-09)

Bug Fixes

  • tree-view: take filter into account when searching for a node (2e96609)

6.0.2 (2021-05-04)

Bug Fixes

  • fab: workaround for missing ripple (5c2ccef)
  • select: set the flag based on presence of option (798410e)
  • tooltip: add missing class (bbbd628)

6.0.1 (2021-04-28)

BREAKING CHANGES

  • top-app-bar: rename align attribute (7607944)

Bug Fixes

  • app: api page generation (082b18f)
  • app: group menu example (8ea3a5e)
  • list: default to empty control/media type if cannot be implied (75fcd74)
  • list: do not manipulate content if 'template' is present (7e076ef)
  • list: use proper icons class (e5eda5a)
  • lookup: move two-line to items (9283072)
  • top-app-bar: rename align attribute (7607944)

6.0.0 (2021-04-27)

BREAKING CHANGES

  • all: upgrade to MDC@11
  • list: the DOM structure has changed, see examples

Bug Fixes

  • chips: upgrade to MDC@11 (f48639a)
  • dialog: upgrade to MDC@11 (f06fc40)
  • dialogs: add fullscreen attribute (c987853)
  • list: new DOM structure (ef33c56)
  • lookup: do not reset the value when bind() is called (5f890ca), closes #50
  • select: reset observer internal flag (cd399e6)
  • select: set hoisted or fixed select width explicitly (c1c8282)
  • snackbar: DOM structure (50aafa1)

Features

  • app: hierarchical menu examples (2db3ef5), closes #47
  • menu: add maxHeight (1e8477b)
  • menu-surface: add horizontallyCenteredOnViewport attribute (8a9a2c5)
  • tooltip: add caret position (825a482)

5.1.0 (2021-04-07)

Bug Fixes

  • lookup: check for undefined option (d48827c)
  • menu: set initial default focus state (08bfc96)
  • tab-bar: use div instead of custom scroller element (09071db), closes #45
  • tree-view: use correct button tag (5d561ef)

Features

  • tree-view: allow nodes filtering (efda893)

5.0.4 (2021-03-28)

Bug Fixes

  • linear-progress: call change handler explicitly (221c606), closes #44
  • slider: use ripple plugin explicitly (3c3613e), closes #43

5.0.3 (2021-03-15)

Bug Fixes

  • text-field: emit icon event in lower case (d2d2bca)

Features

  • lookup: add a single option autoselect on blur (4c3ba68)

5.0.2 (2021-03-07)

Bug Fixes

  • select: observe mutations on menu (ac8345d)

5.0.1 (2021-03-05)

Bug Fixes

  • button: make root public (d9d50de)
  • dialog: call slot detached on dialog close (8e9dad3)
  • dialog: patch focus trap (9666d75)
  • dialog: properly monitor for child buttons (860a9d5)
  • dialog: queue focus trap (0211ccf)
  • dialog: use correct element to focus (768f771)

5.0.0 (2021-02-26)

BREAKING CHANGES

  • data-table: the data table markup has been refactored to allow for more flexibility with table rows. In a nutshell, the element template should now be a valid HTML table. Table rows MUST be annotated with the mdc-data-table-row attribute.

Features

  • data-table: rework markup (92d7b43)

4.0.6 (2021-02-24)

Bug Fixes

  • tab-bar: set correct ripple target (b70a26f)

v4.0.1 (2021-02-09)

Bug Fixes

v4.0.0 (2021-02-09)

BREAKING CHANGES

Bug Fixes

a8b3d27e3dcaf04cbfe98803a85c6579628a51f5))

  • tab-bar: check for undefined array (c0093af)
  • tab-bar: check for undefined array (4b34f21)

Features

v3.1.0 (2021-02-04)

Features

  • dialog: pass scrim action from service to the dialog (ac5e591)
  • lookup: enable body hoisted menu CSS customisation (994cf00)

v3.0.5 (2021-02-03)

Bug Fixes

  • lookup: set "searching" flag correctly (361e0bd)

v3.0.4 (2021-02-01)

Bug Fixes

v3.0.3 (2021-01-19)

Bug Fixes

  • lookup: restrict to input width by default (2fadfd1)
  • slider: clean up event handlers on attributes changes (a2f55fb)
  • slider: de-register event handlers on attribute changes (5257423)

v3.0.2 (2021-01-10)

Bug Fixes

  • slider: Set minimum value on the start input (3c0e1ea)
  • slider: Update layout when min/max are updated. (2ff9fb9)

v3.0.1 (2021-01-10)

Bug Fixes

  • notch-outline: update classes on label change (20744dc), closes #36
  • select: re-layout on label change (5b84d6f)
  • text-field: re-layout on label change (0e5e156)

v3.0.0 (2021-01-04)

Bug Fixes

  • slider: upgrade to MDC 9 (79ca739)

Features

v2.0.7 (2020-12-17)

Bug Fixes

  • data-table: get rid of magic strings (1c74794), closes #34
  • lookup: reset value and visible options on options change (805dea7)

v2.0.6 (2020-12-10)

Bug Fixes

  • radio: reset checked value on destroy (561a04d)
  • switch: reset checked value on destroy (561a04d)
  • tree-view: allow de-selecting a node (03d9717)

v2.0.5 (2020-12-09)

Bug Fixes

Features

  • menu-surface: ability to ignore outside clicks (39feeb5)

v2.0.4 (2020-11-19)

Bug Fixes

  • dialog: pass initial focus element for a focus trap (1f805f2)
  • menu-surface: add full-width attribute (4634da3)
  • select: add fixed, natural-width attributes (45e13aa)

v2.0.3 (2020-11-13)

Bug Fixes

  • button: add label attribute (fbde989)
  • checkox: always set backing field (82bcf0a)
  • lookup: focus input on option select (1b54c64)
  • lookup: keyboard handling (b9fabcb)
  • lookup: re-emit input's blur event (8088b2d)
  • radio: always set backing fields (cfda4e9)
  • switch: always set backing field (7b115a3)

Features

  • layout-grid: add new-row attribute (5bebb57)

v2.0.2 (2020-11-12)

Bug Fixes

  • text-field: do not put label into placeholder (d24982c)

v2.0.1 (2020-11-11)

Bug Fixes

  • lookup: let change event bubble (f2cbf0f)
  • select: add custom select value observer (f18bb0d), closes #26
  • select: set the value through a view model function (194960d)
  • text-field: remove fullwidth (a6e8bc4)

v2.0.0 (2020-11-06)

BREAKING CHANGES

  • circular-progress: bridge style "@aurelia-mdc-web/circular-progress" has been removed
  • layout-grid: mdc-layout-grid-cell elements need to be explicitly wrapped with mdc-layout-grid-inner
  • select: mdc-list-item elements need to be explicitly wrapped with mdc-list
  • select: two-line attribute has been removed
  • slider: markers attribute has been renamed to tick-marks
  • text-field: mdc-text-field tag is automatically replaced by label in the DOM
  • MDC: has been upgraded to v8.0.0, make sure you check breaking changes there

Bug Fixes

  • text-field: allow using mdc-text-field as an attribute (94cf8ec), closes #22
  • text-field: automatically replace mdc-text-field tag with label (18ec9a8), closes #22

Features

  • all: wip: upgrade to v8.0 (432760f)
  • app: upgrade to v8.0 (1f3e7df)
  • circular-progress: upgrade to v8.0 (1f69d2f)
  • data-table: upgrade to v8.0 (92d8bde)
  • linear-progress: upgrade to v8.0 (0f2bf43)
  • select: upgrade to v8.0 (eae4845)
  • slider: upgrade to v8.0 (fc9a803)
  • text-field: upgrade to v8.0 (d8a1249)

v1.1.6 (2020-11-04)

Features

  • layout-grid: add no-padding attribute (4c0a662)
  • layout-grid: allow setting all widths at once (14b79f0)

v1.1.5 (2020-10-29)

Bug Fixes

  • mdc-menu: check for undefined reference (8defc59)
  • radio: check for undefined native input (b46b81b)
  • select: check for undefined menu reference (229f047)
  • tabs: set bindable active (b99b48e)

v1.1.4 (2020-10-25)

Bug Fixes

  • chip: avoid dirty checking (c4d8e52), closes #17

Features

  • select: add two-line attribute (62630be)
  • select: do not emit blur if select is focused (c62523b), closes #18

v1.1.3 (2020-10-15)

Bug Fixes

  • checkbox: check for null reference (d3d9722)
  • layout-grid: class name (f7ddb44)
  • text-field: prevent HMR crashes during development (259fade)

Features

  • data-table: allow hoisting page select to body (dd241a7)
  • layout-grid: allow setting all span attributes at once (b6e36bd)

v1.1.2 (2020-10-09)

Bug Fixes

  • text-field: add missing name, autocomplete, placeholder (d9e7805)
  • text-field: do not set unused attributes (8c098d8)

v1.1.1 (2020-09-24)

Bug Fixes

Features

  • data-table: update pagination based on active page (0fe510b)

v1.1.0 (2020-09-22)

Bug Fixes

  • app: make webpack job easier (d48184c)
  • chips: rename attribute and reverse its logic (3112389)
  • list: remove duplicate attribute (d3bebfe)

BREAKING CHANGES

  • mdc-chip[removable] has been renamed to mdc-chip[non-removable]
  • mdc-list[action-data] attribute has been removed in favour of mdc-list[value]

v1.0.5 (2020-09-16)

Bug Fixes

  • drawer: allow random header content (8beb72b)
  • drawer: normalise events (e62e444)
  • text-field: use aurelia delegate for keyup event (45c41ec)

Features

  • text-field: add blur-on-enter attribute (948f5df)

v1.0.4 (2020-09-14)

Bug Fixes

  • app: add explicit references (549c0e0)
  • tabs: make event lowercase (303e506)

Features

  • dialog: allow dialog customisation via the service (adadae5)

v1.0.3 (2020-09-11)

Bug Fixes

  • app: api doc clean up (30b9fbd)
  • app: handle complex doc types (946f4f6)
  • base: make lint happy (cbdae0c)
  • card: add disable ripple (c92c9e5)
  • data-table: copy cell attributes (362abb7)
  • list: do not update a disabled row checkbox (6e7fa21)
  • text-field: do not ruin it for full width (bb7d72f)

Features

  • app: display event docs (a8af61c)

v1.0.2 (2020-09-05)

Bug Fixes

  • all: apply top bar styling later than icon button's (041ab71)
  • dialog: add content only after the dialog has opened (1fef2cc)
  • text-field: workaround Safari alignment issue (4339a94), closes #11

v1.0.1 (2020-09-01)

Features

  • all: add aggregate package (03b185d)
  • base: export material palette (4c13377)

v1.0.0 (2020-08-31)

Bug Fixes

  • app: compose correct html (899491e)
  • lookup: check for undefined explicitly (8e7c400)

Features

  • app: add lookup examples (6f3f04b)
  • app: add tree view example snippet (e89c088)
  • app: add typography example snippets (6df56a7)
  • app: data table pagination example (d754b15)

v1.0.0-alpha.21 (2020-08-28)

Bug Fixes

  • top-app-bar: allow tweaking "fixed" attribute (d51c891)
  • top-app-bar: expose scroll target (3604181)
  • top-app-bar: instantiate correct foundation (d41f26d)

Features

  • app: add top app bar examples (9db395c)

v1.0.0-alpha.20 (2020-08-27)

Bug Fixes

  • icon: store host reference (bf8a007)
  • text-field: add missing attributes (87e24fe)
  • text-field: emit on focus (f2fbd51)
  • text-field: propagate required to foundation (c30f96b)

Features

  • app: add text field examples (17e64d2)

v1.0.0-alpha.19 (2020-08-26)

Bug Fixes

  • select: do not use child to get the icon reference (2e5af34)
  • tab-bar: add missing attributes (f6badb5)

Features

  • app: add select examples (be5a66b)
  • app: add tab bar examples (4bbd2a0)
  • app: slider example snippets (9d07b5e)
  • app: switch examples (e656b3d)

v1.0.0-alpha.18 (2020-08-23)

Features

v1.0.0-alpha.17 (2020-08-21)

Bug Fixes

  • lookup: do not open on disabled or readonly inputs (ab35d92)
  • select: add anchor margin attribute (807fb9d)
  • select: add disabled (07b97cf)
  • select: add missing attributes (7b32ce7)
  • select: re-layout on attributes change (171cd0d)
  • text-field: propagate disabled to foundation (7ace40d)

Features

  • app: wip - select examples (aff933e)
  • select: expose selected index on an element (c921ee6)
  • text-field: expose disabled and readonly on an element (e2770b3)

v1.0.0-alpha.16 (2020-08-20)

Bug Fixes

  • layout-grid: deps (f00a889)
  • ripple: add ripple classes unless a consumer tells otherwise (4dd503d)
  • ripple: delay initialisation until input is bound (d315dff)

Features

  • app: add ripple examples (2be5830)

v1.0.0-alpha.15 (2020-08-18)

Bug Fixes

  • menu-surface: expose open as a property (c741727)

Features

v1.0.0-alpha.14 (2020-08-14)

Bug Fixes

  • app: open menu on trigger (101fef8)
  • card: set action classes on correct element (14387af)
  • icon-button: set button icon size height (2b94361)
  • menu: close menu by default (9de0438)
  • menu: expose quick open as an attribute (b512cb9)
  • menu-surface: expose quick open as an attribute (d48ada0)
  • select: reset validation on attached (e057b77)
  • select: set initial value without emitting change events (77e9f2a)
  • text-field: reset validation on attached (81b6807)

Features

v1.0.0-alpha.13 (2020-08-12)

Bug Fixes

  • list: add missing attribute (61c87a3)
  • list: add missing classes (ed175fe)
  • list: position checkboxes correctly in DOM (d09007b)

Features

v1.0.0-alpha.12 (2020-08-08)

Bug Fixes

  • app: code snippets highlight (f9b3fb4)
  • menu-surface: pass binding values to foundation each time attached is called (8709e21)
  • menu-surface: pass binding values to foundation each time attached is called (d7bdf3b)

Features

  • app: add fab snippets (537c76d)
  • app: add form-field snippets (eba0139)
  • app: add icon-button snippets (81deb54)
  • icon-button: add icon attribute which defaults to material icons (454e2e6)

v1.0.0-alpha.11 (2020-08-06)

Bug Fixes

  • dialog: await till composition finishes (4c68a81)
  • select: do strict comparison (fecaeb6)

Features

  • data-table: add pagination and linear progress (60dd548)
  • data-table: emit on navigation clicks (a53ddd2)
  • linear-progress: add (8a59e4c)

v1.0.0-alpha.10 (2020-08-05)

Bug Fixes

  • lookup: close on blur (f9dd090)
  • lookup: open when error (d71f052)
  • lookup: suppress menu close when focus moves to it (83d6ba9)
  • menu: dynamically get the child list element (218384a)

Features

  • app: add elevation and expandable snippets (3d6d7fa)
  • data-table: keep row attributes and classes (cbdcfad)
  • list: export list element interface (b751b46)

v1.0.0-alpha.9 (2020-08-04)

Bug Fixes

  • icon-button: do not prevent default (7ed6f66)
  • list: do not prevent default (acd7e3d)
  • text-field: check if icons are aurelia elements (925ead2)

Features

  • app: add drawer examples (22c3862)
  • list: allow using mdc-list-item as an attribute (4ed3437)
  • select: emit change event (09090d5)

v1.0.0-alpha.8 (2020-08-01)

Bug Fixes

  • checkbox: indeterminate is an "override" state (9a373e7)
  • list: allow further item click handling (15a62c4)
  • tab-bar: use PLATFORM.moduleName (e1e7134)

Features

  • app: add data table snippets (6f7c406)
  • app: add dialog snippets (3c55e14)
  • icon-button: add href attribute (4eeacc9)

v1.0.0-alpha.7 (2020-07-30)

Bug Fixes

  • circular-progress: do not treat 0 as indeterminate (08688ce)
  • circular-progress: update size and stroke on changed (a726a40)
  • dialog: allow further click processing (a75125d)
  • lookup: remove unnecessary suppress flag (fcac7f0)
  • tree-view: pass root binding context to children (fe69a9d)
  • tree-view: typo (969243c)

Features

  • app: add more checkbox and circular-progress examples (6319ae0)
  • app: add more checkbox examples (b63bccf)
  • checkbox: add disableRipple (8f2b00e)
  • tree-view: pass root context to children (936f892)
  • validation: better support extensibility (688638f)

v1.0.0-alpha.6 (2020-07-29)

Bug Fixes

  • card: attribute name (e597b13)
  • circular-progress: check for undefined ref (a9eaf5a)
  • data-table: add data-table checkbox classes (54c6bc9)
  • icon: use PLATFORM.moduleName (4a92a93)
  • menu: load necessary plugins (2e5d64e)
  • menu: use PLATFORM.moduleName (9db4374)

Features

  • app: add button snippets (97bda0d)
  • app: more card examples (e36b557)
  • dialog: dynamically detect default button (6cd9096)
  • dialog: register dialog instance in the DI container (6976de4)
  • select: pass hoist-to-body to underlying menu (aa20f18)

v1.0.0-alpha.5 (2020-07-27)

Bug Fixes

  • button: add missing attribute (f575742)
  • tab: add missing attribute (11ff98c)

Features

v1.0.0-alpha.4 (2020-07-24)

Bug Fixes

  • card: use PLATFORM with useView (6620fb2)
  • dialog: use PLATFORM with useView (662ab32)
  • fab: use PLATFORM with useView (b057338)
  • icon-button: use PLATFORM with useView (fd57c23)
  • text-field: do not emit duplicate events (3182fe6)

v1.0.0-alpha.3 (2020-07-24)

Bug Fixes

v1.0.0-alpha.2 (2020-07-23)

Bug Fixes

  • button: configure required plugins automatically (0c646db)
  • checkbox: configure required plugins automatically (d683da8)
  • expandable: configure required plugins automatically (932d802)
  • fab: configure required plugins automatically (130bb79)
  • list: configure required plugins automatically (635ed16)
  • radio: configure required plugins automatically (83954de)
  • select: configure required plugins automatically (7b64e19)
  • switch: configure required plugins automatically (6fa9d46)
  • text-field: configure required plugins automatically (7f2ffd7)

Features

v1.0.0-alpha.1 (2020-07-22)

Bug Fixes

  • app: make list focusable, auto close drawer on mobile (c545076)
  • button: expose href for route-href (93184ed)
  • list: move styling to scss (fe46819)
  • menu: position fixed for body hoisted menu (5c46dda)

Features

  • app: expandable list example (a3a1d6e)
  • expandable: add (3c45a99)
  • list: allow ignoring item interaction (562440d)
  • list: emit event on item action (34fb45c)
  • list: include arbitrary data with action event (fef06a1)
  • lookup: add (c260335)
  • lookup: add not found/searching/error templates (7f9142f)
  • lookup: add validation (44b8e56)
  • lookup: listen for up/down keys (588c17b)
  • menu: pass menu item action data with the event (c506c00)

1.0.0-alpha.0 (2020-07-19)

Bug Fixes

  • list: automatically rearrange list item children (0356b34)
  • select: layout options when items array changes (6b7897c)
  • select: set aria-required (22ad330)
  • tabs: enable default action (6f98f0d)
  • text-field: await label init (d66779c)
  • text-field: call in the right place (b340167)
  • text-field: check for empty label (8291c1f)
  • text-field: handle maxlength properly (af85404)

Features