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

Commit 3588a4b

Browse files
authored
docs: add note about upcoming project location move
1 parent 78adedc commit 3588a4b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
[![jest](https://jestjs.io/img/jest-badge.svg)](https://github.com/facebook/jest)
1111
<!-- [![codecov](https://codecov.io/gh/ghiscoding/aurelia-slickgrid/branch/master/graph/badge.svg)](https://codecov.io/gh/ghiscoding/aurelia-slickgrid) -->
1212

13+
## Structure Change (happening soon)
14+
> [!NOTE]
15+
> Please note that Aurelia-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 in Q2 of 2025. The installation remains the same `npm install aurelia-slickgrid`, it's just the project that will be moved into a central location (easier to maintain).
17+
1318
### Brief introduction
1419
One of the best JavasSript data grid [SlickGrid](https://github.com/mleibman/SlickGrid), which was originally developed by @mleibman, is now available to the Aurelia world. SlickGrid beats most other data grids in terms of features, customizability & performance (running smoothly with even a million rows). Aurelia-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/aurelia-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~ 🎉).
1520

0 commit comments

Comments
 (0)