Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 525 Bytes

changelog.md

File metadata and controls

16 lines (11 loc) · 525 Bytes

v2.0.0-beta

VUM has been upgrade to [email protected] !

note: v2.x is not compatable with v0.x

important change from [email protected] to [email protected]:

  • two way props bind is not support in vue2, use instance method and custom event instead, so all 'modal' like components usage is changed!
  • only one root element!
  • this === undefined in directive
  • add '.native' when use native event, eg: '@click' => '@click.native'

V0.1.1 - 2016/10/23

  • New component: Circle Progress
  • fix bug: #29