mctable-react 1.0.16 → 1.0.17
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.
- package/README.md +5 -58
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -55,67 +55,14 @@ You can also pass `settings`, `license`, or `onReady` if you need deeper access
|
|
|
55
55
|
## Changelog
|
|
56
56
|
|
|
57
57
|
```
|
|
58
|
-
v1.0.
|
|
59
|
-
- Upgrade to `mctable` core library `v1.5.
|
|
60
|
-
- Minor fixes
|
|
61
|
-
```
|
|
62
|
-
|
|
63
|
-
```
|
|
64
|
-
v1.0.15
|
|
65
|
-
- Upgrade to `mctable` core library `v1.5.0`
|
|
58
|
+
v1.0.17
|
|
59
|
+
- Upgrade to `mctable` core library `v1.5.2`
|
|
66
60
|
```
|
|
67
61
|
|
|
68
62
|
```
|
|
69
|
-
v1.0.
|
|
70
|
-
- Upgrade to `mctable` core library `v1.
|
|
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
|
-
|
|
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
|
|
63
|
+
v1.0.16
|
|
64
|
+
- Upgrade to `mctable` core library `v1.5.1`
|
|
65
|
+
- Minor fixes
|
|
119
66
|
```
|
|
120
67
|
|
|
121
68
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mctable-react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.17",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -67,6 +67,6 @@
|
|
|
67
67
|
"vite": "^5.4.12"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"mctable": "^1.5.
|
|
70
|
+
"mctable": "^1.5.2"
|
|
71
71
|
}
|
|
72
72
|
}
|