-
Notifications
You must be signed in to change notification settings - Fork 0
Develop #11
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 #11
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
Omaima33 123de7f
add field helper utilities with 35 tests
Omaima33 dedaed5
add 15 core validators with 51 tests
Omaima33 293e693
add error formatters and adapters with 35 tests
Omaima33 b256450
add useFormField hook with 26 test
Omaima33 4a09951
add useValidation hook with 20 tests
Omaima33 49b575c
add useFieldError hook with 25 tests
Omaima33 efc0fbf
add Input component with validation, accessibility, and comprehensive…
Omaima33 cea5096
add Textarea component with auto-resize, character counter, and 36 tests
Omaima33 5940473
add Select component with single/multi selection support and 32 tests
Omaima33 c11bf00
add Checkbox component with indeterminate state support and 31 tests
Omaima33 09c105f
add RadioGroup component with keyboard navigation and 37 tests
Omaima33 5626071
add FormField wrapper component with flexible layout and 28 tests
Omaima33 2af68a3
add ErrorMessage component with severity levels and 26 tests
Omaima33 35855f4
add Zod adapter for schema validation integration with 28 tests
Omaima33 cbaf17f
add React Hook Form adapter with component-specific helpers and 38 tests
Omaima33 45a98c2
add Field Generator with dynamic component creation and 36 tests
Omaima33 8afb466
add Tailwind base styles to all form components
Omaima33 9c77ce5
rename postcss.config.js to postcss.config.cjs for ESM compatibility
Omaima33 e7264fd
remove duplicate postcss.config.js to resolve ESM build error
Omaima33 8cce3d4
restore custom error and auto-resize classes for test compatibility w…
Omaima33 23993c0
restore formkit-textarea-count-over class for character count over li…
Omaima33 f404d2a
ensure autoDismiss cancels previous timer in useFieldError for correc…
Omaima33 2bff08c
enhance accessibility with sr-only labels and aria-live on error mess…
Omaima33 86cf6f5
add responsive design utilities to form components
Omaima33 54545ed
configure Tailwind v4 CSS build and package exports
Omaima33 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
Omaima33 49fb54c
docs: addded copilot instructions file
Zaiidmo 92d5393
add useForm hook and FormContext for form state management
Omaima33 0f17c77
add Form wrapper component with submit handling
Omaima33 7118c2c
export Form, useForm, and FormContext from package
Omaima33 cd3d0b4
increase timeout for autoDismiss test stability
Omaima33 e946f54
add PasswordInput component with visibility toggle and strength meter
Omaima33 7f1c2e8
add NumberInput component with increment buttons and formatting
Omaima33 a8b6ed9
add DatePicker component with calendar popup
Omaima33 f815264
add PhoneInput component with country code selection
Omaima33 f4524f1
feat: add FileInput component with drag-and-drop and preview
Omaima33 f59e2e6
feat: add ColorPicker component with swatches and RGB/HSL inputs
Omaima33 b565391
feat: add Switch component with toggle states and customization
Omaima33 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…
Omaima33 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
Omaima33 1d0f857
refactor: restructure codebase to CHM architecture with core/, models…
Omaima33 89d769b
chore: remove legacy code and consolidate to CHM architecture
Omaima33 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)
Omaima33 f55c79b
docs: enhance JSDoc for FieldType and ConditionalOperator, add changeset
Omaima33 b50ff0e
refactor: fix layer import rules and component default exports
Omaima33 4ac5a4a
style: add field components with improved styling
Omaima33 c39dcd9
Merge branch 'feat/instructions-refactor' of https://github.com/CISCO…
Omaima33 e3c28a5
restore the checkbox field
Omaima33 73945c6
restore the password field
Omaima33 cb22946
feat: add PhoneField with country selector and countries.json data (2…
Omaima33 6178e0e
password field style adjustments
Omaima33 af3350d
feat(FileField): add accept, maxFileSize, and multiple config options…
Omaima33 3ce0f1d
adjust radio and checkbox fields styles
Omaima33 650d99b
adjust szitch field styles
Omaima33 8df9c5e
feat: add SliderField with range input, editable value sync, and min/…
Omaima33 5cf1c49
feat: add RangeSliderField with dual-thumb slider and editable from/t…
Omaima33 a714f34
feat: add OTPField with configurable length and Full paste support
Omaima33 76cad4c
feat: add TagsField with multi-tag input, paste support, and configur…
Omaima33 596f15c
feat: add RatingField with star rating, half-star support, and keyboa…
Omaima33 9e8d4e8
feat: add TimeField with step interval
Omaima33 1f4e2ba
feat: add DateTimeField with combined date and time input
Omaima33 c127a06
test: add comprehensive tests for new field components
Omaima33 445e57e
fix: unify checkbox styles across components
Omaima33 c842e31
feat: add MultiSelectField with search, tags, and keyboard navigation
Omaima33 30d8cb3
fix: remove focus styles from rating field
Omaima33 af05926
feat: update SelectField to use custom dropdown with search matching …
Omaima33 713f335
fix: update field and form tests
Omaima33 9e132c0
feat: update time, date and dateTime fields styles to have custom dro…
Omaima33 6dbbf5b
fix: adjust select and multi select fields styles
Omaima33 61a893a
fix: update dropdowns and pickers positioning and style across compon…
Omaima33 3476dae
feat: add responsive measures to form fields
Omaima33 c573c51
feat: update OTP field styles to support mobile layout
Omaima33 bb0d904
feat(i18n): add internationalization with English and French locale s…
Omaima33 94edf86
feat(form): automatically scroll to first invalid field and focus it …
Omaima33 cbc227b
ops: UPDATED publish workflow and dependabot PR limits
Zaiidmo 60a4fff
feat(ArrayField): refactor to reuse Field components via scoped context
Omaima33 3db31b7
feat: add translation content for Array field and optional params
Omaima33 c5edb9c
refactor: remove unused config param
Omaima33 e0011bb
feat(layout): add grid-based layout system with sections and responsi…
Omaima33 c5d428a
fix(ArrayField): enable per-field Zod validation and error display fo…
Omaima33 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
Omaima33 9b46dde
Merge branch 'develop' into refactore
Omaima33 b855342
address and fix the Sonar annotated findings
Omaima33 bd5f48c
Merge branch 'refactore' of https://github.com/CISCODE-MA/FormKit-UI …
Omaima33 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)
Omaima33 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)
Omaima33 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 is configured to use Changesets for versioning (see README Release Flow and the
version-packages/releasescripts). Manually editingversionhere will likely diverge from the Changesets-driven release process and can cause conflicts whenchangeset versionis run. Prefer adding an appropriate.changeset/*entry and runningnpm run version-packagesto generate the version bump (or omit the version bump from this PR if it's not a release PR).