From e0ea753c0348f9735d49cfa1d92929e80f78b748 Mon Sep 17 00:00:00 2001 From: "Ghislain B." Date: Mon, 27 Jan 2025 14:19:32 -0500 Subject: [PATCH] docs: improve project description --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9bb6e65c..4843542b4 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ npm install @slickgrid-universal/excel-export ### Versions Compatibility -> **Note** please be aware that only the latest version of Aurelia-Slickgrid is supported and will receive bug fixes. The reason older versions are not supported is simply because it's already a lot of work to maintain for a single developer. +> **Note** please be aware that only the latest version of Aurelia-Slickgrid is supported and will receive bug fixes. It's already a lot of work to maintain for a single developer like me. | Aurelia-Slickgrid | Aurelia version | Migration Guide | Notes | |-------------------|-----------------|-----------------|------| @@ -47,6 +47,7 @@ For a full compatibility table of Aurelia-Slickgrid with Slickgrid-Universal, yo ### Styling Themes Multiple styling themes are available +- Default (UI agnostic) - Bootstrap (see all Aurelia-Slickgrid [live demos](https://ghiscoding.github.io/aurelia-slickgrid/)) - Material (see [Slickgrid-Universal](https://ghiscoding.github.io/slickgrid-universal/#/example07)) - Salesforce (see [Slickgrid-Universal](https://ghiscoding.github.io/slickgrid-universal/#/example16))