-
Notifications
You must be signed in to change notification settings - Fork 0
Develop #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
+7
−3
Merged
Develop #10
Changes from all commits
Commits
Show all changes
125 commits
Select commit
Hold shift + click to select a range
d0aa075
add core type system and remove placeholders
Omaiiima 123de7f
add field helper utilities with 35 tests
Omaiiima dedaed5
add 15 core validators with 51 tests
Omaiiima 293e693
add error formatters and adapters with 35 tests
Omaiiima b256450
add useFormField hook with 26 test
Omaiiima 4a09951
add useValidation hook with 20 tests
Omaiiima 49b575c
add useFieldError hook with 25 tests
Omaiiima efc0fbf
add Input component with validation, accessibility, and comprehensive…
Omaiiima cea5096
add Textarea component with auto-resize, character counter, and 36 tests
Omaiiima 5940473
add Select component with single/multi selection support and 32 tests
Omaiiima c11bf00
add Checkbox component with indeterminate state support and 31 tests
Omaiiima 09c105f
add RadioGroup component with keyboard navigation and 37 tests
Omaiiima 5626071
add FormField wrapper component with flexible layout and 28 tests
Omaiiima 2af68a3
add ErrorMessage component with severity levels and 26 tests
Omaiiima 35855f4
add Zod adapter for schema validation integration with 28 tests
Omaiiima cbaf17f
add React Hook Form adapter with component-specific helpers and 38 tests
Omaiiima 45a98c2
add Field Generator with dynamic component creation and 36 tests
Omaiiima 8afb466
add Tailwind base styles to all form components
Omaiiima 9c77ce5
rename postcss.config.js to postcss.config.cjs for ESM compatibility
Omaiiima e7264fd
remove duplicate postcss.config.js to resolve ESM build error
Omaiiima 8cce3d4
restore custom error and auto-resize classes for test compatibility w…
Omaiiima 23993c0
restore formkit-textarea-count-over class for character count over li…
Omaiiima f404d2a
ensure autoDismiss cancels previous timer in useFieldError for correc…
Omaiiima 2bff08c
enhance accessibility with sr-only labels and aria-live on error mess…
Omaiiima 86cf6f5
add responsive design utilities to form components
Omaiiima 54545ed
configure Tailwind v4 CSS build and package exports
Omaiiima 8050649
ops : updated workflows
Zaiidmo f8a4c3d
Merge branch 'feat/tailwind-base-styles' into develop
Zaiidmo ee35f66
polish component states with hover, focus, and disabled styles
Omaiiima 49fb54c
docs: addded copilot instructions file
Zaiidmo 92d5393
add useForm hook and FormContext for form state management
Omaiiima 0f17c77
add Form wrapper component with submit handling
Omaiiima 7118c2c
export Form, useForm, and FormContext from package
Omaiiima cd3d0b4
increase timeout for autoDismiss test stability
Omaiiima e946f54
add PasswordInput component with visibility toggle and strength meter
Omaiiima 7f1c2e8
add NumberInput component with increment buttons and formatting
Omaiiima a8b6ed9
add DatePicker component with calendar popup
Omaiiima f815264
add PhoneInput component with country code selection
Omaiiima f4524f1
feat: add FileInput component with drag-and-drop and preview
Omaiiima f59e2e6
feat: add ColorPicker component with swatches and RGB/HSL inputs
Omaiiima b565391
feat: add Switch component with toggle states and customization
Omaiiima 855977d
chore: standardize workflows and ci/cd
Zaiidmo b5f52ea
ops: added sonarqube_mcp-instructions
Zaiidmo 86a2a05
Merge branch 'develop' of https://github.com/CISCODE-MA/FormKit-UI in…
Omaiiima 97e0f31
chore: standardize npm scripts (lint, format, typecheck, test, build,…
Zaiidmo 6edc109
chore: added config files for eslint and prettier
Zaiidmo 5568524
refactor: restrict public API to DynamicForm export only
Omaiiima 1d0f857
refactor: restructure codebase to CHM architecture with core/, models…
Omaiiima 89d769b
chore: remove legacy code and consolidate to CHM architecture
Omaiiima 1f767a0
docs: add standardized instruction files structure
Zaiidmo 4bb76f0
refactor: move instruction files to .github/instructions/
Zaiidmo a917861
feat(testing): add test suite achieving 80%+ coverage (192 tests)
Omaiiima f55c79b
docs: enhance JSDoc for FieldType and ConditionalOperator, add changeset
Omaiiima b50ff0e
refactor: fix layer import rules and component default exports
Omaiiima 4ac5a4a
style: add field components with improved styling
Omaiiima c39dcd9
Merge branch 'feat/instructions-refactor' of https://github.com/CISCO…
Omaiiima e3c28a5
restore the checkbox field
Omaiiima 73945c6
restore the password field
Omaiiima cb22946
feat: add PhoneField with country selector and countries.json data (2…
Omaiiima 6178e0e
password field style adjustments
Omaiiima af3350d
feat(FileField): add accept, maxFileSize, and multiple config options…
Omaiiima 3ce0f1d
adjust radio and checkbox fields styles
Omaiiima 650d99b
adjust szitch field styles
Omaiiima 8df9c5e
feat: add SliderField with range input, editable value sync, and min/…
Omaiiima 5cf1c49
feat: add RangeSliderField with dual-thumb slider and editable from/t…
Omaiiima a714f34
feat: add OTPField with configurable length and Full paste support
Omaiiima 76cad4c
feat: add TagsField with multi-tag input, paste support, and configur…
Omaiiima 596f15c
feat: add RatingField with star rating, half-star support, and keyboa…
Omaiiima 9e8d4e8
feat: add TimeField with step interval
Omaiiima 1f4e2ba
feat: add DateTimeField with combined date and time input
Omaiiima c127a06
test: add comprehensive tests for new field components
Omaiiima 445e57e
fix: unify checkbox styles across components
Omaiiima c842e31
feat: add MultiSelectField with search, tags, and keyboard navigation
Omaiiima 30d8cb3
fix: remove focus styles from rating field
Omaiiima af05926
feat: update SelectField to use custom dropdown with search matching …
Omaiiima 713f335
fix: update field and form tests
Omaiiima 9e132c0
feat: update time, date and dateTime fields styles to have custom dro…
Omaiiima 6dbbf5b
fix: adjust select and multi select fields styles
Omaiiima 61a893a
fix: update dropdowns and pickers positioning and style across compon…
Omaiiima 3476dae
feat: add responsive measures to form fields
Omaiiima c573c51
feat: update OTP field styles to support mobile layout
Omaiiima bb0d904
feat(i18n): add internationalization with English and French locale s…
Omaiiima 94edf86
feat(form): automatically scroll to first invalid field and focus it …
Omaiiima cbc227b
ops: UPDATED publish workflow and dependabot PR limits
Zaiidmo 60a4fff
feat(ArrayField): refactor to reuse Field components via scoped context
Omaiiima 3db31b7
feat: add translation content for Array field and optional params
Omaiiima c5edb9c
refactor: remove unused config param
Omaiiima e0011bb
feat(layout): add grid-based layout system with sections and responsi…
Omaiiima c5d428a
fix(ArrayField): enable per-field Zod validation and error display fo…
Omaiiima d25f958
ops (ci): standardize publish validation and dependabot across all pa…
Zaiidmo c58b41c
security: added CODEOWNER file for branches security \\
Zaiidmo 8cba0a3
ops: updated release check workflow
Zaiidmo 6ae676e
refactore and remove duplicate logic
Omaiiima 9b46dde
Merge branch 'develop' into refactore
Omaiiima b855342
address and fix the Sonar annotated findings
Omaiiima bd5f48c
Merge branch 'refactore' of https://github.com/CISCODE-MA/FormKit-UI …
Omaiiima c39a51c
ops: updated relese check workflow#
Zaiidmo a4d5ab0
ci: update release check workflow
Zaiidmo 3b3570d
ops: updated release check strategy
Zaiidmo d56a922
fix: formatting issues
Zaiidmo 70971ee
Refactore (#2)
Omaiiima 4f0710b
chore(deps): dedupe coverage plugin dependency
Zaiidmo 1349ce9
test(coverage): add high-impact branch tests for form fields and i18n…
Zaiidmo f7bbe34
fix conflict
Zaiidmo 851a6bb
ops: updated unit tests directory for sonar analysis
Zaiidmo 6078afe
chore(changeset): remove improved field styles entry
Zaiidmo 8902782
chore(changeset): remove instructions refactor entry
Zaiidmo 82b39bb
chore(changeset): add consolidated first release notes
Zaiidmo 7ecd874
ci(sonar): update release check configuration
Zaiidmo 1900345
docs(readme): refresh first release documentation
Zaiidmo d7175e7
chore(lockfile): sync dependency lock changes
Zaiidmo 5eedf64
fix(fields): improve array field interaction behavior
Zaiidmo 320532e
fix(fields): improve date field accessibility
Zaiidmo fa0952d
fix(fields): improve date-time field accessibility
Zaiidmo 3f592d2
fix(fields): improve multi-select interaction semantics
Zaiidmo 372972c
fix(fields): improve time field accessibility
Zaiidmo 9879695
test(fields): extend time field interaction coverage
Zaiidmo 32b3c95
0.0.0
Zaiidmo bf65c9c
0.0.1
Zaiidmo 61d1276
fix(fields): guard focused option access in multiselect keyboard sele…
Zaiidmo 95ed40c
fix: adjust input z placement in array field (#5)
Omaiiima 6a40a25
chore: updated repository url in package.json
Zaiidmo efd9a47
t develMerge branch 'develop' of github.com:CISCODE-MA/FormKit-UI int…
Zaiidmo 84dc339
v0.0.1
Zaiidmo e38d67b
0.0.2
Zaiidmo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This repo’s documented release flow uses Changesets for versioning; manually editing
versionhere can get out of sync with.changeset/*and may be overwritten the next timechangeset versionis run. Consider adding a patch changeset and generating the version bump viachangeset version/npm run version-packagesinstead of editingpackage.jsondirectly.