Pete Bacon Darwin
f8dff83d4b
docs: update platform-server to use @publicApi
tags ( #26595 )
...
PR Close #26595
2018-10-19 14:35:55 -07:00
Pete Bacon Darwin
e411cd124a
docs: update platform-browser-dynamic to use @publicApi
tags ( #26595 )
...
PR Close #26595
2018-10-19 14:35:55 -07:00
Pete Bacon Darwin
df4e85907c
docs: update http with @publicApi
tags ( #26595 )
...
PR Close #26595
2018-10-19 14:35:55 -07:00
Pete Bacon Darwin
1498dc2dca
docs: update forms with @publicApi
tags ( #26595 )
...
PR Close #26595
2018-10-19 14:35:55 -07:00
Pete Bacon Darwin
abfde44afb
docs: update core to use @publicApi
tags ( #26595 )
...
PR Close #26595
2018-10-19 14:35:55 -07:00
Pete Bacon Darwin
eb9d431487
docs: common with @publicApi
tags ( #26595 )
...
PR Close #26595
2018-10-19 14:35:55 -07:00
Pete Bacon Darwin
9060fb7031
docs: update animations with @publicApi
tags ( #26595 )
...
PR Close #26595
2018-10-19 14:35:55 -07:00
Pete Bacon Darwin
7fbe547f78
docs: update platform-browser with @publicApi
tags ( #26595 )
...
PR Close #26595
2018-10-19 14:35:54 -07:00
Pete Bacon Darwin
cda6a215f2
build: update ts-api-guardian jsdoc tag requirements ( #26595 )
...
Now `@experimental` tags are banned; and `@publicApi`
tags are required on exports.
PR Close #26595
2018-10-19 14:35:54 -07:00
Pete Bacon Darwin
a8430db45d
docs: convert all @experimental
tags to @publicApi
tags ( #26595 )
...
PR Close #26595
2018-10-19 14:35:54 -07:00
Pete Bacon Darwin
5e2bf292e5
feat(docs-infra): rename tagdef: @experimental
to @publicApi
( #26595 )
...
PR Close #26595
2018-10-19 14:35:54 -07:00
Pete Bacon Darwin
efded24527
feat(docs-infra): remove stable & experimental from status selector ( #26595 )
...
PR Close #26595
2018-10-19 14:35:54 -07:00
Pete Bacon Darwin
30ac643d1d
build: refactor ts-api-guardian jsdoc tag handling ( #26595 )
...
Allow the jsdoc tag processing to be configured by
type (export, member, param) and by action (required,
banned, toCopy).
This is a pre-requisite to moving over to using `@publicApi`
tags rather than `@stable` and `@experimental`.
PR Close #26595
2018-10-19 14:35:54 -07:00
jenniferfell
d9725016ad
docs: fix release info navigation ( #26558 )
...
PR Close #26558
2018-10-19 11:30:39 -07:00
Igor Minar
3f94759b14
fix(docs-infra): correct the version of @angular-devkit/build-angular ( #26555 )
...
This dependency has not been correctly updated and I had to update it manually.
I think the issue is related to https://github.com/angular/angular-cli/issues/12624 which was fixed between CLI RCs and final.
PR Close #26555
2018-10-19 11:30:12 -07:00
Igor Minar
9a46420aaf
feat(docs-infra): update to @angular/* v7 ( #26555 )
...
PR Close #26555
2018-10-19 11:30:12 -07:00
Katerina Skroumpelou
6a11d7e2a0
docs: add Katerina Skroumpelou to GDE resources ( #26547 )
...
PR Close #26547
2018-10-19 11:29:14 -07:00
Pete Bacon Darwin
4fd9988251
build(docs-infra): display github links in CLI API docs ( #26515 )
...
This commit includes the following changes:
* CLI version information is read from the CLI package from which
we read the help files.
* CLI API pages now contain GH links
* line numbers are not shown in GH links, if the doc does not
have a truthy `startingLine` value. This allows us to remove
hard coded checks for `guide` pages
* content pages and CLI api docs no longer have a `startingLine`
* the hard-coded `packages` path segment has been removed from
the templates; instead we now only use the `realProjectRelativePath`.
* the `realProjectRelativePath` has been updated accordingly for API
and CLI API docs.
PR Close #26515
2018-10-19 11:12:54 -07:00
Pete Bacon Darwin
a4fcd07792
build(docs-infra): show github edit link on CLI overview ( #26515 )
...
PR Close #26515
2018-10-19 11:12:54 -07:00
Brandon Roberts
078a928fab
docs: forms overview copy edit ( #26450 )
...
PR Close #26450
2018-10-19 11:08:48 -07:00
Nikhil Sharma
5d90aede4e
docs(service-worker): updated browser support for Service Worker ( #26408 )
...
PR Close #26408
2018-10-19 11:08:00 -07:00
Pete Bacon Darwin
658a18cdab
build(docs-infra): break long CLI options onto two lines ( #26272 )
...
PR Close #26272
2018-10-19 11:07:30 -07:00
Pete Bacon Darwin
6d240cf687
build(docs-infra): update CLI option rendering ( #26272 )
...
PR Close #26272
2018-10-19 11:07:30 -07:00
Pete Bacon Darwin
dca176e232
build(docs-infra): render CLI arguments consistently ( #26272 )
...
In the command syntax, arguments are rendered as
`var`s enclosed in angle brackets. So this is now repeated
in the arguments table too.
PR Close #26272
2018-10-19 11:07:30 -07:00
Miško Hevery
6c4845515b
docs: add release announcement URL
2018-10-18 13:28:45 -07:00
Pawel Kozlowski
c2ce832f65
fix(ivy): stub TestBed.compileComponents implementation ( #26506 )
...
PR Close #26506
2018-10-18 13:28:45 -07:00
Olivier Combe
c726d27331
ci: add triage PRs config for the ngbot ( #26477 )
...
PR Close #26477
2018-10-18 13:28:45 -07:00
Andrew Kushnir
c4b7862e1b
feat(ivy): i18n compiler support for i18nStart and i18nEnd instructions ( #26442 )
...
PR Close #26442
2018-10-18 13:28:45 -07:00
Andrew Kushnir
39472e102b
feat(ivy): i18n compiler support for element attributes ( #26442 )
...
PR Close #26442
2018-10-18 13:28:45 -07:00
Matias Niemelä
1fafc5ca18
feat(ivy): enhance [style] and [class] bindings to be animation aware ( #26096 )
...
PR Close #26096
2018-10-18 13:28:45 -07:00
Matias Niemelä
07a26647ac
refactor(ivy): move styling files around ( #26096 )
...
PR Close #26096
2018-10-18 13:28:44 -07:00
Miško Hevery
817821e553
fix(ivy): make defineComponent tree shakable by Closure Compiler ( #26425 )
...
PR Close #26425
2018-10-18 13:28:44 -07:00
Igor Minar
398db3e9f0
test(ivy): enable unit tests for @angular/animations ( #26470 )
...
PR Close #26470
2018-10-18 13:28:44 -07:00
Jason Aden
d5fa4dc146
feat(router): add prioritizedGuardValue operator optimization and allowing UrlTree return from guard ( #26478 )
...
* If all guards return `true`, operator returns `true`
* `false` and `UrlTree` are now both valid returns from a guard
* Both these values wait for higher priority guards to resolve
* Highest priority `false` or `UrlTree` value will be returned
PR Close #26478
2018-10-18 13:28:44 -07:00
Matias Niemelä
0ae3518fa9
refactor(ivy): handle animation metadata normalization in the compiler ( #26481 )
...
PR Close #26481
2018-10-18 13:28:44 -07:00
Miško Hevery
e0f9a1b3f3
build: add more labels to review-pr script ( #26493 )
...
PR Close #26493
2018-10-18 13:28:44 -07:00
Greg Magolan
2604f429c7
build: fix deps for running modules/benchmarks/src/largetable/render3:perf ( #26482 )
...
PR Close #26482
2018-10-18 13:28:44 -07:00
Miško Hevery
ecada17ad4
docs(ivy): i18n design ( #26091 )
...
PR Close #26091
2018-10-18 13:28:44 -07:00
Igor Minar
fa3751ec9e
feat(docs-infra): add v6 to the aio version picker
2018-10-18 12:39:52 -07:00
Miško Hevery
f85a969219
docs: fix incomplete sentence in CHANGELOG.md
2018-10-18 12:03:23 -07:00
Kara Erickson
d0a1e42e50
ci: add forms-overview guide to forms approval list ( #26549 )
...
PR Close #26549
2018-10-18 12:01:15 -07:00
Alan
4f14a09895
docs: fix links to browserlist ( #26531 )
...
PR Close #26531
2018-10-18 12:00:38 -07:00
Rob Phoenix
8d28fe9df9
docs: update http to https where possible ( #26509 )
...
PR Close #26509
2018-10-18 11:57:57 -07:00
Rob Phoenix
6715f056b0
docs: update links to Karma homepage ( #26509 )
...
PR Close #26509
2018-10-18 11:57:57 -07:00
null-reference
32c018cbfe
docs: removing errant double-quote ( #26483 )
...
PR Close #26483
2018-10-18 11:57:27 -07:00
lovelangy
a403c4f7f5
docs: type fix ( #26386 )
...
according to the source code and the doc https://angular.io/api/forms/NgModel#inherited-from-formsngcontrol-1 , the method name should be "viewToModelUpdate" instead of "viewToModel"
PR Close #26386
2018-10-18 11:56:51 -07:00
Miško Hevery
bf656d64b8
release: cut the v7.0.0 release
7.0.0
2018-10-18 10:50:41 -07:00
George Kalpakas
3b183ce9b5
build(docs-infra): allow ""
as empty region in {@example}
tags ( #26514 )
...
PR Close #26514
2018-10-18 09:54:17 -07:00
George Kalpakas
f635c3ecec
build(docs-infra): only render code example content in one place ( #26514 )
...
PR Close #26514
2018-10-18 09:54:17 -07:00
George Kalpakas
dd6e8424aa
build(docs-infra): throw error if using title
on code snippets ( #26514 )
...
Since #26396 , the `title` property is ignored and `header` should be
used instead for specifying a code snippet's header.
This commit ensures that we don't accidentally set `title` have it be
silently ignored.
PR Close #26514
2018-10-18 09:54:17 -07:00