https://github.com/angular/angular

sort by:
Revision Author Date Message Commit Date
40c138c release: cut the v15.0.1 release 23 November 2022, 03:04:21 UTC
dc23ad4 refactor(router): extract navigation transition code to a new file (#48187) This commit extracts the Router's navigation "transitions" to a separate file. The goal here is twofold: - Separate the Router's logic into more manageable chunks. Rather than having to always edit a 1000+ line file, this separates different pieces into smaller, more focused files - More importantly, this sets the groundwork for separating the Router state from the individual navigation transition. That is, it would be good for the rxjs pipeline to _not_ modify the Router state but only keep track of its own intermediate stages and emit outwards during important events. The Router can subscribe to those events and make updates to its state. This would theoretically allow us to swap those implementations independently. That is, the Router's state management can be changed without changing the transition handling and vice-versa. PR Close #48187 23 November 2022, 02:58:38 UTC
3596c44 docs: add brooke avery to GDE resources (#47923) PR Close #47923 23 November 2022, 00:22:06 UTC
8600b30 build: reformat BUILD files Reformat BUILD file usage of globs. 22 November 2022, 20:51:19 UTC
31b2716 build(bazel): remaining AIO Bazel migration fixes Fix the remaining AIO Bazel migration TODOs 22 November 2022, 20:51:19 UTC
65712b1 build(bazel): add missing dependency to deploy script Cannot load the root package.json. Surfaced after trying to merge aio-bazel-migration to main because the deployment short circuits on ci for feature branhces. 22 November 2022, 20:51:19 UTC
4881e75 build(bazel): mark a couple of aio example tests as flaky May be caused by resource contention when running the example tests in parallel. 22 November 2022, 20:51:19 UTC
2f5fe32 build(bazel): update workspace cli sources ref Updates to the latest version still used in angular/main. 22 November 2022, 20:51:19 UTC
0136eb6 build(bazel): tweak parallel jobs for AIO local deps ci Parallel runs of tests on circleci executor push RAM to the limits. 22 November 2022, 20:51:19 UTC
6efefec build(bazel): fix a regression when linking local packages for AIO example tests Caused by code moving around. 22 November 2022, 20:51:19 UTC
371a599 build(bazel): fix linking of local angular packages Npm angular deps were transitively being included, confusing the rules_nodejs linker. 22 November 2022, 20:51:19 UTC
a02d114 build(bazel): support ibazel for AIO example playgrounds Also uses more fine-grained deps to make an ibazel rebuild fast. 22 November 2022, 20:51:19 UTC
df5e180 build(bazel): fix a bug where local ngc couldn't be linked into AIO example tests The ngc entrypoint escapes the sandboxed example folder. Rather than always symlinking local packages, copy the full package when there are bin entries. 22 November 2022, 20:51:19 UTC
c142511 build(bazel): fix regressions for docs-watch Some earlier refactoring prevented the watchr script from running in the source tree. There was also a Windows issue where running architect didn't preserve symlinks causing the app to not be served. 22 November 2022, 20:51:19 UTC
9520a02 build(bazel): fix remote cache missses on Windows and OSX Caused by chromium debug logs in @angular/build-tooling. 22 November 2022, 20:51:19 UTC
afad500 build(bazel): fix a regression where github links were incorrectly written Incorrectly prepended 'packages/' to docs that were under aio/content. 22 November 2022, 20:51:19 UTC
4199a8d build(bazel): fix missing dgeni dependencies Fixes the 'Export has no declarations: unknown' warning and unresolved type warnings. 22 November 2022, 20:51:19 UTC
6d93395 build(bazel): update rnj and remove launcher patch rules_nodejs released a fix for the RUNFILES issue. 22 November 2022, 20:51:19 UTC
5769eb0 build(bazel): consolidate windows chromium path workaround Add the hack to a central location so that it's easier to fix later. 22 November 2022, 20:51:19 UTC
da125db build(bazel): fix an AIO bug where symlinked assets were not loaded on Windows Added "followSymlinks" blocks on the assets. 22 November 2022, 20:51:19 UTC
84c1896 build(bazel): remove unused AIO package.json scripts No longer needed after the migration 22 November 2022, 20:51:19 UTC
b13783e build(bazel): update CLI sources ref for aio build It was out of date with the current legacy build 22 November 2022, 20:51:19 UTC
a908ba7 build(bazel): use workspace status command for AIO version stamping Fixes a bug where the navigation map did not have the correct SHAs. 22 November 2022, 20:51:19 UTC
500acfc build(bazel): create AIO example playgrounds for manual testing After the bazel migration, AIO examples are no longer fully formed in the source tree. 22 November 2022, 20:51:19 UTC
8df1dea build(bazel): list docs entrypoints under packages to simplify docgen target Follows pattern in @angular/components. 22 November 2022, 20:51:19 UTC
9b169f6 build(bazel): fix a bug where the esm loader did not point to node_modules in runfiles Was passing locally previously due to escaping to the source tree. 22 November 2022, 20:51:19 UTC
71ee5d5 build(bazel): clean up pathing in aio build tooling Make use of process.env.RUNFILES. 22 November 2022, 20:51:19 UTC
0e0ec49 build(bazel): allow tag propagation on host machine Fixes a bug where 'requires-network' tag was not propagated locally. 22 November 2022, 20:51:19 UTC
8d685f6 build(bazel): update documentation for docs authors Where possible, preseve the original yarn commands. 22 November 2022, 20:51:19 UTC
32cc63c build(bazel): fix a11y and pwa tests on Windows Needed to use absoulte paths and fix a separator. 22 November 2022, 20:51:19 UTC
eb07e5b build(bazel): remove old patch rules_nodejs patch Patch contents included in rules_nodejs 5.6.0. 22 November 2022, 20:51:19 UTC
3fa6ae1 build(bazel): fix a bug where $(GIT_BIN_PATH) wasn't providing a correct path on Windows Fixed in rules_nodejs 5.6.0 22 November 2022, 20:51:19 UTC
347e013 build(bazel): fix windows regression caused by absolute esm loader path The --loader argument can't handle absolute windows paths. 22 November 2022, 20:51:19 UTC
425035b build(bazel): fix broken aio github links on Windows Caused the aio e2e tests to fail. 22 November 2022, 20:51:19 UTC
6c6eadd build(bazel): fix aio example systemjs tests for locally linked packages These required a preserveSymlinks hack similar to the CLI tests 22 November 2022, 20:51:19 UTC
e43686f build(bazel): fix a bug where the opensearch url coudln't be substituted The file was write protected in the bazel output tree. 22 November 2022, 20:51:19 UTC
ef89eb5 build(bazel): fix a bug where the esm loader could not determine the runfiles dir on bazel run Was relying RUNFILES_DIR but that seems to not be available when calling bazel run. 22 November 2022, 20:51:19 UTC
5e8159c build(bazel): fix aio payload test to work with bazel output Was pointing to legacy build dist folder. 22 November 2022, 20:51:19 UTC
6700f93 build(bazel): fix linting errors Exclude third_party vendored code from linting to preserve original form 22 November 2022, 20:51:19 UTC
9e43595 build(bazel): fix a bug where deps in aio local build were not included This was breaking the local deps build. 22 November 2022, 20:51:19 UTC
a06644b build(bazel): selectively enable network access for some aio targets By default network access is disabled for actions on ci. 22 November 2022, 20:51:19 UTC
bd20c71 build(bazel): use git toolchain for dgeni build Now using a toolchain from dev-infra that provides the path to git in a template var. 22 November 2022, 20:51:19 UTC
cc5a351 build(bazel): fix some regressions Caused by some incompatible changes that were merged in. 22 November 2022, 20:51:19 UTC
47045a5 build(bazel): avoid network call during aio build by not inlining fonts Allows the aio build target to be run under remote-exec 22 November 2022, 20:51:19 UTC
f183129 build(bazel): avoid writing ngsw-config to the source tree This was originally done before runfiles was enabled and the output and source trees were not merged for architect targets. 22 November 2022, 20:51:19 UTC
b0c110a build(bazel): fix a circular dep in aio Probably caused by some incompatible merges. 22 November 2022, 20:51:19 UTC
19fe298 build(bazel): merge aio/tools/defaults.bzl and tools/defaults.bzl Detect the correct workspace for the source maps dep. 22 November 2022, 20:51:19 UTC
57f63bf build(bazel): patch architect to not clear output Otherwise a failed build requires looking in the command log for the error. 22 November 2022, 20:51:19 UTC
c0655e4 build(bazel): restore filtering for example e2e tests Added a wrapper script that performs bazel queries, filters, then runs the tests. 22 November 2022, 20:51:19 UTC
ec28604 build(bazel): fix load statement to point to new dev-infra package This was introduced during a recent rebase. 22 November 2022, 20:51:19 UTC
7c12ebb build(bazel): adjust aio opensearch substitution with bazel paths Now points to the bazel dist folder. 22 November 2022, 20:51:19 UTC
4cafb67 build(bazel): fix a bug where aio firebase utils tests could not link deps ts-node doesn't appear to use the require patch 22 November 2022, 20:51:19 UTC
20b81d0 build(bazel): run firebase deployment tests under bazel The deployment is still run from a yarn script. 22 November 2022, 20:51:19 UTC
3603b4d build(bazel): test aio pwa score under bazel Refactored the a11y score tests to share the pattern of running an http server alongside a test script. 22 November 2022, 20:51:19 UTC
79554b7 build(bazel): run aio a11y tests under bazel Wrap existsing scripts under bazel and write a new script to spin up an http server on an unused port. 22 November 2022, 20:51:19 UTC
6fb3b6f build(bazel): post-rebase fixes for aio bazel build Updated cli source snapshot and had to fix up lockfile. 22 November 2022, 20:51:19 UTC
8062e71 build(bazel): run aio firebase redirect tests under bazel Adjust to run under ci. 22 November 2022, 20:51:19 UTC
7b5e073 build(bazel): run aio systemjs example e2es concurrently These had to be run with the 'exclusive' tag under bazel due to hardcoded ports. 22 November 2022, 20:51:19 UTC
e20bfda build(bazel): Fix a bug where the aio build artifact didn't include assets. Copy the applicaiton sources to the bin dir in order to find the generated relative asset paths. 22 November 2022, 20:51:19 UTC
adffd3f build(bazel): build aio 404 page under bazel The legacy build injected this file into the dist folder, however that's not possible under bazel so files are copied to a new directory. 22 November 2022, 20:51:19 UTC
d9a29e4 build(bazel): clean up manual build contents for aio example deps This avoids the need to depend on "node_modules" and "node_modules/.bin" separately. 22 November 2022, 20:51:19 UTC
3f92ea5 build(bazel): fix a failing example e2e test that failed to find the shadow root This broke after using the chrome version provided by dev-infra. 22 November 2022, 20:51:19 UTC
fa92cf0 build(bazel): fix some aio linting errors Surfaced by modifying ci to include aio targets 22 November 2022, 20:51:19 UTC
4aab63f build(bazel): add aio targets to ci This is a first pass. There is more work to do on package.json, adding more test targets under bazel, and revising documentation. 22 November 2022, 20:51:19 UTC
8d24a91 build(bazel): refactor aio example e2es to fix windows performance Use the same config flag to enable local vs npm deps as aio. 22 November 2022, 20:51:19 UTC
a36034a build(bazel): stamp targets to build, test, and serve aio against first party deps Architect is not compatible with disabling the rules_nodejs linker so these targets must use npm_link to link first party deps 22 November 2022, 20:51:19 UTC
12855f3 build(bazel): incrementally run aio example e2e tests Replaces the workflow where all example e2es are run at once 22 November 2022, 20:51:19 UTC
f62339d build(bazel): remove rules_nodejs patch This patch was added to remove an unnecessary wrapper script around nodejs binaries which prevented running esm scripts when the linker was disabled. 22 November 2022, 20:51:19 UTC
d7eb429 build(bazel): fix race conditions in windows aio build Disables the rules_nodejs linker and adds a custom esm module resolver 22 November 2022, 20:51:19 UTC
3d6315e build(bazel): replace ignore example feature with bazel equivalent Comment out the entry in the EXAMPLES map to ignore an example. 22 November 2022, 20:51:19 UTC
5ece26a build(bazel): incrementally build aio example zips and live examples The existing scripts were amended to work on one example at a time 22 November 2022, 20:51:19 UTC
1dc641e build(bazel): fix bazel aio regressions after rebase The aio-bazel-migration branch was rebased onto main to include runfiles support on windows. 22 November 2022, 20:51:19 UTC
592eadd build(bazel): run aio app tests with bazel-provided chromium Similar to the e2e protractor tests 22 November 2022, 20:51:19 UTC
2163723 build(bazel): run aio application e2e tests under bazel Includes a postinstall fix for puppeteer so that chromium can be run with protractor on osx under bazel 22 November 2022, 20:51:19 UTC
7cbedba build(bazel): create targets for aio example tooling tests This replaces the boilerplate:test npm script 22 November 2022, 20:51:19 UTC
0b55b64 build(bazel): create targets for aio docs tests This replaces the docs-test npm script 22 November 2022, 20:51:19 UTC
75e623b build(bazel): add an aio fast serve target This is equivalent to docs-watch in the legacy build. 22 November 2022, 20:51:19 UTC
472abd7 build(bazel): generate aio stackblitz and example zips Can be served by running bazel run //aio:serve 22 November 2022, 20:51:19 UTC
4ff8f27 build(bazel): add a bazel aio serve target This works with ibazel but is not highly incremental 22 November 2022, 20:51:19 UTC
c9478f7 build(bazel): add bazel targets for aio doc generation This is an incremental step to produce dgeni output with bazel. The generated outputs are not yet used by other targets. 22 November 2022, 20:51:19 UTC
8ab50a1 docs: fix broken link in v15 deprecations table (#48157) PR Close #48157 22 November 2022, 19:39:48 UTC
f689250 docs: add missing documentation setup instructions (#48174) PR Close #48174 22 November 2022, 19:39:25 UTC
cfc2249 docs(forms): fix typos in removeValidators and hasValidator usage notes (#48144) PR Close #48144 22 November 2022, 19:39:03 UTC
ebcca47 refactor(router): Update RouterOutlet to not read internal route property (#48112) The `RouterOutlet` currently reads the `_futureSnapshot` of the Route. However, by the time `activateWith` is called, this value is the same as `snapshot` (https://github.com/angular/angular/blob/414b1b2d5ffe8eac33749bf472af7eafcf248dba/packages/router/src/operators/activate_routes.ts#L163-L205). This change will make it easier for developers to fork the `RouterOutlet` implementation if necessary without needing to modify any code. PR Close #48112 22 November 2022, 19:37:38 UTC
11d916d refactor(router): Remove unnecessary logic in enabledBlocking option (#48064) The `initNavigated` flag is not necessary. The way `enabledBlocking` works is by blocking any navigations from finishing until the application has bootstrapped. The bootstrap is unblocked as soon as we hit the `afterPreactivation` step. After that point, `afterPreactivation` is always unblocked because the `bootstrapDone` Subject is completed/stopped. There is no need for an additional variable to track this information. PR Close #48064 22 November 2022, 19:36:14 UTC
d50fa6b test(router): Update flaky tests to consistently pass (#48176) This commit makes several updates to the bootstrap tests of the Router. The change that made the real difference was providing `MockPlatformLocation`. Other changes include: * using `async/await` instead of `done` * not providing APP_BASE_HREF (recent router refactors made this unnecessary) * using some functional guards to simplify some tests PR Close #48176 22 November 2022, 19:33:19 UTC
d0631f8 docs: fix dates in release guide (#48173) A version always stays for about a year in LTS. PR Close #48173 22 November 2022, 19:32:01 UTC
cc8b76e fix(language-service): correctly handle host directive inputs/outputs (#48147) Adds some logic to correctly handle hidden or aliased inputs/outputs in the language service. Fixes #48102. PR Close #48147 22 November 2022, 17:47:49 UTC
fa5528f fix(router): restore 'history.state' on popstate even if navigationId missing (#48033) If `history.pushState()` or `history.replaceState()` were called manually without including the `navigationId` field the state was being incorrectly discarded - that logic was for maintaining the original behavior of `NavigationStart.restoredState`. Improves on #28176, fully fixes #28108, see also #28954 PR Close #48033 21 November 2022, 21:46:17 UTC
f612fce docs: fix typo in navigation.json (#48127) documenation -> documentation PR Close #48127 21 November 2022, 21:45:51 UTC
930af9d fix(common): Fix MockPlatformLocation events and missing onPopState implementation (#48113) The MockPlatformLocation forward, back, and historyGo methods should trigger a popstate event. Additionally, these events should just be synchronous since that's what the majority of the major browsers do. Lastly, onPopState should be implemented the same way as onHashChange. PR Close #48113 21 November 2022, 21:45:06 UTC
7e3dad1 docs: fix typo in `cli-builder.mf` (#48129) Replace `@example/my-builder` with `@example/my-builder` PR Close #48129 21 November 2022, 21:44:42 UTC
cf55aa0 docs(forms): add FormRecord class to API summary (#48136) Add the missing FormRecord class to the Reactive forms API summary which is located under Developer Guides -> Forms -> Reactive Forms. Fixes #47808 PR Close #48136 21 November 2022, 21:44:17 UTC
079ec8c docs: add version 15 to active version (#48148) With this change we update the releases docs to include version 15 as an active version and mark version 14 as an LTS. Closes #48116 PR Close #48148 21 November 2022, 21:43:45 UTC
890feb9 Revert "refactor(router): Remove promise catch and re-reject (#48067)" (#48135) This reverts commit 07c9396824f6270872fce86498113c96a5ce6763. This change caused test failures (both unit and integration). Though the code looks like it should be a no-op update, it's possible it affecting something to do with microtasks, zoneJS, and change detection. More investigation would need to be done into the exact nature of the failures. PR Close #48135 21 November 2022, 17:24:00 UTC
a04c538 Revert "Revert "refactor(router): Simplify router defaults by making the defaults Injectable" (#48121)" (#48135) This reverts commit 57d9296802244c0cafdf54cfc6d1cf8a88f2b65b. The original commit was not problematic and was mistakenly reverted. PR Close #48135 21 November 2022, 17:24:00 UTC
bf724a2 docs: fix typo in image-directive.md (#48115) PR Close #48115 18 November 2022, 20:17:14 UTC
e73f5e0 Revert "refactor(router): Simplify router defaults by making the defaults Injectable" (#48121) This reverts commit 18033d5ed23bad9c1c8c6642603d2e2b3b3e03c9. PR Close #48121 18 November 2022, 20:16:17 UTC
a8c33bf fix(language-service): update packages/language-service/build.sh script to work with vscode-ng-language-service's new Bazel build (#48120) Part of fix for angular/vscode-ng-language-service#1815 PR Close #48120 18 November 2022, 18:21:05 UTC
0c3389e docs: extract XSS security doc URL into a constant (#48082) We plan to change the link in google3 to point to google3-specific documentation. Replacing a single constant will make for a smaller and more maintainable patch. PR Close #48082 17 November 2022, 21:21:16 UTC
back to top