Skip to content

Commit 1cf387a

Browse files
committed
delete all ids and use displayId when necessary
1 parent 42196a0 commit 1cf387a

File tree

194 files changed

+668
-601
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

194 files changed

+668
-601
lines changed

content/ember-cli/v2/base-url.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
id: base-url
32
title: Base URL
4-
until: '3.0.0'
5-
since: '2.7.0'
3+
until: 3.0.0
4+
since: 2.7.0
65
---
76

7+
88
The usage of `baseURL` setting in `config/environments.js` has been deprecated in favor of using
99
an explicit `rootURL`. A detailed explanation of the problem and the migration path can be found in
1010
[this blog post](/blog/2016/04/28/baseURL.html).

content/ember-cli/v2/clobbering-addon-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
id: clobbering-addon-options
32
title: Clobbering Addon#options
4-
since: '2.12.0'
3+
since: 2.12.0
54
---
65

6+
77
Clobbering `this.options` within an addon has been deprecated. If you would like to use `this.options`
88
for internal options within your addon, you must preserve the intitial options object that is present.
99

content/ember-cli/v2/deprecate-utility.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
id: deprecate-utility
32
title: Deprecate Utility
4-
until: '3.0.0'
5-
since: '2.2.0'
3+
until: 3.0.0
4+
since: 2.2.0
65
---
76

7+
88
Using the `ember-cli/lib/utlities/deprecate` module to issue deprecations has been deprecated
99
in favor of using `.writeDeprecateLine` method on the `ui` object (which is available on both
1010
addons and project instances).

content/ember-cli/v2/migrate-from-brocfile-js-to-ember-cli-build-js.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
id: migrate-from-brocfile-js-to-ember-cli-build-js
32
title: Migrate from Brocfile.js to ember-cli-build.js
4-
until: '3.0.0'
5-
since: '2.0.0'
3+
until: 3.0.0
4+
since: 2.0.0
65
---
76

7+
88
Early versions of Ember CLI utilized the default build file of Broccoli: `Brocfile.js`. Over time
99
we began realizing that this was not a tenable solution (we could not pass high fidelity objects
1010
into the build pipeline, and therefore created two instances of all addons, etc), and introduced a

content/ember-cli/v4/ember-cli-blacklist-whitelist-build-options.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
2-
id: ember-cli.blacklist-whitelist-build-options
32
title: blacklist and whitelist build options
4-
until: '5.0.0'
5-
since: '4.4.0'
3+
until: 5.0.0
4+
since: 4.4.0
5+
displayId: ember-cli.blacklist-whitelist-build-options
66
---
77

8+
89
Using the `blacklist` and `whitelist` build options has been deprecated. Please
910
use `exclude` and `include` respectively instead.
1011

content/ember-cli/v4/ember-cli-blueprint-add-bower-package-to-project.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
2-
id: ember-cli.blueprint.add-bower-package-to-project
32
title: Blueprint::addBowerPackageToProject
4-
until: '5.0.0'
5-
since: '4.3.0'
3+
until: 5.0.0
4+
since: 4.3.0
5+
displayId: ember-cli.blueprint.add-bower-package-to-project
66
---
77

8+
89
`addBowerPackageToProject` has been deprecated. If the package is also available
910
on the npm registry, please use `addPackageToProject` instead. If not, please
1011
suggest your users to install the Bower package manually by running:

content/ember-cli/v4/ember-cli-blueprint-add-bower-packages-to-project.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
2-
id: ember-cli.blueprint.add-bower-packages-to-project
32
title: Blueprint::addBowerPackagesToProject
4-
until: '5.0.0'
5-
since: '4.3.0'
3+
until: 5.0.0
4+
since: 4.3.0
5+
displayId: ember-cli.blueprint.add-bower-packages-to-project
66
---
77

8+
89
`addBowerPackagesToProject` has been deprecated. If the packages are also available
910
on the npm registry, please use `addPackagesToProject` instead. If not, please
1011
suggest your users to install the Bower packages manually by running:

content/ember-cli/v4/ember-cli-building-bower-packages.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
2-
id: ember-cli.building-bower-packages
32
title: Building Bower Packages
4-
until: '5.0.0'
5-
since: '4.3.0'
3+
until: 5.0.0
4+
since: 4.3.0
5+
displayId: ember-cli.building-bower-packages
66
---
77

8+
89
Building Bower packages has been deprecated.
910

1011
Please consider one of the following alternatives:

content/ember-cli/v4/ember-cli-ember-cli-jshint-support.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
2-
id: ember-cli.ember-cli-jshint-support
32
title: ember-cli-jshint support
4-
until: '5.0.0'
5-
since: '4.6.0'
3+
until: 5.0.0
4+
since: 4.6.0
5+
displayId: ember-cli.ember-cli-jshint-support
66
---
77

8+
89
Support for [ember-cli-jshint](https://github.com/ember-cli/ember-cli-jshint) has been deprecated.
910
Please use [ESLint](https://eslint.org/) directly instead. Please refer to the
1011
default [app blueprint](https://github.com/ember-cli/ember-cli/tree/master/blueprints/app/files)

content/ember-cli/v4/ember-cli-project-bower-dependencies.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
2-
id: ember-cli.project.bower-dependencies
32
title: Project::bowerDependencies
4-
until: '5.0.0'
5-
since: '4.3.0'
3+
until: 5.0.0
4+
since: 4.3.0
5+
displayId: ember-cli.project.bower-dependencies
66
---
77

8+
89
`bowerDependencies` has been deprecated. If you still need access to the
910
project's Bower dependencies, you will have to manually resolve the project's
1011
`bower.json` file instead:

0 commit comments

Comments
 (0)