Skip to content

Releases: aurelia-ui-toolkits/aurelia-mdc-web

v1.0.0-alpha.6

29 Jul 06:47
Compare
Choose a tag to compare

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

27 Jul 03:36
Compare
Choose a tag to compare

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

24 Jul 08:55
Compare
Choose a tag to compare

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

24 Jul 08:54
Compare
Choose a tag to compare

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

Bug Fixes

v1.0.0-alpha.2

23 Jul 09:59
Compare
Choose a tag to compare

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

22 Jul 12:20
Compare
Choose a tag to compare

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)

v1.0.0-alpha.0

22 Jul 12:19
Compare
Choose a tag to compare

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