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

Release v1.0.0-alpha.18

Pre-release
Pre-release
Compare
Choose a tag to compare
@b2nil b2nil released this 25 Feb 17:31
· 119 commits to master since this release

Features

  • feat: add ui component registering plugin (c3a4bc1)
  • feat(tab-bar): props fontSize and iconSize accept both string and number (72492d4)
  • feat(rate): make props size, max, margin accept both number and string (5d45eb9)
  • feat(segmented-controll): make prop fontSize accept both number and string (c40d35a)

Fixes

  • fix(input): value 0 will lead to improper rendering of clear icon, close #81 (e4d840f)
  • fix(modal): modal action buttons should not have top margin, close #76 (0a1b8a2)
  • fix(input): class named '.at-input--without-border' exists when prop border is true, by @SUDOCS (10ed436)
  • fix(textarea): placeholder class style bug, by @Chenxinan (9b21c32)
  • fix(noticebar): support more miniapp platforms (6ce1738)
  • fix(input): not to render slot container node if no slot content (61d5452)
  • fix(input): input event handlers should not be triggered if disabled (d39acae)
  • fix(input): space following default placeholderClass should be trimmed (3e5c1ef)
  • fix(input): placeholderClass should be string rather than object (5d852b3)
  • fix(image-picker): fix sizeType and sourceType typo and add default values for both props (3b733bb)
  • fix(skeleton): use TransitionGroup instead of Transition (e739dea)
  • fix(skeleton): should return a11y attributes when loading (25e980a)
  • fix(toast): ReferenceError: Cannot access 'state' before initialization (e3c3dc4)

tests

  • update roughly half of the test cases