Skip to content

v1.2.2

Latest
Compare
Choose a tag to compare
@JOU-amjs JOU-amjs released this 05 Apr 03:29
· 9 commits to master since this release

v1.2.2 (2018-04-05)

Bug Fixes

  • Fix the problem that it can't get DOM in mounted life cycle (a4d5d7f)
  • @media: Fix the problem that it throw error when use '@media' (418b227)
  • hashHistory: Fix the problem that can't build url right with only query in hash mode (51ddbf5)
  • redirect: Fix the problem of redirecting (aa62b49)
  • Router: Fix the problem that it can't match original url when redirect (72f707e)
  • scopedAttr: Fix the problem that it can't add the scoped attrs when create nodes with ":for" (edb18c3)

Features

  • scrollTop: It can reset the window's scroll top when updating view (1593732)

Performance Improvements

  • scrollTo: Change the "scrollTo" function to a builtin plugin (55b35b4)