Skip to content

Commit 013b2ec

Browse files
committedJan 16, 2023
chore: 6.0.1
1 parent 51e0818 commit 013b2ec

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gridjs",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Advanced table plugin",
55
"author": "Afshin Mehrabani <afshin.meh@gmail.com>",
66
"license": "MIT",
@@ -22,6 +22,7 @@
2222
"types": "dist/index.d.ts",
2323
"files": [
2424
"dist/*",
25+
"dist/theme/*",
2526
"l10n/dist/*",
2627
"plugins/!(node_modules)/dist/*"
2728
],

2 commit comments

Comments
 (2)

somegooser commented on Jan 17, 2023

@somegooser

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 commented on Jan 17, 2023

@afshinm
MemberAuthor
Please sign in to comment.