Skip to content

Latest commit

 

History

History
165 lines (115 loc) · 5.79 KB

CHANGELOG.en-US.md

File metadata and controls

165 lines (115 loc) · 5.79 KB
title toc
Change Log
hidden

2.2.2

2019-05-11

  • Feature

    • TabPickeradd event select#436
  • Fix

    • When the option in the tab list of each level of TabPicker is selected, the internal container is reset to the top
    • RadioList automatically clears the filled out text box when switching to a non-text option
    • DatePicker prop custom-types support HH#433
    • Add onCancel to the type declaration of Dialog
    • Optimize some components documentation

2.2.1

2019-04-22

  • Feature

    • Stepper add slots unreachedicon#405
    • InputItem add prop solid, used to set the title with unfixed width#411
    • Ruler add props stepTextPositionstepTextRender
  • Fix

    • Fix the exception thrown by Picker when setting a wrong default-index#416
    • Optimize some component styles

2.2.0

2019-04-13

  • Feature

    • New Ruler Component
    • ScrollViewRefresh add prop rollerColor, used to set the progress bar color of pull-down refreshing#399
    • Optimize WaterMark component by using canvas to render watermark
    • Stepper add increase, decrease events
  • Fix

    • Swiper incorrect index jumping with method goto#366
    • Progress hide inner circle when value is 0#381

2.1.7

2019-03-22

  • Fix
    • InputItem not update when slots change
    • Codebox bottom border not shown on some devices

2.1.6

2019-03-15

  • Fix
    • Swiper not destroy properly#338
    • InputItem support string type virtual-keyboard-vm prop#355

2.1.4

2019-03-08

  • Feature

    • Optimize Swiper gestures
  • Fix

    • Some build bugs
    • ScrollView move out screen not trigger scroll end action
    • Popup synchronously operate problem#341

2.1.2

2019-02-25

  • Fix
    • Fix ScrollView is not able to trigger the problem when the content is not full.#335
    • Fixed a problem with the line break when the InputItem title floated

2.1.1

2019-02-23

  • Fix
    • Fix the problem that postcss is not in effect at build time, causing assets such as images in mand-mobile.css not to be processed by url inline。

2.1.0

2019-02-22

  • Feature

    • Seletor: defaultValue prop remove type limits#305
    • ScrollView: add immediateCheckEndReaching prop,in order to check reach bottom immediately and emit endReached event#312
    • Picker and DatePicker: add lineHeight prop, which is used to customize option line height#323
    • ScrollView: add touchAngle prop, in order to control scroll angle#326
    • Amount: use system default font
  • Fix

    • Update type declaration
    • WaterMark: fix can not click content area#304
    • Swiper: fix when set isLoop as false and transition as slideY, can not scroll problem#311
    • TabPicker: fix scroll and click bug#319
    • InputItem: fix wrong cursor position#322
    • InputItem: fix bug at Vue 2.6+#324
    • Update docs

2.0.0

2019-01-30

  • Feature

    • DetailItem increase supported types of content#285
    • Dialog add default value true of preventScroll#286
    • Radio increase supported types of value#289
    • Icon font type increases without prefix class name#295
    • CheckCheckBoxincrease supported types of name and value#297
    • InputItem add prop virtual-keyboard-vm, used to support external custom financial keyboards
    • Cashier add scoped slot footer and channels add property img
  • Fix

    • InputItem remove setting cursor for native type #268
    • supplement index.d.ts
    • fix part of components style issues

2.0.0-rc.5

2019-01-04

  • Feature

    • Add PascalCase name to global components#261
    • ScrollView add prop manual-init and method init
    • TabBar, Tabs add prop immediate
    • Swiper add prop transition-duration
  • Fix

    • fix part of components style issues

2.0.0-rc.4

2018-12-21

  • Feature

    • Optimize NumberKeyboard input experience
    • Cashier adds slot scene
    • Picker adds prop default-value#255
  • Fix

    • Fix Popup continuous "show & hide" invalidation problem
    • Fix Steps style compatibility issues
    • Fix InputItem style problem, increase close button click area
    • setError of Captcha no longer clears codes

2.0.0-rc.3

2018-12-14

🎉🎉🎉 👏👏👏 Learn more in theMigration from 1.x.

1.x

Visit GitHub to read 1.x change logs.