{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":501927890,"defaultBranch":"2.x","name":"ux-react","ownerLogin":"symfony","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-06-10T06:35:07.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/143937?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1713880421.0","currentOid":""},"activityList":{"items":[{"before":"0c014b97a01d0bd18a5daff7750d1bf19025570f","after":"ac99b57093f855452c6d9cc7f39272ff613cde1f","ref":"refs/heads/2.x","pushedAt":"2024-06-01T17:50:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Remove subtree splits check","shortMessageHtmlLink":"Remove subtree splits check"}},{"before":"6a67e93986ac3b3be499dfd31ad5f3d295b0303f","after":"0c014b97a01d0bd18a5daff7750d1bf19025570f","ref":"refs/heads/2.x","pushedAt":"2024-04-19T06:37:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"-","shortMessageHtmlLink":"-"}},{"before":"b8c852d858e16e568436e168bb62e28d8490d0ad","after":"6a67e93986ac3b3be499dfd31ad5f3d295b0303f","ref":"refs/heads/2.x","pushedAt":"2024-04-18T20:48:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Auto-close PRs on subtree-splits","shortMessageHtmlLink":"Auto-close PRs on subtree-splits"}},{"before":"2bae6be8abdfbdb101524de601dd6b71a800564f","after":"b8c852d858e16e568436e168bb62e28d8490d0ad","ref":"refs/heads/2.x","pushedAt":"2024-01-07T03:53:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"[CS] Update phpcs rules","shortMessageHtmlLink":"[CS] Update phpcs rules"}},{"before":"ffd3f01fd3ca7af0b7708b1aca80e148364b374d","after":"2bae6be8abdfbdb101524de601dd6b71a800564f","ref":"refs/heads/2.x","pushedAt":"2023-12-12T16:43:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"[Docs] Add caution alert when bundle require StimulusBundle","shortMessageHtmlLink":"[Docs] Add caution alert when bundle require StimulusBundle"}},{"before":"e1da3c819b7f44bd9b85aa3aeb59203fd11b561c","after":"ffd3f01fd3ca7af0b7708b1aca80e148364b374d","ref":"refs/heads/2.x","pushedAt":"2023-11-11T01:26:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Remove \"type\": \"module\" from all package.json files","shortMessageHtmlLink":"Remove \"type\": \"module\" from all package.json files"}},{"before":"49a2508dd36e027b2226073208853f278ee81ff1","after":"e1da3c819b7f44bd9b85aa3aeb59203fd11b561c","ref":"refs/heads/2.x","pushedAt":"2023-11-07T21:19:53.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"minor #1256 bumping CHANGELOG for 2.13 (weaverryan)\n\nThis PR was squashed before being merged into the 2.x branch.\n\nDiscussion\n----------\n\nbumping CHANGELOG for 2.13\n\n| Q | A\n| ------------- | ---\n| Bug fix? | no\n| New feature? | no\n| Issues | None\n| License | MIT\n\nCommits\n-------\n\ncd3fa238f3 bumping CHANGELOG for 2.13","shortMessageHtmlLink":"minor #1256 bumping CHANGELOG for 2.13 (weaverryan)"}},{"before":"65c960929a4e855ba1383a9929144ea7a01bbac2","after":"49a2508dd36e027b2226073208853f278ee81ff1","ref":"refs/heads/2.x","pushedAt":"2023-11-07T20:35:45.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"feature #1224 Add \"type: module\" for all packages and changing main -> module (weaverryan)\n\nThis PR was merged into the 2.x branch.\n\nDiscussion\n----------\n\nAdd \"type: module\" for all packages and changing main -> module\n\n| Q | A\n| ------------- | ---\n| Bug fix? | no\n| New feature? | yes\n| Tickets | None\n| License | MIT\n\nFollow up on https://github.com/symfony/ux/pull/1202/files#r1367791334\n\nWe already use ESM inside of our packages. This makes that official with `type: module`. Some notes / questions:\n\nA) I believe, since we already ONLY made \"modules\" available, that this will have no effect on end users, but I'm not 100% sure about that. If someone is using `require` instead of `import`, it would affect them... but in that case, I believe `require` would not have worked before anyway. But if anyone knows better than I do, I'd appreciate your notes.\n\nB) Because we are a `type: module`, my impression is that `main` will not be used. And we can instead rely on `module`.\n\ntl;dr I believe these changes won't have user-facing effects, but I'm not 100% sure about that... though I'm pretty sure that if they DO have user-facing effects, it would be limited to people who are currently using `require` with these packages.\n\nCheers!\n\nCommits\n-------\n\n592be5e683 Specifically adding type: module for all packages and changing main -> module","shortMessageHtmlLink":"feature #1224 Add \"type: module\" for all packages and changing main -…"}},{"before":"aee75e6a417562f76e45ad0499a5aecd79bd185c","after":"65c960929a4e855ba1383a9929144ea7a01bbac2","ref":"refs/heads/2.x","pushedAt":"2023-11-06T20:45:17.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"feature #1242 [DX] Update .gitattributes & .gitignores files (smnandre)\n\nThis PR was squashed before being merged into the 2.x branch.\n\nDiscussion\n----------\n\n[DX] Update .gitattributes & .gitignores files\n\nStimulusBundle did not have a `.gitattributes` file, packaging all the tests code (see: [symfony/stimulus-bundle](https://cdn.jsdelivr.net/gh/symfony/stimulus-bundle/) VS. [symfony/ux-twig-component](https://cdn.jsdelivr.net/gh/symfony/ux-twig-component/)\n\n| NOK | OK |\n| - | - |\n| ![stimulus-bundle](https://github.com/symfony/ux/assets/1359581/c82d78dd-535c-4f17-a96a-70895f167c43) | ![twig-component](https://github.com/symfony/ux/assets/1359581/76bacad4-7c39-4fce-a389-bfe3c2a07fe8) |\n\nI used the occasion to check / refresh all the packages `.gitignore` and `.gitattributes` and\n* add missing phpunit.xml.dist (once)\n* remove unnecessary .gitignore files\n* simplify export rules about assets/src files\n\nCommits\n-------\n\n35832abfc3 [DX] Update .gitattributes & .gitignores files","shortMessageHtmlLink":"feature #1242 [DX] Update .gitattributes & .gitignores files (smnandre)"}},{"before":"654ac1ba3833c3d9cd0ccc67514dadb8c44a0b7e","after":"aee75e6a417562f76e45ad0499a5aecd79bd185c","ref":"refs/heads/2.x","pushedAt":"2023-11-02T19:55:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Adding support for AssetMapper 6.4","shortMessageHtmlLink":"Adding support for AssetMapper 6.4"}},{"before":"9f6cb3bda069484b5206f7ba7fb4cc228673e7f5","after":"654ac1ba3833c3d9cd0ccc67514dadb8c44a0b7e","ref":"refs/heads/2.x","pushedAt":"2023-10-22T21:38:57.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"minor #1222 Update LICENCE (smnandre)\n\nThis PR was squashed before being merged into the 2.x branch.\n\nDiscussion\n----------\n\nUpdate LICENCE\n\nUpdate LICENCE files:\n* root file\n* all packages\n\nAdd LICENCE file:\n* ux.symfony.com\n\nCommits\n-------\n\ndd32b70781 Update LICENCE","shortMessageHtmlLink":"minor #1222 Update LICENCE (smnandre)"}},{"before":"b7d00b579e9e847919578778280ea42e74607fb9","after":"9f6cb3bda069484b5206f7ba7fb4cc228673e7f5","ref":"refs/heads/2.x","pushedAt":"2023-10-22T18:15:21.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"vitest.config.js format","shortMessageHtmlLink":"vitest.config.js format"}},{"before":"d92e650c1d3cb1f108ae29d007cd23877ffa68bd","after":"b7d00b579e9e847919578778280ea42e74607fb9","ref":"refs/heads/2.x","pushedAt":"2023-10-16T17:41:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"[CS] Update PhpCsFixer config","shortMessageHtmlLink":"[CS] Update PhpCsFixer config"}},{"before":"9131079b8b18317145db1bdf1e2eae8c1820cc9a","after":"d92e650c1d3cb1f108ae29d007cd23877ffa68bd","ref":"refs/heads/2.x","pushedAt":"2023-10-03T15:18:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Add Symfony 7 Support","shortMessageHtmlLink":"Add Symfony 7 Support"}},{"before":"dc9a25c855a119029af39c62e7b564f83cb96ba5","after":"9131079b8b18317145db1bdf1e2eae8c1820cc9a","ref":"refs/heads/2.x","pushedAt":"2023-07-17T19:28:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Update index.rst regex matching file extensions fix\n\n /\\\\.(j|t)sx?$/. It seems to be using double backslashes (\\\\) to escape the dot (.) character, which is not necessary. The correct way to escape the dot character in a regular expression is by using a single backslash (\\), like this: /\\.(j|t)sx?$/.","shortMessageHtmlLink":"Update index.rst regex matching file extensions fix"}},{"before":"220460b897d95e4336a0ed0809cbed377f4dedd6","after":"dc9a25c855a119029af39c62e7b564f83cb96ba5","ref":"refs/heads/2.x","pushedAt":"2023-06-28T20:17:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Updating documentation for newly merged recipes","shortMessageHtmlLink":"Updating documentation for newly merged recipes"}},{"before":"70f536538097503146ccef54b1d1f51014cf27f4","after":"220460b897d95e4336a0ed0809cbed377f4dedd6","ref":"refs/heads/2.x","pushedAt":"2023-06-19T16:40:00.203Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"bump to php >=8.1 everywhere","shortMessageHtmlLink":"bump to php >=8.1 everywhere"}},{"before":"dd98583f4ba1c8620b2e431a8db118854b2ef8f1","after":"70f536538097503146ccef54b1d1f51014cf27f4","ref":"refs/heads/2.x","pushedAt":"2023-06-14T17:34:35.851Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Asset mapper: Further docs updates","shortMessageHtmlLink":"Asset mapper: Further docs updates"}},{"before":"3d469e4b4017472ce8cceb8db01a8271e3b6f1f8","after":"dd98583f4ba1c8620b2e431a8db118854b2ef8f1","ref":"refs/heads/2.x","pushedAt":"2023-05-30T14:41:28.402Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"More precisely initializing services/config for asset mapper","shortMessageHtmlLink":"More precisely initializing services/config for asset mapper"}},{"before":"7c4c10474f455fffe61a29c41ebe5fd37ca5ea73","after":"3d469e4b4017472ce8cceb8db01a8271e3b6f1f8","ref":"refs/heads/2.x","pushedAt":"2023-05-26T15:59:21.986Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Adding %PACKAGE% placeholder + fixing translations","shortMessageHtmlLink":"Adding %PACKAGE% placeholder + fixing translations"}},{"before":"c27cdc2f38715c357c5541359655b540250de1a2","after":"7c4c10474f455fffe61a29c41ebe5fd37ca5ea73","ref":"refs/heads/2.x","pushedAt":"2023-05-26T13:47:30.367Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"[AssetMapper] Various minor tweaks","shortMessageHtmlLink":"[AssetMapper] Various minor tweaks"}},{"before":"c7a879f32dc29b42d33724e65072fb38960c11cb","after":"c27cdc2f38715c357c5541359655b540250de1a2","ref":"refs/heads/2.x","pushedAt":"2023-05-26T10:09:16.755Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Asset mapper integration part 2!","shortMessageHtmlLink":"Asset mapper integration part 2!"}},{"before":"8adf52b8321c5ae09aae2a4f1debe44b5c5da960","after":"c7a879f32dc29b42d33724e65072fb38960c11cb","ref":"refs/heads/2.x","pushedAt":"2023-05-22T16:40:35.828Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Adding Asset Mapper support + new StimulusBundle","shortMessageHtmlLink":"Adding Asset Mapper support + new StimulusBundle"}},{"before":"aaddb7524d2a88f72cdedaefd21294e704d6ca7f","after":"8adf52b8321c5ae09aae2a4f1debe44b5c5da960","ref":"refs/heads/2.x","pushedAt":"2023-04-16T16:35:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"React components : working twig example","shortMessageHtmlLink":"React components : working twig example"}},{"before":"96924b3d5ae12e3ca82af9a5030ec63016c876c7","after":"aaddb7524d2a88f72cdedaefd21294e704d6ca7f","ref":"refs/heads/2.x","pushedAt":"2023-04-11T13:02:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Add RST Linter (DOCtor-RST) to the CI config","shortMessageHtmlLink":"Add RST Linter (DOCtor-RST) to the CI config"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEWdU87gA","startCursor":null,"endCursor":null}},"title":"Activity · symfony/ux-react"}