David Shevitz
f405aa51d7
docs: add update information for v11 release ( #39607 )
...
PR Close #39607
2020-11-09 12:20:34 -08:00
Alan Agius
a6292faa97
docs: remove solution style tsconfig ( #38394 )
...
Following the issues highlighted in
https://docs.google.com/document/d/1eB6cGCG_2ircfS5GzpDC9dBgikeYYcMxghVH5sDESHw/edit?usp=sharing
and discussions held with the TypeScript team.
Together with the TypeScript team it was decided that the best course of action is to rollback this feature.
In future, it is not excluded that solution style tsconfigs are re-introduced.
See: https://github.com/angular/angular-cli/pull/18478
PR Close #38394
2020-08-11 16:32:20 -07:00
David Shevitz 🔵
5229809adb
docs: Initial commit of update guide for v10 release. ( #37152 )
...
This update includes modifications to the navigation.json file to
remove unneeded migration guides.
TODO: Redirects from v9 topics to v10; links to removed migration
guides need to point to v9.angular.io.
PR Close #37152
2020-06-23 11:56:49 -07:00
David Shevitz 🔵
09d6dc50ef
docs: Update documentation to reflect addition of `tsconfig.base.json`. ( #37222 )
...
In version 10, there is a new `tsconfig.json` file, which contains
the paths to all other `tsconfig` files used in a workspace. The
previous `tsconfig.json` file still exists, but has been renamed to
`tsconfig.base.json`.
In addition to documenting this change, I have updated files that
refer to TypeScript configuration files generically to remove specific
references to `tsconfig.json.` This should help avoid confusing users.
PR Close #37222
2020-06-15 09:37:00 -07:00
crisbeto
39b043646b
docs: add example to illustrate binding order differences in ivy ( #36643 )
...
Adds some examples and an explanation about the differences in binding order between Ivy and ViewEngine.
PR Close #36643
2020-04-17 12:29:58 -04:00
Andrew Kushnir
1aa5783a45
docs: adding a note on extra text interpolations and HTML tags in translations to Ivy guide ( #36029 )
...
This commit updates Ivy compatibility guide with additional note on extra text interpolations and HTML tags in translations.
PR Close #36029
2020-03-18 10:00:59 -07:00
Misko Hevery
16eb691e7f
docs(ivy): add anchor-node insert before/after difference ( #35207 )
...
PR Close #35207
2020-02-07 09:56:37 -08:00
Igor Minar
86db592b5c
docs(ivy): add a not about compile-time constants to the ivy compatibility guide ( #35194 )
...
PR Close #35194
2020-02-06 13:53:50 -08:00
Kara Erickson
c286fbb9dc
docs(ivy): add size debugging section ( #35178 )
...
PR Close #35178
2020-02-06 09:34:36 -08:00
Kara Erickson
4fc2678438
docs(ivy): document breaking change with host attribute priority ( #35175 )
...
PR Close #35175
2020-02-05 18:22:16 -08:00
Judy Bogart
efdf347f9c
docs: apply standard header case convention ( #34196 )
...
PR Close #34196
2020-01-10 08:38:53 -08:00
Kara Erickson
9c5510b28e
docs(ivy): document breaking change with <select> and binding order ( #34709 )
...
Closes #34470
PR Close #34709
2020-01-09 15:13:56 -08:00
Kara Erickson
3053e022d3
docs(ivy): minor changes to version 9 guide ( #34498 )
...
The main change here was to remove the updating instructions for
version 9 and instead point to update.angular.io. This ensures
we only have one "source of truth" for update instructions.
This commit also includes updates to error message text to
keep them up-to-date with live error messages (and thus keep
them searchable).
PR Close #34498
2020-01-07 10:34:37 -08:00
Pawel Kozlowski
ea57587b7c
docs(ivy): document breaking changes for DebugElement classes and attributes ( #34328 )
...
PR Close #34328
2019-12-13 10:53:41 -08:00
Kara Erickson
a37bf9a516
docs: add examples for DI change in Ivy ( #33643 )
...
PR Close #33643
2019-11-22 13:04:24 -05:00
Judy Bogart
6888cb3d7a
docs: expand type-check info in update page ( #33577 )
...
PR Close #33577
2019-11-13 11:08:51 -08:00
Kara Erickson
1d429b2165
docs: add AOT mode default to version 9 upgrade doc ( #33703 )
...
PR Close #33703
2019-11-08 15:38:40 -08:00
Kara Erickson
c4fbd0bef7
docs: update ivy compatibility guide with latest changes ( #33675 )
...
This commit removes one of the expected Ivy changes because we have
decided to change the behavior to be more backwards-compatible.
It also adds a bug fix that is technically breaking to the list of
expected changes.
PR Close #33675
2019-11-08 10:51:52 -08:00
Kara Erickson
7355906a95
docs: add detailed example to ContentChildren change ( #33499 )
...
PR Close #33499
2019-10-31 13:54:47 -07:00
Judy Bogart
fba72f0d4d
docs: rewrite ivy page, add template typecheck doc ( #33152 )
...
PR Close #33152
2019-10-30 10:39:26 -07:00
Andrew Kushnir
5666d11633
docs: adding a note on ICU processing to Ivy compatibility guide ( #33480 )
...
PR Close #33480
2019-10-29 17:16:30 -07:00
thanhpd
2f6c97e93c
docs: remove redundant whitespaces and fix minor typos ( #33422 )
...
PR Close #33422
2019-10-29 11:39:17 -07:00
Kara Erickson
49bfc7421a
docs: add ivy compatibility guide ( #33390 )
...
PR Close #33390
2019-10-25 09:34:01 -07:00