ember-source 4.8.0-alpha.2 → 4.8.0-alpha.5
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/build-metadata.json +3 -3
- package/dist/ember-template-compiler.js +2 -2
- package/dist/ember-template-compiler.map +1 -1
- package/dist/ember-testing.js +1 -1
- package/dist/ember-testing.map +1 -1
- package/dist/ember.debug.js +2 -2
- package/dist/ember.debug.map +1 -1
- package/dist/header/license.js +1 -1
- package/dist/packages/@ember/renderer/index.js +1 -1
- package/dist/packages/ember/version.js +1 -1
- package/docs/data.json +2 -2
- package/package.json +2 -2
package/dist/header/license.js
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
`await settled()` in that location, but in some contexts you don't want to
|
|
20
20
|
wait for full settledness (which includes test waiters, pending AJAX/fetch,
|
|
21
21
|
run loops, etc) but instead only want to know when that updated value has
|
|
22
|
-
been rendered in the DOM. **THAT** is what `await
|
|
22
|
+
been rendered in the DOM. **THAT** is what `await renderSettled()` is _perfect_
|
|
23
23
|
for.
|
|
24
24
|
@method renderSettled
|
|
25
25
|
@returns {Promise<void>} a promise which fulfills when rendering has completed
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export default "4.8.0-alpha.
|
|
1
|
+
export default "4.8.0-alpha.5";
|
package/docs/data.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "The Ember API",
|
|
4
4
|
"description": "The Ember API: a framework for building ambitious web applications",
|
|
5
5
|
"url": "https://emberjs.com/",
|
|
6
|
-
"version": "4.8.0-alpha.
|
|
6
|
+
"version": "4.8.0-alpha.5"
|
|
7
7
|
},
|
|
8
8
|
"files": {
|
|
9
9
|
"node_modules/rsvp/lib/rsvp/promise/all.js": {
|
|
@@ -17375,7 +17375,7 @@
|
|
|
17375
17375
|
{
|
|
17376
17376
|
"file": "packages/@ember/renderer/index.ts",
|
|
17377
17377
|
"line": 11,
|
|
17378
|
-
"description": "Returns a promise which will resolve when rendering has completed. In\nthis context, rendering is completed when all auto-tracked state that is\nconsumed in the template (including any tracked state in models, services,\n etc. that are then used in a template) has been updated in the DOM.\n\n For example, in a test you might want to update some tracked state and\n then run some assertions after rendering has completed. You _could_ use\n `await settled()` in that location, but in some contexts you don't want to\n wait for full settledness (which includes test waiters, pending AJAX/fetch,\n run loops, etc) but instead only want to know when that updated value has\n been rendered in the DOM. **THAT** is what `await
|
|
17378
|
+
"description": "Returns a promise which will resolve when rendering has completed. In\nthis context, rendering is completed when all auto-tracked state that is\nconsumed in the template (including any tracked state in models, services,\n etc. that are then used in a template) has been updated in the DOM.\n\n For example, in a test you might want to update some tracked state and\n then run some assertions after rendering has completed. You _could_ use\n `await settled()` in that location, but in some contexts you don't want to\n wait for full settledness (which includes test waiters, pending AJAX/fetch,\n run loops, etc) but instead only want to know when that updated value has\n been rendered in the DOM. **THAT** is what `await renderSettled()` is _perfect_\n for.",
|
|
17379
17379
|
"itemtype": "method",
|
|
17380
17380
|
"name": "renderSettled",
|
|
17381
17381
|
"return": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ember-source",
|
|
3
|
-
"version": "4.8.0-alpha.
|
|
3
|
+
"version": "4.8.0-alpha.5",
|
|
4
4
|
"description": "A JavaScript framework for creating ambitious web applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"ember-addon": {
|
|
161
161
|
"after": "ember-cli-legacy-blueprints"
|
|
162
162
|
},
|
|
163
|
-
"_originalVersion": "4.8.0-alpha.
|
|
163
|
+
"_originalVersion": "4.8.0-alpha.5",
|
|
164
164
|
"_versionPreviouslyCalculated": true,
|
|
165
165
|
"publishConfig": {
|
|
166
166
|
"tag": "alpha"
|