{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":60285287,"defaultBranch":"master","name":"material2","ownerLogin":"crisbeto","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2016-06-02T17:50:34.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4450522?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1718803667.0","currentOid":""},"activityList":{"items":[{"before":"aaea0e272635c973f6466b3db990a459a844f1d3","after":"b5e30156c110b67fa5633062227b8767fe601532","ref":"refs/heads/master","pushedAt":"2024-06-19T17:28:51.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"feat(cdk/drag-drop): add the ability to specify an alternate drop list container (#29283)\n\nAdds the new `cdkDropListElementContainer` input that allows users to specify a different element that should be considered the root of the drop list. This is useful in the cases where the user might not have full control over the DOM between the drop list and the items, like when making a tab list draggable.\n\nFixes #29140.","shortMessageHtmlLink":"feat(cdk/drag-drop): add the ability to specify an alternate drop lis…"}},{"before":null,"after":"65924ad2f7cf127ae88586f86fbd29348361f67d","ref":"refs/heads/fork-progress-bar","pushedAt":"2024-06-19T13:27:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"refactor(material/progress-bar): simplify structural styles\n\nReworks the progress bar styles to be simpler and easier to maintain.","shortMessageHtmlLink":"refactor(material/progress-bar): simplify structural styles"}},{"before":null,"after":"142898c32d58b31294f09acacec791e3b15d1e70","ref":"refs/heads/fork-tooltip","pushedAt":"2024-06-19T11:44:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"refactor(material/tooltip): simplify structural styles\n\nSimplifies the structural styles of `MatTooltip` to make them smaller and easier to maintain.","shortMessageHtmlLink":"refactor(material/tooltip): simplify structural styles"}},{"before":null,"after":"b76ea596555c8be82482bbd4ded1de495aecfcbd","ref":"refs/heads/drag-drop-alternate-container","pushedAt":"2024-06-19T09:39:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"feat(cdk/drag-drop): add the ability to specify an alternate drop list container\n\nAdds the new `cdkDropListElementContainer` input that allows users to specify a different element that should be considered the root of the drop list. This is useful in the cases where the user might not have full control over the DOM between the drop list and the items, like when making a tab list draggable.\n\nFixes #29140.","shortMessageHtmlLink":"feat(cdk/drag-drop): add the ability to specify an alternate drop lis…"}},{"before":null,"after":"f7d3292585ae747d53e5f9e4345cbb55483d99f6","ref":"refs/heads/revert-form-field-again","pushedAt":"2024-06-19T09:05:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"Revert \"fix(material/form-field): outline label position (#29138)\"\n\nThis reverts commit 6318f24d57572b9aeb1da9b4556030fd38efad8a.","shortMessageHtmlLink":"Revert \"fix(material/form-field): outline label position (angular#29138…"}},{"before":"738f57c799e92537e0e50a548839e7ded4d693ad","after":"aaea0e272635c973f6466b3db990a459a844f1d3","ref":"refs/heads/master","pushedAt":"2024-06-19T09:05:11.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"fix(material/bottom-sheet): changed after checked error with zoneless (#29277)\n\nFixes that when closing and immediately reopening bottom sheet in a zoneless app, we were causing a \"changed after checked\" error to be thrown. It seems to be because we were calling `detectChanges` without marking for check first.\n\nFixes #29258.","shortMessageHtmlLink":"fix(material/bottom-sheet): changed after checked error with zoneless ("}},{"before":null,"after":"72ea750a3944909925bf477bfd978eeeb0238f83","ref":"refs/heads/reused-menu-animation","pushedAt":"2024-06-19T07:02:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"fix(material/menu): animation issue when same menu is used for multiple nested triggers\n\nIf the same menu is passed to different triggers and the user moves quickly between the menus (e.g. in a nested menu), an empty menu panel can show up while the closed menu is animating away. This is because the content needs to be moved over to the new menu.\n\nThese changes hide the empty menu panel immediately using CSS to avoid the glichy behavior.","shortMessageHtmlLink":"fix(material/menu): animation issue when same menu is used for multip…"}},{"before":null,"after":"13a047c0b319be0c726867b1a1be440228f31c87","ref":"refs/heads/29258/bottom-sheet-zoneless","pushedAt":"2024-06-18T07:13:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"fix(material/bottom-sheet): changed after checked error with zoneless\n\nFixes that when closing and immediately reopening bottom sheet in a zoneless app, we were causing a \"changed after checked\" error to be thrown. It seems to be because we were calling `detectChanges` without marking for check first.\n\nFixes #29258.","shortMessageHtmlLink":"fix(material/bottom-sheet): changed after checked error with zoneless"}},{"before":"0e36a31b5411fcfe286bf95e5fc8a848a03e890b","after":"738f57c799e92537e0e50a548839e7ded4d693ad","ref":"refs/heads/master","pushedAt":"2024-06-18T07:00:34.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"refactor(material/radio): simplify structural styles (#29271)\n\nSimplifies the radio button's structural styles to make them smaller and easier to maintain.","shortMessageHtmlLink":"refactor(material/radio): simplify structural styles (angular#29271)"}},{"before":"fc175e2160f6cb973ab85a2089bff6dc9a8790b6","after":"6a1db572199279c926da07255ec4c3cca912857c","ref":"refs/heads/fork-radio","pushedAt":"2024-06-17T08:05:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"refactor(material/radio): simplify structural styles\n\nSimplifies the radio button's structural styles to make them smaller and easier to maintain.","shortMessageHtmlLink":"refactor(material/radio): simplify structural styles"}},{"before":"da043e15783193ecd3e8f84b643bdf4180af3172","after":"7e9841d99eb7446ba2881dafcba8bd4fb71e7a6d","ref":"refs/heads/fork-menu","pushedAt":"2024-06-16T07:44:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"refactor(material/menu): simplify structural styles\n\nSimplifies the menu structural styles to make them more maintainable.","shortMessageHtmlLink":"refactor(material/menu): simplify structural styles"}},{"before":"1c2398d8769651d8e244c09e7d388d404c5908a1","after":"aaddc8fa92429583a814736a255c9d7417c4f9e4","ref":"refs/heads/fork-option","pushedAt":"2024-06-16T07:01:32.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"refactor(material/core): simplify structural styles\n\nSimplifies the structural styles of `mat-option` and `mat-optgroup` to make them easier to maintain.","shortMessageHtmlLink":"refactor(material/core): simplify structural styles"}},{"before":"8a8f2cf401214556ede9e40fe0797439362a94de","after":"da043e15783193ecd3e8f84b643bdf4180af3172","ref":"refs/heads/fork-menu","pushedAt":"2024-06-15T21:55:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"refactor(material/menu): simplify structural styles\n\nSimplifies the menu structural styles to make them more maintainable.","shortMessageHtmlLink":"refactor(material/menu): simplify structural styles"}},{"before":"87e2a06286c78a5513c73d0c7b7d873fdf8878d8","after":"8a8f2cf401214556ede9e40fe0797439362a94de","ref":"refs/heads/fork-menu","pushedAt":"2024-06-15T08:07:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"refactor(material/menu): simplify structural styles\n\nSimplifies the menu structural styles to make them more maintainable.","shortMessageHtmlLink":"refactor(material/menu): simplify structural styles"}},{"before":"bfdb1a26ae191d0921eb0dfadf1cd9f8d34e796c","after":"0e36a31b5411fcfe286bf95e5fc8a848a03e890b","ref":"refs/heads/master","pushedAt":"2024-06-14T21:34:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"build: fix missing elevation import (#29261)\n\nFixes a missing import when generating elevation tokens.","shortMessageHtmlLink":"build: fix missing elevation import (angular#29261)"}},{"before":null,"after":"ca1766c2f2e817d7613ea98b220fd0c9630653aa","ref":"refs/heads/broken-elevation","pushedAt":"2024-06-14T19:23:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"build: fix missing elevation import\n\nFixes a missing import when generating elevation tokens.","shortMessageHtmlLink":"build: fix missing elevation import"}},{"before":"27503ed285f3ba964cc861443a7bc1ab7b2cf19a","after":"bfdb1a26ae191d0921eb0dfadf1cd9f8d34e796c","ref":"refs/heads/master","pushedAt":"2024-06-14T19:22:10.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"docs(material/card): Update card examples (#29259)","shortMessageHtmlLink":"docs(material/card): Update card examples (angular#29259)"}},{"before":"406fd5284026f142509b7e061a943331ac6d4a25","after":"fc175e2160f6cb973ab85a2089bff6dc9a8790b6","ref":"refs/heads/fork-radio","pushedAt":"2024-06-14T13:58:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"wip","shortMessageHtmlLink":"wip"}},{"before":"4dc1218f327ca72c8aaf67cd8a5809b38ef57612","after":"406fd5284026f142509b7e061a943331ac6d4a25","ref":"refs/heads/fork-radio","pushedAt":"2024-06-14T13:23:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"wip","shortMessageHtmlLink":"wip"}},{"before":null,"after":"4dc1218f327ca72c8aaf67cd8a5809b38ef57612","ref":"refs/heads/fork-radio","pushedAt":"2024-06-14T13:16:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"wip","shortMessageHtmlLink":"wip"}},{"before":"27dec970339cc53a3098bd0407168704e8a9b1fd","after":"c050db97ad57c850d74bdedc5df1309b77b7c936","ref":"refs/heads/optgroup-m3","pushedAt":"2024-06-14T07:01:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"fix(material/core): generate mat-optgroup tokens in M3\n\nFixes that we weren't generating the CSS variables for `mat-optgroup` in an M3 theme.","shortMessageHtmlLink":"fix(material/core): generate mat-optgroup tokens in M3"}},{"before":"209af0f37e26e398a4ade3144f30ca2559dae07a","after":"27503ed285f3ba964cc861443a7bc1ab7b2cf19a","ref":"refs/heads/master","pushedAt":"2024-06-14T05:40:16.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"docs(multiple): Update color input comments to standarize across the components (#29254)","shortMessageHtmlLink":"docs(multiple): Update color input comments to standarize across the …"}},{"before":null,"after":"27dec970339cc53a3098bd0407168704e8a9b1fd","ref":"refs/heads/optgroup-m3","pushedAt":"2024-06-13T17:14:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"fix(material/core): not generating tokens for mat-optgroup in M3\n\nFixes that we weren't generating the variables for `mat-optgroup` in an M3 theme.","shortMessageHtmlLink":"fix(material/core): not generating tokens for mat-optgroup in M3"}},{"before":null,"after":"1c2398d8769651d8e244c09e7d388d404c5908a1","ref":"refs/heads/fork-option","pushedAt":"2024-06-13T16:21:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"refactor(material/core): simplify structural styles\n\nSimplifies the structural styles of `mat-option` and `mat-optgroup` to make them easier to maintain.","shortMessageHtmlLink":"refactor(material/core): simplify structural styles"}},{"before":"03d00f57347bf6f0669dd2fc8fdb70fee4b22afd","after":"209af0f37e26e398a4ade3144f30ca2559dae07a","ref":"refs/heads/master","pushedAt":"2024-06-13T16:06:10.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"docs(material/core): list out pre-built themes (#29251)\n\nAdds a table with all of the pre-built themes in the theming guide.\n\nFixes #29152.","shortMessageHtmlLink":"docs(material/core): list out pre-built themes (angular#29251)"}},{"before":null,"after":"87e2a06286c78a5513c73d0c7b7d873fdf8878d8","ref":"refs/heads/fork-menu","pushedAt":"2024-06-13T15:49:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"refactor(material/menu): simplify structural styles\n\nSimplifies the menu structural styles to make them more maintainable.","shortMessageHtmlLink":"refactor(material/menu): simplify structural styles"}},{"before":null,"after":"1d42dadaba80da47a41dc957a45af338b1bcf8d3","ref":"refs/heads/29152/prebuilt-themes","pushedAt":"2024-06-13T15:25:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"docs(material/core): list out pre-built themes\n\nAdds a table with all of the pre-built themes in the theming guide.\n\nFixes #29152.","shortMessageHtmlLink":"docs(material/core): list out pre-built themes"}},{"before":"00022d9caf8f7138419a78a43b5c8a88eb0e6a99","after":"03d00f57347bf6f0669dd2fc8fdb70fee4b22afd","ref":"refs/heads/master","pushedAt":"2024-06-13T12:44:08.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"fix(material/menu): update elevation logic for M3\n\nThe menu has some logic to increase its elevation depending on it depth which hasn't worked since we introduced M3. These changes update it to account for a different base elevation.","shortMessageHtmlLink":"fix(material/menu): update elevation logic for M3"}},{"before":"86fc4e6bc7fb11a45035ed72f639afc69aace361","after":"c6ec508657216bcee698fc0d75ec922a085a0e8e","ref":"refs/heads/28618/m3-elevation","pushedAt":"2024-06-13T08:13:30.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"fix(material/menu): update elevation logic for M3\n\nThe menu has some logic to increase its elevation depending on it depth which hasn't worked since we introduced M3. These changes update it to account for a different base elevation.","shortMessageHtmlLink":"fix(material/menu): update elevation logic for M3"}},{"before":"79bcc035d15e893a919c6d684d8b847e1f7a44b3","after":"5a69ec5867841069adf7f4b1399c01ca5250d6f3","ref":"refs/heads/29241/shadow-dom-overlay","pushedAt":"2024-06-13T07:13:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"crisbeto","name":"Kristiyan Kostadinov","path":"/crisbeto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4450522?s=80&v=4"},"commit":{"message":"fix(cdk/overlay): incorrectly dispatching outside click for shadow DOM\n\nFixes that if an overlay contains a component using shadow DOM encapsulation, the clicks within it will be incorrectly picked up as outside clicks.\n\nFixes #29241.","shortMessageHtmlLink":"fix(cdk/overlay): incorrectly dispatching outside click for shadow DOM"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEacvdVgA","startCursor":null,"endCursor":null}},"title":"Activity · crisbeto/material2"}