Skip to content

0.0.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@mpetuska mpetuska released this 27 May 20:24
· 68 commits to master since this release
d9edb7c

Verified Versions

  • [JDK]: 11+
  • [Kotlin]: 1.6.21
  • [Compose]: 1.2.0-alpha01-dev679
  • [MDC]: ^14.0.0

Added

  • mdc-chips
  • mdc-banner
  • mdc-fab
  • mdc-image-list
  • mdc-touch-target
  • mdc-elevation
  • mdc-line-ripple
  • mdc-floating-label
  • mdc-notched-outline
  • Proper @DslMarker usage to prevent leaking scopes

Changed

  • Standardised event handlers
  • Reworked MDCSelect to be more lightweight and customisable
  • Introduced new CompositionLocal based MDC component management making it accessible from anywhere down the component
    hierarchy
  • Reworked sandbox with new katalog tooling for more streamlined experience and reduced boilerplate
  • Rewritten all existing samples to be fully interactive
  • Optimised MDC component state management for most of the components
  • opts based property builder was replaced with top-level properties

Removed

  • initialiseMDC and MDCInitEffect which were relying on storing the MDC component on the native HTML element

What's Changed

Full Changelog: 0.0.3...0.0.4