Skip to content

feat: enhance vanilla form factory with new components and improved f…#24

Merged
guynikan merged 2 commits intomainfrom
feat/vanilla-parity
Feb 12, 2026
Merged

feat: enhance vanilla form factory with new components and improved f…#24
guynikan merged 2 commits intomainfrom
feat/vanilla-parity

Conversation

@guynikan
Copy link
Copy Markdown
Owner

…unctionality

  • Added new default components for the vanilla form factory, including FormField, FormSectionContainer, and various input components (InputText, InputSelect, InputCheckbox, etc.) to streamline form creation.
  • Implemented support for nested value handling in the VanillaFormAdapter, allowing for more complex data structures.
  • Enhanced the form rendering process with improved error handling and validation feedback.
  • Updated the pnpm-lock.yaml to include new dependencies for the added components.
  • Refactored existing components for better integration and consistency across the vanilla factory.

…unctionality

- Added new default components for the vanilla form factory, including FormField, FormSectionContainer, and various input components (InputText, InputSelect, InputCheckbox, etc.) to streamline form creation.
- Implemented support for nested value handling in the VanillaFormAdapter, allowing for more complex data structures.
- Enhanced the form rendering process with improved error handling and validation feedback.
- Updated the pnpm-lock.yaml to include new dependencies for the added components.
- Refactored existing components for better integration and consistency across the vanilla factory.
…thod

- Replaced the registration of default renderers with a new function that creates renderers using the FormAdapter instance.
- Updated related imports and adjusted the merging of renderers in the form factory.
- Modified tests to use a direct URL for navigation instead of a base URL variable for consistency across React and Vue tests.
@guynikan guynikan merged commit c7be663 into main Feb 12, 2026
1 check passed
@guynikan guynikan deleted the feat/vanilla-parity branch February 12, 2026 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant