Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 848 Bytes

RELEASE-NOTES.md

File metadata and controls

35 lines (26 loc) · 848 Bytes

1.0.0

  • Migrate to AndroidX
  • Change min API level to v14

0.6.5

  • Shrunk PNG image files
  • Add tools:shrinkMode="strict" to all drawable resources

0.6.4

  • Added four-parameter constructor to MaterialShadowContainerView
  • Add a new demo: "Programmatically add demo"

0.6.3

  • Added new styles in order to make resource shrinking work more aggressively

0.6.2

  • Added pre-composite nine patch resources
  • Introduced MaterialShadowContainerView styles

0.6.1

  • Fixed BadParcelableException issue (#5)
  • Added ms9_useAmbientShadow property
  • Added ms9_useSpotShadow property

0.6.0

  • Added "ms9_" prefix for all attributes
  • Added "ms9_forceUseCompatShadow" property
  • Added MaterialShadowContainerViewProperties class
  • Made MaterialShadowContainerView saves its state
  • Improved demo app

0.5.0

  • Initial release