Skip to content

Latest commit

 

History

History
180 lines (95 loc) · 2.47 KB

HISTORY.md

File metadata and controls

180 lines (95 loc) · 2.47 KB

History


0.5.7

CHANGED change placeholder color to same as design

0.5.6

NEW add prop rcRef to get the ref of RcSelect, sometimes we need to call it's public methods

0.5.5

  • CHANGED update placeholder color from normal-alpha-4 to normal-4

0.5.4

  • CHANGED support js style export

0.5.1

  • CHANEGD fix rc-select version to ~8.1.0

0.5.0

  • CHANGED adapt React 16
  • CHANGED update rc-select to ^8.0.0

0.4.25

  • CHANGED update rc-select to ^7.0.0

0.4.24

0.4.23

FIXED multiple mode placeholder text overflow

0.4.22

CHANGED optimize select-value paddingRight, use large one only when allowClear is true

0.4.21

CHANGED export RcSelect

0.4.20

CHANEGD adapted for React@15.x

0.4.16

NEW add new prop size

0.4.15

FIXED placeholder overflow

0.4.14

CHANGED hide combobox arrow

0.4.13

CHNAGED update rc-select to ~6.8.0

0.4.10

FIXED incorrect style

0.4.8

CHANGED inline style, remove open border

0.4.7

CHANGED style adjustment

0.4.4

CHANGED box-shadow & border-radius change

0.4.0

NEW new animation

0.3.5

FIXED selected value text overflow (uxcore #13)

0.3.4

FIXED placeholder style bug in multiple mode

0.3.3

FIXED dropdown menu will be hidden when drag scrollbar in IE. #15

0.3.2

FIXED fix selected value style bug

0.3.0

CHANGED update dependency rc-select to ~6.4.0

0.2.8

  • CHANGED new dev tool
  • CHANGED repository

0.2.7

CHANGED add IE10/11 css hack to fix input width bug.

0.2.6

NEW add inline style

0.2.5

FIX fix multiple style bug CHANGED remove submodule

0.2.4

FIX fix style bug when option text is too long.

0.2.3

NEW add animation

0.2.2

FIXED fix dropdown z-index

0.2.1

CHANGED merge ver. 0.1.16

0.2.0

CHANGED upgrade rc-select to ~6.1.0, label is removed

0.1.15

CHANGED add defaultProps transitionName

0.1.12

CHANGED update scaffold

0.1.11

CHANGED update rc-select to 5.7.0

0.1.9

FIXED fix issue #6

0.1.7

CHANGED change css prefix

0.1.6

CHANGED upgrade to react@0.14

0.1.5

CHANGED update rc-select to 4.9.0

0.1.4

FIXED fix for ie8 bug which is defalutProps cannot be inherited by extends method.

0.1.3

FIXED fix dependencies bug

0.1.2

CHANGED change folder structure