mctable-react 1.0.16 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -59
  2. package/package.json +6 -2
package/README.md CHANGED
@@ -55,67 +55,10 @@ You can also pass `settings`, `license`, or `onReady` if you need deeper access
55
55
  ## Changelog
56
56
 
57
57
  ```
58
- v1.0.16
59
- - Upgrade to `mctable` core library `v1.5.1`
60
- - Minor fixes
58
+ v1.0.18
59
+ - Upgrade to `mctable` core library `v1.5.4`
61
60
  ```
62
61
 
63
- ```
64
- v1.0.15
65
- - Upgrade to `mctable` core library `v1.5.0`
66
- ```
67
-
68
- ```
69
- v1.0.14
70
- - Upgrade to `mctable` core library `v1.4.6`
71
- ```
72
-
73
- ```
74
- v1.0.13
75
- - Upgrade to `mctable` core library `v1.4.5`
76
- ```
77
-
78
- ```
79
- v1.0.12
80
- - Upgrade to `mctable` core library `v1.4.4`
81
- - useEffect for column visibility changes
82
- ```
83
-
84
- ```
85
- v1.0.11
86
- - Upgrade to `mctable` core library `v1.4.3`
87
- ```
88
-
89
- ```
90
- v1.0.10
91
- - Upgrade to `mctable` core library `v1.4.2`
92
- ```
93
-
94
- ```
95
- v1.0.9
96
- - CommonJS module format support added
97
- ```
98
-
99
-
100
- ```
101
- v1.0.8
102
- - Type exports added from `mctable`
103
- ```
104
62
 
105
- ```
106
- v1.0.7
107
- - Upgrade to `mctable` core library `v1.4.0`
108
- - Change tracking of column validation triggers
109
- ```
110
-
111
- ```
112
- v1.0.6
113
- - Aligned with `mctable` core library `v1.3.1`
114
- ```
115
-
116
- ```
117
- v1.0.5
118
- - Change detection fixes
119
- ```
120
63
 
121
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mctable-react",
3
- "version": "1.0.16",
3
+ "version": "1.0.18",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -56,17 +56,21 @@
56
56
  "react-dom": "^18.0.0"
57
57
  },
58
58
  "devDependencies": {
59
+ "@coreui/coreui": "^5.6.1",
60
+ "@coreui/react": "^5.10.0",
59
61
  "@types/react": "^18.3.5",
62
+ "@types/react-color": "^3.0.13",
60
63
  "@types/react-dom": "^18.3.0",
61
64
  "@vitejs/plugin-react": "^4.3.4",
62
65
  "less": "^4.2.0",
63
66
  "react": "^18.3.1",
67
+ "react-color": "^2.19.3",
64
68
  "react-dom": "^18.3.1",
65
69
  "tsup": "^8.5.1",
66
70
  "typescript": "^5.9.3",
67
71
  "vite": "^5.4.12"
68
72
  },
69
73
  "dependencies": {
70
- "mctable": "^1.5.1"
74
+ "mctable": "^1.5.4"
71
75
  }
72
76
  }