You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,14 @@
77
77
-[#18694](https://github.com/emberjs/ember.js/pull/18694)[BUGFIX] Ensure tag updates are buffered, remove error message
78
78
-[#18709](https://github.com/emberjs/ember.js/pull/18709)[BUGFIX] Fix `this` in `@tracked` initializer
79
79
80
+
### v3.16.9 (July 29, 2020)
81
+
82
+
-[#19001](https://github.com/emberjs/ember.js/pull/19001)[BUGFIX] Invoke methods correctly in `TextSupport``sendAction`
83
+
-[#19023](https://github.com/emberjs/ember.js/pull/19023)[BUGFIX] Avoid over eager property access during `init`
84
+
-[#19048](https://github.com/emberjs/ember.js/pull/19048)[BUGFIX] Update `router.js` to ensure `transition.abort` works for query param only transitions
-[#19059](https://github.com/emberjs/ember.js/pull/19059)[BUGFIX] Prevent `<base target="_parent">` from erroring in HistoryLocation
87
+
80
88
### v3.16.8 (April 24, 2020)
81
89
82
90
-[#18879](https://github.com/emberjs/ember.js/pull/18879) Ensure errors thrown during component construction do not cause (unrelated) errors during application teardown (fixes a common issue when using `setupOnerror` with components asserting during `constructor`/`init`/`didInssertElement`).
0 commit comments