{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":1790564,"defaultBranch":"develop","name":"handsontable","ownerLogin":"handsontable","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2011-05-23T22:38:58.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/8068250?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718106783.0","currentOid":""},"activityList":{"items":[{"before":"fdf2eb9e6cbad6a13ca28529a634f925a6746a07","after":null,"ref":"refs/heads/feature/dev-issue-1867-without-1905","pushedAt":"2024-06-11T11:53:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sequba","name":"Kuba Sekowski","path":"/sequba","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2480086?s=80&v=4"}},{"before":"838044ed4204b7c8b6c8189138a297a9457eefd4","after":"369d7dd9817a815185d6a9ef6e6ced90df9ccfb2","ref":"refs/heads/develop","pushedAt":"2024-06-11T11:53:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sequba","name":"Kuba Sekowski","path":"/sequba","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2480086?s=80&v=4"},"commit":{"message":"TS code examples (#10990)\n\n* SPIKE - add script that compiles an example TS file to JS\r\n\r\n* Adjust the start script to make it work in Windows env\r\n\r\n* Extend the base eslintrc in the eslintrc for example files\r\n\r\n* Add a bash script that generates the JS files for all the TS example files\r\n\r\n* Add generate-js-examples step to the npm scripts\r\n\r\n* Make the generate-js-examples script apply only for the vanilla js examples\r\n\r\n* Renamed all js examples to *.ts without changing the content\r\n\r\n* Add typings for data array in the examples (array of arrays)\r\n\r\n* Add typings for HOT instance in all TS examples\r\n\r\n* Add typings for data array in the examples (array of objects)\r\n\r\n* Improve reporting in the generate-js-examples script\r\n\r\n* Add typings for the HOT instance in the examples\r\n\r\n* Improve typings in docs/content/guides/accessories-and-menus/context-menu/javascript/example3.ts\r\n\r\n* Improve typings in docs/content/guides/accessories-and-menus/export-to-csv/javascript/example1.ts\r\n\r\n* Add typing for .getPlugin statements\r\n\r\n* Change typing for HOT instance from Handsontable to Core\r\n\r\n* Add typings for custom renderers in the ts examples\r\n\r\n* Add missing import statements\r\n\r\n* Improve typings for arrays\r\n\r\n* replace Core type\r\n\r\n* add lint rules\r\n\r\n* update lint\r\n\r\n* update ts examples\r\n\r\n* Newline at the end of file gitignore\r\n\r\n* Remove unused vars in docs/content/guides/getting-started\r\n\r\n* Remove unused 'const hot' variables\r\n\r\n* Fix type error for html containers for the HOT instance\r\n\r\n* Fix typings in docs/content/guides/rows/row-prepopulating/javascript/example1.ts\r\n\r\n* Make all HOT instances variables names consistently 'hot'\r\n\r\n* Improve typings in docs/content/guides/getting-started/binding-to-data\r\n\r\n* add ts fixes and cleanup\r\n\r\n* Improve typings for cells() function in HOT configuration\r\n\r\n* Fix docs/content/guides/columns/column-filter/javascript/exampleFilterDifferentTypes.ts\r\n\r\n* Fix typings for docs/content/guides/getting-started/demo/javascript/example.ts\r\n\r\n* Fix type-null-checking in HTML elements\r\n\r\n* fix example\r\n\r\n* Fix typing for HTMLInputElement vars\r\n\r\n* Fix docs/content/guides/optimization/batch-operations/javascript/example1.ts\r\n\r\n* Fix typings in dir docs/content/guides/cell-functions\r\n\r\n* Fix typings in dir docs/content/guides/columns\r\n\r\n* Fix typings in dir docs/content/guides/cell-features\r\n\r\n* Fix typings in dir docs/content/guides/cell-types\r\n\r\n* Fix typings in dir docs/content/guides/formulas\r\n\r\n* Fix typings in dir docs/content/guides/navigation\r\n\r\n* Fix typings in dir docs/content/guides/accessories-and-menus\r\n\r\n* Improve typings for docs/content/guides/getting-started/binding-to-data/javascript/example4.ts\r\n\r\n* Revert unnecessary changes\r\n\r\n* Revert unnecessary changes\r\n\r\n* Make generate-js-examples script re-generate files even when exist\r\n\r\n* Make sure generate-js-examples.sh is run in bash shell\r\n\r\n* Remove generate-js-examples script from the docs:start pipeline\r\n\r\n* Make generate-js-examples script run jobs in parallel to speed things up\r\n\r\n* Improve the dev experience with the generate-js-examples script\r\n\r\n* Fix merge errors\r\n\r\n* Fix merge errors\r\n\r\n* Make generat-js-examples script work in zsh env (MacOS)\r\n\r\n* Fix/docs visual cache logic (#11014)\r\n\r\n* make sure we evaluate the cache restore properly\r\n\r\n* build and serve for visual tests\r\n\r\n* increase timeout\r\n\r\n* fix lock\r\n\r\n* resolve docs lock\r\n\r\n* update locks\r\n\r\n---------\r\n\r\nCo-authored-by: adrianspdev \r\nCo-authored-by: Maciej Giergiczny \r\nCo-authored-by: Evan Seaward ","shortMessageHtmlLink":"TS code examples (#10990)"}},{"before":"e81bc7bcc15ca4cff9ef8a0962ef8b67afd3d1e3","after":"fdf2eb9e6cbad6a13ca28529a634f925a6746a07","ref":"refs/heads/feature/dev-issue-1867-without-1905","pushedAt":"2024-06-11T10:50:20.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"evanSe","name":"Evan Seaward","path":"/evanSe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11815608?s=80&v=4"},"commit":{"message":"Merge branch 'develop' into feature/dev-issue-1867-without-1905","shortMessageHtmlLink":"Merge branch 'develop' into feature/dev-issue-1867-without-1905"}},{"before":"5b451906177f3f7ae11ea1e2353f43485ef5b367","after":"26492ee050a88231a0fcd4c1f5dd366f87c0df02","ref":"refs/heads/prod-docs/14.4","pushedAt":"2024-06-11T10:20:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jansiegel","name":"Jan Siegel","path":"/jansiegel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7397134?s=80&v=4"},"commit":{"message":"Update the blog post link in the changelog and the release notes. (#11019)","shortMessageHtmlLink":"Update the blog post link in the changelog and the release notes. (#1…"}},{"before":"b3e8aecd2544c4a00e3cc5ea32101d50d8239ab5","after":null,"ref":"refs/heads/update-14.4.0-blog-link","pushedAt":"2024-06-11T10:19:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jansiegel","name":"Jan Siegel","path":"/jansiegel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7397134?s=80&v=4"}},{"before":"15e1fc3984b0706f2a2b7c51d46502e38013b1e0","after":"838044ed4204b7c8b6c8189138a297a9457eefd4","ref":"refs/heads/develop","pushedAt":"2024-06-11T10:19:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jansiegel","name":"Jan Siegel","path":"/jansiegel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7397134?s=80&v=4"},"commit":{"message":"Update the blog post link in the changelog and the release notes. (#11019)","shortMessageHtmlLink":"Update the blog post link in the changelog and the release notes. (#1…"}},{"before":null,"after":"b3e8aecd2544c4a00e3cc5ea32101d50d8239ab5","ref":"refs/heads/update-14.4.0-blog-link","pushedAt":"2024-06-11T10:16:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jansiegel","name":"Jan Siegel","path":"/jansiegel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7397134?s=80&v=4"},"commit":{"message":"Update the blog post link in the changelog and the release notes.","shortMessageHtmlLink":"Update the blog post link in the changelog and the release notes."}},{"before":"6c9a8df6eedfbbd250506535c2e18650439ea526","after":"604dfadbaf9d53a572e2c955a92968e5c5b05e18","ref":"refs/heads/feature/dev-issue-662","pushedAt":"2024-06-11T09:21:09.000Z","pushType":"push","commitsCount":21,"pusher":{"login":"budnix","name":"Krzysztof ‘Budzio’ Budnik","path":"/budnix","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/571316?s=80&v=4"},"commit":{"message":"Merge branch 'develop' into feature/dev-issue-662","shortMessageHtmlLink":"Merge branch 'develop' into feature/dev-issue-662"}},{"before":"48ed1f33ff7c2da743e2a3776ea08ebb8c448183","after":"f312564d1330726a9a05c978e10ad02bcaad8b46","ref":"refs/heads/feature/dev-issue-1867","pushedAt":"2024-06-11T09:21:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"adrianspdev","name":null,"path":"/adrianspdev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/155736789?s=80&v=4"},"commit":{"message":"add TS/JS switcher","shortMessageHtmlLink":"add TS/JS switcher"}},{"before":"968ae4d511c9cf4d3faedc0171f7b23b5c17edc5","after":"6c9a8df6eedfbbd250506535c2e18650439ea526","ref":"refs/heads/feature/dev-issue-662","pushedAt":"2024-06-11T08:35:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"budnix","name":"Krzysztof ‘Budzio’ Budnik","path":"/budnix","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/571316?s=80&v=4"},"commit":{"message":"Remove redundant code and fix overlay row size","shortMessageHtmlLink":"Remove redundant code and fix overlay row size"}},{"before":"ea5435609a54ced78348d9cdc7ba28972609e38c","after":"e81bc7bcc15ca4cff9ef8a0962ef8b67afd3d1e3","ref":"refs/heads/feature/dev-issue-1867-without-1905","pushedAt":"2024-06-11T08:34:54.000Z","pushType":"push","commitsCount":21,"pusher":{"login":"evanSe","name":"Evan Seaward","path":"/evanSe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11815608?s=80&v=4"},"commit":{"message":"Merge branch 'develop' into feature/dev-issue-1867-without-1905","shortMessageHtmlLink":"Merge branch 'develop' into feature/dev-issue-1867-without-1905"}},{"before":null,"after":"5b451906177f3f7ae11ea1e2353f43485ef5b367","ref":"refs/heads/prod-docs/14.4","pushedAt":"2024-06-11T08:29:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jansiegel","name":"Jan Siegel","path":"/jansiegel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7397134?s=80&v=4"},"commit":{"message":"\"14.4.0\"","shortMessageHtmlLink":"\"14.4.0\""}},{"before":"9e66c929ae0da91d2bbf4c627d4bba3b02e51aca","after":"3b00830758c163b2129630aafac327849891bc9d","ref":"refs/heads/master","pushedAt":"2024-06-11T08:28:45.000Z","pushType":"push","commitsCount":72,"pusher":{"login":"jansiegel","name":"Jan Siegel","path":"/jansiegel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7397134?s=80&v=4"},"commit":{"message":"Merge branch 'release/14.4.0'","shortMessageHtmlLink":"Merge branch 'release/14.4.0'"}},{"before":"f26cb8ecdc5260a4d04462213d537b087783e394","after":"15e1fc3984b0706f2a2b7c51d46502e38013b1e0","ref":"refs/heads/develop","pushedAt":"2024-06-11T08:28:42.000Z","pushType":"push","commitsCount":20,"pusher":{"login":"jansiegel","name":"Jan Siegel","path":"/jansiegel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7397134?s=80&v=4"},"commit":{"message":"Merge tag '14.4.0' into develop\n\n14.4.0","shortMessageHtmlLink":"Merge tag '14.4.0' into develop"}},{"before":"1ffa7bcbfb104c7013f42093ed21f4a19c6bde95","after":null,"ref":"refs/heads/release/14.4.0","pushedAt":"2024-06-11T08:28:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jansiegel","name":"Jan Siegel","path":"/jansiegel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7397134?s=80&v=4"}},{"before":"7612760f9940b990481d7af718cd03fd674ce78b","after":"ea5435609a54ced78348d9cdc7ba28972609e38c","ref":"refs/heads/feature/dev-issue-1867-without-1905","pushedAt":"2024-06-11T08:07:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"evanSe","name":"Evan Seaward","path":"/evanSe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11815608?s=80&v=4"},"commit":{"message":"update locks","shortMessageHtmlLink":"update locks"}},{"before":"154e6e49f329255d612b7bf6815caa0e12249638","after":"7612760f9940b990481d7af718cd03fd674ce78b","ref":"refs/heads/feature/dev-issue-1867-without-1905","pushedAt":"2024-06-11T08:03:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"evanSe","name":"Evan Seaward","path":"/evanSe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11815608?s=80&v=4"},"commit":{"message":"resolve docs lock","shortMessageHtmlLink":"resolve docs lock"}},{"before":"9830081a8c31482816b34052f6b86a63bd440ef8","after":"154e6e49f329255d612b7bf6815caa0e12249638","ref":"refs/heads/feature/dev-issue-1867-without-1905","pushedAt":"2024-06-11T07:59:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"evanSe","name":"Evan Seaward","path":"/evanSe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11815608?s=80&v=4"},"commit":{"message":"fix lock","shortMessageHtmlLink":"fix lock"}},{"before":"2031e7dc2b7331170b8ecfdf6b2b196dedcf5503","after":"9830081a8c31482816b34052f6b86a63bd440ef8","ref":"refs/heads/feature/dev-issue-1867-without-1905","pushedAt":"2024-06-11T07:52:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"evanSe","name":"Evan Seaward","path":"/evanSe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11815608?s=80&v=4"},"commit":{"message":"Fix/docs visual cache logic (#11014)\n\n* make sure we evaluate the cache restore properly\r\n\r\n* build and serve for visual tests\r\n\r\n* increase timeout","shortMessageHtmlLink":"Fix/docs visual cache logic (#11014)"}},{"before":"b57412421921b7aea2ffdfd6f54ba00017664276","after":"2031e7dc2b7331170b8ecfdf6b2b196dedcf5503","ref":"refs/heads/feature/dev-issue-1867-without-1905","pushedAt":"2024-06-11T05:46:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"magierg","name":"Maciej Giergiczny","path":"/magierg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9359619?s=80&v=4"},"commit":{"message":"Fix/docs visual cache logic (#11014)\n\n* make sure we evaluate the cache restore properly\r\n\r\n* build and serve for visual tests\r\n\r\n* increase timeout","shortMessageHtmlLink":"Fix/docs visual cache logic (#11014)"}},{"before":"e9da222d62aff105e4818aced88bdce44dcdc0ce","after":null,"ref":"refs/heads/fix/docs-visual-cache-logic","pushedAt":"2024-06-11T05:46:48.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"magierg","name":"Maciej Giergiczny","path":"/magierg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9359619?s=80&v=4"}},{"before":"a33a8b7094d0b5742eb6d87a957a3d8c2cbc04db","after":"968ae4d511c9cf4d3faedc0171f7b23b5c17edc5","ref":"refs/heads/feature/dev-issue-662","pushedAt":"2024-06-10T13:33:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"budnix","name":"Krzysztof ‘Budzio’ Budnik","path":"/budnix","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/571316?s=80&v=4"},"commit":{"message":"Group API changes into one new hook","shortMessageHtmlLink":"Group API changes into one new hook"}},{"before":"a15851d8a95f63a0a4ac685580bbda8ea7f51ead","after":"a33a8b7094d0b5742eb6d87a957a3d8c2cbc04db","ref":"refs/heads/feature/dev-issue-662","pushedAt":"2024-06-10T11:58:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"budnix","name":"Krzysztof ‘Budzio’ Budnik","path":"/budnix","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/571316?s=80&v=4"},"commit":{"message":"Polish the code and add support for more use cases","shortMessageHtmlLink":"Polish the code and add support for more use cases"}},{"before":"da249708d3e024511d043cb1ef4940e30e62ad9f","after":"e9da222d62aff105e4818aced88bdce44dcdc0ce","ref":"refs/heads/fix/docs-visual-cache-logic","pushedAt":"2024-06-10T09:51:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"magierg","name":"Maciej Giergiczny","path":"/magierg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9359619?s=80&v=4"},"commit":{"message":"increase timeout","shortMessageHtmlLink":"increase timeout"}},{"before":"046fb5c89d74aa4a8a5052aa7c7ef12f51018160","after":null,"ref":"refs/heads/feature/dev-issue-1780","pushedAt":"2024-06-10T09:09:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"evanSe","name":"Evan Seaward","path":"/evanSe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11815608?s=80&v=4"}},{"before":"d6c6f9bca3c643bd0690065b5dd63f4c87ebf8f7","after":"da249708d3e024511d043cb1ef4940e30e62ad9f","ref":"refs/heads/fix/docs-visual-cache-logic","pushedAt":"2024-06-10T08:29:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"magierg","name":"Maciej Giergiczny","path":"/magierg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9359619?s=80&v=4"},"commit":{"message":"build and serve for visual tests","shortMessageHtmlLink":"build and serve for visual tests"}},{"before":"2b786f176cdae6a438865f9295dc179190a6a09e","after":"d6c6f9bca3c643bd0690065b5dd63f4c87ebf8f7","ref":"refs/heads/fix/docs-visual-cache-logic","pushedAt":"2024-06-10T06:53:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"magierg","name":"Maciej Giergiczny","path":"/magierg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9359619?s=80&v=4"},"commit":{"message":"fix the condition","shortMessageHtmlLink":"fix the condition"}},{"before":"0fe6c3d26168cf6e3e4ef9cf97da8f9fa7add4f2","after":"2b786f176cdae6a438865f9295dc179190a6a09e","ref":"refs/heads/fix/docs-visual-cache-logic","pushedAt":"2024-06-10T06:43:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"magierg","name":"Maciej Giergiczny","path":"/magierg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9359619?s=80&v=4"},"commit":{"message":"remove log printing","shortMessageHtmlLink":"remove log printing"}},{"before":"35676a62dbefe181529ac51239cb744f7e535d70","after":"a15851d8a95f63a0a4ac685580bbda8ea7f51ead","ref":"refs/heads/feature/dev-issue-662","pushedAt":"2024-06-07T11:17:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"budnix","name":"Krzysztof ‘Budzio’ Budnik","path":"/budnix","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/571316?s=80&v=4"},"commit":{"message":"Polish PoC of the fix using `modifyRowHeight` hook","shortMessageHtmlLink":"Polish PoC of the fix using modifyRowHeight hook"}},{"before":"cf74378ae7695509d2d539bbb244ec2f7c0c329a","after":"35676a62dbefe181529ac51239cb744f7e535d70","ref":"refs/heads/feature/dev-issue-662","pushedAt":"2024-06-07T07:58:42.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"budnix","name":"Krzysztof ‘Budzio’ Budnik","path":"/budnix","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/571316?s=80&v=4"},"commit":{"message":"Merge branch 'develop' into feature/dev-issue-662","shortMessageHtmlLink":"Merge branch 'develop' into feature/dev-issue-662"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEYifjsAA","startCursor":null,"endCursor":null}},"title":"Activity · handsontable/handsontable"}