Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 40f7fed

Browse files
authored
docs: add note about project move
1 parent 896b979 commit 40f7fed

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
[![Vitest](https://img.shields.io/badge/tested%20with-vitest-fcc72b.svg?logo=vitest)](https://vitest.dev/)
1111
[![codecov](https://codecov.io/gh/ghiscoding/Angular-Slickgrid/branch/master/graph/badge.svg)](https://codecov.io/gh/ghiscoding/Angular-Slickgrid)
1212

13-
## Structure Change (happening soon)
14-
> [!NOTE]
15-
> Please note that Angular-Slickgrid (and all other supported frameworks) will soon be moved under the [Slickgrid-Universal](https://github.com/ghiscoding/slickgrid-universal) project.
16-
> This will happen in the next major version, which is expected to happen in May 2025. The installation will remain the same `npm install angular-slickgrid`, it's just the project that will be moved into a more central location (much easier to maintain).
13+
## Project moved under [Slickgrid-Universal](https://github.com/ghiscoding/slickgrid-universal)
14+
> [!CAUTION]
15+
> This project (and all other supported frameworks) were moved directly into the [Slickgrid-Universal](https://github.com/ghiscoding/slickgrid-universal) project.
16+
> Any new code change will now happen directly under Slickgrid-Universal and no more code will be pushed in here
17+
> Angular-Slickgrid installation remains the same `npm install angular-slickgrid`, head over [Slickgrid-Universal](https://github.com/ghiscoding/slickgrid-universal) for more details.
1718
1819
### Brief introduction
1920
One of the best JavasSript data grid [SlickGrid](https://github.com/mleibman/SlickGrid), which was originally developed by @mleibman, is now available to the Angular world. SlickGrid beats most other data grids in terms of features, customizability and performance (running smoothly with even a million rows). Angular-Slickgrid is a wrapper on top of [Slickgrid-Universal](https://github.com/ghiscoding/slickgrid-universal/) (which is a dependency), in the early beginning we used the `6pac/SlickGrid` fork but that was dropped in >=[v7.0](https://github.com/ghiscoding/Angular-Slickgrid/releases/tag/v7.0.3) since Slickgrid-Universal is now a standalone project. SlickGrid was also recently rewritten with browser native code (no more ~jQuery~ 🎉).

0 commit comments

Comments
 (0)