angular-cn/aio/content/guide
Alan Agius 5d5c94d83a feat(service-worker): remove deprecated `versionedFiles` option (#32862)
BREAKING CHANGE:

Remove deprecated option `versionedFiles` from service worker asset group configuration in `ngsw-config.json`

Before
```json
"assetGroups": [
  {
    "name": "test",
    "resources": {
      "versionedFiles": [
        "/**/*.txt"
      ]
    }
  }
]
```

After
```json
"assetGroups": [
  {
    "name": "test",
    "resources": {
      "files": [
        "/**/*.txt"
      ]
    }
  }
]
```

PR Close #32862
2019-10-02 09:30:59 -07:00
..
accessibility.md docs: port accessibility app from stackblitz to aio (#32377) 2019-09-10 13:11:48 -04:00
ajs-quick-reference.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
angular-compiler-options.md docs: fix typo in compiler options guide (#32348) 2019-08-29 12:35:25 -07:00
animations.md docs: fix animations reference links to api pages (#32267) 2019-08-26 09:31:24 -07:00
aot-compiler.md docs: edit and organize aot doc (#32028) 2019-08-21 15:19:30 -07:00
aot-metadata-errors.md docs: edit and organize aot doc (#32028) 2019-08-21 15:19:30 -07:00
app-shell.md docs: add app-shell production reference (#32471) 2019-09-04 11:34:17 -07:00
architecture-components.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
architecture-modules.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
architecture-next-steps.md docs: fix links to setup and cli docs (#26463) 2018-10-16 14:14:19 -07:00
architecture-services.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
architecture.md docs: fix explanation of Injectable decorator in architecture guide (#27480) 2019-01-22 10:18:05 -08:00
attribute-directives.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
bazel.md fix(bazel): do not modify tsconfig.json (#30877) 2019-06-11 14:23:00 -07:00
bootstrapping.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
browser-support.md docs: add note on compatibility mode (#31808) 2019-08-08 12:13:57 -07:00
build.md docs: add autoprefixer backward compatability instruction (#32109) 2019-09-16 10:48:02 -07:00
cheatsheet.md docs: clarify meaning of injectable decorator (#31573) 2019-07-16 23:57:50 -04:00
cli-builder.md docs: add filename headers to code examples (#32701) 2019-09-30 10:28:20 -07:00
comparing-observables.md docs: rewrite Observable examples with pipable operators (#31074) 2019-06-18 09:47:06 -07:00
complex-animation-sequences.md docs: correct description of animation example (#32009) 2019-08-13 11:16:31 -07:00
component-interaction.md fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips (#26396) 2018-10-17 11:05:29 -07:00
component-styles.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
creating-libraries.md docs: fix typo in creating-libraries (#32930) 2019-10-01 10:59:01 -07:00
dependency-injection-in-action.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
dependency-injection-navtree.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
dependency-injection-providers.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
dependency-injection.md docs: clarify hierarchical injectors (#28700) 2019-08-15 12:43:51 -07:00
deployment.md docs: fix typo in deployment guide (#32777) 2019-09-27 10:32:38 -07:00
deprecations.md feat(service-worker): remove deprecated `versionedFiles` option (#32862) 2019-10-02 09:30:59 -07:00
displaying-data.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
docs-style-guide.md docs: emphasize headers for code examples (#32938) 2019-10-01 14:45:29 -07:00
dynamic-component-loader.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
dynamic-form.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
elements.md docs: fix capitalization in elements docs (#32917) (#32936) 2019-10-01 14:44:49 -07:00
entry-components.md docs: remove prerequisite section in NgModules docs (#31169) 2019-07-17 13:26:00 -04:00
feature-modules.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
file-structure.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
form-validation.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
forms-overview.md docs: forms overview copy edit (#26450) 2018-10-19 11:08:47 -07:00
forms.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
frequent-ngmodules.md docs: remove prerequisite section in NgModules docs (#31169) 2019-07-17 13:26:00 -04:00
glossary.md refactor(docs-infra): remove obsolete `format` attribute from code examples (#31674) 2019-07-24 14:38:54 -07:00
hierarchical-dependency-injection.md docs: Typo fixes in hierarchical DI guide (#32536) 2019-09-17 13:37:53 -07:00
http.md refactor(core): Migrate TestBed.get to TestBed.inject (#32382) 2019-09-09 19:10:54 -04:00
i18n.md docs: add header to code examples (#32563) 2019-09-11 19:26:19 -04:00
ivy.md docs: convert Ivy opt-in doc to opt-out (#31858) 2019-08-26 12:23:07 -07:00
language-service.md docs: add missing window key shortcut to language service guide (#29613) 2019-04-01 11:28:12 -07:00
lazy-loading-ngmodules.md docs: modify lazy-load module instructions for new cli flag (#32588) 2019-09-12 10:23:18 -07:00
libraries.md docs: add custom-element ref to library overview (#28476) 2019-04-01 12:04:06 -07:00
lifecycle-hooks.md docs: clarify sentence in lifecycle hooks doc (#32860) 2019-09-27 10:02:54 -07:00
migration-dynamic-flag.md docs: add dynamic queries flag migration documentation (#32582) 2019-10-01 17:19:05 -07:00
migration-renderer.md docs: move renderer2 deprecation guide into own file (#32626) 2019-09-12 10:42:59 -07:00
migration-undecorated-classes.md docs: add undecorated classes migration faq (#32478) 2019-09-12 12:16:14 -07:00
module-types.md docs: remove prerequisite section in NgModules docs (#31169) 2019-07-17 13:26:00 -04:00
ngmodule-api.md docs: remove prerequisite section in NgModules docs (#31169) 2019-07-17 13:26:00 -04:00
ngmodule-faq.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
ngmodule-vs-jsmodule.md docs: remove prerequisite section in NgModules docs (#31169) 2019-07-17 13:26:00 -04:00
ngmodules.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
npm-packages.md docs: move old quick start content into new local setup guide (#29651) 2019-05-20 10:16:23 -07:00
observables-in-angular.md docs: correct description of output decorator and add links to guide (#31780) 2019-08-08 12:15:29 -07:00
observables.md fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips (#26396) 2018-10-17 11:05:29 -07:00
pipes.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
practical-observable-usage.md fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips (#26396) 2018-10-17 11:05:29 -07:00
providers.md docs: expand abbreviation in providers guide (#32400) 2019-09-05 18:59:55 -04:00
reactive-forms.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
releases.md docs: add core and cli version alignment note (#30976) 2019-06-19 08:49:24 -07:00
reusable-animations.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
route-animations.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
router.md docs: add detail to router event doc (#32140) 2019-08-27 16:17:06 -07:00
rx-library.md docs: update rxjs refs (#31780) 2019-08-08 12:15:29 -07:00
schematics-authoring.md docs: add prompts section to schematic guide (#32728) 2019-09-30 10:27:38 -07:00
schematics-for-libraries.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
schematics.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
security.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
service-worker-communications.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
service-worker-config.md feat(service-worker): remove deprecated `versionedFiles` option (#32862) 2019-10-02 09:30:59 -07:00
service-worker-devops.md docs(service-worker): add info about recovering from degraded Driver state (#32682) 2019-09-30 14:15:35 -07:00
service-worker-getting-started.md docs(service-worker): mention that HTTPS is required, unless on `localhost` (#30847) 2019-06-04 12:03:11 -07:00
service-worker-intro.md docs: reference articles specifically (#32221) 2019-08-26 15:03:04 -07:00
set-document-title.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
setup-local.md docs: update node and typescript versions mentioned in docs (#30601) 2019-05-22 16:17:41 -07:00
sharing-ngmodules.md docs: remove prerequisite section in NgModules docs (#31169) 2019-07-17 13:26:00 -04:00
singleton-services.md docs: Fix typo in singleton-services.md page (#32330) 2019-08-27 09:07:18 -07:00
static-query-migration.md docs: fix typo in static query migration guide (#31572) 2019-07-15 16:46:33 -04:00
structural-directives.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
styleguide.md docs: clarify pipe naming (#31806) 2019-08-09 10:45:49 -07:00
template-syntax.md docs: add missing space between "Component" and "will" in guide (#32885) 2019-09-27 15:59:29 -07:00
testing.md docs: fix typos in the routing and testing documentation (#32329) 2019-09-10 07:58:44 -04:00
transition-and-triggers.md docs: added note in animation keyframe offset (#32350) 2019-09-05 13:33:26 -04:00
typescript-configuration.md docs: removed duplicate "compilerOptions" property (#32449) 2019-09-03 11:57:32 -07:00
universal.md docs: add header to code examples (#32563) 2019-09-11 19:26:19 -04:00
updating.md docs: update deprecation practices, update release date, edits for readability and consistency (#29644) 2019-04-24 17:00:23 -07:00
upgrade-performance.md docs(upgrade): position old setup guide as legacy until it can be removed (#32193) 2019-08-21 15:20:48 -07:00
upgrade-setup.md docs(upgrade): position old setup guide as legacy until it can be removed (#32193) 2019-08-21 15:20:48 -07:00
upgrade.md docs: removed duplicated spaces in upgrade guide (#32813) 2019-09-24 14:01:42 -07:00
user-input.md refactor(docs-infra): remove `linenums=false` since it is now the default (#31674) 2019-07-24 14:38:54 -07:00
using-libraries.md refactor(docs-infra): remove obsolete `format` attribute from code examples (#31674) 2019-07-24 14:38:54 -07:00
visual-studio-2015.md docs: update node and typescript versions mentioned in docs (#30601) 2019-05-22 16:17:41 -07:00
web-worker.md docs: add header to code examples (#32563) 2019-09-11 19:26:19 -04:00
workspace-config.md docs: fix typo in Workspace Config guide code snippet (sourceMaps --> sourceMap) (#31957) 2019-08-05 12:57:18 -07:00