Skip to content

Releases: Conflux-Chain/react-ui

v1.0.0-alpha.49

03 Sep 06:47
f05d73e
Compare
Choose a tag to compare
v1.0.0-alpha.49 Pre-release
Pre-release

1.0.0-alpha.49 (2020-09-03)

Bug Fixes

  • tooltip: remove border on the edge of arrow when placement is left (#87) (f05d73e)

v1.0.0-alpha.48

03 Sep 06:41
a6a447c
Compare
Choose a tag to compare
v1.0.0-alpha.48 Pre-release
Pre-release

1.0.0-alpha.48 (2020-09-03)

Bug Fixes

v1.0.0-alpha.47

03 Sep 04:18
86c0a99
Compare
Choose a tag to compare
v1.0.0-alpha.47 Pre-release
Pre-release

1.0.0-alpha.47 (2020-09-03)

Bug Fixes

  • table: fixed column style, th bgcolor, zebra with expandable (b386b5c)
  • table: import from es instead of lib (eded227)
  • table: line variant style, hovered 2px -> 1px (e4cab83)
  • table: no need to import * (6c4107a)
  • table: style use variable (48ba590)
  • tooltip: arrow position (55fab97)

Features

v1.0.0-alpha.46

03 Sep 03:01
556c56e
Compare
Choose a tag to compare
v1.0.0-alpha.46 Pre-release
Pre-release

1.0.0-alpha.46 (2020-09-03)

Bug Fixes

  • date-picker: cleanup date-picker tests, add some FIXME (e53cbb4)
  • date-picker: invalid props (5cce385)
  • date-picker: key warning (05610ea)
  • date-picker: modify the parameter of getColor (f9e9341)
  • date-picker: some props TS2322 error (41545c0)
  • date-picker: ts lint with props (e5d1005)
  • date-picker: type compatibility (5a55056)
  • date-picker: useDatePickerHandle methods (7a1aa27)

Features

  • date-picker: add ref props support and setValue method (0991afb)
  • date-picker: add common methods test (21f70b1)
  • date-picker: add date-picker component (60a5b99)
  • date-picker: add showTime prop type define (6610fe8)
  • date-picker: add useDatePickerHandle hook (6891dbc)
  • date-picker: remove onClick prop (8fdf1e2)
  • date-picker: replace moment to dayjs (bb25fef)
  • date-picker: wrap memo (681560a)
  • input: change type for compatible with date-picker (bbb6029)

v1.0.0-alpha.45

03 Sep 02:25
a293089
Compare
Choose a tag to compare
v1.0.0-alpha.45 Pre-release
Pre-release

1.0.0-alpha.45 (2020-09-03)

Bug Fixes

  • auto-complete: default width (b1563cc)
  • input: primary line input border color CU-45p2yz (43c1bd4)

v1.0.0-alpha.44

01 Sep 02:59
89c3635
Compare
Choose a tag to compare
v1.0.0-alpha.44 Pre-release
Pre-release

1.0.0-alpha.44 (2020-09-01)

Bug Fixes

  • all: update font-weight config of button/pagination/tabs/messages and related .snap (5891622)

v1.0.0-alpha.43

28 Aug 03:47
726bf7f
Compare
Choose a tag to compare
v1.0.0-alpha.43 Pre-release
Pre-release

1.0.0-alpha.43 (2020-08-28)

Features

  • tabs: Implement a couple of features and fix bugs of tabs (#47) (726bf7f)

v1.0.0-alpha.42

27 Aug 07:48
7d45a44
Compare
Choose a tag to compare
v1.0.0-alpha.42 Pre-release
Pre-release

1.0.0-alpha.42 (2020-08-27)

Features

v1.0.0-alpha.41

26 Aug 07:52
84b43ed
Compare
Choose a tag to compare
v1.0.0-alpha.41 Pre-release
Pre-release

1.0.0-alpha.41 (2020-08-26)

Bug Fixes

  • popover: add min-width, add example with hover bg color (342caf8)
  • popover: popover style (0e4d595)
  • popover: types (0049683)
  • popover: use shadow variable (86f71af)
  • tag: update TagTypes to TagColors (37143c7)
  • tooltip: enable controlled tooltip (7b98140)

Features

  • popover: add title prop, fix style (2a505f4)
  • tag: change line default style (8aa9976)
  • tag: icon and dashed (753eef6)
  • tag: use button for tag (12e2372)

v1.0.0-alpha.40

26 Aug 07:36
cb001d5
Compare
Choose a tag to compare
v1.0.0-alpha.40 Pre-release
Pre-release

1.0.0-alpha.40 (2020-08-26)

Bug Fixes

  • auto-complete: component type signature (774823e)
  • input: alter disabled style and color with alpha (c7f93f0)
  • input: use auto complete context in input instead of className (ebc8489)
  • input: useInputHandle test .focus .blur (63ab534)

Features

  • input: new use-imperative-input (72bf1bf)
  • input: put input.id into label.for CU-3zv6jd (616a59f)
  • useImperativeHooks: add useTextareaHandle useAutoCompleteHandle (931d130)