Releases: nickiaconis/ember-prefetch
Releases · nickiaconis/ember-prefetch
Release 4.0.2
v4.0.2 (2019-11-19)
🐛 Bug Fix
- #161 Fix issue with query params using refreshModel within an Engine (@xg-wang)
- #160 Ensure both params and path are checked when determining the pivot point (@choongsan)
Committers: 2
- Thomas Wang (@xg-wang)
- @choongsan
Release 4.0.1
Release 4.0.0
v4.0.0 (2019-10-14)
💥 Breaking Change
- #151 Drop support for Node 6 and 11. (@jackson-dean)
🐛 Bug Fix
- #156 Handle route refresh and invoke prefetch for manual route.refresh() (@choongsan)
🏠 Internal
- #154 Add prettier to linting configuration (@jackson-dean)
Committers: 2
- Jackson Dean (@jackson-dean)
- @choongsan
Release 3.1.4
v3.1.4 (2019-08-12)
🐛 Bug Fix
- #147 Fix params/path diffing bugs (@chadhietala)
Committers: 1
- Chad Hietala (@chadhietala)
Release 3.1.3
v3.1.3 (2019-08-05)
🐛 Bug Fix
- #146 Fix sibling transitions and text qp transitions (@chadhietala)
Committers: 1
- Chad Hietala (@chadhietala)
Release 3.1.2
🐛 Bug Fix
- #145 Avoid re-calling
prefetch
for routes above the "pivot point" (@chadhietala)
Committers: 1
- Chad Hietala (@chadhietala)
v2.1.5
Fixes a memory leak in the router monkey patch.
v2.1.4
Fixes the deprecation of router.router
, which was renamed to router._routerMicrolib
.
v2.1.3
Changes nothing from https://github.com/nickiaconis/ember-prefetch/releases/tag/v2.1.2 (except the version number); simply republished to fix a latest-version issue on NPM.
v2.1.2
Fixes a bug related to query params and refreshModel
.