ia-table 0.12.0 → 0.12.1

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/dist/index.js CHANGED
@@ -2941,7 +2941,7 @@ const qs = (e, t, n = 150) => {
2941
2941
  return {
2942
2942
  ...e,
2943
2943
  columnFilters: {
2944
- ...y ? R : { [S]: L, ...e.columnFilters }
2944
+ ...y ? R : { ...e.columnFilters, [S]: L }
2945
2945
  }
2946
2946
  };
2947
2947
  }
@@ -1 +1 @@
1
- Patch applied at 2026-02-13T04:44:44.695Z
1
+ Patch applied at 2026-02-17T06:31:47.004Z
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ia-table",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "moment": "^2.0.0",