Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Releases: webapp-suite/ui

v0.9.0

17 May 13:11
a7ad776
Compare
Choose a tag to compare

Features

  • Button: add htmlType prop for form submit button (#278) (03fbf72)
  • Nav: make setting button can be hidden (#279) (e9e121b)

Bug Fixes

  • button: prevent button inheriting parent's line-height (9b48c71)
  • header: fix button height issue in safari (dc9d7d6)

v0.8.2

15 May 01:42
b9c89bb
Compare
Choose a tag to compare

Bug Fixes

  • Nav: render issue in safari when nav collapsed (#276) (244a891), closes #272

v0.8.1

09 May 03:36
fcc8eea
Compare
Choose a tag to compare

Bug Fixes

  • Nav: make Nav can be collapsed after clicked item (#271) (7748b67)

v0.8.0

28 Apr 15:07
c2363f4
Compare
Choose a tag to compare

Features

  • Header: support children and polish style (0cb4c7a)

Bug Fixes

  • Button: large button style issue (687cefa)
  • dialog: make the dialog to the center of window (fcfc20f)
  • docs: button line-height caused by markdown (153d289)
  • Upload: onUplading to onUploading (3ad6871)
  • website: svg font and style issue (3092009)

v0.7.1

20 Feb 13:59
86925d4
Compare
Choose a tag to compare

Bug Fixes

  • deps: react-custom-scrollbars missing (c123603)

v0.7.0

20 Feb 13:18
d29fe0e
Compare
Choose a tag to compare

Features

  • Input: add new input component (#77) (653de93), closes #62
  • Nav: make the Nav can collapsed and opened (#197) (98aa328)

Code Refactoring

  • Button: refactor button and add gallery (#78) (06486e4), closes #70

v0.6.0

01 Oct 11:12
Compare
Choose a tag to compare

Features

  • Button: add loading attribute to button to initialize a spinner (#76) (221b0c5), closes #61

Notable changes

  • webpack:
    • use latest stable webpack@4 (#56)
    • support webpack tree shaking (#63)
  • deps:
    • classlist: update to 2.0.0 (#69)
    • react-avatar-editor: update to 11.0.7 (#69)

v0.5.0

11 Aug 09:28
Compare
Choose a tag to compare

Features

  • Header: rename HeaderBar to Header and add color prop (5d5ce5f)
  • Pager: add Pager component (#46) (74216ec)
  • ToolBar: add ToolBar for tabs just now (76849fa)

BREAKING CHANGES

  • Header: HeaderBar was obsoleted and use Header instead

v0.4.1

14 May 09:44
Compare
Choose a tag to compare

Bug Fixes

  • Spinner: text position issue in lg Spinner (a5f6b57)

BREAKING CHANGES

  • Spinner: replace loading with isLoading

v0.4.0

04 Mar 08:33
Compare
Choose a tag to compare

Features

  • Aside: add aside and refactor basic dialog by react portal (#45) (fc14984), closes #39
  • dialog/notification: use colorful buttons and add accept type in dialog (#41) (eda4016), closes #38
  • Button: add accept warning and danger button type (#40) (fc14984), closes #37

BREAKING CHANGES

  • remove primary options in dialog