ember-source 3.28.4 → 3.28.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Ember Changelog
2
2
 
3
+ ## v3.28.8 (December 2, 2021)
4
+
5
+ - [#19868](https://github.com/emberjs/ember.js/pull/19868) [BUGFIX] Fix a bug with the implicit injections deprecation that meant injecting a store to avoid the deprecation did not work.
6
+
7
+ ## v3.28.7 (December 1, 2021)
8
+
9
+ - [#19854](https://github.com/emberjs/ember.js/pull/19854) [BUGFIX] Fix implicit injections deprecation for routes to cover previously missed cases
10
+ - [#19857](https://github.com/emberjs/ember.js/pull/19857) [BUGFIX] Improve assert message in default store for when routes have dynamic segments but no model hook
11
+
12
+ ## v3.28.6 (November 4, 2021)
13
+
14
+ - [#19683](https://github.com/emberjs/ember.js/pull/19683) Ensure super.willDestroy is called correctly in Router's willDestroy
15
+
16
+ ## v3.28.5 (November 3, 2021)
17
+
18
+ - [#19820](https://github.com/emberjs/ember.js/pull/19820) Fix memory leak when looking up non-instantiable objects from the owner
19
+
3
20
  ## v3.28.4 (October 22, 2021)
4
21
 
5
22
  - [#19798](https://github.com/emberjs/ember.js/pull/19798) More fixes for errors while precompiling inline templates (introduced in 3.28.2)
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "3.28.4",
2
+ "version": "3.28.8",
3
3
  "buildType": "tag",
4
- "SHA": "62976fe7c0197baa05d1be558d0a4bcc18199d34",
5
- "assetPath": "/tag/shas/62976fe7c0197baa05d1be558d0a4bcc18199d34.tgz"
4
+ "SHA": "3537670c14883346e11e841fcb71333384fcbc87",
5
+ "assetPath": "/tag/shas/3537670c14883346e11e841fcb71333384fcbc87.tgz"
6
6
  }
@@ -6,7 +6,7 @@
6
6
  * Portions Copyright 2008-2011 Apple Inc. All rights reserved.
7
7
  * @license Licensed under MIT license
8
8
  * See https://raw.github.com/emberjs/ember.js/master/LICENSE
9
- * @version 3.28.4
9
+ * @version 3.28.8
10
10
  */
11
11
 
12
12
  /* eslint-disable no-var */
@@ -20713,7 +20713,7 @@ define("ember/version", ["exports"], function (_exports) {
20713
20713
  value: true
20714
20714
  });
20715
20715
  _exports.default = void 0;
20716
- var _default = "3.28.4";
20716
+ var _default = "3.28.8";
20717
20717
  _exports.default = _default;
20718
20718
  });
20719
20719
  define("simple-html-tokenizer", ["exports"], function (_exports) {