Skip to content

1.1.1

Compare
Choose a tag to compare
@lgavillet lgavillet released this 03 Feb 09:29
· 59 commits to master since this release
  • Add variables to chip component #88
  • New materialize 0.98.0, adapted to the standardized plugin option naming to camelcase
    $('.modal').modal({ in_duration: 300 })
    becomes
    $('.modal').modal({ inDuration: 300 })