8f0a0641e2
fix(router): don't mutate route configs ( #22358 )
...
Fixes #22203
PR Close #22358
2018-02-22 13:35:38 -08:00
17762390c9
build: disable bazel-out symlink ( #22375 )
...
It causes headaches on MacOS High Sierra, see https://github.com/bazelbuild/bazel/issues/4603
PR Close #22375
2018-02-22 13:33:12 -08:00
da1b4d5ea7
docs: fix ngmodules-jsmodules pre-req ( #22316 )
...
closes #22157
PR Close #22316
2018-02-22 11:20:48 -08:00
aa100f69f2
docs: edit styleguide recommendation on components as elements ( #22074 )
...
Change recommendation on using attributes for components since there are use cases including the use of <button mat-button> in MD
Closes #19401 .
PR Close #22074
2018-02-22 11:20:21 -08:00
9cca5a8c9c
build: allow passing node options to ngc. ( #22245 )
...
PR Close #22245
2018-02-22 10:23:54 -08:00
7c3b95b4ab
docs: add changelog for 5.2.6
5.2.6
2018-02-21 16:45:10 -08:00
e4e8a68c06
release: cut the 5.2.6 release
2018-02-21 16:45:09 -08:00
6460ac0add
Revert "feat(platform-browser): fix #19604 , can config hammerOptions ( #21979 )"
...
This reverts commit fdbfd21bcd
.
2018-02-21 16:45:09 -08:00
ee91de9d5a
feat(core): support metadata reflection for native class types ( #22356 )
...
closes #21731
PR Close #22356
2018-02-21 16:09:27 -08:00
5ec38f2f47
fix(core): properly handle function without prototype in reflector ( #22284 )
...
closes #19978
PR Close #22284
2018-02-21 14:52:05 -08:00
612cfeca14
docs(aio): updates directive event hooks real capabilities ( #16654 )
...
Minor documentation update to include event hooks that were assumed to only work on components.
Closes angular/angular#10221
PR Close #16654
2018-02-21 14:51:05 -08:00
dfdade25ea
docs(aio): Wrong code example. Form status field was added later in the guide. ( #21275 )
...
PR Close #21275
2018-02-21 11:06:48 -08:00
c2f78e1ca3
docs(http): fix a typo in code comment ( #22327 )
...
PR Close #22327
2018-02-21 11:06:06 -08:00
484802cd2a
build: make git revert messages valid ( #22339 )
...
`git revert` default message is "Revert <original message>" (no semi-colon)
PR Close #22339
2018-02-21 11:05:35 -08:00
ee535777bb
docs: add ngStyle to cheat sheet ( #22070 )
...
PR Close #22070
2018-02-20 16:08:16 -08:00
94756eb4bd
docs(aio): fix incorrect quote mark usage ( #22335 )
...
PR Close #22335
2018-02-20 15:42:55 -08:00
23b0707707
docs(aio): fix the css of the heroes component's buttons ( #22333 )
...
Fixes #22222
PR Close #22333
2018-02-20 15:41:57 -08:00
a2cb0109f1
docs(aio): Fix name of component ( #22332 )
...
PR Close #22332
2018-02-20 15:41:35 -08:00
d20a08bc48
docs(aio): update installed mobile tool list ( #22331 )
...
PR Close #22331
2018-02-20 15:41:15 -08:00
5bdb3acace
build: update tsickle dep from compiler-cli ( #22295 )
...
PR Close #22295
2018-02-20 15:40:45 -08:00
c5418c7abe
fix(compiler-cli): add missing entry point to package, update tsickle ( #22295 )
...
PR Close #22295
2018-02-20 15:40:45 -08:00
09b4612bdd
docs(aio): add Nx and Angular Enterprise Playbook to resources ( #22321 )
...
PR Close #22321
2018-02-20 10:09:34 -08:00
a346d28df6
test(language-service): fix minor typos ( #21372 )
...
PR Close #21372
2018-02-20 10:08:55 -08:00
bf07837d5d
test(common): fix ngIf tests
...
The failing test was ported for the master branch which ignores whitespaces
2018-02-18 20:12:47 -08:00
cdfedc1e49
fix(common): fix merge error in ng_if.ts
2018-02-18 19:51:15 -08:00
af6a0563de
fix(common): then and else template might be set to null ( #22298 )
...
PR Close #22298
2018-02-18 19:28:36 -08:00
c726d1d6d3
docs(aio): add angular-buch to resources ( #22163 )
...
adds a link to the website of our book. second version of the text. thanks!
PR Close #22163
2018-02-18 15:12:14 -08:00
2030846df7
docs(aio): add angular-buch to resources ( #22163 )
...
adds a link to the website of our book. many thanks for reviewing this
PR Close #22163
2018-02-18 15:12:14 -08:00
9dae97c5d9
docs: correct grammar mistakes in CONTRIBUTING.md ( #22285 )
...
Various grammar mistakes were present in the contribution guidelines
This commit corrects some of them
PR Close #22285
2018-02-18 13:27:24 -08:00
228eb9feef
fix(aio): improve announcement-bar layout with wide logos ( #22272 )
...
PR Close #22272
2018-02-18 13:16:30 -08:00
debf01d7a6
docs(aio): added ngconf announcement ( #22272 )
...
PR Close #22272
2018-02-18 13:16:30 -08:00
51abe69b60
fix: merge-pr script ( #22290 )
...
PR Close #22290
2018-02-18 13:13:29 -08:00
396bc0d9e9
build: use authenticated mode for the merge script ( #22269 )
...
`TOKEN` is the name with use for other GH scripts
PR Close #22269
2018-02-18 13:01:51 -08:00
861250b4e2
docs: fix changelog errors ( #22228 )
...
PR Close #22228
2018-02-16 18:03:04 -08:00
81c1e0a3c3
docs: replace plnkr with StackBlitz ( #20365 )
...
PR Close #20365
2018-02-16 15:12:10 -08:00
ce5e8fad9e
fix(common): correct mapping of Observable methods ( #20518 )
...
fixes #20516
PR Close #20518
2018-02-16 15:10:31 -08:00
185a6ab562
build: add esm5 build ( #22258 )
...
This is a partial cherry-pick of 370ab66c4f
which included this along with a new feature for ivy.
PR Close #22258
2018-02-16 14:49:24 -08:00
6b457843b9
test(aio): increase docs-test
timeouts to prevent flakes on Travis ( #22261 )
...
PR Close #22261
2018-02-16 14:46:23 -08:00
5f52ea3d06
feat(bazel): ng_module produces bundle index ( #22176 )
...
It creates the bundle index .d.ts and .metadata.json files.
The names are based on the ng_module target.
PR Close #22176
2018-02-15 14:17:16 -08:00
6c1e7ac40e
feat(bazel): introduce a binary stamping feature ( #22176 )
...
This grabs version control metadata and makes it available in the build, eg. to put in the version field for released artifacts
PR Close #22176
2018-02-15 14:08:54 -08:00
6597616aac
refactor(bazel): convert most ts_library to ng_module ( #22176 )
...
This is necessary so we can produce ng metadata for our packages that are published as libraries
PR Close #22176
2018-02-15 14:08:54 -08:00
6a57264d38
Revert: "build: allow bazel build ... ( #22168 )"
...
This reverts commit 3237f1dbfc
.
2018-02-15 14:07:41 -08:00
1e3e0fad49
fix(aio): improve printing styles ( #19651 )
...
printfix
PR Close #19651
2018-02-14 18:49:59 -05:00
0c88d5dedd
style: fix typos boostrap to bootstrap ( #21917 )
...
PR Close #21917
2018-02-14 18:21:52 -05:00
0b8b06ee8b
build: comment-out chromium version checking code temporarily ( #22232 )
...
Related #22231
PR Close #22232
2018-02-14 17:26:43 -05:00
edd6cd4e29
docs: typo - components should be possessive ( #22172 )
...
PR Close #22172
2018-02-14 15:06:52 -05:00
fdbfd21bcd
feat(platform-browser): fix #19604 , can config hammerOptions ( #21979 )
...
PR Close #21979
2018-02-14 15:02:59 -05:00
0a5283da1a
docs(aio): fix extraneous divs ( #22069 )
...
PR Close #22069
2018-02-14 15:02:36 -05:00
3237f1dbfc
build: allow bazel build ... ( #22168 )
...
Note, the reason this commit removes `firebase-tools` is:
1) firebase-tools has an optional dependency on
https://www.npmjs.com/package/@google-cloud/functions-emulator
2) yarn's `--ignore-optional` doesn't work for transitive deps, so
there's no way to yarn install without getting that functions-emulator
package
3) functions-emulator has a transitive dep on `grpc`
4) the version of `grpc` we get has `BUILD` files and no `WORKSPACE`
file so it always breaks `bazel build ...`
It could be solved by any of:
1) remove firebase-tools - this is what I did
2) fix yarn so you can omit optional deps of a transitive dep
3) make functions-emulator depend transitively on a more recent `grpc`
version
4) patch `grpc` after install by doing an `rm` command in our
postinstall or something
In its place we must install protobufjs. This is needed by the
ngc-wrapped test, which needs jasmine as well as bazel's worker mode
dependencies, and therefore cannot simply rely on
node_modules =
"@build_bazel_rules_typescript_tsc_wrapped_deps//:node_modules"
PR Close #22168
2018-02-14 15:01:42 -05:00
106b435297
docs: add changelog for 5.2.5
5.2.5
2018-02-13 21:07:53 -08:00