Changelog
1.17.0
--component
flags for convex import
and convex data
.--run-component
flag for convex dev --run
Changelog
1.16.6
VITE_CONVEX_URL
.Changelog
1.16.4
--typecheckComponents
flag to typecheck.Changelog
1.16.3
"skipLibCheck": true
to the tsconfig.json in the
convex directory.Changelog
1.16.1
convex.config.ts
. Components
aren't documented yet and may change significantly before general release.Changelog
1.16.0
Added support for a new validator, v.record
. This is a typed key-value
object in TypeScript. More information can be found in the
docs.
Upgrade esbuild from 0.17 to 0.23. It's possible to use an npm override to use a different version of esbuild if you need to stay on an older version, although changes to the esbuild API could break this in the future.
See
esbuild changelog
for the full list of changes. One standout: tsconfig.json is no longer used by
esbuild for jsx
setting. Convex now sets it manually to
"automatic".