-
Notifications
You must be signed in to change notification settings - Fork 201
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
feat: implemented priority fields & bug fixes & tests #2950
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
* feat: added initial validator boilerplate & utilities & tests * feat: implmeneted validate method & tests * fix: test * feat: implemented conditional validation rule apply & custom validators * feat: implemented useValidate & tests * feat: finalized validator component * feat: added story for validator * feat: added renderer & tests & dynamic form boilerplate * feat: added rule engine * feat: implemented dynamic form context logic & tests & types * feat: finalized core form logic & finalized field list & tests * fix: tests * fix: build * feat: added input boilerplates(unfinished) & field layout & tests * feat: added fields (wip) * fix: fixed build & tests * feat: implemented events & fixed tests * feat: implemented fields extend & removed elementsMap * feat: added select field & fixed types & tests * feat: added initial demo & bugfixes & updated tests * feat: added phone field & tests & updated storybook * feat: added file field & added tests & minor fixes * feat: added clear value on input hide & updates tests * feat: fixed onMount & onUnmount events & updated tests * feat: added configurable file upload * feat: added task runner & tests * feat: implemented file upload on submit & tests * feat: added more form stories & tests update * feat: added custom validators & custom inputs examples * feat: added radio field & tests * feat: added tags input & tests & config fixes * feat: added v2 adapters for custom fields & updated exports from ui & added tests (#2913) * feat: added field descriptions & updated tests (#2914) * feat: reworked ui elements for v2 & added tests (#2930) * feat: reworked ui elements for v2 & added tests * feat: added validate on blur * feat: added initial rendering of UI V2 * feat: updated exports * feat: implemented events provider * feat: updated exports * fix: listeners reinitialize * feat: implemented document field * feat: added document validator * fix: fixed types * fix: fixed tests & typo * fix: fixed touched issue with non field definitions in form * fix: updated validation params & cleanup * fix: better violation names on statistics page (BAL-3294) (#2932) * feat: better violation names on statistics page * fix: CodeRabbit comments --------- Co-authored-by: Alon Peretz <[email protected]> * fix: renamed property in applyWhen rule * feat: added url format & refactor * Bal 3242 (#2939) * feat: fixed types & exports & verbose logging & submit event * feat: implemented plugins runner * feat: updated types & minor adjustments to format string * fix: document validator fixes & updated metadata * feat: added submit button lock while tasks running * feat: added metadata to useField & useElement & added missing format validator * feat: added ref to form & fixed types & tests * fix: fixed plugins context update & added plugin listeners * feat: updated en translations * fix: fixed kyb tests * Bal 2977 (#2942) * fix: css fixes & rule engine fixes * feat: implemented sync * feat: added classnames to row & column * fix: submit button styles * Bal 3330 (#2949) * feat: added formatting for rules & updated tests * feat: added transformer plugin * fix: lock file * feat: implemented priority fields & bug fixes & tests (#2950) * fix: fixed build * feat: implemented default data insertion on field list (#2951) * feat: added support of html tags in descriptions * feat: added useControl hook * fix: reworked revision * fix: fixed renderer stories * Bal 3356 (WIP) (#2967) * feat: implemented document field in ui package * feat: finalized documentfield * fix: fixed build * fix: cleanup * fix: fixed fieldlist * feat: updated tests * feat: added clear value for edge cases as documents * fix: fixed tests & plugins * fix: fixed fields extraction from definition * fix: fixed infinite call of useRules due to default array value * feat: enabled sync rules execution for controls disable and elements hiding * feat: reworked cleanup * feat: updated tests * fix: added handling of dynamic indexes for useRquired & bugfixes * fix: fixed types * feat: added version to ui definition & added version resolving to kyb * feat: reorganize * feat: removed v1 * fix: post merge fixes & tests & reorganized folders * fix: fixed state step tracking on submit * fix: state sync fix * fix: fixed tests * feat: ui bump * fix: fixed bug where dynamic indexes was not resolved in validation * fix: bugfixes * fix: cleanup --------- Co-authored-by: Alon Peretz <[email protected]> Co-authored-by: Sasha <[email protected]>
No description provided.