Skip to content

Commit 8b46566

Browse files
Remove adazzle references (#3869)
* Remove `adazzle` references * `comcast` -> `Comcast` * -1 * update references in changelog * -2 * Update CONTRIBUTING.md Co-authored-by: Nicolas Stepien <[email protected]> * Update .github/workflows/ci.yml Co-authored-by: Nicolas Stepien <[email protected]> * Update README.md Co-authored-by: Nicolas Stepien <[email protected]> * Update README.md Co-authored-by: Nicolas Stepien <[email protected]> --------- Co-authored-by: Nicolas Stepien <[email protected]>
1 parent 58d5e3c commit 8b46566

File tree

7 files changed

+143
-143
lines changed

7 files changed

+143
-143
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
contact_links:
22
- name: Questions and discussions
3-
url: https://github.com/adazzle/react-data-grid/discussions
3+
url: https://github.com/Comcast/react-data-grid/discussions
44
about: Please check the discussions tab for help and discussions.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
touch .nojekyll
5151
git add .
5252
git commit -m "gh-pages deployment" || echo "Nothing to commit"
53-
git push -f https://adazzle:${{secrets.GITHUB_TOKEN}}@github.com/adazzle/react-data-grid.git
53+
git push -f https://comcast:${{secrets.GITHUB_TOKEN}}@github.com/Comcast/react-data-grid.git

CHANGELOG.md

Lines changed: 113 additions & 113 deletions
Large diffs are not rendered by default.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22

33
Original work Copyright (c) 2014 Prometheus Research
4-
Modified work Copyright 2015 Adazzle
4+
Modified work Copyright 2015 Comcast
55

66
For the original source code please see https://github.com/prometheusresearch-archive/react-grid
77

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
[size-badge]: https://img.shields.io/bundlephobia/minzip/react-data-grid
1212
[size-url]: https://bundlephobia.com/package/react-data-grid
1313
[type-badge]: https://img.shields.io/npm/types/react-data-grid
14-
[codecov-badge]: https://codecov.io/gh/adazzle/react-data-grid/branch/main/graph/badge.svg?token=cvrRSWiz0Q
15-
[codecov-url]: https://app.codecov.io/gh/adazzle/react-data-grid
16-
[ci-badge]: https://github.com/adazzle/react-data-grid/workflows/CI/badge.svg
17-
[ci-url]: https://github.com/adazzle/react-data-grid/actions
14+
[codecov-badge]: https://codecov.io/gh/Comcast/react-data-grid/branch/main/graph/badge.svg?token=cvrRSWiz0Q
15+
[codecov-url]: https://app.codecov.io/gh/Comcast/react-data-grid
16+
[ci-badge]: https://github.com/Comcast/react-data-grid/workflows/CI/badge.svg
17+
[ci-url]: https://github.com/Comcast/react-data-grid/actions
1818

1919
The DataGrid component is designed to handle large datasets efficiently while offering a rich set of features for customization and interactivity.
2020

@@ -25,30 +25,30 @@ The DataGrid component is designed to handle large datasets efficiently while of
2525
- Tree-shaking support and only [one npm dependency](package.json) to keep your bundles slim
2626
- Great performance thanks to virtualization: columns and rows outside the viewport are not rendered
2727
- Strictly typed with TypeScript
28-
- [Keyboard accessibility](https://adazzle.github.io/react-data-grid/#/CommonFeatures)
28+
- [Keyboard accessibility](https://comcast.github.io/react-data-grid/#/CommonFeatures)
2929
- Light and dark mode support out of the box.
30-
- [Frozen columns](https://adazzle.github.io/react-data-grid/#/CommonFeatures): Freeze columns to keep them visible during horizontal scrolling.
31-
- [Column resizing](https://adazzle.github.io/react-data-grid/#/CommonFeatures)
32-
- [Multi-column sorting](https://adazzle.github.io/react-data-grid/#/CommonFeatures)
30+
- [Frozen columns](https://comcast.github.io/react-data-grid/#/CommonFeatures): Freeze columns to keep them visible during horizontal scrolling.
31+
- [Column resizing](https://comcast.github.io/react-data-grid/#/CommonFeatures)
32+
- [Multi-column sorting](https://comcast.github.io/react-data-grid/#/CommonFeatures)
3333
- Click on a sortable column header to toggle between its ascending/descending sort order
3434
- Ctrl+Click / Meta+Click to sort an additional column
35-
- [Column spanning](https://adazzle.github.io/react-data-grid/#/ColumnSpanning)
36-
- [Column grouping](https://adazzle.github.io/react-data-grid/#/ColumnGrouping)
37-
- [Row selection](https://adazzle.github.io/react-data-grid/#/CommonFeatures)
38-
- [Row grouping](https://adazzle.github.io/react-data-grid/#/RowGrouping)
39-
- [Summary rows](https://adazzle.github.io/react-data-grid/#/CommonFeatures)
40-
- [Dynamic row heights](https://adazzle.github.io/react-data-grid/#/VariableRowHeight)
41-
- [No rows fallback](https://adazzle.github.io/react-data-grid/#/NoRows)
42-
- [Cell formatting](https://adazzle.github.io/react-data-grid/#/CommonFeatures)
43-
- [Cell editing](https://adazzle.github.io/react-data-grid/#/CommonFeatures)
44-
- [Cell copy / pasting](https://adazzle.github.io/react-data-grid/#/AllFeatures)
45-
- [Cell value dragging / filling](https://adazzle.github.io/react-data-grid/#/AllFeatures)
46-
- [Customizable Renderers](https://adazzle.github.io/react-data-grid/#/CustomizableRenderers)
35+
- [Column spanning](https://comcast.github.io/react-data-grid/#/ColumnSpanning)
36+
- [Column grouping](https://comcast.github.io/react-data-grid/#/ColumnGrouping)
37+
- [Row selection](https://comcast.github.io/react-data-grid/#/CommonFeatures)
38+
- [Row grouping](https://comcast.github.io/react-data-grid/#/RowGrouping)
39+
- [Summary rows](https://comcast.github.io/react-data-grid/#/CommonFeatures)
40+
- [Dynamic row heights](https://comcast.github.io/react-data-grid/#/VariableRowHeight)
41+
- [No rows fallback](https://comcast.github.io/react-data-grid/#/NoRows)
42+
- [Cell formatting](https://comcast.github.io/react-data-grid/#/CommonFeatures)
43+
- [Cell editing](https://comcast.github.io/react-data-grid/#/CommonFeatures)
44+
- [Cell copy / pasting](https://comcast.github.io/react-data-grid/#/AllFeatures)
45+
- [Cell value dragging / filling](https://comcast.github.io/react-data-grid/#/AllFeatures)
46+
- [Customizable Renderers](https://comcast.github.io/react-data-grid/#/CustomizableRenderers)
4747
- Right-to-left (RTL) support.
4848

4949
## Links
5050

51-
- [Examples website](https://adazzle.github.io/react-data-grid/)
51+
- [Examples website](https://comcast.github.io/react-data-grid/)
5252
- [Source code](website)
5353
- [Changelog](CHANGELOG.md)
5454
- [Contributing](CONTRIBUTING.md)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
],
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/adazzle/react-data-grid.git"
12+
"url": "git+https://github.com/Comcast/react-data-grid.git"
1313
},
14-
"bugs": "https://github.com/adazzle/react-data-grid/issues",
14+
"bugs": "https://github.com/Comcast/react-data-grid/issues",
1515
"type": "module",
1616
"exports": {
1717
"./lib/styles.css": "./lib/styles.css",

website/Nav.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,28 +109,28 @@ export default function Nav({ direction, onDirectionChange }: Props) {
109109
<nav aria-labelledby={linksNavId} className={navClassname}>
110110
<h2 id={linksNavId}>Links</h2>
111111
<a
112-
href="https://github.com/adazzle/react-data-grid/blob/main/README.md"
112+
href="https://github.com/Comcast/react-data-grid/blob/main/README.md"
113113
target="_blank"
114114
rel="noreferrer"
115115
>
116116
Documentation
117117
</a>
118118
<a
119-
href="https://github.com/adazzle/react-data-grid/blob/main/CHANGELOG.md"
119+
href="https://github.com/Comcast/react-data-grid/blob/main/CHANGELOG.md"
120120
target="_blank"
121121
rel="noreferrer"
122122
>
123123
Changelog
124124
</a>
125125
<a
126-
href="https://github.com/adazzle/react-data-grid/discussions"
126+
href="https://github.com/Comcast/react-data-grid/discussions"
127127
target="_blank"
128128
rel="noreferrer"
129129
>
130130
Discussions
131131
</a>
132132
<a
133-
href="https://github.com/adazzle/react-data-grid/issues"
133+
href="https://github.com/Comcast/react-data-grid/issues"
134134
target="_blank"
135135
rel="noreferrer"
136136
>

0 commit comments

Comments
 (0)