Skip to content
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

Beta Prep #4

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Beta Prep #4

wants to merge 19 commits into from

Commits on Jun 18, 2023

  1. Configuration menu
    Copy the full SHA
    96d1d46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c788bdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34f6314 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc1524d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    926d770 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13ae900 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b19b1d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b4a34e8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    edf55b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    8293b34 View commit details
    Browse the repository at this point in the history
  2. fix(form): add blank string as default value for all fields

    Even if the field was not required, the mutation expected at least an empty string.
    mosesintech committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    2108f4b View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    3696c73 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    ed7fcf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b6d798 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Configuration menu
    Copy the full SHA
    dfaf7ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    400475c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Configuration menu
    Copy the full SHA
    9c68a30 View commit details
    Browse the repository at this point in the history
  2. fix(fields): move classes prop to input fields instead of wrapping div

    This does not affect Address, Captcha, Consent, FileUpload, Hidden, HTML, Name, Page, Radio,
    Section, or Select
    mosesintech committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    7a517e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. feat(fields): add requiredIndicator and customRequiredIndicator

    This commit also fixed the typing issue we had with strings to unions regarding captcha, and fixed
    Consent field missing from requiredFields.
    mosesintech committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    ae0b236 View commit details
    Browse the repository at this point in the history