Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

38 lines (26 loc) · 2.05 KB

v1.3.1 (2021-01-29)

🚀 Enhancement

  • #518 fix(link-manager): Use private router API to query currentURL in a side-effect-free way (@Turbo87)

Committers: 1

v1.3.0 (2021-01-28)

🚀 Enhancement

🐛 Bug Fix

  • #506 services/link-manager: Fix typo in getLinkParamsFromURL() method name (@Turbo87)

🏠 Internal

  • #505 tests/components: Run tests with and without the setupLink() test helper (@Turbo87)
  • #504 Add LinkTo tests and currentURL() assertions (@Turbo87)
  • #503 tests/components/link: Add "incomplete model" test (@Turbo87)
  • #502 Adjust CI jobs (@Turbo87)
  • #501 tests/acceptance: Avoid multiple Router.map() calls (@Turbo87)

Committers: 1

v1.2.1 (2020-11-16)

🐛 Bug Fix

  • #473 Check button property and modifier key states before calling preventDefault() (@Turbo87)

Committers: 1

v1.2.0 (2020-08-06)

  • #257 Testing API and support for render tests
  • #394 fix(Link): Use currentTransitionStack to enable auto-tracking