{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":49016322,"defaultBranch":"main","name":"components","ownerLogin":"angular","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-01-04T18:50:02.000Z","ownerAvatar":"https://avatars-ghuser.fzsz.win/u/139426?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726151839.0","currentOid":""},"activityList":{"items":[{"before":"5897f372b7f6bccbd95b501801ca3f8b73a2689d","after":"57828343844d3cec8c4675cf954e9aeb182a15eb","ref":"refs/heads/main","pushedAt":"2024-09-19T10:57:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars-ghuser.fzsz.win/u/4450522?s=80&v=4"},"commit":{"message":"docs: replace angular.io links with angular.dev (#29734)\n\nupdates all angular.io links to updated angular.dev","shortMessageHtmlLink":"docs: replace angular.io links with angular.dev (#29734)"}},{"before":"886fb6d156938aa088093fd5602a9691e79dfc74","after":"5897f372b7f6bccbd95b501801ca3f8b73a2689d","ref":"refs/heads/main","pushedAt":"2024-09-19T08:02:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars-ghuser.fzsz.win/u/4450522?s=80&v=4"},"commit":{"message":"refactor(multiple): switch material to the inject function (#29731)\n\nSwitches Material from constructor-based DI to the `inject` function.","shortMessageHtmlLink":"refactor(multiple): switch material to the inject function (#29731)"}},{"before":"724dc2f78809d4b06d08e230f0afafe204dce075","after":"919f08dc09d014fb037c789874aae4eeaa92be1e","ref":"refs/heads/18.2.x","pushedAt":"2024-09-19T07:07:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars-ghuser.fzsz.win/u/4450522?s=80&v=4"},"commit":{"message":"test(material/select): fix broken test (#29760)\n\nAfter #29645, the assertion for `aria-autocomplete` isn't valid anymore.\n\n(cherry picked from commit 886fb6d156938aa088093fd5602a9691e79dfc74)","shortMessageHtmlLink":"test(material/select): fix broken test (#29760)"}},{"before":"c4ca044c82895a3f1fdefd8fa3b03f8d0342c119","after":"886fb6d156938aa088093fd5602a9691e79dfc74","ref":"refs/heads/main","pushedAt":"2024-09-19T07:07:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars-ghuser.fzsz.win/u/4450522?s=80&v=4"},"commit":{"message":"test(material/select): fix broken test (#29760)\n\nAfter #29645, the assertion for `aria-autocomplete` isn't valid anymore.","shortMessageHtmlLink":"test(material/select): fix broken test (#29760)"}},{"before":"f9e18109e813d9f735a324ae9fdf27cb6ddc08bd","after":"724dc2f78809d4b06d08e230f0afafe204dce075","ref":"refs/heads/18.2.x","pushedAt":"2024-09-19T06:33:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars-ghuser.fzsz.win/u/4450522?s=80&v=4"},"commit":{"message":"docs(material/tree): update examples on docs pages, add new childrenAccessor examples (#29752)\n\n* docs(mat/tree): add childrenAccessor example for mat-tree flat\n\n* fix(mat/tree): fix imports\n\n* docs(mat/tree): add childrenAccessor example for nested mat-tree\n\n* fix(mat/tree): fix imports\n\n* fix(mat/tree): formatting\n\n(cherry picked from commit c4ca044c82895a3f1fdefd8fa3b03f8d0342c119)","shortMessageHtmlLink":"docs(material/tree): update examples on docs pages, add new childrenA…"}},{"before":"777d1d295aaa8bc6e47a7c76e8fe9246ed30db2e","after":"c4ca044c82895a3f1fdefd8fa3b03f8d0342c119","ref":"refs/heads/main","pushedAt":"2024-09-19T06:33:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars-ghuser.fzsz.win/u/4450522?s=80&v=4"},"commit":{"message":"docs(material/tree): update examples on docs pages, add new childrenAccessor examples (#29752)\n\n* docs(mat/tree): add childrenAccessor example for mat-tree flat\n\n* fix(mat/tree): fix imports\n\n* docs(mat/tree): add childrenAccessor example for nested mat-tree\n\n* fix(mat/tree): fix imports\n\n* fix(mat/tree): formatting","shortMessageHtmlLink":"docs(material/tree): update examples on docs pages, add new childrenA…"}},{"before":"7ab65e4fb99e063cce7d0aa29701e811d10771c0","after":"f9e18109e813d9f735a324ae9fdf27cb6ddc08bd","ref":"refs/heads/18.2.x","pushedAt":"2024-09-18T22:03:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"andrewseguin","name":"Andrew Seguin","path":"/andrewseguin","primaryAvatarUrl":"https://avatars-ghuser.fzsz.win/u/22898577?s=80&v=4"},"commit":{"message":"fix(material/chips): increase chip remove touch target size (#29452)\n\n* fix(material/chips): increase chip remove touch target size\n\nFixes Angular Components Chips component accessibility issue\nwhere the touch target is too small. Updates the chips' remove\nbutton ::after margin and padding styles to create a larger\ntouch target to meet the minimum 48px x 48px size.\n\nFixes b/286959517\n\n* refactor(material/chips): fix lint errors\n\nUpdates previous fix to correct lint error due to changing some\nlines from background to targeting background-color specifically.\n\n(cherry picked from commit 777d1d295aaa8bc6e47a7c76e8fe9246ed30db2e)","shortMessageHtmlLink":"fix(material/chips): increase chip remove touch target size (#29452)"}},{"before":"60776637ee78cd942a3527402e3e8f9f25d871c1","after":"777d1d295aaa8bc6e47a7c76e8fe9246ed30db2e","ref":"refs/heads/main","pushedAt":"2024-09-18T22:03:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andrewseguin","name":"Andrew Seguin","path":"/andrewseguin","primaryAvatarUrl":"https://avatars-ghuser.fzsz.win/u/22898577?s=80&v=4"},"commit":{"message":"fix(material/chips): increase chip remove touch target size (#29452)\n\n* fix(material/chips): increase chip remove touch target size\n\nFixes Angular Components Chips component accessibility issue\nwhere the touch target is too small. Updates the chips' remove\nbutton ::after margin and padding styles to create a larger\ntouch target to meet the minimum 48px x 48px size.\n\nFixes b/286959517\n\n* refactor(material/chips): fix lint errors\n\nUpdates previous fix to correct lint error due to changing some\nlines from background to targeting background-color specifically.","shortMessageHtmlLink":"fix(material/chips): increase chip remove touch target size (#29452)"}},{"before":"7db4b5f4c19ed7e0e797dfc31a853713932d875b","after":"7ab65e4fb99e063cce7d0aa29701e811d10771c0","ref":"refs/heads/18.2.x","pushedAt":"2024-09-18T17:51:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"andrewseguin","name":"Andrew Seguin","path":"/andrewseguin","primaryAvatarUrl":"https://avatars-ghuser.fzsz.win/u/22898577?s=80&v=4"},"commit":{"message":"fix(material/select): remove incompatible aria-autocomplete attribute (#29645)\n\nFixes a bug reported in MatSelect where the usage of aria-autocomplete\nis not a valid attribute that can be used with aria role=listbox.\nRemoves the aria-autocomplete attribute to fix the violation:\naria-allowed-attr.\n\nFixes b/352496530\n\n(cherry picked from commit 60776637ee78cd942a3527402e3e8f9f25d871c1)","shortMessageHtmlLink":"fix(material/select): remove incompatible aria-autocomplete attribute ("}},{"before":"be004b89fc7938b5a020a743e3344268601d0e9f","after":"60776637ee78cd942a3527402e3e8f9f25d871c1","ref":"refs/heads/main","pushedAt":"2024-09-18T17:51:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andrewseguin","name":"Andrew Seguin","path":"/andrewseguin","primaryAvatarUrl":"https://avatars-ghuser.fzsz.win/u/22898577?s=80&v=4"},"commit":{"message":"fix(material/select): remove incompatible aria-autocomplete attribute (#29645)\n\nFixes a bug reported in MatSelect where the usage of aria-autocomplete\nis not a valid attribute that can be used with aria role=listbox.\nRemoves the aria-autocomplete attribute to fix the violation:\naria-allowed-attr.\n\nFixes b/352496530","shortMessageHtmlLink":"fix(material/select): remove incompatible aria-autocomplete attribute ("}},{"before":"2cf2f5321e724bced1b9c43eeca2503a7fe2fdc4","after":"7db4b5f4c19ed7e0e797dfc31a853713932d875b","ref":"refs/heads/18.2.x","pushedAt":"2024-09-18T16:41:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars-ghuser.fzsz.win/u/4450522?s=80&v=4"},"commit":{"message":"fix(cdk/tree): resolve maximum call stack error (#29754)\n\nThe CDK tree was calling `ChangeDetectorRef.detectChanges` recursively for each node in the tree which was overflowing the call stack with some larger trees.\n\nThese changes resolve the issue by only calling `detectChanges` on the root.\n\nFixes #29733.\n\n(cherry picked from commit be004b89fc7938b5a020a743e3344268601d0e9f)","shortMessageHtmlLink":"fix(cdk/tree): resolve maximum call stack error (#29754)"}},{"before":"1bd976c6a7b4493e9dc741f6fe25fde455adfbcf","after":"be004b89fc7938b5a020a743e3344268601d0e9f","ref":"refs/heads/main","pushedAt":"2024-09-18T16:41:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars-ghuser.fzsz.win/u/4450522?s=80&v=4"},"commit":{"message":"fix(cdk/tree): resolve maximum call stack error (#29754)\n\nThe CDK tree was calling `ChangeDetectorRef.detectChanges` recursively for each node in the tree which was overflowing the call stack with some larger trees.\n\nThese changes resolve the issue by only calling `detectChanges` on the root.\n\nFixes #29733.","shortMessageHtmlLink":"fix(cdk/tree): resolve maximum call stack error (#29754)"}},{"before":"602bef1cd6a4e11c89105ec3cd2f1410eea9cb50","after":"1bd976c6a7b4493e9dc741f6fe25fde455adfbcf","ref":"refs/heads/main","pushedAt":"2024-09-18T16:40:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars-ghuser.fzsz.win/u/4450522?s=80&v=4"},"commit":{"message":"feat(google-maps): Add support for some mouse events #29741 (#29747)","shortMessageHtmlLink":"feat(google-maps): Add support for some mouse events #29741 (#29747)"}},{"before":"06818a7ed8777d6fe5b9eca7802977691385ab67","after":"2cf2f5321e724bced1b9c43eeca2503a7fe2fdc4","ref":"refs/heads/18.2.x","pushedAt":"2024-09-18T16:40:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars-ghuser.fzsz.win/u/4450522?s=80&v=4"},"commit":{"message":"fix(material/datepicker): replace labels not pointing to anything (#29755)\n\nFixes that the datepicker had some `