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.0
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.4.1
Choose a head ref
  • 6 commits
  • 111 files changed
  • 5 contributors

Commits on Sep 30, 2024

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

Commits on Oct 10, 2024

  1. angular: Unsubscribe from state subscriptions on renderer destroy (#2377

    )
    
    Previously, subscriptions to the JSON Forms state in Angular were never removed when renderer components are destroyed.
    With this commit, all subscriptions will be unsubscribed when the component is destroyed.
    The base renderer offers an addSubscription method to register one or multiple subscriptions
    to automatically be unsubscribed on destroy. With this, extending renderers do not need to
    implement the unsubscribe again.
    
    Closes #2354
    
    Co-authored-by: Lucas Koehler <lkoehler@eclipsesource.com>
    LukasBoll and lucas-koehler authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1feaf0b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. docs: update jsonforms/vue reference in README

    Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
    emmanuel-ferdman authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    cf45f9b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. vue-vuetify: Extract control entries and fix usage instructions

    fix #2378
    
    The registry entries for the renderers were configured in the same files
    as the renderers. This lead to the entries being removed due to tree shaking
    during production builds using esbuild (as used by Vite).
    
    This extracts all entries to separate files and improves the README to no
    longer import the renderers asynchronously .
    lucas-koehler committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    d6293f3 View commit details
    Browse the repository at this point in the history
  2. v3.4.1-beta.0

    jsonforms-publish committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    0dab342 View commit details
    Browse the repository at this point in the history
  3. v3.4.1

    jsonforms-publish committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    08bb7df View commit details
    Browse the repository at this point in the history
Loading