Skip to content

v2.0.0

Compare
Choose a tag to compare
@jecisc jecisc released this 10 Jan 00:17
· 190 commits to master since this release

v2.0.0 (2010-01-10)

BREAKING CHANGES

A migration guide from v1 to v2 can be found here.

  • MDLHighLevelWidget properties should be coherent (ef2585d)
  • Table cells should be non numerical be default. (97155c9)
  • Clean MDLCardWidget API (5ed5b25)
  • Remove MDLMultilineTextField (20d3a84)
  • Remove MDLIconToggleLabel (fa58a71)
  • Remove MDLCheckboxWidget (bc3a710)
  • Remove MDLFooterLogo (1798fed)
  • Remove MDLApplication>>#applicationName (1864e53)
  • Remove MDLGridSection (88e3138)
  • Remove MDLMenuItem>>disable (bb652fc)
  • Remove #mdlCardTitle and #mdlCardTitle: (948ea25)
  • Remove useless calendars (544f61d)
  • Remove MDLPaginationWidget (0711a6c)
  • Cleaning for v2.0.0 (dc84fe1)
  • More cleaning (cfeb445)

Features

  • Use ajax in MDLSortableTable when we change the number of elements by page. (01f3bfb)
  • New extension: Pagination widget (ecb253e)

Bug fixes

  • Fix tests after new Seaside release (cb3698d)

Cleaning

  • Use more explicit names in date picker implementation. (33f73fc)

Infrastructure

  • Add migration guide (284ffa7)
  • Add URL management in demos to be able to send link of specific pages or exmaples (874f466)
  • Add demo on select widget and ajax. (79e12d5)
  • Add world menu command to open demo. (2bd203c)
  • Update dependency to MaterialColor 2.x.x (79ea3c0)
  • Migrate sources to Tonel (d0de59f)