Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eclipsesource/jsonforms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.1
Choose a base ref
...
head repository: eclipsesource/jsonforms
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.0
Choose a head ref
  • 13 commits
  • 111 files changed
  • 8 contributors

Commits on Nov 4, 2024

  1. docs: update Vue link in Vue Vuetify

    We recently refactored the repo directories and forgot to adjust a link
    in the Vue Vuetify readme. The link is now updated.
    sdirix authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    fcef896 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Upgrade Angular support to Angular 18 and 19 (#2403)

    * Upgrade angular packages to support Angular 18 and 19. Develop against Angular 18.
    * Update all packages to Typescript ~5.5.0.
    * angular-material: Use a Angular workspace and remove custom build and test scripts, and test.ts.
    * Add Angular version increase to migration guide
    
    ---------
    
    Co-authored-by: Laurent Grangier <laurent.grangier@codeblock.ch>
    lucas-koehler and laurentgrangier authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    5595934 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. react-material: Fix table cells respecting validation mode (#2400)

    * Add validation mode to examples
    * Add tests for react material array cell validation mode
    * Material cell should respect ValidationMode
    
    Fix #2398
    0mpurdy authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    4a4e2ec View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. feat: check combinators in createDefaultValue

    Adjusts createDefaultValue to also check for values in combinators,
    i.e. oneOf, anyOf and allOf.
    
    Co-authored-by: Stefan Dirix <sdirix@eclipsesource.com>
    kchobantonov and sdirix authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    576d9e0 View commit details
    Browse the repository at this point in the history
  2. feat: add arraySchema prop for array renderers

    Add "arraySchema" prop to provide access to the array's schema in array
    renderers. It would have been a breaking change if the existing
    "schema" prop had been modified instead.
    Typiqally authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    43a9ea7 View commit details
    Browse the repository at this point in the history
  3. v3.5.0-beta.0

    jsonforms-publish committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    d705e9d View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. feat: improve Vue Vuetify renderers

    - Use Vuetify widgets for integer and number inputs
    - Fix oneOf renderer and enum array renderer
    - Pass slots in dispatch renderer
    
    Also updates the demo application.
    kchobantonov authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    ce42184 View commit details
    Browse the repository at this point in the history
  2. v3.5.0-beta.1

    jsonforms-publish committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    12a82eb View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

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

Commits on Dec 13, 2024

  1. deps: Consistently use deep lodash imports to allow proper tree-shaking

    Instead of importing top-level module, consistently use deep-imports for lodash.
    This allows projects to properly tree-shake lodash in their build which substantially reduces
    the size of the resulting bundle.
    FlorianSW authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    9c1c7da View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. v3.5.0-beta.2

    jsonforms-publish committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    48d3417 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. feat: Vue Vuetify improvements (#2408)

    * add arrayList.title missed from the migration
    * add additional customizations for array renderers
    * fix one tab disable property
    kchobantonov authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    1dd3960 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. v3.5.0

    jsonforms-publish committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    e553e0d View commit details
    Browse the repository at this point in the history
Loading