Zhicheng Wang
16aaf4db45
feat: 翻译了一部分 Service Worker
2018-03-23 22:51:40 +08:00
Zhicheng Wang
1e4bddbe26
feat: 翻译了一部分 Service Worker
2018-03-23 17:00:19 +08:00
Zhicheng Wang
494553a567
feat: 翻译完了 AOT Compiler
2018-03-23 14:25:12 +08:00
Zhicheng Wang
c20a841249
fix: 部分 更新 替换成 修改
2018-03-23 09:48:55 +08:00
Zhicheng Wang
d0292bbe82
fix: 把遗漏的 我们 替换成 你
2018-03-23 09:43:02 +08:00
Victor Berchet
5ab9d4d437
test(compiler): allow asserting matching identifier names ( #22835 )
...
PR Close #22835
2018-03-22 21:24:19 -04:00
Victor Berchet
129bb1800b
refactor(compiler): refactor code matching helpers for compliance spec ( #22835 )
...
PR Close #22835
2018-03-22 21:24:19 -04:00
Kara Erickson
49396ca2ae
refactor(ivy): move directives into separate array ( #22918 )
...
PR Close #22918
2018-03-22 21:23:02 -04:00
Zhicheng Wang
a523fbdedb
fix: upgrade 中的 我们 替换成 你
2018-03-23 09:13:46 +08:00
Alex Eagle
34981063ec
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
2018-03-22 19:23:33 -04:00
Chuck Jazdzewski
8ca26a9ebb
ci(compiler): run compiler tests in bazel ( #22900 )
...
PR Close #22900
2018-03-22 19:22:14 -04:00
Kara Erickson
e44f69c387
refactor(ivy): move dir flags to tnode ( #22901 )
...
PR Close #22901
2018-03-22 19:19:40 -04:00
Olivier Combe
99711b12f9
test(core): hello world i18n demo ( #22654 )
...
PR Close #22654
2018-03-22 19:01:51 -04:00
Olivier Combe
204ba9d413
feat(compiler): add basic support for in ivy/i18n code generation ( #22654 )
...
PR Close #22654
2018-03-22 19:01:51 -04:00
Matias Niemelä
e5e1b0da33
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
2018-03-22 19:00:58 -04:00
Matias Niemelä
d77bb460b0
revert: docs(ivy): update STATUS.md with compiler work breakdown ( #22874 )
...
This reverts commit b524e4b142eb1e7dd52ce6b239ef1ee825e2b42c.
2018-03-22 18:09:45 -04:00
Alex Eagle
bb58664b13
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
2018-03-22 18:03:39 -04:00
Miško Hevery
bfe35dac85
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
2018-03-22 18:02:48 -04:00
Miško Hevery
c84817970e
fix(ivy): remove custom tsconfig from render3 ( #22913 )
...
PR Close #22913
2018-03-22 18:02:48 -04:00
Misko Hevery
b524e4b142
docs(ivy): update STATUS.md with compiler work breakdown ( #22874 )
...
PR Close #22874
2018-03-22 18:01:38 -04:00
Matias Niemelä
f88fba020b
fix(animations): avoid animation insertions during router back/refresh ( #21977 )
...
Closes #19712
PR Close #21977
2018-03-22 17:59:41 -04:00
Victor Berchet
32105c8012
test: temporarily disable ng_package test ( #22933 )
...
PR Close #22933
2018-03-22 15:27:28 -04:00
Victor Berchet
4a075e885f
test: display a diff when example_apckage.spec.ts fails to ease debugging ( #22933 )
...
PR Close #22933
2018-03-22 15:27:28 -04:00
Zhicheng Wang
886f7da931
fix: 把烹饪书换成烹饪宝典
2018-03-22 17:30:09 +08:00
Zhicheng Wang
2b2b537008
fix: 把中文中的_替换成*
2018-03-22 17:24:05 +08:00
Zhicheng Wang
f75baea397
fix: 把除了 upgrading 之外的 我们 都替换成了 你
...
fix: 翻译了一部分 AOT Compiler
2018-03-22 17:19:12 +08:00
Zhicheng Wang
5ff85f455c
fix: 翻译 i18n 剩下的部分
2018-03-22 10:55:55 +08:00
Zhicheng Wang
67cb21e6c1
fix: 翻译完了服务端渲染部分
2018-03-22 10:52:52 +08:00
Zhicheng Wang
450474fca1
fix: 修正 i18n 编译错误
2018-03-22 10:52:34 +08:00
Rado Kirov
838a610197
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
2018-03-21 18:29:18 -04:00
Jinhyuk Kim
f461f43d72
docs: fix a typo in aot compiler guide ( #22876 )
...
PR Close #22876
2018-03-21 13:20:51 -07:00
Alex Eagle
64efcf103c
build: add the FESM files back to ng_package ( #22889 )
...
PR Close #22889
2018-03-21 13:19:19 -07:00
Andrew Seguin
b12ea30a66
test: remove gulp public-api:update docs ( #22914 )
...
PR Close #22914
2018-03-21 13:15:23 -07:00
adasilva
8c2a57878b
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
2018-03-21 13:11:26 -07:00
Igor Minar
4f2c51fe56
docs: switch over to the preview url for the rxjs upgrade guide in changelog
2018-03-21 09:54:05 -07:00
Zhicheng Wang
83e7817ff2
fix: 统一了 JIT 和 AOT 的写法
2018-03-21 16:23:00 +08:00
Zhicheng Wang
b54ce4847d
feat: 翻译完了 i18n 部分
2018-03-21 16:21:28 +08:00
Igor Minar
061564394f
docs: improve changelog instructions
2018-03-20 23:15:26 -07:00
Igor Minar
7cd8e8dbd1
build: update version numbers in ./scripts/release/post-check-next
2018-03-20 23:07:40 -07:00
Zhicheng Wang
0e6fdf3db0
feat: 汉化了 API 列表中的一些文字
2018-03-21 14:06:21 +08:00
Zhicheng Wang
2b6e7c8ca1
feat: 翻译完了 NgModule 部分
2018-03-21 14:02:05 +08:00
Igor Minar
73261a8b70
docs: add changelog for 6.0.0-rc.0
2018-03-20 23:01:02 -07:00
Igor Minar
f285cff10b
release: cut the 6.0.0-rc.0 release
2018-03-20 22:48:41 -07:00
Igor Minar
8768665587
fix: correct peerDependencies declaration on rxjs
2018-03-20 22:48:41 -07:00
Jason Aden
623d769858
fix(router): make locationSyncBootstrapListener public due to change in output after TS 2.7 update in #22669 ( #22896 )
...
PR Close #22896
2018-03-20 17:40:25 -07:00
Miško Hevery
17fb9832f4
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
2018-03-20 15:49:45 -07:00
Igor Minar
3cc5c2e4d0
build: update to rxjs@6.0.0-beta.0 ( #22887 )
...
PR Close #22887
2018-03-20 15:26:49 -07:00
Igor Minar
fad86a67ca
build: add rxjs patch to make bazel build work with rxjs@6.0.0-beta.0 ( #22887 )
...
PR Close #22887
2018-03-20 15:26:49 -07:00
Igor Minar
5f1be9b89b
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
2018-03-20 15:26:49 -07:00
Vikram Subramanian
e6c731f791
fix(router): don't use spread operator to workaround an issue in closure compiler ( #22884 )
...
Closure compiler could not handle the spread operator in this one place. Working around it by removing the use of spread operator.
PR Close #22884
2018-03-20 13:30:37 -07:00