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

Latest commit

 

History

History
256 lines (127 loc) · 10.8 KB

CHANGELOG.md

File metadata and controls

256 lines (127 loc) · 10.8 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.9.0 (2020-05-17)

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)

0.8.2 (2020-05-15)

Bug Fixes

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

0.8.1 (2020-05-09)

Bug Fixes

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

0.8.0 (2020-04-28)

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)

0.7.1 (2020-02-20)

Bug Fixes

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

0.7.0 (2020-02-20)

Features

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

0.6.0 (2019-10-01)

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)

0.5.0 (2019-08-11)

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

0.4.1 (2019-05-14)

Bug Fixes

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

BREAKING CHANGES

  • Spinner: replace loading with isLoading

0.4.0 (2019-03-04)

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

0.3.3 (2019-01-23)

0.3.2 (2019-01-23)

Bug Fixes

0.3.1 (2019-01-23)

Bug Fixes

  • AvatarClip: adjust button text position (d0b21e4)
  • ClearableInput: adjust close button position in normal input (a57f7fe)

0.3.0 (2019-01-05)

Features

  • all components: use new design and add some new components (#27) (71465b1)
  • dialog/notification: add dialog and notification components (#33) (4cfa535)
  • Spinner/Switch: add spinner and switch components (#30) (e259a52)

0.2.2 (2018-09-11)

Bug Fixes

  • gulpfile: cannot use lib caused by prefixCls config (7b37ef8)

0.2.1 (2018-09-11)

Code Refactoring

  • site/Nav: make navbar scroll separately on webpage and small tweaks in Nav (#7) (97efaa5)
  • router: use reach router and remove prop-types warnings in site console (#26) (e2902a2)

0.2.0 (2018-08-20)

Code Refactoring

  • Nav: remove react-router and use new properties (#2) (5c5d1b7)
  • all components: use yandex BEM css code style(#1) (1506538)

BREAKING CHANGES

  • Nav: remove IndexNavItem and add SubNav, NavItemGroup

0.1.3 (2018-05-30)

Bug Fixes

  • package.json: resolve dist dir missing when npm publish (b7fe94d)

0.1.2 (2018-05-30)

Bug Fixes

All those changes were referred to cannot import @webapp-suite/ui lib

  • utils: move utils to components dir and renamed (c4420b9)
  • less: small tweak in components less (192bb9e)
  • components: remove redundant code in some components (d4d947d)
  • components: use new url less file (763f0dd)
  • config/package: new build command and gulpfile changed (83cc5ef)
  • travis: use dist and lib command (7e72da6)

0.1.1 (2018-05-24)

Bug Fixes

  • site:Footer: help links change (c361d02)

0.1.0 (2018-05-22)

Bug Fixes

  • AvatarClip: modal style issue (6d05a94)
  • Modal: close button of modal has no animation (e405c84)
  • npm run build failed in travis (aea1332)

Features

  • BackToTop: add icon type in the button (d0be042)
  • Form: add width props (265d3ea)
  • Nav: add width props (a7402dd)
  • Upload: make button can more configurable (5757e37)
  • add npm run create (b2eab0b)
  • add ui library logo (00ffaa4)