diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.kobotoolbox.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.kobotoolbox.md index 1cf257a6b..fc0f0de1f 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.kobotoolbox.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.kobotoolbox.md @@ -7,19 +7,25 @@ ## Operations +* File + * Create + * Delete + * Get + * Get Many * Form * Get - * GetAll + * Get Many + * Redeploy * Hook * Get - * GetAll + * Get Many * Logs * Retry All * Retry One * Submission * Delete * Get - * Get All + * Get Many * Get Validation Status * Update Validation Status @@ -161,4 +167,4 @@ With reformatting enabled, and the appropriate masks for multi-select and number "validation_status": {}, "submitted_by": null } -``` \ No newline at end of file +``` diff --git a/docs/reference/release-notes.md b/docs/reference/release-notes.md index cba27cac2..37973f8f1 100644 --- a/docs/reference/release-notes.md +++ b/docs/reference/release-notes.md @@ -1,5 +1,64 @@ # Release notes +## n8n@0.206.1 + +View the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.206.0...n8n@0.206.1){:target=_blank .external-link} for this version.
+**Release date:** 2022-12-06 + +This is a bug fix release. + +### Bug fixes + +* Core: make expression resolution improvements. +* Editor: schema unit test stub for Font Awesome icons. +* Remove unnecessary console message. + +## n8n@0.206.0 + +View the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.205.0...n8n@0.206.0){:target=_blank .external-link} for this version.
+**Release date:** 2022-12-06 + +This release contains bug fixes, node enhancements, and a new node input view: schema view. + +### New features + +
+ +#### Schema view + +Schema view is a new node input view. It helps you browse the structure of your data, using the first input item. + +
+ +* Core: add workflow execution statistics. +* Editor: add the alert design system component. +* Editor: fix checkbox line hight and make checkbox label clickable. +* Nodes: add a message for read-only nodes. +* Nodes: add a prompt to overwrite changes when concurrent editing occurs. + +### Node enhancements + +KoBo Toolbox node: add support for the media file API. + +### Bug fixes + +* Core: fix linter error. +* Core: fix partial execution with pinned data on child node run. +* Core: OAuth2 scopes now save. +* Enable source-maps on WorkflowRunnerProcess in own mode. +* Handle error when workflow does not exist or is inaccessible. +* Make nodes.exclude and nodes.include work with lazy-loaded nodes. +* Code Node: restore `pairedItem` to required n8n item keys. +* Execute Workflow Node: update Execute Workflow node info notice text. +* Gmail Trigger Node: trigger node missing some emails. +* Local File Trigger Node: fix issue that causes a crash if the ignore field is empty. + + +### Contributors + +[Marcel](https://github.com/marzn){:target=_blank .external-link} +[Yann Jouanique](https://github.com/Yann-J){:target=_blank .external-link} + ## n8n@0.205.0 View the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.204.0...n8n@0.205.0){:target=_blank .external-link} for this version.