https://github.com/angular/angular

sort by:
Revision Author Date Message Commit Date
a30728c docs: add changelog for 6.0.0-rc.1 30 March 2018, 21:10:20 UTC
aebf04e release: cut the 6.0.0-rc.1 release 30 March 2018, 21:08:30 UTC
1527878 release(bazel): change publish-next script to publish bazel artifacts (#23097) PR Close #23097 30 March 2018, 21:03:05 UTC
22cb2c9 build: add missing dependencies on @rxjs//operators needed for rxjs@6.0.0-beta.4 (#23084) PR Close #23084 30 March 2018, 20:07:03 UTC
88a93e7 test: add missing lockfile for integration/ng_update test (#23084) PR Close #23084 30 March 2018, 20:07:03 UTC
dc95e7b test: add typings test for typescript 2.7 (#23084) PR Close #23084 30 March 2018, 20:07:03 UTC
7fdc24d test: remove obsolete typings tests (#23084) we no longer support typescript 2.4, 2.5, and 2.6 PR Close #23084 30 March 2018, 20:07:03 UTC
3603a10 build: update to zone.js@0.8.20 (#23084) PR Close #23084 30 March 2018, 20:07:03 UTC
6f7d140 build: update to rxjs@6.0.0-beta.4 (#23084) PR Close #23084 30 March 2018, 20:07:03 UTC
a5f0939 build(compiler-cli): include new test files in bazel config (#22705) Fixes #22593 PR Close #22705 30 March 2018, 14:58:36 UTC
193737a fix(compiler-cli): use numeric comparison for TypeScript version (#22705) Fixes #22593 PR Close #22705 30 March 2018, 14:58:36 UTC
be10bf5 fix(bazel): don't try to do flatmoduleindex under Blaze (#23083) PR Close #23083 30 March 2018, 05:23:49 UTC
439030f fix(bazel): complete the rollup globals list for all angular entrypoints (#23080) PR Close #23080 30 March 2018, 03:34:58 UTC
481b22e fix(bazel): downlevel decorators in fesm5 files (#23078) Needed so that our bundles appear side-effect-free to tools like webpack PR Close #23078 30 March 2018, 01:53:49 UTC
45e090b fix(bazel): pass --global option to rollup (#23073) This fixes the UMD bundles which otherwise don't contain the right global symbols PR Close #23073 30 March 2018, 00:44:43 UTC
0d9140c fix(bazel): ng_package should include private exports in fesms (#23054) PR Close #23054 29 March 2018, 21:11:12 UTC
9fb08e2 ci(language-service): enable language service tests in bazel (#23001) PR Close #23001 29 March 2018, 20:11:27 UTC
de0b13d docs: update for hero service name change (#22920) PR Close #22920 29 March 2018, 16:20:04 UTC
07d33d4 docs: fix operator name (#22920) PR Close #22920 29 March 2018, 16:20:04 UTC
9f7bd8f docs: update text around changed obs examples (#22920) PR Close #22920 29 March 2018, 16:20:04 UTC
28058b7 fix(compiler): fix support for html-like text in translatable attributes (#23053) PR Close #23053 29 March 2018, 15:58:27 UTC
7de13b6 style(aio): fix typo in the scrollbar (#23064) PR Close #23064 29 March 2018, 15:57:41 UTC
0049743 fix(bazel): don't inline tslib into fesms (#23044) PR Close #23044 28 March 2018, 17:19:14 UTC
4e004f3 ci(compiler-cli): run compiler-cli tests in bazel (#22997) PR Close #22997 28 March 2018, 17:02:53 UTC
d9dc46e fix(service-worker): ignore invalid `only-if-cached` requests (#22883) Under some circumstances (possibly related to opening Chrome DevTools), requests are made with `cache: 'only-if-cached'` and `mode: 'no-cors'`. These request will eventually fail, because `only-if-cached` is only allowed to be used with `mode: 'same-origin'`. This is likely a bug in Chrome DevTools. This commit avoids errors related to such requests by not handling them. Fixes #22362 PR Close #22883 28 March 2018, 17:02:16 UTC
9e9b8dd fix(service-worker): do not enter degraded mode when offline (#22883) Previously, when trying to fetch `ngsw.json` (e.g. during `checkForUpdate()`) while either the client or the server were offline, the ServiceWorker would enter a degrade mode, where only existing clients would be served. This essentially meant that the ServiceWorker didn't work offline. This commit fixes it by differentiating offline errors and not entering degraded mode. The ServiceWorker will remain in the current mode until connectivity to the server is restored. Fixes #21636 PR Close #22883 28 March 2018, 17:02:16 UTC
12665a7 test(service-worker): minor test fixes and refactorings (#22883) PR Close #22883 28 March 2018, 17:02:16 UTC
e2e80ec refactor(ivy): remove pipe references from the template (#23032) PR Close #23032 28 March 2018, 16:17:27 UTC
5a86f71 fix(ivy): store local variables in data instead of calling loadDirective (#23029) PR Close #23029 28 March 2018, 16:17:05 UTC
bd024c0 feat(compiler): lower @NgModule ids if needed (#23031) This change allows the id of an NgModule to be dynamically computed if needed. PR Close #23031 28 March 2018, 16:15:16 UTC
884bf0e fix: consistently rewrite Injector to INJECTOR (#23008) In Ivy mode we rewrite references to Injector to INJECTOR in ngInjectableDef, to fix tree-shaking. This changes the rewrite to happen always, even in non-Ivy mode, and makes Angular understand INJECTOR across the board at runtime. PR Close #23008 28 March 2018, 16:14:32 UTC
0b348c8 build: fix bazel stamping (#22965) As pointed out in https://github.com/bazelbuild/rules_nodejs/issues/156 our mechanism would never pick up changes to the version info. PR Close #22965 28 March 2018, 16:00:02 UTC
e1ea7ed docs: update examples for tree-shakeable providers (#22961) PR Close #22961 28 March 2018, 14:53:04 UTC
ed53c5c refactor(language-service): Remove angularOnlyResults (#22636) This commit is a duplicate of https://github.com/angular/angular/pull/18637 to remove Angular-specific results from the language service. PR Close #22636 27 March 2018, 21:22:44 UTC
d28ce50 test(ivy): make sure `goog.getMsg()` is defined before being used (#22998) PR Close #22998 27 March 2018, 21:07:50 UTC
ab348ee build: update browserstack key (#23026) PR Close #23026 27 March 2018, 18:56:12 UTC
0ebdb3d style: typo fix amendments (#22975) PR Close #22975 27 March 2018, 18:51:53 UTC
de90314 style: typos fixed - https://github.com/vlajos/misspell-fixer (#22975) PR Close #22975 27 March 2018, 18:51:53 UTC
f739f75 test(ivy): fix flaky tests (#23010) PR Close #23010 27 March 2018, 18:48:50 UTC
910a16a refactor(ivy): remove directive references from template (#22986) PR Close #22986 27 March 2018, 02:33:23 UTC
2aabbc5 fix(bazel): ng_package packages attr not forwarded to npm_package (#22967) PR Close #22967 27 March 2018, 02:32:09 UTC
2388f24 build(bazel): add entry_point_name attr to ng_package (#22963) PR Close #22963 27 March 2018, 02:30:16 UTC
27e14b2 feat(bazel): prefix private-export (barred-latin-o) symbols (#23007) This allows a bundle index to be re-exported by a higher-level module without fear of collisions. Under bazel, we always set the prefix to be underscore-joined workspace, package, label PR Close #23007 27 March 2018, 02:28:55 UTC
7a406a3 refactor: add a commit-msg git hook to check commit messages (#22969) The commit command will fail if the commit message header does not follow the Angular convetions as defined in /CONTRIBUTING.md. You can force the commit by adding the `--no-verify` option. NOTE: You should remove all unused hooks (in <angular>/.git/hooks) before running `yarn` so that husky hooks are installed correctly. PR Close #22969 26 March 2018, 22:34:31 UTC
bf6a416 revert: docs(common): add `HttpParamsOptions` to the public API (#20332) This reverts commit 7b7757dd3d38a95ed20a6dd2d6db44f269eec087. 26 March 2018, 20:29:46 UTC
7b7757d docs(common): add `HttpParamsOptions` to the public API (#20332) Fixes #20276 PR Close #20332 23 March 2018, 20:31:10 UTC
4bd3a65 fix(aio): mark the 'titlecase' pipe as pure (#22959) PR Close #22959 23 March 2018, 20:28:05 UTC
6f01917 fix(core): don't override ngInjectableDef in the decorator if present on the type (#22943) Previously, @Injectable() would generate an ngInjectableDef on the type it was decorating, even if that type already had a compiled ngInjectableDef, overwriting the compiled version. PR Close #22943 23 March 2018, 20:13:06 UTC
4f0cae0 build: allow bazel build //... (#22168) Also switch our CircleCI commands to just bazel build //... bazel test //... as this is easier to understand. 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 23 March 2018, 20:02:32 UTC
65f296a test(compiler): assert translation names pattern (#22960) PR Close #22960 23 March 2018, 19:06:06 UTC
b9cbe83 docs(ivy): update STATUS.md with compiler work breakdown (#22874) PR Close #22874 23 March 2018, 19:04:55 UTC
60d9983 docs: update available platforms for `test.sh` (#22958) PR Close #22958 23 March 2018, 18:01:45 UTC
7966744 fix(common): titlecase pipe (#22600) PR Close #22600 23 March 2018, 17:42:51 UTC
d9a0a8f build(bazel): add `data` attr to ng_package (#22919) PR Close #22919 23 March 2018, 17:16:07 UTC
bcaa07b refactor(compiler): move handling of translations to the ConstantPool (#22942) PR Close #22942 23 March 2018, 17:12:58 UTC
d98e9e7 fix(compiler): take quoting into account when determining if object literals can be shared (#22942) PR Close #22942 23 March 2018, 17:12:58 UTC
16f021c docs(aio): fix TS warning error - filter expects a boolean function param (#22954) PR Close #22954 23 March 2018, 17:07:57 UTC
3a30f5d build(aio): remove rxjs-compat dependency from examples (#22872) we should not longer need it. PR Close #22872 23 March 2018, 16:53:58 UTC
0f88fc7 build(aio): update examples to angular-in-memory-web-api@0.6.0 (#22872) PR Close #22872 23 March 2018, 16:53:58 UTC
01d2dd2 refactor(aio): switch to pipeable RxJS operators (#22872) PR Close #22872 23 March 2018, 16:53:58 UTC
da76db9 build(aio): upgrade `rxjs` to `6.0.0-beta.1` (#22872) PR Close #22872 23 March 2018, 16:53:58 UTC
91503e5 test(aio): minor improvements (#22872) PR Close #22872 23 March 2018, 16:53:58 UTC
53227ab build(aio): upgrade `rxjs` to `6.0.0-beta.0` (#22872) PR Close #22872 23 March 2018, 16:53:58 UTC
7681005 build(aio): upgrade `@angular/*` to `6.0.0-rc.0` (#22872) PR Close #22872 23 March 2018, 16:53:58 UTC
328511b build(aio): update to typescript@2.7.2 (#22872) PR Close #22872 23 March 2018, 16:53:58 UTC
56e5457 build(aio): update to @angular/core@6.0.0-beta.8 (#22872) PR Close #22872 23 March 2018, 16:53:58 UTC
07e9969 build(aio): update to @angular/cli@1.7.3 (#22872) PR Close #22872 23 March 2018, 16:53:58 UTC
5ab9d4d test(compiler): allow asserting matching identifier names (#22835) PR Close #22835 23 March 2018, 01:24:19 UTC
129bb18 refactor(compiler): refactor code matching helpers for compliance spec (#22835) PR Close #22835 23 March 2018, 01:24:19 UTC
49396ca refactor(ivy): move directives into separate array (#22918) PR Close #22918 23 March 2018, 01:23:02 UTC
3498106 build: ts-api-guardian reuses root node_modules (#22894) This avoids the need to run bazel run :install instead of yarn install. We merge the devDependencies of ts-api-guardian into the root package.json file. PR Close #22894 22 March 2018, 23:23:33 UTC
8ca26a9 ci(compiler): run compiler tests in bazel (#22900) PR Close #22900 22 March 2018, 23:22:14 UTC
e44f69c refactor(ivy): move dir flags to tnode (#22901) PR Close #22901 22 March 2018, 23:19:40 UTC
99711b1 test(core): hello world i18n demo (#22654) PR Close #22654 22 March 2018, 23:01:51 UTC
204ba9d feat(compiler): add basic support for in ivy/i18n code generation (#22654) PR Close #22654 22 March 2018, 23:01:51 UTC
e5e1b0d fix(animations): treat numeric state name values as strings (#22923) This patch ensures that if a numeric state name value in an animation is detected then it will not throw an error. Normally this wouldn't occur, but some JS optimizers may convert a quoted numeric value (like "1" to 1) in some cases to save space. This patch makes sure that Angular doesn't throw an error when this occurs. PR Close #22923 22 March 2018, 23:00:58 UTC
d77bb46 revert: docs(ivy): update STATUS.md with compiler work breakdown (#22874) This reverts commit b524e4b142eb1e7dd52ce6b239ef1ee825e2b42c. 22 March 2018, 22:09:45 UTC
bb58664 build: rm --noimplicit_deps from bazel query (#22912) I added this option for demos, so that it would be easier to see a graphviz graph of the dependency structure without all the node_modules edges. However, `ibazel` picks up this option as well, and means it doesn't trigger on changes that only appear through an implicit dependency. PR Close #22912 22 March 2018, 22:03:39 UTC
bfe35da fix(ivy): change symbol-extractor to use .accept rather than -—define UPDATE_GOLDEN=1 (#22913) Using `-—define` causes bazel to bust the cache which means that doing `bazel test target` followed by `bazel run -—define UPDATE_GOLDEN=1 target` will cause caches to be invalidated and house full rebuild. PR Close #22913 22 March 2018, 22:02:48 UTC
c848179 fix(ivy): remove custom tsconfig from render3 (#22913) PR Close #22913 22 March 2018, 22:02:48 UTC
b524e4b docs(ivy): update STATUS.md with compiler work breakdown (#22874) PR Close #22874 22 March 2018, 22:01:38 UTC
f88fba0 fix(animations): avoid animation insertions during router back/refresh (#21977) Closes #19712 PR Close #21977 22 March 2018, 21:59:41 UTC
32105c8 test: temporarily disable ng_package test (#22933) PR Close #22933 22 March 2018, 19:27:28 UTC
4a075e8 test: display a diff when example_apckage.spec.ts fails to ease debugging (#22933) PR Close #22933 22 March 2018, 19:27:28 UTC
838a610 fix(compiler): don't typecheck all inputs (#22899) ngc knows to filter out d.ts inputs, but the logic accidentally depended on whether it had a previous Program lying around. Fixing that logic puts ngc on the fast code path, but in that code path it must be able to merge tsickle EmitResults, so we need to plumb the tsickle.mergeEmitResults function through all the intervening APIs. The bulk of this change is that plumbing. PR Close #22899 21 March 2018, 22:29:18 UTC
f461f43 docs: fix a typo in aot compiler guide (#22876) PR Close #22876 21 March 2018, 20:20:51 UTC
64efcf1 build: add the FESM files back to ng_package (#22889) PR Close #22889 21 March 2018, 20:19:19 UTC
b12ea30 test: remove gulp public-api:update docs (#22914) PR Close #22914 21 March 2018, 20:15:23 UTC
8c2a578 fix(service-worker): fix LruList bugs (#22769) 'remove' method not removing url from state.map 'accessed' method not removing 'previous' reference from existing node when it becomes the head Fixes #22218 Fixes #22768 PR Close #22769 21 March 2018, 20:11:26 UTC
4f2c51f docs: switch over to the preview url for the rxjs upgrade guide in changelog 21 March 2018, 16:54:05 UTC
0615643 docs: improve changelog instructions 21 March 2018, 06:15:26 UTC
7cd8e8d build: update version numbers in ./scripts/release/post-check-next 21 March 2018, 06:07:40 UTC
73261a8 docs: add changelog for 6.0.0-rc.0 21 March 2018, 06:01:02 UTC
f285cff release: cut the 6.0.0-rc.0 release 21 March 2018, 05:48:41 UTC
8768665 fix: correct peerDependencies declaration on rxjs 21 March 2018, 05:48:41 UTC
623d769 fix(router): make locationSyncBootstrapListener public due to change in output after TS 2.7 update in #22669 (#22896) PR Close #22896 21 March 2018, 00:40:25 UTC
17fb983 fix(ivy): fix type error in newer version of TS (#22897) Newer version of TS is stricter about types and flags counter-variant types in some situations. This change inlines the DirectiveDefArgs into the arguments which: 1) removes the inheritance which caused the issue and 2) Makes it more friendly to IDEs since they will not report comments. Closes #22877 Closes #22843 PR Close #22897 20 March 2018, 22:49:45 UTC
3cc5c2e build: update to rxjs@6.0.0-beta.0 (#22887) PR Close #22887 20 March 2018, 22:26:49 UTC
fad86a6 build: add rxjs patch to make bazel build work with rxjs@6.0.0-beta.0 (#22887) PR Close #22887 20 March 2018, 22:26:49 UTC
5f1be9b ci: temporarily disable two styleguide example tests (#22887) these tests started failing with 6.0.0-beta.0 upgrade because of a weird issue when used with rxjs v6 with rxjs-compat PR Close #22887 20 March 2018, 22:26:49 UTC
back to top