Skip to content

Commit

Permalink
chore: 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Jan 16, 2023
1 parent 51e0818 commit 013b2ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gridjs",
"version": "6.0.0",
"version": "6.0.1",
"description": "Advanced table plugin",
"author": "Afshin Mehrabani <[email protected]>",
"license": "MIT",
Expand All @@ -22,6 +22,7 @@
"types": "dist/index.d.ts",
"files": [
"dist/*",
"dist/theme/*",
"l10n/dist/*",
"plugins/!(node_modules)/dist/*"
],
Expand Down

2 comments on commit 013b2ec

@somegooser
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi thank you for the update.

I tried the latest release and downloaded the content from unpkg.com and it looks like it is not working.

The new file creates an error with:

Uncaught TypeError: Cannot read properties of undefined (reading 'createContext')

Another question: is there a updated documentation with how to update the config with the new way?

@afshinm
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@somegooser see this thread #1282 (comment)

Please sign in to comment.