https://github.com/angular/angular

sort by:
Revision Author Date Message Commit Date
65a40e6 docs: add changelog for 5.0.3 22 November 2017, 21:09:12 UTC
215832d release: cut the 5.0.3 release 22 November 2017, 21:08:11 UTC
686c4ef docs(aio): add ngATL header (#20590) Fix #20568 PR Close #20590 22 November 2017, 21:04:09 UTC
efce396 docs(aio): add a French onsite training ressource (#19889) PR Close #19889 22 November 2017, 16:49:12 UTC
b567f9c docs(aio): add a French onsite training ressource (#19889) PR Close #19889 22 November 2017, 16:49:12 UTC
4ff60c3 docs(aio): fix filename (#20569) PR Close #20569 22 November 2017, 16:48:57 UTC
bc904b1 fix(common): return ISubscription from Location.subscribe() (#20429) Fix #20406 PR Close #20429 22 November 2017, 16:48:38 UTC
135cf22 ci: Update 1% payload size test (#20524) PR Close #20524 22 November 2017, 16:48:26 UTC
0550383 build(aio): filter out ambiguous directives from auto code linking (#20512) Closes #20466 PR Close #20512 22 November 2017, 16:48:19 UTC
07699cb build(aio): do not store duplicate metadata aliases (#20512) Having duplicates was causing the code auto-linking to ignore `ngForm` directives. PR Close #20512 22 November 2017, 16:48:18 UTC
e4bb077 build(aio): better parsing of selectors as aliases for directives/components (#20512) PR Close #20512 22 November 2017, 16:48:18 UTC
27e7439 docs(aio): add angularfirebase.com to education resources (#20302) PR Close #20302 22 November 2017, 16:48:09 UTC
66d1602 ci: update pullapprove (#20540) PR Close #20540 22 November 2017, 16:48:02 UTC
0feba49 fix(core): fix #20532, should be able to cancel listener from mixed zone (#20538) PR Close #20538 22 November 2017, 16:47:53 UTC
9ca6ee9 fix(benchpress): Allow ignoring navigationStart events in perflog metric. (#20312) PR Close #20312 22 November 2017, 16:46:34 UTC
a5a8229 docs(aio): fix typo in Attribute Directives documentation (#20143) changed "appHightlight" to "appHighlight" PR Close #20143 22 November 2017, 16:45:41 UTC
f9f2c20 fix(forms): updateOn should check if change occurred (#20358) Fixes #20259. PR Close #20358 22 November 2017, 16:45:22 UTC
662422a docs: NgModule guide prose for CLI (partial) (#19776) Also replaces “Angular Module” with “NgModule” wherever that is clarifying. Continue using “module” when qualified as in “feature module”, “root module”, “routing module”, etc. PR Close #19776 22 November 2017, 16:44:58 UTC
b53ead4 fix(compiler): support event bindings in `fullTemplateTypeCheck` (#20490) The type-check block now disables type checking event access instead of generating a reference to an undefined variable. PR Close #20490 21 November 2017, 16:47:08 UTC
d0abfa3 docs: update the triaging doc with the latest process (#20128) PR Close #20128 21 November 2017, 16:43:28 UTC
3bf36e9 docs: add description for target labels + add LTS target label (#20128) PR Close #20128 21 November 2017, 16:43:28 UTC
82aace6 fix(core): should support event.stopImmediatePropagation (#20469) PR Close #20469 18 November 2017, 00:19:34 UTC
15795d0 fix(animations): validate against trigger() names that use @ symbols (#20326) PR Close #20326 18 November 2017, 00:19:28 UTC
8ddbed8 build(aio): tighten up code autolinking (#20468) Do not match code "words" that are part of a hyphenated string of characters: e.g. `platform-browser-dynamic` should not auto-link `browser`. Do not match code "words" that correspond to pipe names but are not preceded by a pipe `|` character. E.g. `package.json` should not auto link `json` to the `JsonPipe`. Closes #20187 PR Close #20468 18 November 2017, 00:19:22 UTC
81f1d42 fix(compiler): emit correct type-check-blocks with TemplateRef's (#20463) The type-check block generated with `"fullTemplateTypeCheck"` was invalid if the it contained a template ref as would be generated using the `else` micro-syntax of `NgIf`. Fixes: #19485 PR Close #20463 18 November 2017, 00:19:13 UTC
3df1542 docs(aio): fix a typo to improve readability (#20435) Remove a comma and space PR Close #20435 18 November 2017, 00:19:06 UTC
8e1e7fa docs(aio): Clearing array with [] (#20369) (#20395) Convert remaining references to directly use LoggerServices logs. PR Close #20395 18 November 2017, 00:18:59 UTC
27f8c69 docs(aio): Removing reference to LoggerService property (#20369) (#20395) The reference removed so that calling LoggerService clear() method behaves as intended in SpyComponent. PR Close #20395 18 November 2017, 00:18:59 UTC
5d0dd97 docs(aio): Clearing array with [] (#20369) (#20395) Clearing array with setting length to 0 replaced with [] for being short and marginally efficient. For reference: [] is turned into a sequence of around 15 machine instructions on x64 (if bump pointer allocation succeeds), whereas a.length=0 is a C++ runtime function call, which requires 10-100x as many instructions. Benedikt Meurer PR Close #20395 18 November 2017, 00:18:59 UTC
814f062 fix(animations): always fire inner trigger callbacks even if blocked by parent animations (#19753) Closes #19100 PR Close #19753 18 November 2017, 00:17:46 UTC
b1f8eb1 docs: add changelog for 5.0.2 16 November 2017, 19:24:02 UTC
f983d1c release: cut the 5.0.2 release 16 November 2017, 19:20:49 UTC
1285792 fix(aio): fix window title on Home page (#20440) Using `display: none` on the `<h1>` causes `innerText` to not work as expected and include the icon ligature (`link`) in the title. This caused the window title on the angular.io Home page to appear as "Angular - link". This commit fixes it by not generating anchors at all for headings with the `no-anchor` class. Fixes #20427 PR Close #20440 16 November 2017, 04:26:20 UTC
dbdf9f7 docs(aio): add missing closing backtick (#20446) PR Close #20446 16 November 2017, 04:26:12 UTC
d5eaf4d Revert "fix(animations): always fire inner trigger callbacks even if blocked by parent animations (#19753)" This reverts commit bc4b4b5b55768a9d6db5572bf8e9ca90650ae326. 16 November 2017, 04:25:30 UTC
2d6126e style(core): fix comment format for linter 15 November 2017, 19:51:56 UTC
259f6bf style(core): fix max line length to pass linting (#20441) Accidentally introduced in #19920, where other linting errors (unrelated to the PR) prevented proper linting. PR Close #20441 15 November 2017, 19:45:02 UTC
03d549b Revert "fix(core): should support event.stopImmediatePropagation" This reverts commit 5e0eb5e3d94bd7077c4d6657b89bfc8d900f2bc6. 15 November 2017, 19:35:52 UTC
bc4b4b5 fix(animations): always fire inner trigger callbacks even if blocked by parent animations (#19753) Closes #19100 PR Close #19753 15 November 2017, 00:00:01 UTC
00f2055 docs(aio): fix wrong copy (#20431) PR Close #20431 14 November 2017, 23:59:57 UTC
91efc7f docs(core): change from deprecated renderer to renderer2 (#19920) We now show the proper class instead of the deprecated Renderer Fixes #19806 PR Close #19920 14 November 2017, 21:45:04 UTC
8b1a6b1 fix(animations): ensure final state() styles are applied within @.disabled animations (#20267) Closes #20266 PR Close #20267 14 November 2017, 20:13:38 UTC
b732fb9 fix(router): 'merge' queryParamHandling strategy should be able to remove query params (#19733) Closes #18463, #17202 PR Close #19733 14 November 2017, 20:13:30 UTC
0e2d962 ci: tighten package limits (#20364) PR Close #20364 14 November 2017, 20:13:22 UTC
7acbc19 docs(aio): fix broken link in guide/component-interaction (#20411) add a blank line before line with markdown link PR Close #20411 14 November 2017, 18:03:24 UTC
c69eda8 docs(aio): make it clear we are talking about <a> tags (#20410) As is, it could be seen as a typo at first glance. Wrapping the "a" in carets and backticks for formatting adds some clarity. PR Close #20410 14 November 2017, 18:03:21 UTC
210ff78 docs(aio): fix typo in filename (packages.json --> package.json) (#20377) PR Close #20377 14 November 2017, 18:03:17 UTC
96766f7 docs(aio): fix not found schema (#20347) Fixes #20338 PR Close #20347 14 November 2017, 18:03:14 UTC
52b50c4 docs(aio): fix rxjs import (#20350) closes #20349 PR Close #20350 14 November 2017, 18:02:08 UTC
398690d docs: Dependency Injection guides for CLI (#19892) PR Close #19892 14 November 2017, 18:02:05 UTC
dc01fb1 docs(aio): update template forms to CLI (#20014) PR Close #20014 14 November 2017, 18:02:02 UTC
7c26c06 docs(aio): update reactive-forms to CLI (#20019) PR Close #20019 14 November 2017, 18:01:59 UTC
82dc7fa docs(aio): update displaying-data for CLI (#19574) PR Close #19574 14 November 2017, 18:01:56 UTC
3101e89 docs(aio): update glossary for CLI (#20017) PR Close #20017 14 November 2017, 18:01:53 UTC
79c3e1b docs(aio): update ajs-quick-reference for CLI (#19552) PR Close #19552 14 November 2017, 18:01:49 UTC
c96967b docs(aio): remove trailing underscore from provide_ (#20356) _provide_ was already emphasized in the previous paragraph PR Close #20356 14 November 2017, 18:01:06 UTC
422cd0b docs(aio): fix missed grave accent (#20379) PR Close #20379 14 November 2017, 18:01:03 UTC
eea2039 docs: AttributeDirectives guide for CLI (#19771) PR Close #19771 14 November 2017, 18:01:00 UTC
612f508 refactor(animations): uses a loop instead Array.map() which creates and (#19910) returns a new array that is discarded. This pattern will become a compilation error in google3. PR Close #19910 10 November 2017, 21:54:20 UTC
aa3d75b build: update to google-closure-compiler@20171023.0.1 (#20321) added externs remove externs PR Close #20321 10 November 2017, 19:53:21 UTC
4cc6abb fix(compiler): recognize @NgModule with a redundant @Injectable (#20320) The compiler now, again, recognizes `@NgModule()` decorators on classes with a redundant `@Injectable()` decorator. Fixes: #19544 PR Close #20320 10 November 2017, 19:53:17 UTC
222758b fix(aio): markdown typo in Tour of Heroes tutorial (#20288) PR Close #20288 10 November 2017, 19:53:13 UTC
516107f docs(common): update default display value for CurrencyPipe (#20246) PR Close #20246 10 November 2017, 19:53:09 UTC
bd70aec refactor(core): remove prolyfill from error message (#20121) PR Close #20121 10 November 2017, 19:53:03 UTC
2ca6bdd docs(aio): typo fix (#20318) tutorial part 0 app component template file extention fix PR Close #20318 10 November 2017, 19:12:18 UTC
2aefac8 docs(aio): empty line between HTML tag and content (#20341) PR Close #20341 10 November 2017, 19:09:35 UTC
ec496c2 docs(aio): fix typo (#20103) PR Close #20103 10 November 2017, 19:09:27 UTC
346dbcf docs(aio): show correct path for mock-heroes code (#20323) PR Close #20323 10 November 2017, 19:09:23 UTC
48843a9 docs(aio): Fix typo in tutorial (#20295) PR Close #20295 10 November 2017, 19:09:05 UTC
8f2fb02 docs(aio): fix toh-pt3 typos (#20307) PR Close #20307 10 November 2017, 19:08:54 UTC
89e4262 docs(aio): fix -mm- to -MM- for month in DatePipe (#20315) PR Close #20315 10 November 2017, 19:08:43 UTC
424a323 fix(compiler): show explanatory text in template errors (#20313) Fixes: #20076 PR Close #20313 09 November 2017, 23:48:58 UTC
28985cb test(compiler): do not use `a` as a content selector As it might trigger false positive in the RegExp from `_makeScopeMatcher` closes #20256 08 November 2017, 23:53:13 UTC
5d1cd57 fix(compiler): fix corner cases in shadow CSS `cmp:host {}` and `cmp:host some-other-selector {}` were not handled consistently. Note those should not match anything but are made equivalent to respectively `:host(cmp)` and `:host(cmp) some-other-selector` to avoid breaking legacy apps. 08 November 2017, 23:53:05 UTC
9de45fa docs: add changelog for 5.0.1 08 November 2017, 18:29:46 UTC
953a0e0 release: cut the 5.0.1 version 08 November 2017, 18:28:13 UTC
511e56d docs(common): fix mis-ordered lines (#20221) 06 November 2017, 19:29:12 UTC
1f1741c build(aio): upgrade to @anglar/core@5.0.0 and cli@1.5.0 -rw-r--r-- 1 iminar eng 14880 Nov 4 11:54 dist/0.b19e913fbdd6507d346b.chunk.js -rw-r--r-- 1 iminar eng 1533 Nov 4 11:54 dist/inline.9183bfe0d60f43b6a772.bundle.js -rw-r--r-- 1 iminar eng 486476 Nov 4 11:54 dist/main.f5445f99490330207c9c.bundle.js -rw-r--r-- 1 iminar eng 37070 Nov 4 11:54 dist/polyfills.0dfca732c5a075c110d0.bundle.js Closes #20184 06 November 2017, 18:05:23 UTC
408ffb6 build(aio): remove the build-optimizer flag it's on by default now. 06 November 2017, 18:05:23 UTC
73d857c build(aio): use aot compiler for development since it was not turned on by default in the cli we have to opt in. 06 November 2017, 18:05:23 UTC
3ab0963 docs(aio): update ToH for CLI (#19811) 06 November 2017, 18:02:40 UTC
da22c48 fix(compiler): report a reasonable error with invalid metadata (#20062) The compiler would throw an internal exception if an import using the `ngModule` syntax and the module as not a resolvable symbol. Fixes: #20049 06 November 2017, 18:01:49 UTC
f80d41f fix(aio): style correctly on Safari (#20157) 06 November 2017, 18:00:57 UTC
2b7ca4e ci(aio): move e2e tests to optional job (#20178) 06 November 2017, 18:00:23 UTC
4292540 docs(aio): fixed case-typo for code (#20196) 06 November 2017, 17:59:38 UTC
7083791 fix(core): should support event.stopImmediatePropagation (#19222) 03 November 2017, 22:22:43 UTC
131368c docs(aio): update pipes for CLI (#19553) 03 November 2017, 22:21:41 UTC
94e0ef7 ci(aio): Add payload size percentage changes check to payload size task (#19908) 03 November 2017, 22:20:49 UTC
e4cd3b0 test(aio): make e2e tests less flakey closes #20117 03 November 2017, 18:24:04 UTC
22dc3ad build(aio): upgrade `protractor` to v5.2.0 03 November 2017, 18:23:55 UTC
7077a61 build(aio): use correct types for e2e tests 03 November 2017, 18:23:45 UTC
9811bef docs: Bootstrapping guide prose for CLI (#19777) 03 November 2017, 18:13:41 UTC
3298c4a docs: Component Styles guide for CLI (#19791) 03 November 2017, 18:12:58 UTC
5a6efa7 fix(platform-browser): support Symbols in custom jasmineToString() method (#19794) It's illegal to coerce a Symbol to a string, and results in a TypeError: TypeError: Cannot convert a Symbol value to a string Previously, the custom jasmineToString() method monkey-patched onto Maps in platform-browser/testing/src/matchers.ts would coerce keys and values to strings. A change in a newer version of Jasmine calls this method more often, resulting in calls against Maps which contain Symbols in some applications, which causes crashes. The fix is to explicitly convert keys and values to strings, which does work on Symbols. 03 November 2017, 18:12:09 UTC
a8c786c docs: Deployment guide for CLI (#19839) 03 November 2017, 18:11:16 UTC
799cbb9 fix(compiler): don't overwrite missingTranslation's value in JIT (#19952) 03 November 2017, 18:09:07 UTC
e6f16a7 docs(aio): Fix typo in Architecture Overview. (#20073) 03 November 2017, 18:00:44 UTC
1bb0333 docs(aio): Add v4 doc link to navigation (#20089) Fixes #20090 03 November 2017, 17:59:48 UTC
9fa0ffd build(aio): make plunker works with rxjs operators (#20124) 03 November 2017, 17:48:08 UTC
678d1cf fix(core): __symbol__ should return __zone_symbol__ without zone.js loaded (#19541) 02 November 2017, 23:06:29 UTC
back to top