mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
93103c0b08
# [1.17.0](https://github.com/n8n-io/n8n/compare/n8n@1.16.0...n8n@1.17.0) (2023-11-15) ### Bug Fixes * **Convert to/from binary data Node:** Better mime type defaults ([#7693](https://github.com/n8n-io/n8n/issues/7693)) ([9b3be0c
](9b3be0cfd8
)) * **core:** Consider subworkflows successfully run when in waiting state ([#7699](https://github.com/n8n-io/n8n/issues/7699)) ([0e00dab
](0e00dab9f5
)) * **core:** Fix named parameter resolution in migrations ([#7688](https://github.com/n8n-io/n8n/issues/7688)) ([4441ed5
](4441ed5116
)), closes [#7628](https://github.com/n8n-io/n8n/issues/7628) * **core:** Initialize JWT Secret before it's used anywhere ([#7707](https://github.com/n8n-io/n8n/issues/7707)) ([3460eb5
](3460eb5eeb
)) * **core:** Reduce memory usage in credentials risk auditing ([#7663](https://github.com/n8n-io/n8n/issues/7663)) ([9fd6319
](9fd6319583
)) * **Date & Time Node:** Add fromFormat option to solve ambiguous date strings ([#7675](https://github.com/n8n-io/n8n/issues/7675)) ([d2d11e0
](d2d11e0208
)) * **editor:** Fix resource mapper component being truncated ([#7664](https://github.com/n8n-io/n8n/issues/7664)) ([00dff50
](00dff50140
)) * **editor:** More securely clear executions tab auto refresh timer ([#7685](https://github.com/n8n-io/n8n/issues/7685)) ([37dd658
](37dd658dc5
)) * **editor:** Redirect to workflow editor after saving in debug mode ([#7645](https://github.com/n8n-io/n8n/issues/7645)) ([020042e
](020042ef1a
)) * **Google Sheets Node:** Append exceeding grid limits ([#7684](https://github.com/n8n-io/n8n/issues/7684)) ([88efb99
](88efb99587
)) * **HTTP Request Node:** Support generic credentials when using pagination ([#7686](https://github.com/n8n-io/n8n/issues/7686)) ([48b240b
](48b240b026
)), closes [#7653](https://github.com/n8n-io/n8n/issues/7653) * **HubSpot Node:** Fetching available parameters fails when using expressions ([#7672](https://github.com/n8n-io/n8n/issues/7672)) ([a9ab738
](a9ab73896e
)) * **HubSpot Node:** Update deal owner on Hubspot Deal ([#7673](https://github.com/n8n-io/n8n/issues/7673)) ([3c0734b
](3c0734bd2d
)) * **Spreadsheet File Node:** Read file as utf-8 in v1 ([#7701](https://github.com/n8n-io/n8n/issues/7701)) ([786b4ad
](786b4adcce
)) ### Features * **core:** Expression function $ifEmpty ([#7660](https://github.com/n8n-io/n8n/issues/7660)) ([1c7225e
](1c7225ebdb
)) * **Date & Time Node:** Option to include other fields in output item ([#7661](https://github.com/n8n-io/n8n/issues/7661)) ([aea3c50
](aea3c50131
)) * **Discord Node:** Overhaul ([#5351](https://github.com/n8n-io/n8n/issues/5351)) ([6a53c2a
](6a53c2a375
)) * **Discourse Node:** Add new options to Get Users ([#7674](https://github.com/n8n-io/n8n/issues/7674)) ([2e8c841
](2e8c841277
)) * **editor:** Add color selector to sticky node ([#7453](https://github.com/n8n-io/n8n/issues/7453)) ([8359364
](8359364536
)) * **editor:** Add HTTP request nodes for credentials without a node ([#7157](https://github.com/n8n-io/n8n/issues/7157)) ([14035e1
](14035e1244
)) * **editor:** Add workflow filters to querystring ([#7456](https://github.com/n8n-io/n8n/issues/7456)) ([afd637b
](afd637b5ea
)) * **editor:** Adds a EE view to show worker details and job status ([#7600](https://github.com/n8n-io/n8n/issues/7600)) ([cbc6909
](cbc690907f
)) * **GitLab Node:** Add support for pagination on getIssues ([#7529](https://github.com/n8n-io/n8n/issues/7529)) ([0a0798e
](0a0798e485
)) * **OpenAI Node:** Add dall-e-3 support ([#7655](https://github.com/n8n-io/n8n/issues/7655)) ([a9c7188
](a9c7188c4d
)) * **RabbitMQ Trigger Node:** Add exchange and routing key options ([#7547](https://github.com/n8n-io/n8n/issues/7547)) ([5aee2b7
](5aee2b768f
)) * **Telegram Node:** Add support for markdownv2 ([#7679](https://github.com/n8n-io/n8n/issues/7679)) ([819b3a7
](819b3a746a
)) * **Venafi TLS Protect Cloud Node:** Add region parameter to Venafi protect cloud ([#7689](https://github.com/n8n-io/n8n/issues/7689)) ([a08fca5
](a08fca51d9
)) ### Performance Improvements * **core:** Lazyload security audit reporters ([#7696](https://github.com/n8n-io/n8n/issues/7696)) ([b2ca050
](b2ca050031
)) Co-authored-by: ivov <ivov@users.noreply.github.com>
84 lines
2.6 KiB
JSON
84 lines
2.6 KiB
JSON
{
|
|
"name": "n8n-design-system",
|
|
"version": "1.12.0",
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
"homepage": "https://n8n.io",
|
|
"author": {
|
|
"name": "Mutasem Aldmour",
|
|
"email": "mutasem@n8n.io"
|
|
},
|
|
"main": "src/main.ts",
|
|
"import": "src/main.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/n8n-io/n8n.git"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf dist .turbo",
|
|
"build": "vite build",
|
|
"typecheck": "vue-tsc --declaration --emitDeclarationOnly",
|
|
"test": "vitest run",
|
|
"test:dev": "vitest",
|
|
"build:storybook": "storybook build",
|
|
"storybook": "storybook dev -p 6006",
|
|
"format": "prettier --write . --ignore-path ../../.prettierignore",
|
|
"lint": "eslint src --ext .js,.ts,.vue --quiet",
|
|
"lintfix": "eslint src --ext .js,.ts,.vue --fix"
|
|
},
|
|
"peerDependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "1.x",
|
|
"@fortawesome/free-solid-svg-icons": "5.x",
|
|
"@fortawesome/vue-fontawesome": "2.x",
|
|
"core-js": "3.x",
|
|
"markdown-it": "^12.3.2",
|
|
"markdown-it-emoji": "^2.0.0",
|
|
"markdown-it-link-attributes": "^4.0.0",
|
|
"markdown-it-task-lists": "^2.1.1",
|
|
"vue": "^2.7.14",
|
|
"xss": "^1.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.4",
|
|
"@fortawesome/vue-fontawesome": "^3.0.3",
|
|
"@storybook/addon-a11y": "^7.5.2",
|
|
"@storybook/addon-actions": "^7.5.2",
|
|
"@storybook/addon-docs": "^7.5.2",
|
|
"@storybook/addon-essentials": "^7.5.2",
|
|
"@storybook/addon-links": "^7.5.2",
|
|
"@storybook/addon-postcss": "3.0.0-alpha.1",
|
|
"@storybook/vue3": "^7.5.2",
|
|
"@storybook/vue3-vite": "^7.5.2",
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"@testing-library/vue": "^7.0.0",
|
|
"@types/markdown-it": "^12.2.3",
|
|
"@types/markdown-it-emoji": "^2.0.2",
|
|
"@types/markdown-it-link-attributes": "^3.0.1",
|
|
"@types/sanitize-html": "^2.9.0",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"@vue/test-utils": "^2.4.1",
|
|
"autoprefixer": "^10.4.14",
|
|
"core-js": "^3.31.0",
|
|
"jsdom": "21.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"sass": "^1.64.1",
|
|
"sass-loader": "^13.3.2",
|
|
"storybook": "^7.5.2",
|
|
"storybook-addon-themes": "^6.1.0",
|
|
"storybook-dark-mode": "^3.0.1"
|
|
},
|
|
"dependencies": {
|
|
"element-plus": "^2.3.6",
|
|
"markdown-it": "^13.0.1",
|
|
"markdown-it-emoji": "^2.0.2",
|
|
"markdown-it-link-attributes": "^4.0.1",
|
|
"markdown-it-task-lists": "^2.1.1",
|
|
"sanitize-html": "2.10.0",
|
|
"vue": "^3.3.4",
|
|
"vue-boring-avatars": "^1.3.0",
|
|
"xss": "^1.0.14"
|
|
}
|
|
}
|