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: n8n-io/n8n
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: [email protected]
Choose a base ref
...
head repository: n8n-io/n8n
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: [email protected]
Choose a head ref
  • 4 commits
  • 8 files changed
  • 5 contributors

Commits on Oct 10, 2023

  1. fix(Notion Node): Handle empty values correctly for Notion selects + …

    …multi selects (#7383)
    
    Github issue / Community forum post (link here to close automatically):
    elsmr authored and netroy committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0c3070f View commit details
    Browse the repository at this point in the history
  2. fix(editor): Fix completions for .json on quoted node name in Code …

    …node (#7382)
    
    To reproduce, request completion with `$input.first().json.` from a node
    with a quote in the name, e.g. `When clicking "Execute Workflow"`.
    
    Context:
    https://linear.app/n8n/issue/PAY-635/autocomplete-only-supports-3-levels-of-children#comment-234f738b
    ivov authored and netroy committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    c8ae64b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e43ee6 View commit details
    Browse the repository at this point in the history
  4. 🚀 Release 1.9.3 (#7394)

    ## [1.9.3](https://github.com/n8n-io/n8n/compare/[email protected]@1.9.3)
    (2023-10-10)
    
    
    ### Bug Fixes
    
    * **editor:** Fix completions for `.json` on quoted node name in Code
    node ([#7382](#7382))
    ([c8ae64b](c8ae64b))
    * **editor:** Revert connection snapping changes
    ([2e43ee6](2e43ee6))
    * **Notion Node:** Handle empty values correctly for Notion selects +
    multi selects ([#7383](#7383))
    ([0c3070f](0c3070f))
    
    Co-authored-by: netroy <[email protected]>
    github-actions[bot] and netroy authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    42f273e View commit details
    Browse the repository at this point in the history
Loading