Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BREAKING CHANGE: merge SlickGrid into Slickgrid-Universal & drop external dep #1264

Merged
merged 125 commits into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
125 commits
Select commit Hold shift + click to select a range
32b2a48
feat(core)!: move SlickGrid core files directly into the project (#1135)
ghiscoding Nov 18, 2023
aaebe66
Merge branch 'master' into next
ghiscoding Nov 18, 2023
fddf6da
chore: rename CommonJS to CJS and bump target to ES2021 (#1194)
ghiscoding Nov 18, 2023
8a21053
chore(binding): move BindingEventService to from commom to binding pk…
ghiscoding Nov 18, 2023
7d6616f
chore: remove leftover jQuery animations in all toggle methods (#1196)
ghiscoding Nov 18, 2023
9eba635
chore: use `applyHtmlCode` instead of assigning `innerHTML` (#1197)
ghiscoding Nov 18, 2023
59d29bc
chore: remove deprecated options (#1198)
ghiscoding Nov 19, 2023
16c8a4e
chore: bump requirement to Node18
ghiscoding Nov 19, 2023
001b172
chore: remove RxJS from Renovate ignored dep
ghiscoding Nov 19, 2023
69f7bca
chore: remove some duplicate methods (#1199)
ghiscoding Nov 19, 2023
c2869a1
chore: add slickCore & slickInteractions full unit tests coverage (#1…
ghiscoding Nov 20, 2023
c9d6261
chore: remove unused SlickGrid AutoSize feature, keep only legacy (#1…
ghiscoding Nov 21, 2023
d884d79
chore: remove more autosize unused code (#1202)
ghiscoding Nov 21, 2023
35b2adc
chore: remove duplicate utils offset of DOM element (#1203)
ghiscoding Nov 21, 2023
d9ca605
chore: rename vite.config.mts for ESM & some code refactoring
ghiscoding Nov 21, 2023
5453c23
chore: add full test coverage on slick.core utils (#1204)
ghiscoding Nov 21, 2023
32944da
chore: add missing unit tests in domUtils
ghiscoding-SE Nov 21, 2023
c6df409
chore: run CI workflow on next branch
ghiscoding-SE Nov 21, 2023
46e1706
chore: rename a few DomUtils methods to shorter names (#1205)
ghiscoding Nov 21, 2023
abaeda2
chore: remove unused slickCore exports & clean slick namespace leftov…
ghiscoding Nov 21, 2023
0fca07a
chore: remove old IE era unused code DataView `fastSort` (#1207)
ghiscoding Nov 21, 2023
919d7d9
chore: replace all deprecated event keyCode by key string (#1208)
ghiscoding Nov 22, 2023
969f765
chore: update to latest ms-select-vanilla
ghiscoding-SE Nov 22, 2023
f651a11
chore: update to latest ms-select-vanilla
ghiscoding-SE Nov 22, 2023
0590b24
fix: escape glob pattern for SASS copy to work in CI
ghiscoding-SE Nov 22, 2023
fc4af96
chore: save build artifacts in CI
ghiscoding-SE Nov 22, 2023
4bda523
chore: save build artifacts in CI
ghiscoding-SE Nov 22, 2023
761201e
chore(ci): add GitHub Action NPM version/publish workflows w/provenance
ghiscoding-SE Nov 22, 2023
ca20143
chore: add conventional graduate option to workflow
ghiscoding-SE Nov 22, 2023
200daa4
chore(ci): add dry-run publish workflow
ghiscoding-SE Nov 22, 2023
25ffca0
chore: add Draggable init() and add more TS types in interactions (#1…
ghiscoding Nov 23, 2023
cd03907
fix: change dynamic html string w/CSP safe code to fix scroll (#1210)
ghiscoding Nov 23, 2023
182bfc6
Merge branch 'master' into next
ghiscoding-SE Nov 23, 2023
47cb36e
fix: Draggable shouldn't trigger dragEnd without first dragging (#1211)
ghiscoding Nov 23, 2023
cf3254d
Merge branch 'master' into next
ghiscoding-SE Nov 23, 2023
8745f79
Merge branch 'master' into next
ghiscoding Nov 24, 2023
0c233ba
chore: remove dist archive from CI workflow
ghiscoding Nov 24, 2023
d723856
feat: convert GroupItemMetadataProvider Formatter to native HTML for …
ghiscoding Nov 24, 2023
a4cc469
fix: remove CellRange, SlickRange, SlickGroup, ... unused interfaces …
ghiscoding Nov 24, 2023
84e4878
chore: rename `sanitizeHtmlOptions` to a simpler `sanitizerOptions` (…
ghiscoding Nov 24, 2023
1be1d72
chore: simplify `emptyElement()` method
ghiscoding-SE Nov 24, 2023
4791fc8
fix: try adding sort icon on non `sortable` column shouldn't throw
ghiscoding-SE Nov 24, 2023
1a2277d
chore: build target ES2021
ghiscoding Nov 25, 2023
0879279
Merge branch 'master' into next
ghiscoding-SE Nov 27, 2023
194cb21
chore(deps): update ms-select-vanilla to v1.1.0
ghiscoding-SE Nov 27, 2023
de26496
feat: remove unnecessary Formatters, replace by `cssClass` (#1225)
ghiscoding Nov 27, 2023
b874e85
chore: add `SlickGlobalEditorLock` to `Slicker` global window obbjct
ghiscoding-SE Nov 28, 2023
526314a
Merge branch 'master' into next
ghiscoding-SE Nov 28, 2023
ebc669a
Merge branch 'master' into next
ghiscoding-SE Nov 28, 2023
fe20677
chore: fix failing unit test
ghiscoding-SE Nov 28, 2023
cb553e8
chore: remove `Formatters.checkbox`
ghiscoding-SE Nov 28, 2023
5cb4dd5
feat: rewrite all Formatters as native HTML elements (#1229)
ghiscoding Nov 28, 2023
ba99fae
perf: skip reapplying empty html when target is already empty (#1230)
ghiscoding Nov 28, 2023
556c11e
Merge branch 'master' into next
ghiscoding Nov 29, 2023
2af2889
chore: add `preventDocumentFragmentUsage` grid option (#1231)
ghiscoding Nov 29, 2023
7e05e91
docs: remove slickgrid dependencies from main readme
ghiscoding Nov 29, 2023
128ab5e
chore: use CSP safe approach to dynamically change element style
ghiscoding Nov 29, 2023
70a933c
chore: remove some more `innerHTML` assignment (#1232)
ghiscoding Nov 29, 2023
e72b9b9
chore: delete `removeHtmlTags` and replace with `stripTagsUtil` (#1235)
ghiscoding Nov 30, 2023
5a91d81
chore: cleanup stripTagsUtil
ghiscoding Nov 30, 2023
7440a83
chore: remove more `innerHTML` from all examples
ghiscoding Nov 30, 2023
44023c7
chore: use better variable flag name
ghiscoding-SE Nov 30, 2023
765e768
Merge branch 'next' of https://github.com/ghiscoding/slickgrid-univer…
ghiscoding-SE Nov 30, 2023
40fa87b
chore: remove unnecessary salesforce font style
ghiscoding-SE Nov 30, 2023
bc13c60
chore: remove not needed index unit test spec files
ghiscoding-SE Nov 30, 2023
b6f2e81
chore: use synthetic default imports even for Jest unit tests (#1237)
ghiscoding Nov 30, 2023
dd44920
chore: Formatter result could be Proxy and falsely parsed as object (…
ghiscoding Nov 30, 2023
7483b29
chore: convert GroupTotals Formatters to native HTML (#1240)
ghiscoding Dec 1, 2023
6a2ab55
fix: only allow row drag on cell w/`dnd` or `cell-reorder`, fix #937
ghiscoding-SE Dec 1, 2023
dbe6413
fix: `setActiveCellInternal()` should not throw when cell/row undefined
ghiscoding Dec 2, 2023
0324d05
Merge branch 'next' of https://github.com/ghiscoding/slickgrid-univer…
ghiscoding Dec 2, 2023
0c2946f
chore: merge from master with cell selection range with key combo (#1…
ghiscoding Dec 2, 2023
2802731
chore: remove inline style from all examples & fix `applyHtmlCode()` …
ghiscoding Dec 3, 2023
176e103
chore: update some demo for some mem leaks
ghiscoding Dec 4, 2023
74fa5b5
Merge branch 'master' into next
ghiscoding Dec 4, 2023
388bd11
feat: use PubSub Service singleton to subscribe to any SlickEvent (#1…
ghiscoding Dec 6, 2023
e53b97d
chore: abstract PubSubService class should be a simple TS interface (…
ghiscoding Dec 6, 2023
102e299
chore: add more SlickDataView unit tests
ghiscoding Dec 7, 2023
596737d
feat: introduce devMode to support nodejs based unit testing (#1251)
ghiscoding Dec 7, 2023
67c709e
chore: add build demo+deploy to gh-pages [refresh gh-pages]
ghiscoding Dec 8, 2023
d967ac7
Merge branch 'next' of https://github.com/ghiscoding/slickgrid-univer…
ghiscoding Dec 8, 2023
d1592e9
chore: use !important on CSS text utils
ghiscoding Dec 8, 2023
f5a10bb
Merge branch 'master' into next
ghiscoding Dec 8, 2023
65b233c
chore: add more SlickDataView unit tests (#1250)
ghiscoding Dec 8, 2023
92e59f6
chore: add flatpickr to root pkg to fix unit test debugging
ghiscoding-SE Dec 8, 2023
b3ec90d
Merge branch 'master' into next
ghiscoding-SE Dec 8, 2023
ac57992
fix: the `devMode` should be `false` or an object with other options
ghiscoding-SE Dec 8, 2023
a8eb7ac
chore: be more generic on prerelease workflow
ghiscoding Dec 8, 2023
5691d10
Merge branch 'master' into next
ghiscoding Dec 8, 2023
1b398f2
Merge branch 'master' into next
ghiscoding Dec 9, 2023
b838913
Merge branch 'master' into next
ghiscoding Dec 9, 2023
cb0031e
Merge branch 'master' into next
ghiscoding Dec 9, 2023
0060ea2
Merge branch 'master' into next
ghiscoding Dec 9, 2023
6259150
Merge branch 'master' into next
ghiscoding Dec 9, 2023
7ce15f3
Merge branch 'master' into next
ghiscoding Dec 9, 2023
61e7b3e
Merge branch 'master' into next
ghiscoding Dec 9, 2023
0ee39f0
chore(release): publish new version 4.0.0-alpha.0
ghiscoding Dec 9, 2023
05361e7
fix(utils): undefined html shouldn't throw on stripTags
ghiscoding Dec 9, 2023
8f706fc
fix: `stripTags` shouldn't throw with null/undefined
ghiscoding Dec 9, 2023
a35f0a4
fix: regression, Row Detail no longer displayed after CSP safe code (…
ghiscoding Dec 9, 2023
e80d55e
chore: use !important on CSS text utils
ghiscoding Dec 9, 2023
e7d37b1
chore(composite): rename factory as SlickCompositeEditor (#1260)
ghiscoding Dec 9, 2023
aeda46d
Merge branch 'master' into next
ghiscoding Dec 10, 2023
a33129b
fix(core): SlickEventHandler handler args should have Types (#1261)
ghiscoding Dec 10, 2023
a964f3a
chore: add dry-run to CI release workflow
ghiscoding Dec 10, 2023
19bba8e
chore(deps): update all non-major dependencies (#1258)
renovate-bot Dec 10, 2023
093e778
Merge branch 'master' into next
ghiscoding Dec 10, 2023
949a80d
chore(release): publish new version 4.0.1-alpha.0
ghiscoding Dec 10, 2023
b7de0f1
fix: changing `enableCellNavigation` grid option not working (#1262)
ghiscoding Dec 11, 2023
8aaae25
chore: add prerelease w/wo bump
ghiscoding Dec 11, 2023
51b5355
chore: add prerelease w/wo bump
ghiscoding Dec 11, 2023
3e131e2
chore: add prerelease w/wo bump
ghiscoding Dec 11, 2023
9e59850
chore: add prerelease w/wo bump
ghiscoding Dec 11, 2023
dbcdd15
chore: make slickgrid `.getData()` default to SlickDataView type
ghiscoding Dec 11, 2023
feb4575
chore: move all DOM utilities to `@slickgrid-universal/utils` package…
ghiscoding Dec 11, 2023
ace2c70
chore: remove unused grid option auto
ghiscoding-SE Dec 11, 2023
83370fc
chore(release): publish new version 4.0.1-alpha.1
ghiscoding Dec 12, 2023
6c921c6
chore: merge master branch and fix conflicts
ghiscoding Dec 13, 2023
48fb1a2
Merge branch 'master' into next
ghiscoding Dec 13, 2023
44e11a7
Merge branch 'master' into next
ghiscoding Dec 13, 2023
cb30c23
docs: add links to live demo & gitbook docs
ghiscoding Dec 13, 2023
63b8c99
Merge branch 'master' into next
ghiscoding-SE Dec 14, 2023
9140f73
chore: add more SlickGrid unit tests
ghiscoding-SE Dec 15, 2023
88761d2
docs: update links in gitbook documentation
ghiscoding Dec 15, 2023
a2b78c2
docs: update gitbook documentations
ghiscoding Dec 15, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
21 changes: 4 additions & 17 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
'$schema': 'https://docs.renovatebot.com/renovate-schema.json',
extends: ['config:base', 'group:allNonMajor'],
labels: ['dependencies'],
ignorePaths: ['**/__tests__/**'],
Expand All @@ -10,23 +11,9 @@
depTypeList: ['peerDependencies'],
enabled: false,
},
// allow Node14/npm8 until its EOL June 2023
{
packageNames: ['node'],
allowedVersions: '16.15.0',
},
{
packageNames: ['npm'],
allowedVersions: '8.5.0',
},
{
packageNames: ['rxjs'],
allowedVersions: '7.8.1',
},
{
packageNames: ['slickgrid'],
allowedVersions: '4.x',
}
],
ignoreDeps: [
'node',
],
schedule: ['on friday'],
}
1 change: 1 addition & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- next
pull_request:
branches:
- '**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- master
- next
pull_request:
branches:
- '**'
Expand Down
33 changes: 29 additions & 4 deletions .github/workflows/publish-npm-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- preminor
- premajor
- prerelease
- auto
tag:
type: choice
description: Tag
Expand Down Expand Up @@ -89,8 +90,20 @@ jobs:
packages/common/dist
retention-days: 5

- name: 🧪 Lerna Version (dry-run) 🏷️
if: ${{ inputs.dryrun == true }}
- name: 🧪 Lerna Version auto-bump (dry-run) 🏷️
if: ${{ inputs.dryrun == true && inputs.bump == 'auto' }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true
run: |
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
pnpm whoami
pnpm exec lerna version --conventional-commits --conventional-prerelease --dry-run --preid ${{ inputs.tag }} --force-publish --yes

- name: 🧪 Lerna Version with selected pre-bump (dry-run) 🏷️
if: ${{ inputs.dryrun == true && inputs.bump != 'auto' }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand All @@ -110,8 +123,20 @@ jobs:
run: |
pnpm exec lerna publish from-package --force-publish --dist-tag ${{ inputs.tag }} --yes --dry-run

- name: Lerna Version 🏷️
if: ${{ inputs.dryrun != true }}
- name: Lerna Version auto-bump 🏷️
if: ${{ inputs.dryrun != true && inputs.bump == 'auto' }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true
run: |
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
pnpm whoami
pnpm exec lerna version --conventional-commits --conventional-prerelease --preid ${{ inputs.tag }} --force-publish --yes

- name: Lerna Version with selected pre-bump 🏷️
if: ${{ inputs.dryrun != true && inputs.bump != 'auto' }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"--config",
"${workspaceFolder}/test/jest.config.ts"
],
"console": "internalConsole",
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"windows": {
"name": "Jest",
Expand Down
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,47 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.1-alpha.1](https://github.com/ghiscoding/slickgrid-universal/compare/v4.0.1-alpha.0...v4.0.1-alpha.1) (2023-12-12)

### Bug Fixes

* changing `enableCellNavigation` grid option not working ([#1262](https://github.com/ghiscoding/slickgrid-universal/issues/1262)) ([b7de0f1](https://github.com/ghiscoding/slickgrid-universal/commit/b7de0f12546a6cc02222ed747015e65c90bb7f7d)) - by @ghiscoding

## [4.0.1-alpha.0](https://github.com/ghiscoding/slickgrid-universal/compare/v4.0.0-alpha.0...v4.0.1-alpha.0) (2023-12-10)

### Bug Fixes

* `stripTags` shouldn't throw with null/undefined ([8f706fc](https://github.com/ghiscoding/slickgrid-universal/commit/8f706fc95f837c6352fb3217952c86b4326f8aaf)) - by @ghiscoding
* **core:** SlickEventHandler handler args should have Types ([#1261](https://github.com/ghiscoding/slickgrid-universal/issues/1261)) ([a33129b](https://github.com/ghiscoding/slickgrid-universal/commit/a33129b0ce1443443e7dcebb3562ffd538b6a731)) - by @ghiscoding
* regression, Row Detail no longer displayed after CSP safe code ([#1259](https://github.com/ghiscoding/slickgrid-universal/issues/1259)) ([a35f0a4](https://github.com/ghiscoding/slickgrid-universal/commit/a35f0a488775e8ccb68ec8fe0ece9abc47c358f4)) - by @ghiscoding
* **utils:** undefined html shouldn't throw on stripTags ([05361e7](https://github.com/ghiscoding/slickgrid-universal/commit/05361e7430694d9a41075f744460eaf187a50b11)) - by @ghiscoding

# [4.0.0-alpha.0](https://github.com/ghiscoding/slickgrid-universal/compare/v3.7.1...v4.0.0-alpha.0) (2023-12-09)

### Bug Fixes

* `setActiveCellInternal()` should not throw when cell/row undefined ([dbe6413](https://github.com/ghiscoding/slickgrid-universal/commit/dbe64132294bc88f5dc13ac23a6f6f84ac5e1ffd)) - by @ghiscoding
* change dynamic html string w/CSP safe code to fix scroll ([#1210](https://github.com/ghiscoding/slickgrid-universal/issues/1210)) ([cd03907](https://github.com/ghiscoding/slickgrid-universal/commit/cd03907b20468190db7f84f3ae24fbd531e4f6e4)) - by @ghiscoding
* Draggable shouldn't trigger dragEnd without first dragging ([#1211](https://github.com/ghiscoding/slickgrid-universal/issues/1211)) ([47cb36e](https://github.com/ghiscoding/slickgrid-universal/commit/47cb36e78995f70933807aa33ba3afa0fecf491e)) - by @ghiscoding
* escape glob pattern for SASS copy to work in CI ([0590b24](https://github.com/ghiscoding/slickgrid-universal/commit/0590b24bf2ac140ba69149bd55cbff95b3493112)) - by @ghiscoding-SE
* only allow row drag on cell w/`dnd` or `cell-reorder`, fix [#937](https://github.com/ghiscoding/slickgrid-universal/issues/937) ([6a2ab55](https://github.com/ghiscoding/slickgrid-universal/commit/6a2ab550a253a4a1f35e4e81a120fa9247ce753b)), closes [#897](https://github.com/ghiscoding/slickgrid-universal/issues/897) - by @ghiscoding-SE
* remove CellRange, SlickRange, SlickGroup, ... unused interfaces ([#1219](https://github.com/ghiscoding/slickgrid-universal/issues/1219)) ([a4cc469](https://github.com/ghiscoding/slickgrid-universal/commit/a4cc469e9c21c5ed851bfbaafdc6b580e7389272)) - by @ghiscoding
* the `devMode` should be `false` or an object with other options ([ac57992](https://github.com/ghiscoding/slickgrid-universal/commit/ac57992abd821cdd6fec823464944dadfa1e7b2c)) - by @ghiscoding-SE
* the `devMode` should be `false` or an object with other options ([ad2285a](https://github.com/ghiscoding/slickgrid-universal/commit/ad2285a3890442b28dfc7c668ab1b1376e17d3df)) - by @ghiscoding-SE
* try adding sort icon on non `sortable` column shouldn't throw ([4791fc8](https://github.com/ghiscoding/slickgrid-universal/commit/4791fc89078d9f3212d034fb1d5e43b8bbfffc5d)) - by @ghiscoding-SE

### Features

* convert GroupItemMetadataProvider Formatter to native HTML for CSP ([#1215](https://github.com/ghiscoding/slickgrid-universal/issues/1215)) ([d723856](https://github.com/ghiscoding/slickgrid-universal/commit/d723856777329f2e40fe3a12d3c59e33afd0e3a8)) - by @ghiscoding
* introduce devMode to support nodejs based unit testing ([#1251](https://github.com/ghiscoding/slickgrid-universal/issues/1251)) ([596737d](https://github.com/ghiscoding/slickgrid-universal/commit/596737d52a2ec8c42320152342144ff32191ebfd)) - by @ghiscoding
* remove unnecessary Formatters, replace by `cssClass` ([#1225](https://github.com/ghiscoding/slickgrid-universal/issues/1225)) ([de26496](https://github.com/ghiscoding/slickgrid-universal/commit/de26496aa5dc462869a4a1ff966b32baf86e188b)) - by @ghiscoding
* rewrite all Formatters as native HTML elements ([#1229](https://github.com/ghiscoding/slickgrid-universal/issues/1229)) ([5cb4dd5](https://github.com/ghiscoding/slickgrid-universal/commit/5cb4dd5757adc401ed4e6deab0e41bcd08a827a3)) - by @ghiscoding
* use PubSub Service singleton to subscribe to any SlickEvent ([#1248](https://github.com/ghiscoding/slickgrid-universal/issues/1248)) ([388bd11](https://github.com/ghiscoding/slickgrid-universal/commit/388bd115c1a15f853da8ac943a6e5e3574630438)) - by @ghiscoding

### Performance Improvements

* skip reapplying empty html when target is already empty ([#1230](https://github.com/ghiscoding/slickgrid-universal/issues/1230)) ([ba99fae](https://github.com/ghiscoding/slickgrid-universal/commit/ba99fae664f8a35573f00cf4719f1d70bcb9e37d)) - by @ghiscoding

## [3.7.2](https://github.com/ghiscoding/slickgrid-universal/compare/v3.7.1...v3.7.2) (2023-12-12)

### Bug Fixes
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@
[![jest](https://jestjs.io/img/jest-badge.svg)](https://github.com/facebook/jest)
[![codecov](https://codecov.io/gh/ghiscoding/slickgrid-universal/branch/master/graph/badge.svg)](https://codecov.io/gh/ghiscoding/slickgrid-universal)

### Documentation
[Documentation](https://ghiscoding.gitbook.io/slickgrid-universal/) website powered by GitBook

### Live Demo
[Live Demo](https://ghiscoding.github.io/slickgrid-universal/) website

### Description
This is a monorepo project (using [pnpm workspaces](https://pnpm.io/workspaces)) which is regrouping a few packages under a single repository. It is using and requiring SlickGrid core library (more specifically the [6pac/SlickGrid](https://github.com/6pac/SlickGrid/) fork) and behind the scene (the "Why?" is simply because there is no need to rewrite the core library itself, in other words this is a wrapper library). The main goal of this library is to create a common repo that includes all Editors, Filters, Extensions and Services that could be used by any Framework (it is framework agnostic). The original SlickGrid is like an IKEA product that requires assembling everything yourself, however in this project here, we offer an all assembled product including a lot more available Editors, Filters, OData, GraphQL, ... and SlickGrid simply does not offer that by default. See below for more project details.
This is a monorepo project (using [pnpm workspaces](https://pnpm.io/workspaces)) which is regrouping a few packages under a single repository. It originally required SlickGrid as a dependency but that is no longer the case and is now a standalone library. The main goal of this project is to create a common repo that includes all Editors, Filters, Extensions and Services that could be used by any Framework (it is framework agnostic). The original SlickGrid is like an IKEA product that requires assembling everything yourself, however in this project here, we offer an all assembled product including a set of built-in Editors, Filters, Formatters and some optional pieces like OData, GraphQL, ... and SlickGrid simply did not offer that by default. See below for more project details.

### Why create this monorepo?
Below is a list of reasons why this project was created and why it is a monorepo project:
Expand Down Expand Up @@ -44,10 +50,10 @@ The GitHub [live demo](https://ghiscoding.github.io/slickgrid-universal) shows 2
| [Slickgrid-Universal-WebPack-Demo](https://github.com/ghiscoding/slickgrid-universal-webpack-demo) | [demo](https://ghiscoding.github.io/slickgrid-universal-webpack-demo) | Bulma | Slickgrid-Universal demo with WebPack & TypeScript (**demo purposes only**) |
| [Slickgrid-Universal-Vite-Demo](https://github.com/ghiscoding/slickgrid-universal-vite-demo) | [demo](https://ghiscoding.github.io/slickgrid-universal-vite-demo) | Bulma | Slickgrid-Universal demo with Vite & TypeScript (**demo purposes only**) |

The Slickgrid-Universal [live demo](https://ghiscoding.github.io/slickgrid-universal) is a Vanilla Implementation (which is not associated to any framework) built with [ViteJS](https://vitejs.dev/) (originally [WebPack](https://webpack.js.org/)) and is also used by [Cypress](https://www.cypress.io/) for E2E testing all the UI functionalities. The [Vanilla-force-bundle](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/vanilla-force-bundle), which extends the [vanilla-bundle](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/vanilla-bundle) package is also what we use in our SalesForce implementation (with Lightning Web Component), which was the original reason to create this monorepo library and avoid code duplication.
The Slickgrid-Universal [live demo](https://ghiscoding.github.io/slickgrid-universal) is a Vanilla Implementation (which is not associated to any framework) built with [ViteJS](https://vitejs.dev/) (originally [WebPack](https://webpack.js.org/)) and is also used to run the E2E tests with [Cypress](https://www.cypress.io/) for testing all UI functionalities. The [Vanilla-force-bundle](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/vanilla-force-bundle), which extends the [vanilla-bundle](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/vanilla-bundle) package is also what we use in our SalesForce implementation (with Lightning Web Component), which was the original reason to create this monorepo library and avoid code duplication.

### Fully Tested with [Jest](https://jestjs.io/) (Unit Tests) - [Cypress](https://www.cypress.io/) (E2E Tests)
Slickgrid-Universal has **100%** Unit Test Coverage, about +4,000 Jest unit tests and also +500 Cypress E2E tests to cover all [Examples](https://ghiscoding.github.io/slickgrid-universal/) and most UI functionalities (each framework implementation also have an additional 500 tests), the goal is to test everything and offer peace of mind that whenever a new PR is opened, we have tests to cover them.
Slickgrid-Universal has **100%** Unit Test Coverage, about +4,000 Jest unit tests and also +500 Cypress E2E tests to cover all [Examples](https://ghiscoding.github.io/slickgrid-universal/) and most UI functionalities (each framework implementation also have an additional 500 tests), the goal is to test everything and offer peace of mind that all the code that goes in is fully tested and we have tests to cover them.

### Available Public Packages

Expand Down
22 changes: 11 additions & 11 deletions docs/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

## Getting Started

* [Quick Start](getting-started/quick-start.md)
* [Salesforce (LWC)](getting-started/Installation---Salesforce-\(LWC\).md)
* [Quick start](getting-started/quick-start.md)
* [Salesforce (LWC)](getting-started/installation-salesforce.md)

## Styling

Expand All @@ -16,10 +16,10 @@
* [Cell Menu (Action Menu)](column-functionalities/Cell-Menu.md)
* [Editors](column-functionalities/Editors.md)
* [AutoComplete (jQueryUI)](column-functionalities/editors/AutoComplete-Editor.md)
* [new Autocomplete (Kraaden-lib)](column-functionalities/editors/Autocomplete-Editor-\(Kraaden-lib\).md)
* [Date Picker (flatpickr)](column-functionalities/editors/Date-Editor-\(flatpickr\).md)
* [LongText (textarea)](column-functionalities/editors/LongText-Editor-\(textarea\).md)
* [Select Dropdown Editor (single/multiple)](column-functionalities/editors/Select-Dropdown-Editor-\(single,multiple\).md)
* [new Autocomplete (Kraaden-lib)](column-functionalities/editors/Autocomplete-Editor-(Kraaden-lib).md)
* [Date Picker (flatpickr)](column-functionalities/editors/Date-Editor-(flatpickr).md)
* [LongText (textarea)](column-functionalities/editors/LongText-Editor-(textarea).md)
* [Select Dropdown Editor (single/multiple)](column-functionalities/editors/Select-Dropdown-Editor-(single,multiple).md)
* [Filters](column-functionalities/filters/README.md)
* [Input Filter (default)](column-functionalities/filters/Input-Filter.md)
* [Select Filter (dropdown)](column-functionalities/filters/Select-Filter.md)
Expand All @@ -41,16 +41,16 @@
* [Resize by Cell Content](grid-functionalities/Resize-by-Cell-Content.md)
* [Column Picker](grid-functionalities/Column-Picker.md)
* [Composite Editor Modal](grid-functionalities/Composite-Editor-Modal.md)
* [Custom Tooltip](grid-functionalities/Custom-Tooltip-\(plugin\).md)
* [Custom Tooltip](grid-functionalities/custom-tooltip.md)
* [Context Menu](grid-functionalities/Context-Menu.md)
* [Custom Footer](grid-functionalities/Custom-Footer.md)
* [Export to Excel](grid-functionalities/Export-to-Excel.md)
* [Export to File (csv/txt)](grid-functionalities/Export-to-Text-File.md)
* [Grid Menu](grid-functionalities/Grid-Menu.md)
* [Grid State & Presets](grid-functionalities/Grid-State-&-Preset.md)
* [Grouping & Aggregators](grid-functionalities/Grouping-&-Aggregators.md)
* [Header Menu & Header Buttons](grid-functionalities/Header-Menu-&-Header-Buttons.md)
* [Pinning (frozen) of Columns/Rows](grid-functionalities/Pinned-\(aka-Frozen\)-Columns-Rows.md)
* [Grid State & Presets](grid-functionalities/grid-state-preset.md)
* [Grouping & Aggregators](grid-functionalities/grouping-aggregators.md)
* [Header Menu & Header Buttons](grid-functionalities/header-menu-header-buttons.md)
* [Pinning (frozen) of Columns/Rows](grid-functionalities/frozen-columns-rows.md)
* [Row Selection](grid-functionalities/Row-Selection.md)
* [Tree Data Grid](grid-functionalities/Tree-Data-Grid.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/column-functionalities/Cell-Menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[Demo](https://ghiscoding.github.io/slickgrid-universal/#/example12) / [Demo Component](https://github.com/ghiscoding/slickgrid-universal/blob/master/examples/webpack-demo-vanilla-bundle/src/examples/example12.ts)

### Description
A Cell Menu, most often used as an Action Menu and is more oriented on a row action (e.g. delete current row), it could be defined on 1 or more columns (defined in a column definition) and is triggered by a cell click or touch. The menu can show a list of Commands (to execute an action) and/or Options (to change the value of a field). Also note that the Commands list is following the same structure used in the [Context Menu](../grid-functionalities/Context-Menu.md), [Header Menu](../grid-functionalities/Header-Menu-&-Header-Buttons.md) & [Grid Menu](../grid-functionalities/Grid-Menu.md). The Cell Menu is very similar to the [Context Menu](../grid-functionalities/Context-Menu.md), both were create as SlickGrid plugins during the same period, their main difference is that they get triggered differently (cell click vs mouse right+click) and they serve different purposes. The Cell Menu is more oriented on a row action (e.g. delete current row) while the Context Menu is all about actions for the entire grid (e.g. export to Excel).
A Cell Menu, most often used as an Action Menu and is more oriented on a row action (e.g. delete current row), it could be defined on 1 or more columns (defined in a column definition) and is triggered by a cell click or touch. The menu can show a list of Commands (to execute an action) and/or Options (to change the value of a field). Also note that the Commands list is following the same structure used in the [Context Menu](../grid-functionalities/Context-Menu.md), [Header Menu](../grid-functionalities/header-menu-header-buttons.md) & [Grid Menu](../grid-functionalities/Grid-Menu.md). The Cell Menu is very similar to the [Context Menu](../grid-functionalities/Context-Menu.md), both were create as SlickGrid plugins during the same period, their main difference is that they get triggered differently (cell click vs mouse right+click) and they serve different purposes. The Cell Menu is more oriented on a row action (e.g. delete current row) while the Context Menu is all about actions for the entire grid (e.g. export to Excel).

This extensions is wrapped around the new SlickGrid Plugin **SlickCellMenu**

Expand Down
Loading