Commit 997e442
Develop (#6)
* add core type system and remove placeholders
* add field helper utilities with 35 tests
* add 15 core validators with 51 tests
* add error formatters and adapters with 35 tests
* add useFormField hook with 26 test
* add useValidation hook with 20 tests
* add useFieldError hook with 25 tests
* add Input component with validation, accessibility, and comprehensive tests
* add Textarea component with auto-resize, character counter, and 36 tests
* add Select component with single/multi selection support and 32 tests
* add Checkbox component with indeterminate state support and 31 tests
* add RadioGroup component with keyboard navigation and 37 tests
* add FormField wrapper component with flexible layout and 28 tests
* add ErrorMessage component with severity levels and 26 tests
* add Zod adapter for schema validation integration with 28 tests
* add React Hook Form adapter with component-specific helpers and 38 tests
* add Field Generator with dynamic component creation and 36 tests
* add Tailwind base styles to all form components
* rename postcss.config.js to postcss.config.cjs for ESM compatibility
* remove duplicate postcss.config.js to resolve ESM build error
* restore custom error and auto-resize classes for test compatibility with Tailwind styles
* restore formkit-textarea-count-over class for character count over limit in Textarea
* ensure autoDismiss cancels previous timer in useFieldError for correct error state handling
* enhance accessibility with sr-only labels and aria-live on error messages
* add responsive design utilities to form components
* configure Tailwind v4 CSS build and package exports
* ops : updated workflows
* polish component states with hover, focus, and disabled styles
* docs: addded copilot instructions file
* add useForm hook and FormContext for form state management
* add Form wrapper component with submit handling
* export Form, useForm, and FormContext from package
* increase timeout for autoDismiss test stability
* add PasswordInput component with visibility toggle and strength meter
* add NumberInput component with increment buttons and formatting
* add DatePicker component with calendar popup
* add PhoneInput component with country code selection
* feat: add FileInput component with drag-and-drop and preview
* feat: add ColorPicker component with swatches and RGB/HSL inputs
* feat: add Switch component with toggle states and customization
* chore: standardize workflows and ci/cd
- Fix SONAR_PROJECT_KEY (critical bug fix)
- Add dependabot.yml for dependency management
- Add sonarqube_mcp.instructions.md
- Remove push trigger from pr-validation
- Standardize branch triggers and Actions versions
- Pin SonarQube actions to commit SHA
* ops: added sonarqube_mcp-instructions
* chore: standardize npm scripts (lint, format, typecheck, test, build, clean, verify, prepublishOnly)
* chore: added config files for eslint and prettier
* refactor: restrict public API to DynamicForm export only
* refactor: restructure codebase to CHM architecture with core/, models/, fields/, and layout/ folders
* chore: remove legacy code and consolidate to CHM architecture
* docs: add standardized instruction files structure
- Add comprehensive instruction files in .github/instructions/
- Includes copilot, testing, bugfix, features, general guidelines
- Standardize documentation across all repositories
* refactor: move instruction files to .github/instructions/
- Remove deprecated instruction files from .github/ root
- Consolidate all docs in .github/instructions/ directory
- Improve documentation organization
* feat(testing): add test suite achieving 80%+ coverage (192 tests)
* docs: enhance JSDoc for FieldType and ConditionalOperator, add changeset
* refactor: fix layer import rules and component default exports
* style: add field components with improved styling
* restore the checkbox field
* restore the password field
* feat: add PhoneField with country selector and countries.json data (240+ countries, flagcdn.com flags)
* password field style adjustments
* feat(FileField): add accept, maxFileSize, and multiple config options with client-side validation
* adjust radio and checkbox fields styles
* adjust szitch field styles
* feat: add SliderField with range input, editable value sync, and min/max/step config options
* feat: add RangeSliderField with dual-thumb slider and editable from/to inputs
* feat: add OTPField with configurable length and Full paste support
* feat: add TagsField with multi-tag input, paste support, and configurable limits
* feat: add RatingField with star rating, half-star support, and keyboard navigation
* feat: add TimeField with step interval
* feat: add DateTimeField with combined date and time input
* test: add comprehensive tests for new field components
* fix: unify checkbox styles across components
* feat: add MultiSelectField with search, tags, and keyboard navigation
* fix: remove focus styles from rating field
* feat: update SelectField to use custom dropdown with search matching MultiSelectField style
* fix: update field and form tests
* feat: update time, date and dateTime fields styles to have custom dropdowns and pickers
* fix: adjust select and multi select fields styles
* fix: update dropdowns and pickers positioning and style across components
* feat: add responsive measures to form fields
* feat: update OTP field styles to support mobile layout
* feat(i18n): add internationalization with English and French locale support
* feat(form): automatically scroll to first invalid field and focus it on submit
* ops: UPDATED publish workflow and dependabot PR limits
* feat(ArrayField): refactor to reuse Field components via scoped context
* feat: add translation content for Array field and optional params
* refactor: remove unused config param
* feat(layout): add grid-based layout system with sections and responsive columns
* fix(ArrayField): enable per-field Zod validation and error display for nested fields
* ops (ci): standardize publish validation and dependabot across all packages
- Replace git tag --list strategy with package.json-driven tag validation
in all 16 publish workflows; use git rev-parse to verify the exact tag
exists rather than guessing the latest repo-wide tag
- Update error guidance to reflect feat/** → develop → master flow
- Standardize dependabot to npm-only, grouped, monthly cadence across
all 16 packages; remove github-actions ecosystem updates
- Add missing dependabot.yml to AuthKit-UI, ChartKit-UI, HealthKit,
HooksKit, paymentkit, StorageKit
* security: added CODEOWNER file for branches security \\
* ops: updated release check workflow
* refactore and remove duplicate logic
* address and fix the Sonar annotated findings
* ops: updated relese check workflow#
* ci: update release check workflow
* ops: updated release check strategy
* fix: formatting issues
* Refactore (#2)
* polish component states with hover, focus, and disabled styles
* add useForm hook and FormContext for form state management
* add Form wrapper component with submit handling
* export Form, useForm, and FormContext from package
* increase timeout for autoDismiss test stability
* add PasswordInput component with visibility toggle and strength meter
* add NumberInput component with increment buttons and formatting
* add DatePicker component with calendar popup
* add PhoneInput component with country code selection
* feat: add FileInput component with drag-and-drop and preview
* feat: add ColorPicker component with swatches and RGB/HSL inputs
* feat: add Switch component with toggle states and customization
* refactor: restrict public API to DynamicForm export only
* refactor: restructure codebase to CHM architecture with core/, models/, fields/, and layout/ folders
* chore: remove legacy code and consolidate to CHM architecture
* feat(testing): add test suite achieving 80%+ coverage (192 tests)
* docs: enhance JSDoc for FieldType and ConditionalOperator, add changeset
* refactor: fix layer import rules and component default exports
* style: add field components with improved styling
* restore the checkbox field
* restore the password field
* feat: add PhoneField with country selector and countries.json data (240+ countries, flagcdn.com flags)
* password field style adjustments
* feat(FileField): add accept, maxFileSize, and multiple config options with client-side validation
* adjust radio and checkbox fields styles
* adjust szitch field styles
* feat: add SliderField with range input, editable value sync, and min/max/step config options
* feat: add RangeSliderField with dual-thumb slider and editable from/to inputs
* feat: add OTPField with configurable length and Full paste support
* feat: add TagsField with multi-tag input, paste support, and configurable limits
* feat: add RatingField with star rating, half-star support, and keyboard navigation
* feat: add TimeField with step interval
* feat: add DateTimeField with combined date and time input
* test: add comprehensive tests for new field components
* fix: unify checkbox styles across components
* feat: add MultiSelectField with search, tags, and keyboard navigation
* fix: remove focus styles from rating field
* feat: update SelectField to use custom dropdown with search matching MultiSelectField style
* fix: update field and form tests
* feat: update time, date and dateTime fields styles to have custom dropdowns and pickers
* fix: adjust select and multi select fields styles
* fix: update dropdowns and pickers positioning and style across components
* feat: add responsive measures to form fields
* feat: update OTP field styles to support mobile layout
* feat(i18n): add internationalization with English and French locale support
* feat(form): automatically scroll to first invalid field and focus it on submit
* feat(ArrayField): refactor to reuse Field components via scoped context
* feat: add translation content for Array field and optional params
* refactor: remove unused config param
* feat(layout): add grid-based layout system with sections and responsive columns
* fix(ArrayField): enable per-field Zod validation and error display for nested fields
* refactore and remove duplicate logic
* address and fix the Sonar annotated findings
* fix: formatting issues
---------
Co-authored-by: Zaiidmo <zaiidmoumnii@gmail.com>
* chore(deps): dedupe coverage plugin dependency
* test(coverage): add high-impact branch tests for form fields and i18n/actions
* ops: updated unit tests directory for sonar analysis
* chore(changeset): remove improved field styles entry
* chore(changeset): remove instructions refactor entry
* chore(changeset): add consolidated first release notes
* ci(sonar): update release check configuration
* docs(readme): refresh first release documentation
* chore(lockfile): sync dependency lock changes
* fix(fields): improve array field interaction behavior
* fix(fields): improve date field accessibility
* fix(fields): improve date-time field accessibility
* fix(fields): improve multi-select interaction semantics
* fix(fields): improve time field accessibility
* test(fields): extend time field interaction coverage
* 0.0.0
* 0.0.1
* fix(fields): guard focused option access in multiselect keyboard selection
* fix: adjust input z placement in array field (#5)
---------
Co-authored-by: Zaiidmo <zaiidmoumnii@gmail.com>1 parent 4c34f8a commit 997e442
118 files changed
Lines changed: 20684 additions & 376 deletions
File tree
- .changeset
- .github
- instructions
- workflows
- src
- components
- context
- __tests__
- fields
- __tests__
- form
- __tests__
- layout
- __tests__
- core
- __tests__
- data
- hooks
- __tests__
- locales
- models
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
0 commit comments