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

Provide additional tester context #1975

Merged
merged 2 commits into from
Jul 15, 2022

Commits on Jul 12, 2022

  1. Provide additional tester context

    core:
    * Change the third parameter of Tester and RankedTester from just the root schema to a new TesterContext object. It contains the root schema and the global config.
    * Remove UI Schema generation from mapStateToJsonFormsRendererProps. Instead, it is taken from the state.
    
    react:
    * Rename ctxToJsonFormsDispatchProps to ctxToJsonFormsRendererProps
    * Add HOC withJsonFormsRendererProps that injects state props
    
    vue:
    * Upgrade @vue/test-utils to the latest stable version
    * Add config as an optional renderer prop
    
    Fixes eclipsesource#1970
    lucas-koehler committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    fd93428 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Minor update

    sdirix committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    ee74dd7 View commit details
    Browse the repository at this point in the history