Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 7.1KB

3.0.5 (2019-04-15)

Bug Fixes

3.0.4 (2019-04-12)

Bug Fixes

Features

3.0.3 (2019-04-08)

Bug Fixes

3.0.2 (2018-11-23)

Bug Fixes

  • errors: throws with invalid route objects (#1893) (c837666)
  • fix the test in async.spec.js (#1953) (4e9e66b)
  • initial url path for non ascii urls (#2375) (c3b0a33)
  • only setupScroll when support pushState due to possible fallback: false (#1835) (fac60f6), closes #1834
  • workaround replaceState bug in Safari (#2295) (3c7d8ab), closes #2195
  • hash: support unicode in initial route (8369c6b)
  • history-mode: correcting indentation in web.config example (#1948) (4b071f9)
  • match: use pathMatch for the param of * routes (#1995) (ca1fccd), closes #1994

Features

3.0.1 (2017-10-13)

Bug Fixes

3.0.0 (2017-10-11)

Features

BREAKING CHANGES

  • typings: It is no longer compatible with the old Vue typings

2.8.0 (2017-10-11)

Bug Fixes

  • allow insllation on extended Vue copies (f62c5d6)
  • avoid first popstate event with async guard together (fix #1508) (#1661) (3cbc0f3)
  • deep clone query when creating routes (effb114), closes #1690
  • fix scroll when going back to initial route (#1586) (c166822)
  • handle null values when comparing objects (#1568) (4e95bd8), closes #1566
  • resolve native ES modules (8a28426)
  • send props not defined on the route component in \$attrs. Fixes #1695. (#1702) (a722b6a)

Features

  • enhance hashHistory to support scrollBehavior (#1662) (1422eb5)
  • scrollBehavior accept returning a promise (#1758) (ce13b55)

2.7.0 (2017-06-29)

Features

  • auto resolve ES module default when resolving async components (d539788)