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

feat: implement floating point number field #421

Merged
merged 14 commits into from
Dec 1, 2022

Commits on Nov 29, 2022

  1. feat: implement floating point number field

    Related to #285
    Skaiir committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    1be5f91 View commit details
    Browse the repository at this point in the history
  2. chore: test floating point number field

    Closes #285
    Skaiir committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    39ebc5c View commit details
    Browse the repository at this point in the history
  3. chore: define big,js as an external dependency

    Related to #285
    Skaiir committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    2bcb35d View commit details
    Browse the repository at this point in the history
  4. chore: decimal number field clarity and cleanups

    Related to #285
    Skaiir committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    b1bac93 View commit details
    Browse the repository at this point in the history
  5. chore: added stepper button test coverage

    Related to #285
    Skaiir committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    1588be7 View commit details
    Browse the repository at this point in the history
  6. fix: clear default value to null

    Related to #285
    Skaiir committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    4067996 View commit details
    Browse the repository at this point in the history
  7. chore: number properties panel test cov

    Related to #285
    Skaiir committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    3225d68 View commit details
    Browse the repository at this point in the history
  8. chore: decapitalized numberFieldUtil spec

    Related to #285
    Skaiir committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    e905388 View commit details
    Browse the repository at this point in the history
  9. fix: changed 'increment' to always validate >= 0

    Related to #285
    Skaiir committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    4753f85 View commit details
    Browse the repository at this point in the history
  10. fix: moved preactDebuggers in test folder

    Related to #285
    Skaiir committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    c33e16f View commit details
    Browse the repository at this point in the history
  11. chore: added a11y tests to number field variants

    Related to #285
    Skaiir committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    9474ddf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eba7d24 View commit details
    Browse the repository at this point in the history
  13. chore: updated package lock

    Related to #285
    Skaiir committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    476758a View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. chore: minor formatting fix

    Closes #285
    Skaiir committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    0a318e6 View commit details
    Browse the repository at this point in the history