free-coding-models 0.5.90 → 0.5.91

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.
@@ -0,0 +1,7 @@
1
+ # Changelog v0.5.91 - 2026-09-10
2
+
3
+ ### Changed
4
+ - Upgraded @tanstack/react-table from 8.21.3 to 9.2.4 (PR #180) and migrated the web dashboard model table to the new v9 feature API. The table now registers only the features it uses (core rows + column sizing/resize), keeping the dashboard light; sorting stays fully external via the filter engine.
5
+
6
+ ### Fixed
7
+ - Double-clicking the resize edge of a column now correctly restores its default width for all columns (Model, Tier, SWE%, CTX, Provider, Avg, Health, Verdict, Stability, Up%). Previously the reset silently did nothing on those columns because their default widths were missing from the defaults map.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "free-coding-models",
3
- "version": "0.5.90",
3
+ "version": "0.5.91",
4
4
  "description": "Find the fastest coding LLM models in seconds — ping free models from multiple providers, pick the best one for OpenCode, Cursor, or any AI coding assistant.",
5
5
  "keywords": [
6
6
  "nvidia",
@@ -78,7 +78,7 @@
78
78
  },
79
79
  "dependencies": {
80
80
  "@tabler/icons-react": "^3.44.0",
81
- "@tanstack/react-table": "^8.21.3",
81
+ "@tanstack/react-table": "^9.2.4",
82
82
  "chalk": "^5.6.2",
83
83
  "socket.io": "^4.8.3",
84
84
  "socket.io-client": "^4.8.3",