https://github.com/angular/angular

sort by:
Revision Author Date Message Commit Date
8eaf609 release: cut the v13.4.0 release 06 April 2023, 17:40:20 UTC
ae34dbc feat(common): Backport NgOptimizedImage to v13 Backport the image optimization features from verion 15 to version 13 06 April 2023, 17:26:25 UTC
69a9064 ci: update github.com known host given recent RSA update See: https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/ 24 March 2023, 12:56:41 UTC
a0814d0 build: setup remote execution through shared command Sets up remote execution through a shared command. 01 March 2023, 21:19:17 UTC
ec58266 release: cut the v13.3.12 release 21 November 2022, 21:13:04 UTC
4ea399a docs(core): add an error details page for unsafe <iframe> bindings (#48027) (#48029) PR Close #48027 PR Close #48029 21 November 2022, 20:21:06 UTC
b1d7b79 fix(core): hardening attribute and property binding rules for <iframe> elements (#48029) This commit updates the logic related to the attribute and property binding rules for <iframe> elements. There is a set of <iframe> attributes that may affect the behavior of an iframe and this change enforces that these attributes are only applied as static attributes, making sure that they are taken into account while creating an <iframe>. If Angular detects that some of the security-sensitive attributes are applied as an attribute or property binding, it throws an error message, which contains the name of an attribute that is causing the problem and the name of a Component where an iframe is located. BREAKING CHANGE: Existing iframe usages may have security-sensitive attributes applied as an attribute or property binding in a template or via host bindings in a directive. Such usages would require an update to ensure compliance with the new stricter rules around iframe bindings. PR Close #48029 21 November 2022, 20:21:06 UTC
3b91101 docs: update security guide (#47296) Update the security guide to our new vulnerability intake process. PR Close #47296 30 August 2022, 18:03:45 UTC
41c6f7a build: update dev-infra shared code to latest revision (#46292) Updates dev-infra to the latest revision. This revision supports for custom release prechecks and performs the release build before the staging, verifying integrity later. This has various benefits for stability and making the less less relucant to build issues that mess up a previously-merged staging PR. PR Close #46292 07 June 2022, 18:50:17 UTC
94c2cfb docs(router): Adjust example for scrollPositionRestoration (#46201) This makes a small update to the example so that it shows a use-case that's not already covered by the 'enabled' option. The existing example would get identical behavior to `scrollPositionRestoration: 'enabled'` with `anchorScrolling: 'enabled'`. The updated example shows a use-case for when custom scrolling _would_ be needed. For example, when data is fetched because it is not available immediately or through a resolver. This is one of the cases described in #24547 This update is sufficient to address all of the documentation problems noted in the aforementioned issue. Another fix should be made to address the problem that scroll restoration needs to be delayed until after CD has run so the update block of the activated component's template is run. PR Close #46201 01 June 2022, 18:06:52 UTC
d7fd99a docs: replace double dashes with m-dashes, fix typos (#46174) Fixes #46173 PR Close #46174 01 June 2022, 18:02:42 UTC
ce2f149 release: cut the v13.3.11 release (#46203) 31 May 2022, 23:34:17 UTC
d74a6ba docs: remove router title docs from 13.3.x (#46198) The router title service is only available in 14+. Docs refactoring in https://github.com/angular/angular/commit/61894570f1e15bdf7f99f9efefd19d3e341dfb07 accidentally added documentation for it to 13.3.x PR Close #46198 31 May 2022, 19:29:43 UTC
00e54e3 docs: replace broken `<br/>` from service worker (#46193) PR Close #46193 31 May 2022, 19:02:36 UTC
8d46cc9 docs: fix template example (#46170) Fix a typo that prevents an example to show. PR Close #46170 31 May 2022, 18:59:48 UTC
2a3dfb9 docs: rename stage to staging (#46164) PR Close #46164 31 May 2022, 18:59:19 UTC
9c2c567 docs: update example file name (#46164) PR Close #46164 31 May 2022, 18:59:19 UTC
5f66b55 docs: change wrong alert to callout (#46145) change the alert present in the lifecycicle-hook docs to a callout so that its header can be properly rendered (since alters don't support have headers) PR Close #46145 27 May 2022, 16:30:23 UTC
8c9051e docs: close lightbox div to fix page display (#46155) PR Close #46155 27 May 2022, 00:42:53 UTC
6a37347 docs: fix incorrect title in the roadmap (#46140) Ensure we're using h3 titles for consistency. PR Close #46140 27 May 2022, 00:42:25 UTC
286f4d6 build(docs-infra): be able to resolve root-relative image URLs in `getImageDimensions()` (#46138) Previously, `getImageDimensions()` would try to resolve image URLs relative to the base path using `path.resolve()`. This resulted in root-relative URLs (i.e. URLs starting with `/`) being treated as absolute filesystem paths and thus resolving incorrectly ([example failure][1]). This commit fixes it by using `.join()` instead, which is more appropriate in this case. (Originally discussed [here][2].) [1]: https://circleci.com/gh/angular/angular/1173150 [2]: https://github.com/angular/angular/pull/46134#issuecomment-1137191996 PR Close #46138 26 May 2022, 18:25:09 UTC
31acfa1 release: cut the v13.3.10 release (#46141) PR Close #46141 25 May 2022, 20:33:43 UTC
a12372a docs: update the Angular roadmap as of May 2022 (#46117) * Update project completion status * Update project description based on state * Add new projects to the future section PR Close #46117 25 May 2022, 18:23:54 UTC
4a7e724 refactor(compiler-cli): fix "for to" typo in code comment (#46113) fix the typo/extra for in a code comment saying "this is used for to determine" so that it only says "this is used to determine" PR Close #46113 24 May 2022, 17:52:18 UTC
355e6b3 docs: replace wrong hyphen with # in aio cheatsheet (#46125) replace the hyphen symbol wrongly used in the aio cheatsheet doc to create a template variable with the proper # symbol PR Close #46125 24 May 2022, 17:49:53 UTC
f936946 docs: corrected the misspelled word (#46126) innovation -> invocation PR Close #46126 24 May 2022, 17:47:47 UTC
fa7c9dc docs: align lightbox elements together (#46107) Align lightbox `div` elements so that the image appears inside the lightbox correctly. PR Close #46107 24 May 2022, 17:45:53 UTC
123782b docs: move all bazel testing info to a single location (#46084) instead of presenting the same (or similar information) in both the DEVELOPER.md and the BAZEL.md files, more all the information in the BAZEL file and refer to that section in the DEVELOPER file PR Close #46084 23 May 2022, 20:59:06 UTC
2009238 docs: fix angularfire2 hyperlink (#46046) PR Close #46046 23 May 2022, 20:52:13 UTC
429822b feat(docs-infra): add group role and label for aio-notification (#45770) add a role and an aria-label to the aio-notification component so that it can be handled better by assistive technologies resolves #44345 PR Close #45770 23 May 2022, 20:48:30 UTC
c58e925 docs: make structural directives guide generic (#44895) tweak the current structural directives guide (currently mainly targeted at the creation of custom structural directives) so that is more generic and a point of reference for structural directives in general this also includes the re-addition of the one-per-element section removed in PR #40015 resolves #44786 PR Close #44895 23 May 2022, 20:44:42 UTC
4275504 docs: remove broken code from TOH tutorial (#46105) At the end of Part 2 of the Tour or Heroes tutorial, there is a code sample that is broken. It looks like it was added by mistake because it is not related to the summary. PR Close #46105 23 May 2022, 20:31:24 UTC
a0676d6 docs: fix division by zero in progress events example (#46077) If the `event.total` is undefined, this line would have generated a `NaN` due to division by zero. I suppose, that a `0` would be more suitable for this case. PR Close #46077 23 May 2022, 20:27:47 UTC
8f68f53 build: fix unbound variable error in build artifact script (#46076) We recently had a couple of issues with the shallowing of snapshot git repositories. In an attempt to fix this, parts of the publish script of the COMP repo have been used, but variables have not been updated properly. This commit fixes an unbound variable, avoiding errors when snapshots are published for a new branch (e.g. when we branch-off). PR Close #46076 23 May 2022, 20:26:33 UTC
c6d0d8c docs(docs-infra): update createComponent description to fix incorrect method name and invalid use of html escaping (#46074) PR Close #46074 23 May 2022, 20:21:46 UTC
1199cfa docs: update service-worker-config to more clearly describe behavior (#45909) Fixes #45280 PR Close #45909 23 May 2022, 20:17:52 UTC
f6c265d fix(docs-infra): add member name to search index without ignore list (#46060) Previously classs, interface and enum members where filtered with the default word ignore list. This lead to poor search results if a search for a member on the ignore list was performed. PR Close #46060 23 May 2022, 16:56:09 UTC
8eb5b3c docs: Remove outdated note (#46022) Component.styles can now use SCSS or LESS preprocessors. PR Close #46022 23 May 2022, 16:53:41 UTC
1d02c09 build: update saucelabs key (#46089) Update the saucelabs key for the newly generated key PR Close #46089 21 May 2022, 20:21:42 UTC
239edda build: update saucelabs key (#46088) Update the saucelabs key for the newly generated key PR Close #46088 21 May 2022, 20:11:04 UTC
f708479 release: cut the v13.3.9 release (#46042) 18 May 2022, 18:42:28 UTC
f901bd2 docs: explicitly specify a version in the CLI install command (#46020) Update the CLI install command in the CLI overview page to explicitly specify a version. This ensures that the version installed is appropriate for the version of the docs (e.g. installing CLI v12.x when following the v12 docs) and it consistent with the `setup-local` guide. PR Close #46020 17 May 2022, 18:28:31 UTC
c3659dd fix(docs-infra): correctly style the CLI version in code snippet (#46020) Some CLI versions (such as `@next`) are not parsed (and thus not formatted) correctly in code snippets. Fix this by explicitly adding an appropriate CSS class to the `<aio-angular-dist-tag>` elements to let PrettyPrint know how to style this token. PR Close #46020 17 May 2022, 18:28:31 UTC
d7de3c5 docs: remove Narco from hero list in code, text, and images (#46008) Fixes issue #45769 Removes the malevolent comic book character, "Narco," from the list of heroes. This change removes the reference from the code, text and screenshots used in the documentation and makes other minor edits as necessary. PR Close #46008 17 May 2022, 17:47:04 UTC
db15a08 docs(devtools): add firefox extension references (#45985) add a link to recent deployed firefox extension and use less specific terminology PR Close #45985 16 May 2022, 18:04:51 UTC
c85bff1 docs: add transparency to Ecosystem image (#45993) PR Close #45993 16 May 2022, 16:37:35 UTC
e539f53 test(docs-infra): ensure examples are split correctly across shards (#46005) Previously, the examples were split across shards based on the order in which `globby()` returned them. This was based on the assumption that `globby()`/the OS would list files in a deterministic order. However, it turns out that examples can be listed in different orders between executions, leading in them not being split correctly across shards on CI (which further means that some examples may be tested multiple times and others may not be tested at all). You can see an example [here][1], where the `getting-started` example is tested in both the 4th and 5th shards. This commit fixes this by explicitly sorting the examples based on their path. [1]: https://circleci.com/gh/angular/angular/1165448 PR Close #46005 16 May 2022, 16:35:44 UTC
57adade docs: add selin tunc to contributors (#45989) PR Close #45989 13 May 2022, 22:05:01 UTC
c224ada docs: adds ngx-cookie-service library to resources list (#45955) PR Close #45955 13 May 2022, 20:08:10 UTC
9a31c22 docs: remove Angular 11 from support table (#45980) PR Close #45980 13 May 2022, 18:18:50 UTC
dfc4852 build: manually unshallow the repo for builds publishing, use absolute paths (#45979) Use the absolute path for the artifacts directory, as well as encapsulate the clone vs init logic to prevent it from changing directories. Manually remove the shallow marker so that git does not recognize this as a shallow repo. PR Close #45979 13 May 2022, 16:07:50 UTC
986e80e release: cut the v13.3.8 release (#45976) 12 May 2022, 22:05:49 UTC
c9c24d1 build: use clone instead of init for creating the builds commit changes (#45975) Rather than using git init to create an empty repo and then shallow fetch the repo for a specific branch, we shallow clone the repository itself for the branch. This prevents us from running into the issue of Github denying the push because it comes from a shallow branch which does not map back to the repository. PR Close #45975 12 May 2022, 20:31:45 UTC
90e6987 build: set the default branch of the ephemeral repo for publishing build artifacts to main (#45974) It looks like because the primary branch for our ephemeral repos doesn't match the build repos we are pushing to it causes errors around shallow clones. This attempts to prevent this. PR Close #45974 12 May 2022, 19:39:37 UTC
b4eb9ed fix(language-service): Prevent TSServer from removing templates from project (#45965) As part of the `updateProjectIfDirty` process and inside `updateNonInferredProjectFiles` TS Server will remove the template files that we added as roots in `readResource`. https://sourcegraph.com/github.com/microsoft/TypeScript@c300fea3250abd7f75920d95a58d9e742ac730ee/-/blob/src/server/editorServices.ts?L2363 The external files are added to the list here so ensuring that the templates are included in the `getExternalFiles` will prevent this from happening https://sourcegraph.com/github.com/microsoft/TypeScript@c300fea3250abd7f75920d95a58d9e742ac730ee/-/blob/src/server/editorServices.ts?L2395:18 PR Close #45965 12 May 2022, 16:25:20 UTC
e223649 fix(docs-infra): do not detect a running job as failed (#45948) Previously, the preview server would incorrectly identify a running `aio_preview` CI job as failed and therefore skip creating a preview. This happened because it only checked whether the job's status is `success`, failing to account for the fact that the job would have a `running` status. (This bug was accidentally introduced in #45934.) This commit avoids the problem by getting rid of the job status check altogether. This check does not offer any benefit, since the CI job will always be in a `running` state (i.e. neither successfully completed nor failed). PR Close #45948 12 May 2022, 16:02:04 UTC
72c11f3 release: cut the v13.3.7 release 11 May 2022, 17:17:13 UTC
3626464 docs: add NGX-YOUI website to resources list (#45810) PR Close #45810 10 May 2022, 23:03:37 UTC
5ca3bcf fix(language-service): Add resource files as roots to their associated projects (#45601) When an external template is read, adds the template file to to the project which contains. This is necessary to keep the projects open when navigating away from HTML files. Since a `tsconfig` cannot express including non-TS files, we need another way to indicate the template files are considered part of the project. Note that this does not ensure that the project in question _directly_ contains the component file. That is, the project might just include the component file through the program rather than directly in the `include` glob of the `tsconfig`. This distinction is somewhat important because the TypeScript language service/server prefers projects which _directly_ contain the TS file (see `projectContainsInfoDirectly` in the TS codebase). What this means it that there can possibly be a different project used between the TS and HTML files. For example, in Nx projects, the referenced configs are `tsconfig.app.json` and `tsconfig.editor.json`. `tsconfig.app.json` comes first in the base `tsconfig.json` and contains the entry point of the app. `tsconfig.editor.json` contains the `**.ts` glob of all TS files. This means that `tsconfig.editor.json` will be preferred by the TS server for TS files but the `tsconfig.app.json` will be used for HTML files since it comes first and we cannot effectively express `projectContainsInfoDirectly` for HTML files. We could consider also updating the language server implementation to attempt to select the project to use for the template file based on which project contains its component file directly, using either the internal `project.projectContainsInfoDirectly` or as a workaround, check `project.isRoot(componentTsFile)`. Finally, keeping the projects open is hugely important in the solution style config case like Nx. When a TS file is opened, TypeScript will only retain `tsconfig.editor.json` and not `tsconfig.app.json`. However, if our extension does not also know to select `tsconfig.editor.json`, it will automatically select `tsconfig.app.json` since it is defined first in the `tsconfig.json` file. So we need to teach TS server that we are (1) interested in keeping projects open when there is an HTML file open and (2) optionally attempt to do this _only_ for projects that we know the TS language service will prioritize in TS files (i.e., attempt to only keep `tsconfig.editor.json` open and allow `tsconfig.app.json` to close) and prioritize that project for all requests. fixes https://github.com/angular/vscode-ng-language-service/issues/1623 fixes https://github.com/angular/vscode-ng-language-service/issues/876 PR Close #45601 10 May 2022, 16:36:28 UTC
66c400c docs: add the change detection guide to the navigation and pullapprove (#45880) PR Close #45880 09 May 2022, 20:56:36 UTC
5e858c7 docs: add a guide on using OnPush change detection strategy (#45880) Explain how to use OnPush change detection strategy and what are the different edge cases. Looks into several different scenarios and covers the behavior of OnPush for each one of them. PR Close #45880 09 May 2022, 20:56:36 UTC
af009c3 docs: add a guide on optimizing slow computations (#45880) Add a guide that explains: - How we can slow the change detection down - How to discover slow computations with Angular DevTools - Explain how to fix slow computations PR Close #45880 09 May 2022, 20:56:36 UTC
87e661d docs: add guide on how to run code outside of NgZone (#45880) Explain the relationship between Angular and Zone.js. Covers how to discover code that triggers change detection more often than we have to run it and explain how to run code outside the Angular zone. PR Close #45880 09 May 2022, 20:56:36 UTC
683895c docs: add general change detection overview (#45880) Add a few paragraphs with introduction to how change detection works referencing a video for further details. PR Close #45880 09 May 2022, 20:56:36 UTC
73bbee2 perf(core): allow `checkNoChanges` mode to be tree-shaken in production (#45936) This commit guards all logic that exists for the `checkNoChanges` mode with `ngDevMode` checks such that the logic can be tree-shaken. PR Close #45936 09 May 2022, 20:24:41 UTC
02b99f6 ci: enable the `aio_preview` CircleCI job (#45935) This reverts commit dbc0dababae6a4a8aa9c5e628f93cd8745fd285f, since the fix has landed in https://github.com/angular/angular/commit/c4340970c7a6419eee28804c9b82254dbcf59315. PR Close #45935 09 May 2022, 19:33:34 UTC
40b3cf4 docs: remove unnecesarry backslash from pipes documentation (#45916) There was an extra backslash in the description of the pipe character. This could be misleading as people could think that the backslash is a pipe character. PR Close #45916 09 May 2022, 19:08:04 UTC
0ec3263 docs: fix bold text in start-data (#45916) PR Close #45916 09 May 2022, 19:08:04 UTC
c8ed9bc ci: update NgBot to sync internal and external configs (#45915) There was a difference in the set of paths between check/sync scripts internally and externally. This commit aligns both configurations. PR Close #45915 09 May 2022, 18:55:38 UTC
a3ca0f1 refactor(docs-infra): remove unnecessary types for stemmer dependency (#45831) NOTE: Since version 2.0.0 stemmer includes its own typings (see https://github.com/words/stemmer/commit/cd6fd9a0319bd7f44dc09ed40614fa807fe28535) PR Close #45831 09 May 2022, 18:54:56 UTC
0e87cd9 fix(docs-infra): handle CircleCI API v2 responses in preview server (#45934) In PR #45349 we switched to using version 2 of the CircleCI API. It turns out that this version of the API (in addition to different URLs) also returns different info from some endpoints, which we have failed to account for. More specifically, the v2 API response for a job does not contain info that we need in [BuildRetriever][1]. As an example, see the API responses for an `aio_preview` run: - [API v1.1][2] - [API v2][3] This commit updates the code to handle API v2 responses. In addition, since the info we need is not present in the job info (as it was with the previous version of the API), we now also retrieve the pipeline info. NOTE: This issue did not manifest earlier, because the preview server code on the VM was not updated to the latest version (that tried to use API v2) due to a different error. This error was fixed with PR #45895, which allowed the preview server to be updated on the VM and uncovered the API v2 incompatibility. [1]: https://github.com/angular/angular/blob/baa3e18812127e7266580f4cd202a4cb3204cbcb/aio/aio-builds-setup/dockerbuild/scripts-js/lib/preview-server/build-retriever.ts#L39-L45 [2]: https://circleci.com/api/v1.1/project/github/angular/angular/1163816 [3]: https://circleci.com/api/v2/project/gh/angular/angular/job/1163816 Fixes #45931 PR Close #45934 09 May 2022, 18:54:10 UTC
5056cfe docs(docs-infra): clarify toh-2 error message (#45878) the second step of the tour of heroes refers to a runtime error which generally isn't presented to new users since it gets caught by the TypeScript compiler's strict mode, clarify such detail so not to confuse readers resolves #45759 PR Close #45878 09 May 2022, 18:23:27 UTC
d4d7bf2 docs: fix code snippets in TOH (part 5) "Final code review" section (#45830) Fixes #45736 PR Close #45830 09 May 2022, 18:18:20 UTC
e3d7d5c docs: fix ellipsis in code-snippet in `creating-libraries` guide (#45820) When hard-coding content in a `<code-example>` tag inside an `.md` file, the content is treated as HTML by the Markdown processor and thus any characters with special meaning in HTML have to be encoded (or replaced with HTML entities). However, the content that is embedded into `<code-example>` tags via docregions is treated as text (since it is not parsed by the Markdown processor) and thus should not have encoded characters or HTML entities. PR Close #45820 09 May 2022, 18:08:48 UTC
31c4879 ci: disable `aio_preview` CircleCI job temporarily (#45932) This commit disables the `aio_preview` CircleCI job temporarily, since it's failing after switching to CircleCI API v2. It will be enabled back once the code is updated. More info can be found here: https://github.com/angular/angular/issues/45931 PR Close #45932 09 May 2022, 18:06:53 UTC
6644165 docs: remove redundant word (#45910) PR Close #45910 06 May 2022, 16:52:20 UTC
1f0ea14 ci: update github robot config to reflect update in syncing (#45907) The `ng_module` Starlark code is not used internally, just `ngc-wrapped`. PR Close #45907 06 May 2022, 16:51:48 UTC
f9f1f92 docs(docs-infra): improve clarity of toh-pt2 li>button code (#45858) in the tour of heros part 2 guide the addition of a button with spans is slighly unclear, so update the code to make things more clear resolves #45760 PR Close #45858 05 May 2022, 23:58:45 UTC
60ea078 ci: update the list of excluded paths in NgBot config (#45901) This commit aligns the NgBot config that is used to determine whether a presubmit is needed with its internal version. PR Close #45901 05 May 2022, 22:45:49 UTC
c989963 build(docs-infra): remove unused Docker artifacts when updating the preview server (#45895) Update the `update-preview-server.sh` script that is used to update the PR preview server to also remove unused Docker images and containers after the update. This avoids having unused Docker artifacts grow uncontrolled and fill up the VM disk drive. PR Close #45895 05 May 2022, 21:49:14 UTC
d735ba7 test(docs-infra): update preview server `serify-setup` tests to match implementation (#45895) Update the mocks used in the `verify-setup` tests of the PR preview server to account for changes made in PR #45349. These tests run to verify that a newly built docker container works as expected before deploying it to the preview server, so having them fail prevents the preview server from updating automatically. NOTE: These tests are currently not run on CI due to complications with running Docker inside Docker. PR Close #45895 05 May 2022, 21:49:14 UTC
719199c docs: fix a markdown syntax error in aio/content/marketing/analytics.md (#45898) PR Close #45898 05 May 2022, 18:50:58 UTC
0928025 build: clean up references to old `master` branch (#45890) Cleans up all references to the `master` branch we renamed to `main` across Angular. PR Close #45890 05 May 2022, 17:53:13 UTC
e3b657e release: cut the v13.3.6 release (#45873) PR Close #45873 04 May 2022, 19:58:55 UTC
f9e0da6 ci: decrease the number of required `public-api` and `size-tracking` reviews (#45855) This commit updates the PullApprove config to decrease the number of required reviews from `public-api` and `size-tracking` group members. PR Close #45855 03 May 2022, 22:48:28 UTC
8007946 docs(service-worker): fix alert closing tag (#45797) This also allows correctly parsing other tags further below (such as the `@reviewed` tag at the end). PR Close #45797 03 May 2022, 16:27:38 UTC
c00786a fix(dev-infra): Fix pullapprove by commenting out the empty availability (#45846) Fixes invalid yml caused by https://github.com/angular/angular/commit/509cab9972dc9ee3366649324e0b19ec9277d7f8 PR Close #45846 02 May 2022, 23:33:44 UTC
e7cd87d ci: mark pkozlowski as availabe for PR reviews (#45842) Change pullapprove configuration to re-include pkozlowski PR Close #45842 02 May 2022, 22:35:36 UTC
e59ed8c build(bazel): change ngc-wrapped to use new bazelOpts.devmode (#45804) bazelOpts.es5Mode is being removed and replaced with devmode. Adding a check for either will allow a smooth migration. PR Close #45804 02 May 2022, 20:10:07 UTC
26c7b5e docs(docs-infra): improve clarity of toh-pt2 click code snippet (#45829) make clearer that the click code snippet present in the tour of heroes part 2 guide is not complete but adding ellipsis at the end of the snippet and also by slightly tweaking the text introducing the snippet resolves #45758 PR Close #45829 02 May 2022, 18:42:12 UTC
ab011b7 fix(docs-infra): fix wrong heading structure in aio resources page (#45822) in the aio resources page there is a main h1 heading and then the next headings used are h3 and h4, thus h2 is being skipped, change such headings so that there is no heading skipping (which is a bad practice and can result to confusing experiences from screen reader users) PR Close #45822 02 May 2022, 16:20:38 UTC
8393925 build: updates to account for github primary branch rename This is the commit accounting for the Github primary branch rename when we actually perform the update. We have three change phases: Prepare, Direct, Cleanup. This commit is for the `direct` phase. 28 April 2022, 17:24:46 UTC
8cfb53d release: cut the v13.3.5 release (#45780) 27 April 2022, 18:23:40 UTC
73fda73 docs: empty alt of aio home decorative images (#45740) in the aio home page the sections' decorative images provide an alt texts, which shouldn't actually be present (see: https://www.w3.org/WAI/tutorials/images/decorative/), empty such alt text for a better user experience PR Close #45740 27 April 2022, 16:06:13 UTC
bed3362 docs: use proper sections in aio home (#45740) convert the `div` groups in the aio home page to proper `section`s with a valid heading/title PR Close #45740 27 April 2022, 16:06:13 UTC
b838b4c docs: make sure aio home has a non-ignored h1 (#45740) currently the aio home page presents a single h1 which is ignored by assistive technologies since it has its display set none, so replace it with a new h1 containing the main text of the page instead PR Close #45740 27 April 2022, 16:06:12 UTC
c5a6cff fix(docs-infra): fix alert child margin issue (#45761) replace the generic `*` selector used in the alert styling with `p` (which is what gets generated from the markdown) as the styling adds margins which are not always wanted PR Close #45761 27 April 2022, 16:04:31 UTC
3a645c6 build: update actions/checkout action to v3.0.2 (#45764) PR Close #45764 26 April 2022, 17:11:43 UTC
63398e0 fix(bazel): add this_is_bazel marker (#45728) Add marker for noting that this check confirms we are running in a bazel environment. PR Close #45728 22 April 2022, 19:46:24 UTC
81611db fix(docs-infra): fix placement of "Edit source" button on errors and diagnostics pages (#45634) This commit aligns the layout of errors and extended diagnostics pages more closely with other docs pages to ensure that the "Edit source" button is displayed correctly even when the heading is too long to fit on a single line. For error pages, in particular, this ensures that the button is not obscured by the error video. **Before:** ![error-pages before][1] **After:** ![error-pages after][2] [1]: https://user-images.githubusercontent.com/8604205/163408291-7aebd029-891c-4045-8fa2-a8e2b2b06dab.png [2]: https://user-images.githubusercontent.com/8604205/163408296-40e6df8e-aadc-4a82-978a-ab4d902b6f6e.png PR Close #45634 21 April 2022, 18:07:27 UTC
back to top