ember-source 4.2.0-alpha.7 → 4.2.0-beta.1

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,9 @@
1
1
  # Ember Changelog
2
2
 
3
+ ### v4.2.0-beta.1 (December 28, 2021)
4
+
5
+ - [#19878](https://github.com/emberjs/ember.js/pull/19772) [BUGFIX] Allow class-based helpers to work in strict-mode.
6
+
3
7
  ### v4.1.0 (December 28, 2021)
4
8
 
5
9
  - [#19772](https://github.com/emberjs/ember.js/pull/19772) / [#19826](https://github.com/emberjs/ember.js/pull/19826) [FEATURE] Add a `@cached` decorator per [RFC #0566](https://github.com/emberjs/rfcs/blob/af64915b5ecde010fce09309a47ee6d2447588d0/text/0566-memo-decorator.md).
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "4.2.0-alpha.7",
2
+ "version": "4.2.0-beta.1",
3
3
  "buildType": "tag",
4
- "SHA": "3a14b45bba8b8e0a13e1b3939b068cbc495d5619",
5
- "assetPath": "/tag/shas/3a14b45bba8b8e0a13e1b3939b068cbc495d5619.tgz"
4
+ "SHA": "158e3238108f994545c74b47019fe925b64aacdf",
5
+ "assetPath": "/tag/shas/158e3238108f994545c74b47019fe925b64aacdf.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 4.2.0-alpha.7
9
+ * @version 4.2.0-beta.1
10
10
  */
11
11
 
12
12
  /* eslint-disable no-var */
@@ -1297,8 +1297,8 @@ define("@ember/canary-features/index", ["exports", "@ember/-internals/environmen
1297
1297
  @public
1298
1298
  */
1299
1299
  var DEFAULT_FEATURES = {
1300
- EMBER_LIBRARIES_ISREGISTERED: null,
1301
- EMBER_IMPROVED_INSTRUMENTATION: null,
1300
+ EMBER_LIBRARIES_ISREGISTERED: false,
1301
+ EMBER_IMPROVED_INSTRUMENTATION: false,
1302
1302
  EMBER_NAMED_BLOCKS: true,
1303
1303
  EMBER_GLIMMER_HELPER_MANAGER: true,
1304
1304
  EMBER_GLIMMER_INVOKE_HELPER: true,
@@ -18468,7 +18468,7 @@ define("ember/version", ["exports"], function (_exports) {
18468
18468
  value: true
18469
18469
  });
18470
18470
  _exports.default = void 0;
18471
- var _default = "4.2.0-alpha.7";
18471
+ var _default = "4.2.0-beta.1";
18472
18472
  _exports.default = _default;
18473
18473
  });
18474
18474
  define("simple-html-tokenizer", ["exports"], function (_exports) {