mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
303cf31331
# [1.19.0](https://github.com/n8n-io/n8n/compare/n8n@1.18.0...n8n@1.19.0) (2023-11-29) ### Bug Fixes * **core:** Ensure member and admin cannot be promoted to owner ([#7830](https://github.com/n8n-io/n8n/issues/7830)) ([9b87a59
](9b87a596ca
)), closes [/linear.app/n8n/issue/PAY-985/add-user-role-modification-endpoint#comment-62355f6](https://github.com//linear.app/n8n/issue/PAY-985/add-user-role-modification-endpoint/issues/comment-62355f6) * **core:** Prevent error messages due to statistics about data loading ([#7824](https://github.com/n8n-io/n8n/issues/7824)) ([847f6ac
](847f6ac771
)) * **core:** Tighten checks for multi-main setup usage ([#7788](https://github.com/n8n-io/n8n/issues/7788)) ([fdb2c18
](fdb2c18ecc
)) * **core:** Use AbortController to notify nodes to abort execution ([#6141](https://github.com/n8n-io/n8n/issues/6141)) ([d2c18c5
](d2c18c5727
)) * **editor:** Add telemetry to workflow history ([#7811](https://github.com/n8n-io/n8n/issues/7811)) ([d497041
](d4970410e1
)) * **editor:** Allow owners and admins to share workflows and credentials they don't own ([#7833](https://github.com/n8n-io/n8n/issues/7833)) ([3ab3ec9
](3ab3ec9da8
)) * **editor:** Disable context menu actions in read-only mode ([#7789](https://github.com/n8n-io/n8n/issues/7789)) ([902beff
](902beffce5
)) * **editor:** Fix cloud plan data loading on instance ([#7841](https://github.com/n8n-io/n8n/issues/7841)) ([8b99384
](8b99384367
)) * **editor:** Fix credential icon for old node type version ([#7843](https://github.com/n8n-io/n8n/issues/7843)) ([4074107
](4074107511
)) * **editor:** Fix icon for unknown node type ([#7842](https://github.com/n8n-io/n8n/issues/7842)) ([28ac5a7
](28ac5a750e
)) * **editor:** Fix mouse position in workflow previews ([#7853](https://github.com/n8n-io/n8n/issues/7853)) ([c063398
](c0633987bf
)) * **editor:** Show nice error when environment is not set up ([#7778](https://github.com/n8n-io/n8n/issues/7778)) ([5835e05
](5835e055d3
)) * **editor:** Suppress dev server websocket messages in workflow view ([#7808](https://github.com/n8n-io/n8n/issues/7808)) ([685ffd7
](685ffd7413
)) * **Google Sheets Node:** Read operation execute for each item ([#7800](https://github.com/n8n-io/n8n/issues/7800)) ([d548872
](d5488725a8
)) * **HTTP Request Node:** Enable expressions for binary input data fields ([#7782](https://github.com/n8n-io/n8n/issues/7782)) ([6208af0
](6208af07eb
)) * **Microsoft SQL Node:** Prevent double escaping table name ([#7801](https://github.com/n8n-io/n8n/issues/7801)) ([73ec753
](73ec7533ce
)) ### Features * Add AI tool building capabilities ([#7336](https://github.com/n8n-io/n8n/issues/7336)) ([87def60
](87def60979
)) * Add initial scope checks via decorators ([#7737](https://github.com/n8n-io/n8n/issues/7737)) ([a37f1cb
](a37f1cb0ba
)) * Ado 1296 spike credential setup in templates ([#7786](https://github.com/n8n-io/n8n/issues/7786)) ([aae45b0
](aae45b043b
)) * **core:** Add Support for custom CORS origins for webhooks ([#7455](https://github.com/n8n-io/n8n/issues/7455)) ([99a9ea4
](99a9ea497a
)) * **core:** Allow user role modification ([#7797](https://github.com/n8n-io/n8n/issues/7797)) ([7a86d36
](7a86d36068
)) * **core:** Set up endpoint for all existing roles with license flag ([#7834](https://github.com/n8n-io/n8n/issues/7834)) ([2356fb0
](2356fb0f0c
)) * **editor:** Add node name and version to NDV node settings ([#7731](https://github.com/n8n-io/n8n/issues/7731)) ([da85198
](da851986f6
)) * **editor:** Add routing middleware, permission checks, RBAC store, RBAC component ([#7702](https://github.com/n8n-io/n8n/issues/7702)) ([67a8891
](67a88914f2
)) * **editor:** Replace middleware for Role checks with Scope checks ([#7847](https://github.com/n8n-io/n8n/issues/7847)) ([72852a6
](72852a60eb
)) * **editor:** Show avatars for users currently working on the same workflow ([#7763](https://github.com/n8n-io/n8n/issues/7763)) ([77bc8ec
](77bc8ecd4b
)) * **Notion Node:** Option to simplify output in getChildBlocks operation ([#7791](https://github.com/n8n-io/n8n/issues/7791)) ([d667bca
](d667bca658
)) * **Slack Node:** Add support for getting the profile of a user ([#7829](https://github.com/n8n-io/n8n/issues/7829)) ([90bb6ba
](90bb6ba417
)) Co-authored-by: ivov <ivov@users.noreply.github.com>
101 lines
3.2 KiB
JSON
101 lines
3.2 KiB
JSON
{
|
|
"name": "n8n-editor-ui",
|
|
"version": "1.19.0",
|
|
"description": "Workflow Editor UI for n8n",
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
"homepage": "https://n8n.io",
|
|
"author": {
|
|
"name": "Jan Oberhauser",
|
|
"email": "jan@n8n.io"
|
|
},
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/n8n-io/n8n.git"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf dist .turbo",
|
|
"build": "cross-env VUE_APP_PUBLIC_PATH=\"/{{BASE_PATH}}/\" NODE_OPTIONS=\"--max-old-space-size=8192\" vite build",
|
|
"typecheck": "vue-tsc",
|
|
"dev": "pnpm serve",
|
|
"lint": "eslint src --ext .js,.ts,.vue --quiet",
|
|
"lintfix": "eslint src --ext .js,.ts,.vue --fix",
|
|
"format": "prettier --write . --ignore-path ../../.prettierignore",
|
|
"serve": "cross-env VUE_APP_URL_BASE_API=http://localhost:5678/ vite --host 0.0.0.0 --port 8080 dev",
|
|
"test": "vitest run",
|
|
"test:dev": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.4.0",
|
|
"@codemirror/commands": "^6.1.0",
|
|
"@codemirror/lang-javascript": "^6.1.2",
|
|
"@codemirror/lang-json": "^6.0.1",
|
|
"@codemirror/lang-python": "^6.1.2",
|
|
"@codemirror/language": "^6.2.1",
|
|
"@codemirror/lint": "^6.0.0",
|
|
"@codemirror/state": "^6.1.4",
|
|
"@codemirror/view": "^6.5.1",
|
|
"@fontsource/open-sans": "^4.5.0",
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
|
"@fortawesome/free-regular-svg-icons": "^6.1.1",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
|
"@fortawesome/vue-fontawesome": "^3.0.3",
|
|
"@jsplumb/browser-ui": "^5.13.2",
|
|
"@jsplumb/common": "^5.13.2",
|
|
"@jsplumb/connector-bezier": "^5.13.2",
|
|
"@jsplumb/core": "^5.13.2",
|
|
"@jsplumb/util": "^5.13.2",
|
|
"@lezer/common": "^1.0.4",
|
|
"@n8n/codemirror-lang-sql": "^1.0.2",
|
|
"@n8n/permissions": "workspace:*",
|
|
"@vueuse/components": "^10.5.0",
|
|
"@vueuse/core": "^10.5.0",
|
|
"axios": "^0.21.1",
|
|
"chart.js": "^4.4.0",
|
|
"codemirror-lang-html-n8n": "^1.0.0",
|
|
"codemirror-lang-n8n-expression": "^0.2.0",
|
|
"copy-to-clipboard": "^3.3.3",
|
|
"dateformat": "^3.0.3",
|
|
"esprima-next": "5.8.4",
|
|
"fast-json-stable-stringify": "^2.1.0",
|
|
"file-saver": "^2.0.2",
|
|
"flatted": "^3.2.4",
|
|
"humanize-duration": "^3.27.2",
|
|
"jsonpath": "^1.1.1",
|
|
"lodash-es": "^4.17.21",
|
|
"luxon": "^3.3.0",
|
|
"n8n-design-system": "workspace:*",
|
|
"n8n-workflow": "workspace:*",
|
|
"pinia": "^2.1.6",
|
|
"prettier": "^3.1.0",
|
|
"qrcode.vue": "^3.3.4",
|
|
"stream-browserify": "^3.0.0",
|
|
"timeago.js": "^4.0.2",
|
|
"uuid": "^8.3.2",
|
|
"v3-infinite-loading": "^1.2.2",
|
|
"vue": "^3.3.4",
|
|
"vue-agile": "^2.0.0",
|
|
"vue-chartjs": "^5.2.0",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-json-pretty": "2.2.4",
|
|
"vue-markdown-render": "^2.0.1",
|
|
"vue-router": "^4.2.2",
|
|
"vue3-touch-events": "^4.1.3",
|
|
"xss": "^1.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@faker-js/faker": "^8.0.2",
|
|
"@pinia/testing": "^0.1.3",
|
|
"@sentry/vite-plugin": "^2.5.0",
|
|
"@testing-library/vue": "^7.0.0",
|
|
"@types/dateformat": "^3.0.0",
|
|
"@types/file-saver": "^2.0.1",
|
|
"@types/humanize-duration": "^3.27.1",
|
|
"@types/jsonpath": "^0.2.0",
|
|
"@types/lodash-es": "^4.17.6",
|
|
"@types/luxon": "^3.2.0",
|
|
"@types/uuid": "^8.3.2",
|
|
"miragejs": "^0.1.47"
|
|
}
|
|
}
|