Skip to content

Latest commit

 

History

History
82 lines (68 loc) · 8.66 KB

CHANGELOG.md

File metadata and controls

82 lines (68 loc) · 8.66 KB

1.2.0 (2020-07-21)

Bug Fixes

  • 🐛 loose visibility condition (c70e2f2)

Features

  • ✨ implement tabs package (61fdb9d)
  • sticky: ✨ support sticky multiple instance (ba01213)
  • ✨ abstract touch behavior (1cc609b)
  • ✨ implement action-sheet (#7) (f7f4bf5)
  • ✨ implement dialog (33e2d77)
  • ✨ implement tab child (a1a482f)
  • popup: ✨ support scale transition (9bb7bfc)
  • ✨ implement swipe-cell (#8) (870895c)

1.1.0 (2020-07-10)

Features

  • ✨ implement vant-weapp circle component (#2) (863f5f7)

1.0.0 (2020-07-08)

Bug Fixes

  • 🐛 correct hoc component props transport (8e6a012)
  • 🐛 fix info visibility detect strategy (a0ce4a8)
  • 🐛remove weired default side property to avoid accident (903baee)
  • adapt original implementation (4ef927b)
  • add missing property (a34daec)

Features

  • 🍻 implement partial stepper, need better status (53fe0da)
  • 🍻 implement sticky component (29e8d24)
  • ✨ implement button component (4422e66)
  • ✨ implement cell component (ae9418f)
  • ✨ implement checkbox (170dd0a)
  • ✨ implement divider (d2a75e1)
  • ✨ implement goods-action (b482c38)
  • ✨ implement grid (dc18619)
  • ✨ implement icon component (3b9acb6)
  • ✨ implement image (de7052b)
  • ✨ implement layout components (d52d64d)
  • ✨ implement partail index-bar (26bbc76)
  • ✨ implement partial card (c370ac9)
  • ✨ implement partial nav-bar (0127c15)
  • ✨ implement partial notice-bar (7f29281)
  • ✨ implement partial slider component (28467cc)
  • ✨ implement partial submit-bar (0f30335)
  • ✨ implement partial tree-select (d9b67e8)
  • ✨ implement skeleton (e2058cd)
  • ✨ implement tabbar (29ac385)
  • ✨ implement picker, with huge difference, 🍻 (15d47df)
  • ✨ implement radio (dea0afe)
  • ✨ implement rate component (788e148)
  • ✨ implement switch (7b9e2c7)
  • ✨ keep consistance with vant-weapp submit-bar (472c2c6)
  • ✨implement dropdown-menu, weired (098be0e)
  • ✨implement full function notice-bar (ff61ad0)
  • ✨implement notify (b250171)
  • ✨implement popup (d383819)
  • ✨implement transition (a389a2d)
  • implement cell-group (8c562f4)
  • implement collapse (29d2f4e)
  • overlay: ✨implement overlay package (5d1d04c)
  • transition: ✨support click event binding (2d3670b)
  • ✨implement toast (28794f6)
  • transition: ✨support custom class name and styles (c6c59a6)
  • implement default props hoc (0b02448)
  • implement loading component (ebdd05c)
  • implement panel (89cff52)
  • implement progress (4eb2063)
  • implement sidebar (39d55ad)
  • implement steps (9fdb04c)
  • implement tag component (ce9aa49)

Performance Improvements

  • ⚡️avoid unnecessary bounding query (ed3cef9)