Skip to content

Commit

Permalink
docs: update all repo links to slickclub org
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Dec 9, 2022
1 parent 94353d8 commit 1634948
Show file tree
Hide file tree
Showing 39 changed files with 108 additions and 108 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ body:
label: Validations
description: Before submitting the issue, please make sure you do the following
options:
- label: Follow our [Code of Conduct](https://github.com/slickgrid-club/slickgrid-react/blob/master/.github/CODE_OF_CONDUCT.md)
- label: Follow our [Code of Conduct](https://github.com/slickclub/slickgrid-react/blob/master/.github/CODE_OF_CONDUCT.md)
required: true
- label: Read the [HOWTO - Step by Step](https://github.com/slickgrid-club/slickgrid-react/wiki/HOWTO--Step-by-Step).
- label: Read the [HOWTO - Step by Step](https://github.com/slickclub/slickgrid-react/wiki/HOWTO--Step-by-Step).
required: true
- label: Check that there isn't [already an issue](https://github.com/slickgrid-club/slickgrid-react/issues) that reports the same bug to avoid creating a duplicate.
- label: Check that there isn't [already an issue](https://github.com/slickclub/slickgrid-react/issues) that reports the same bug to avoid creating a duplicate.
required: true
- label: Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/slickgrid-club/slickgrid-react/discussions).
- label: Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/slickclub/slickgrid-react/discussions).
required: true
- label: The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
required: true
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Questions & Discussions
url: https://github.com/slickgrid-club/slickgrid-react/discussions
url: https://github.com/slickclub/slickgrid-react/discussions
about: Use GitHub discussions for message-board style questions and discussions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ body:
label: Validations
description: Before submitting the issue, please make sure you do the following
options:
- label: Follow our [Code of Conduct](https://github.com/slickgrid-club/slickgrid-react/blob/master/.github/CODE_OF_CONDUCT.md)
- label: Follow our [Code of Conduct](https://github.com/slickclub/slickgrid-react/blob/master/.github/CODE_OF_CONDUCT.md)
required: true
- label: Read the [HOWTO - Step by Step](https://github.com/slickgrid-club/slickgrid-react/wiki/HOWTO--Step-by-Step).
- label: Read the [HOWTO - Step by Step](https://github.com/slickclub/slickgrid-react/wiki/HOWTO--Step-by-Step).
required: true
- label: Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
required: true
42 changes: 21 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,51 +2,51 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.3](https://github.com/slickgrid-club/slickgrid-react/compare/2.0.2...2.0.3) (2022-12-09)
## [2.0.3](https://github.com/slickclub/slickgrid-react/compare/2.0.2...2.0.3) (2022-12-09)

# Change Log

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/slickgrid-club/slickgrid-react/compare/2.0.1...2.0.2) (2022-12-09)
## [2.0.2](https://github.com/slickclub/slickgrid-react/compare/2.0.1...2.0.2) (2022-12-09)

# Change Log

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1](https://github.com/slickgrid-club/slickgrid-react/compare/2.0.0...2.0.1) (2022-12-09)
## [2.0.1](https://github.com/slickclub/slickgrid-react/compare/2.0.0...2.0.1) (2022-12-09)


### Bug Fixes

* **build:** component should be <SlickgridReact/> ([#22](https://github.com/slickgrid-club/slickgrid-react/issues/22)) ([f11a231](https://github.com/slickgrid-club/slickgrid-react/commit/f11a23107f2ac408afc826c642778870f0bae932))
* **build:** component should be <SlickgridReact/> ([#22](https://github.com/slickclub/slickgrid-react/issues/22)) ([f11a231](https://github.com/slickclub/slickgrid-react/commit/f11a23107f2ac408afc826c642778870f0bae932))

# 2.0.0 (2022-12-08)


### Bug Fixes

* add missing grid container for HeaderMenu plugin to work correctly ([ca9887e](https://github.com/slickgrid-club/slickgrid-react/commit/ca9887e119e6d3d61acace26197e6e299d536c84))
* **comp:** switch to reusable Slickgrid-Universal Pagination ([549862f](https://github.com/slickgrid-club/slickgrid-react/commit/549862ffff59bac1ad2ad86aae0bfad23ed686b3))
* Custom Events not working out of the box in React ([1a16ae3](https://github.com/slickgrid-club/slickgrid-react/commit/1a16ae3491f4efa533a4b43c4aa8b7c137ca45a4))
* few more small examples fixes ([4ffc694](https://github.com/slickgrid-club/slickgrid-react/commit/4ffc69457633e99aef71c7879087e4e2919af22e))
* fixing few small issues in Examples after adding Cypress E2E tests ([217bf9d](https://github.com/slickgrid-club/slickgrid-react/commit/217bf9d7e72ae40f1a02974e681f26494ae51807))
* Grid Presets should load all presets including pinning ([3253148](https://github.com/slickgrid-club/slickgrid-react/commit/32531486c617d16a8e8a01807438f3499c9d8c53))
* most Examples should now work with Custom Events and i18n ([d3100b2](https://github.com/slickgrid-club/slickgrid-react/commit/d3100b21629369d12bc3446f674242be34496969))
* **pinning:** cols reorder & freezing shouldn't affect order ([#12](https://github.com/slickgrid-club/slickgrid-react/issues/12)) ([b6c806b](https://github.com/slickgrid-club/slickgrid-react/commit/b6c806b3a24327ad4c54b1e37f4cd7a31b5acc6a))
* **sorting:** update Slickgrid-Universal, fixes date sort shuffling ([#21](https://github.com/slickgrid-club/slickgrid-react/issues/21)) ([2d35508](https://github.com/slickgrid-club/slickgrid-react/commit/2d35508d58de82cbdfdefc25b1df67dbcb7bcfcf))
* **ui:** use correct grid container on Resizer to fix Pagination ([b00dc98](https://github.com/slickgrid-club/slickgrid-react/commit/b00dc98153934922e77b9a113f36eb191ed5ab89))
* add missing grid container for HeaderMenu plugin to work correctly ([ca9887e](https://github.com/slickclub/slickgrid-react/commit/ca9887e119e6d3d61acace26197e6e299d536c84))
* **comp:** switch to reusable Slickgrid-Universal Pagination ([549862f](https://github.com/slickclub/slickgrid-react/commit/549862ffff59bac1ad2ad86aae0bfad23ed686b3))
* Custom Events not working out of the box in React ([1a16ae3](https://github.com/slickclub/slickgrid-react/commit/1a16ae3491f4efa533a4b43c4aa8b7c137ca45a4))
* few more small examples fixes ([4ffc694](https://github.com/slickclub/slickgrid-react/commit/4ffc69457633e99aef71c7879087e4e2919af22e))
* fixing few small issues in Examples after adding Cypress E2E tests ([217bf9d](https://github.com/slickclub/slickgrid-react/commit/217bf9d7e72ae40f1a02974e681f26494ae51807))
* Grid Presets should load all presets including pinning ([3253148](https://github.com/slickclub/slickgrid-react/commit/32531486c617d16a8e8a01807438f3499c9d8c53))
* most Examples should now work with Custom Events and i18n ([d3100b2](https://github.com/slickclub/slickgrid-react/commit/d3100b21629369d12bc3446f674242be34496969))
* **pinning:** cols reorder & freezing shouldn't affect order ([#12](https://github.com/slickclub/slickgrid-react/issues/12)) ([b6c806b](https://github.com/slickclub/slickgrid-react/commit/b6c806b3a24327ad4c54b1e37f4cd7a31b5acc6a))
* **sorting:** update Slickgrid-Universal, fixes date sort shuffling ([#21](https://github.com/slickclub/slickgrid-react/issues/21)) ([2d35508](https://github.com/slickclub/slickgrid-react/commit/2d35508d58de82cbdfdefc25b1df67dbcb7bcfcf))
* **ui:** use correct grid container on Resizer to fix Pagination ([b00dc98](https://github.com/slickclub/slickgrid-react/commit/b00dc98153934922e77b9a113f36eb191ed5ab89))


### Features

* add locale support via react-i18next ([c7c86d0](https://github.com/slickgrid-club/slickgrid-react/commit/c7c86d00ac7212aa40c25f6d9b998cbbf71e1c75))
* add new Example 33 (tooltip) and 34 (trading platform) ([aa4ad8b](https://github.com/slickgrid-club/slickgrid-react/commit/aa4ad8bc8975a8c2e76b8bb2ef11a46e6c8f3149))
* add Slots and fix issue to hide header row when provided ([d9bcded](https://github.com/slickgrid-club/slickgrid-react/commit/d9bcdedd993d4ccbbca8e1a1759372c89878e3c1))
* add Tree Data grid functionality ([6422ae0](https://github.com/slickgrid-club/slickgrid-react/commit/6422ae0eca678c878ff4311187f78d3879f8b38c))
* **core:** BREAKING CHANGE replace jQueryUI by SortableJS ([e4052d6](https://github.com/slickgrid-club/slickgrid-react/commit/e4052d62bba7f150b68c2e299fe074dd75729246))
* **OData:** add `$select` and `$expand` query options ([631434c](https://github.com/slickgrid-club/slickgrid-react/commit/631434ccb8051ac7fcd896732b1e6ece3e8f23ef))
* upgrade to latest Slickgrid-Universal version 1.x ([3a12f0f](https://github.com/slickgrid-club/slickgrid-react/commit/3a12f0f516dbeae84daec875914f31d2d223f8d0))
* add locale support via react-i18next ([c7c86d0](https://github.com/slickclub/slickgrid-react/commit/c7c86d00ac7212aa40c25f6d9b998cbbf71e1c75))
* add new Example 33 (tooltip) and 34 (trading platform) ([aa4ad8b](https://github.com/slickclub/slickgrid-react/commit/aa4ad8bc8975a8c2e76b8bb2ef11a46e6c8f3149))
* add Slots and fix issue to hide header row when provided ([d9bcded](https://github.com/slickclub/slickgrid-react/commit/d9bcdedd993d4ccbbca8e1a1759372c89878e3c1))
* add Tree Data grid functionality ([6422ae0](https://github.com/slickclub/slickgrid-react/commit/6422ae0eca678c878ff4311187f78d3879f8b38c))
* **core:** BREAKING CHANGE replace jQueryUI by SortableJS ([e4052d6](https://github.com/slickclub/slickgrid-react/commit/e4052d62bba7f150b68c2e299fe074dd75729246))
* **OData:** add `$select` and `$expand` query options ([631434c](https://github.com/slickclub/slickgrid-react/commit/631434ccb8051ac7fcd896732b1e6ece3e8f23ef))
* upgrade to latest Slickgrid-Universal version 1.x ([3a12f0f](https://github.com/slickclub/slickgrid-react/commit/3a12f0f516dbeae84daec875914f31d2d223f8d0))

# Changelog

Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
[![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/)
[![npm](https://img.shields.io/npm/v/slickgrid-react.svg?logo=npm&logoColor=fff&label=npm)](https://www.npmjs.com/package/slickgrid-react)

[![Actions Status](https://github.com/slickgrid-club/slickgrid-react/workflows/CI%20Build/badge.svg)](https://github.com/slickgrid-club/slickgrid-react/actions)
[![Actions Status](https://github.com/slickclub/slickgrid-react/workflows/CI%20Build/badge.svg)](https://github.com/slickclub/slickgrid-react/actions)
[![Cypress.io](https://img.shields.io/badge/tested%20with-Cypress-04C38E.svg)](https://www.cypress.io/)
<!-- [![jest](https://jestjs.io/img/jest-badge.svg)](https://github.com/facebook/jest)
[![codecov](https://codecov.io/gh/slickgrid-universal/slickgrid-react/branch/master/graph/badge.svg)](https://codecov.io/gh/slickgrid-universal/slickgrid-react) -->

## First Officially Supported Release 2.x 📣
We now a fully working and offical release 2.x of Slickgrid-React, checkout the [Live Demo](https://slickgrid-club.github.io/slickgrid-react-demos/) of the new version.
We now a fully working and offical release 2.x of Slickgrid-React, checkout the [Live Demo](https://slickclub.github.io/slickgrid-react-demos/) of the new version.

### Brief introduction
One of the best javascript datagrid [SlickGrid](https://github.com/mleibman/SlickGrid) which was originally developed by @mleibman is now available to React. I have used a few datagrids and SlickGrid beats most of them in terms of functionalities and performance (it can easily deal with even a million row). We will be using the [6pac/SlickGrid](https://github.com/6pac/SlickGrid/) fork, this is the most active fork since the original @mleibman fork was closed some time ago by his author for personal reasons. Also worth to know, that I also contributed a lot to the 6pac/SlickGrid fork for the benefit of Slickgrid-React.

## Installation
Refer to the **[Wiki - HOWTO Step by Step](https://github.com/slickgrid-club/slickgrid-react/wiki/HOWTO--Step-by-Step)** and/or clone the [Slickgrid-React-Demos](https://github.com/slickgrid-club/slickgrid-react-demos) repository. Please consult all Wikis before opening new issues, also consider asking installation and/or general questions on [Stack Overflow](https://stackoverflow.com/search?tab=newest&q=slickgrid) unless you think there's a bug with the library.
Refer to the **[Wiki - HOWTO Step by Step](https://github.com/slickclub/slickgrid-react/wiki/HOWTO--Step-by-Step)** and/or clone the [Slickgrid-React-Demos](https://github.com/slickclub/slickgrid-react-demos) repository. Please consult all Wikis before opening new issues, also consider asking installation and/or general questions on [Stack Overflow](https://stackoverflow.com/search?tab=newest&q=slickgrid) unless you think there's a bug with the library.

### License
[MIT License](LICENSE)
Expand All @@ -25,11 +25,11 @@ Refer to the **[Wiki - HOWTO Step by Step](https://github.com/slickgrid-club/sli
[slickgrid-react on NPM](https://www.npmjs.com/package/slickgrid-react)

### Live Demo page
`Slickgrid-React` works with all `Bootstrap` versions and/or any other UI framework you wish to use (Bulma, Material Design, ...), you can see a demo of each one below. There are also 2 new styling Themes, Material & Salesforce which are also available. You can also use different SVG icons, you may want to look at the [Wiki - SVG Icons](https://github.com/slickgrid-club/slickgrid-react/wiki/SVG-Icons)
- [Bootstrap 5 demo](https://slickgrid-club.github.io/slickgrid-react)
`Slickgrid-React` works with all `Bootstrap` versions and/or any other UI framework you wish to use (Bulma, Material Design, ...), you can see a demo of each one below. There are also 2 new styling Themes, Material & Salesforce which are also available. You can also use different SVG icons, you may want to look at the [Wiki - SVG Icons](https://github.com/slickclub/slickgrid-react/wiki/SVG-Icons)
- [Bootstrap 5 demo](https://slickclub.github.io/slickgrid-react)

#### Working Demos
For a complete working set of working demos, you strongly suggest that you clone the [Slickgrid-React Demos](https://github.com/slickgrid-club/slickgrid-react-demos) repository (instructions are provided in the demo repo). This repo provides multiple samples and it is also worth to know that these demos are updated frequently.
For a complete working set of working demos, you strongly suggest that you clone the [Slickgrid-React Demos](https://github.com/slickclub/slickgrid-react-demos) repository (instructions are provided in the demo repo). This repo provides multiple samples and it is also worth to know that these demos are updated frequently.


### Like it? :star: it
Expand All @@ -38,33 +38,33 @@ You like **Slickgrid-React**? Be sure to upvote :star:, and perhaps support me w
<a href='https://ko-fi.com/slickgrid-universal' target='_blank'><img height='32' style='border:0px;height:32px;' src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' />

## Latest News & Releases
Check out the [Releases](https://github.com/slickgrid-club/slickgrid-react/releases) section for all latest News & Releases.
Check out the [Releases](https://github.com/slickclub/slickgrid-react/releases) section for all latest News & Releases.

### Fully Tested with [Jest](https://jestjs.io/) (Unit Tests) - [Cypress](https://www.cypress.io/) (E2E Tests)
Slickgrid-React and Slickgrid-Universal both have **100%** Unit Test Coverage, we are talking about +15,000 lines of code (+3,750 unit tests) that are fully tested with [Jest](https://jestjs.io/). On the UI side, all Slickgrid-React Examples are tested with [Cypress](https://www.cypress.io/), there are over +500 Cypress E2E tests.

## Installation
Refer to the **[Wiki - HOWTO Step by Step](https://github.com/slickgrid-club/slickgrid-react/wiki/HOWTO---Step-by-Step)**. Please don't open any issue unless you have followed these steps (from the Wiki), and if any of the steps are incorrect or confusing, then please let me know.
Refer to the **[Wiki - HOWTO Step by Step](https://github.com/slickclub/slickgrid-react/wiki/HOWTO---Step-by-Step)**. Please don't open any issue unless you have followed these steps (from the Wiki), and if any of the steps are incorrect or confusing, then please let me know.

**NOTE:** if you have any question, please consider asking installation and/or general questions on [Stack Overflow](https://stackoverflow.com/search?tab=newest&q=slickgrid)

## Wiki / Documentation
The Wiki is where all the documentation and instructions will go, so please consult the [slickgrid-react - Wiki](https://github.com/slickgrid-club/slickgrid-react/wiki) before opening any issues. The [Wiki - HOWTO](https://github.com/slickgrid-club/slickgrid-react/wiki/HOWTO---Step-by-Step) is a great place to start with. You can also take a look at the [Demo page](https://slickgrid-club.github.io/slickgrid-react), it includes sample for most of the features and it keeps growing (so you might want to consult it whenever a new version comes out).
The Wiki is where all the documentation and instructions will go, so please consult the [slickgrid-react - Wiki](https://github.com/slickclub/slickgrid-react/wiki) before opening any issues. The [Wiki - HOWTO](https://github.com/slickclub/slickgrid-react/wiki/HOWTO---Step-by-Step) is a great place to start with. You can also take a look at the [Demo page](https://slickclub.github.io/slickgrid-react), it includes sample for most of the features and it keeps growing (so you might want to consult it whenever a new version comes out).

## Main features
You can see some screenshots below and the instructions down below and if that is not enough for you to decide, head over to the [Wiki - Main Features](https://github.com/slickgrid-club/slickgrid-react/wiki).
You can see some screenshots below and the instructions down below and if that is not enough for you to decide, head over to the [Wiki - Main Features](https://github.com/slickclub/slickgrid-react/wiki).

## Missing features
What if `Slickgrid-React` is missing feature(s) compare to the original core library [6pac/SlickGrid](https://github.com/6pac/SlickGrid/)?

Fear not, and just simply reference the `SlickGrid` and `DataView` objects, just like in the core lib, those are exposed through Event Emitters. For more info continue reading on [Wiki - SlickGrid & DataView objects](/slickgrid-universal/slickgrid-react/wiki/SlickGrid-&-DataView-Objects) and [Wiki - Grid & DataView Events](https://github.com/slickgrid-club/slickgrid-react/wiki/Grid-&-DataView-Events)
Fear not, and just simply reference the `SlickGrid` and `DataView` objects, just like in the core lib, those are exposed through Event Emitters. For more info continue reading on [Wiki - SlickGrid & DataView objects](/slickgrid-universal/slickgrid-react/wiki/SlickGrid-&-DataView-Objects) and [Wiki - Grid & DataView Events](https://github.com/slickclub/slickgrid-react/wiki/Grid-&-DataView-Events)


## Screenshots

Screenshots from the demo app with the `Bootstrap` theme.

_Note that the styling changed a bit, the best is to simply head over to the [Live Demo](https://slickgrid-club.github.io/slickgrid-react) page._
_Note that the styling changed a bit, the best is to simply head over to the [Live Demo](https://slickclub.github.io/slickgrid-react) page._

### Slickgrid example with Formatters (last column shown is a custom Formatter)

Expand Down
Loading

0 comments on commit 1634948

Please sign in to comment.