Skip to content

Latest commit

 

History

History
230 lines (195 loc) · 7.49 KB

CHANGELOG.en-US.md

File metadata and controls

230 lines (195 loc) · 7.49 KB
title toc
Change Log
hidden

1.6.9

2019-03-08

  • Fix
    • Popup synchronously operate problem#341

1.6.8

2019-01-19

  • Fix
    • InputItem remove setting cursor for native type #268

1.6.7

2018-12-28

  • Fix
    • Toast execute timing

1.6.6

2018-12-16

  • Fix
    • Fix InputItem repeated formatting triggered by two-way binding
    • Fix Radio errors caused by selectedIndex not reset after updating the data source #251
    • Fix TabPicker problem that TabBar option cannot be cleared when updating #252

1.6.4

2018-11-20

  • Fix
    • Swiper slight movement trigger afterChange #232

1.6.3

2018-10-29

  • Feature
    • TabPicker custom text #216
  • Fix
    • undefined static methods #223

1.6.2

2018-10-19 -Fix

  • Remove Cashier max height limit #208
  • Button click event not working on some old browsers

1.6.1

2018-09-29

  • Fix
    • max content overflow #200

1.6.0

2018-09-03

  • Feature
    • ScrollView Add header/footer slots #188
  • Fix
    • InputItem clear-btn visbible only input focused #196
    • DatePicker reset column before update #192

1.5.6

2018-08-20

  • Fix
    • ScrollView not scrollable when there is a keyboard #184

1.5.5

2018-08-13

  • Fix
    • ScrollView fix fault tolerance without tagName #183
    • Cashier fix passed index of default selected item to click hand #181

1.5.4

2018-08-01

  • Feature
    • Stepper add v-model support #171
    • Stepper add is-integer prop to allow integer input only #171
    • ScrollView add auto-reflow prop to auto reflow scroll area size
  • Fix
    • Selector missing prop #173
    • Typescript declaration file #169/#167/#166
    • Remove InputItem auto trim value #164

1.5.2

2018-07-24

  • Fix
    • ScrollView content not response to click event #158
    • Selector scroll bug 157

1.5.1

2018-07-23

  • Fix
    • Improve Typescript definitions #153

1.5.0

2018-07-20

  • Feature
    • Add ScrollView component
    • Add CheckGroup, CheckList, CheckBox components
    • Radio supports is-across-border prop
    • Steps supports slot-scoped with index
    • TabBar supports horizontal scrolling
  • Fix
    • Fix asynchronous data-loading bug of Swiper#150
    • Fix automatic-installing bug while importing components library in global environment #141
    • Fix style bug of Radio

1.4.4

2018-07-12

  • Fix
    • Swiper document bug #138
    • Cashier success icon style bug
    • InputItem numeric value support #132
    • Picker return undefined of getColumnValue method when not set defeaultIndex #131

1.4.3

2018-07-04

  • Fix
    • Radio style bug

1.4.1

2018-07-01

  • Feature
    • Add Amount component
    • Add ActivityIndicator component
    • Dialog add Dialog.closeAll static method
    • ActionSheet add static method to create action-sheet #79
    • FieldItem remove restrictions on arrow #124
  • Fix
    • Agree flexbox layout bug

1.3.3

2018-06-15

  • Feature
    • Toast add support of custom position #89
  • Fix
    • InputItem unformatted input maxlength limit

1.3.2

2018-06-11

  • Feature
    • Increase css varialbe coverage

1.3.1

2018-06-08

  • Feature
    • Add support of css varialbe
    • ImageReader callback add image file argument
    • Cashier add support of customized text
  • Fix
    • InputItem� issue #104

1.3.0

2018-06-01

  • Feature
    • Selector, TabPicker add support of mask-closable porp #64
    • Cashier change the presentation of channels #77
    • Capatcha add support to customize button text and add auto-countdown prop to control whether auto send code or not #84
    • ActionSheet add maxHeight #86
    • InputItem support digit type and other standard html input type #95
    • PickerDatePickerTabPicker will cancel change when click mask or cancel button
  • Fix
    • Fix DatePicker bug #75
    • Fix some document bugs

1.2.3

2018-05-11

  • Fix
    • Fix issue #78
    • Update documentation site

1.2.2

2018-05-09

  • Fix
  • Feature
    • Add vw responsive
    • Make Popup to adapt iPhone X

1.1.1

2018-05-06

  • Fix

1.1.0

2018-05-04

  • Feature

    • Add fade mode of Swiper #20
    • Add v-model prop to control the visibility of ImageViewer #42
    • Add support digit support of Toast content #43
  • Fix

    • Fix Picker bug when reset DefaultIndex #50
    • Fix display:box warning of Autoprefixer #54

1.0.9

2018-04-26

  • Fix issue #47

1.0.8

2018-04-24

  • Remove the need of .native modifier of Button
  • Landscape component add mask-closable prop

1.0.6

2018-04-20

  • Fix issue #29

1.0.5

2018-04-18

  • Fix issue #24

1.0.4

2018-04-12

  • Fix components/index.js bug

1.0.2

2018-04-12

  • Add global package version

1.0.1

2018-04-12

  • Fix wrong package entry

1.0.0

2018-04-11

  • Initial release