Skip to content

Commit 44e4540

Browse files
chore: bump @lambdacurry/forms to v0.20.0
- Add scroll-to-error functionality with scrollToFirstError utility - Add useScrollToErrorOnSubmit hook for Remix form integration - Add ScrollToErrorOnSubmit component for declarative usage - Leverage existing data-slot selectors for seamless integration - Support both client-side and server-side validation errors - Include retry logic for async rendering scenarios - Maintain backward compatibility with existing exports
1 parent 241c976 commit 44e4540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lambdacurry/forms",
3-
"version": "0.19.7",
3+
"version": "0.20.0",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)