Skip to content

Latest commit

 

History

History
244 lines (87 loc) · 8.53 KB

CHANGELOG.md

File metadata and controls

244 lines (87 loc) · 8.53 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.0-beta.0 (2021-01-01)

Bug Fixes

Features

  • updated touch features for MDC 4 (b06e851)

2.0.0-alpha.0 (2020-12-31)

Bug Fixes

  • filter chip leading icon wasn't hidden correctly (b011df9)
  • fix buttons, ripples, and list item for new mdc (9b902b5)
  • forward events from dynamic components correctly (5367449)

Features

  • update chips to work with MDC 4 (2c28796)
  • update Select to work with MDC 4 (81a7ee9)
  • updated form field related features for MDC 4 (4894cfb)

BREAKING CHANGES

  • Select has some breaking changes listed in the migration docs.
  • Chips has several breaking changes listed in the migration docs.

1.1.0 (2020-12-24)

Features

  • make tab an anchor if href prop is present (d9f800b)

1.0.0 (2020-08-04)

Note: Version bump only for package svelte-material-ui

1.0.0-beta.21 (2020-04-19)

Bug Fixes

  • undefined current_component in browsers not supporting import #60 (708abd6)

1.0.0-beta.20 (2020-01-31)

Bug Fixes

  • Cannot read property 'destroy' of undefined in menuSurface (2bd8d37)
  • fix button group styling in Safari/iOS (eb52cc6)
  • fix Svelte warning about unused class export (baac41b)

Features

  • add component option to Button to allow other elements/components (95d4d49)
  • reduce Ripple arguments and add class forwarding option (550ac93)

1.0.0-beta.19 (2019-12-13)

Bug Fixes

  • prevent new Svelte versions from mangling MDC classes (8a94e95), closes #52
  • stop empty attrs on elements (084bc39)

Features

  • add shape props for button to create rounded buttons (a94cf69)
  • add shape props for button to create rounded buttons (7fb3b8b)

1.0.0-beta.18 (2019-11-08)

Bug Fixes

  • layout components when dialog is opened (fee2755), closes #35
  • remove hoisted menu-surface from body in onDestroy (8e905b7)
  • working on fixing dialog. wip (601d4fd)

1.0.0-beta.17 (2019-10-28)

Bug Fixes

  • fixed initial value state of Select component (4afdfc2)
  • handle blank number input as NaN (939543f)

Features

  • add three line lists (modifying MintyMods code) (5894c23)
  • update MDC package versions to 3.2.0 (605753d)

1.0.0-beta.16 (2019-09-24)

Note: Version bump only for package svelte-material-ui

1.0.0-beta.15 (2019-09-13)

Bug Fixes

  • fixed ClassAdder components to allow SSR (de0daa1), closes #29
  • forgot the dialog excludes (78e6ca9)
  • let dialog buttons be links, even though it's not MDC compliant (e504cd7)
  • prefer direct for prop over context on floating label (9184532)

1.0.0-beta.14 (2019-09-07)

Bug Fixes

  • fixed more sass commands (1c81e01)
  • fixed the packages' sass commands (97d64ea)

1.0.0-beta.13 (2019-09-06)

Features

  • add bare js and css to all components (ebe7a6d)

1.0.0-beta.12 (2019-09-06)

Bug Fixes

  • properly import Ripple and its styles (9588c8b)

1.0.0-beta.11 (2019-09-06)

Bug Fixes

  • allow for prop on wrapped floating label (b69049c)
  • import styles correctly (37e6fa6)

Features

  • provide bare js and css (button only for test) for use in REPL (1b9a268)

1.0.0-beta.10 (2019-09-03)

Bug Fixes

  • dependencies between packages (a883601)

1.0.0-beta.8 (2019-08-30)

Note: Version bump only for package svelte-material-ui

1.0.0-beta.7 (2019-08-29)

1.0.0-beta.6 (2019-08-27)

Note: Version bump only for package svelte-material-ui