mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 05:04:05 -08:00
0e89a65b38
# [1.4.0](https://github.com/n8n-io/n8n/compare/n8n@1.3.0...n8n@1.4.0) (2023-08-23) ### Bug Fixes * **core:** Add recoveryInProgress flag file ([#6962](https://github.com/n8n-io/n8n/issues/6962)) ([7b96820
](7b96820218
)) * **core:** Fix `continueOnFail` for expression error in Set ([#6939](https://github.com/n8n-io/n8n/issues/6939)) ([d4fac05
](d4fac0527b
)) * **core:** Fix `import:workflow` command ([#6996](https://github.com/n8n-io/n8n/issues/6996)) ([8c38d85
](8c38d85e76
)) * **core:** Replace throw with warning when deactivating a non-active workflow ([#6969](https://github.com/n8n-io/n8n/issues/6969)) ([b6a00fe
](b6a00febbd
)) * **core:** Set up OAuth2 cred test ([#6960](https://github.com/n8n-io/n8n/issues/6960)) ([4fc69b7
](4fc69b776c
)) * **editor:** Do not flag dynamic load options issue on expression ([#6932](https://github.com/n8n-io/n8n/issues/6932)) ([60a1ef0
](60a1ef0993
)) * **editor:** Ensure community node install button tracks user agreement ([#6976](https://github.com/n8n-io/n8n/issues/6976)) ([0ddfc73
](0ddfc73bee
)) * **editor:** Fix parsing for single quoted resolvables ([#6982](https://github.com/n8n-io/n8n/issues/6982)) ([f32e993
](f32e993227
)) * **editor:** Fix Remove all fields not removing values in resource mapper ([#6940](https://github.com/n8n-io/n8n/issues/6940)) ([e6cff3f
](e6cff3fce4
)) * **editor:** Prevent Code node linter from erroring on `null` parse ([#6934](https://github.com/n8n-io/n8n/issues/6934)) ([40d3a29
](40d3a295d3
)) * **Google Sheets Node:** Fix short sheet name interpreted as range ([#6989](https://github.com/n8n-io/n8n/issues/6989)) ([00268a0
](00268a019a
)) * **Google Sheets Trigger Node:** Support sheet names with non-latin characters ([#6970](https://github.com/n8n-io/n8n/issues/6970)) ([052dd7c
](052dd7cc9d
)) * **GraphQL Node:** Improve error handling ([#6955](https://github.com/n8n-io/n8n/issues/6955)) ([41db637
](41db6371f0
)) * **Mautic Node:** Fix issue with owner not being set correctly ([#6991](https://github.com/n8n-io/n8n/issues/6991)) ([64b950f
](64b950f294
)) * **Salesforce Node:** Fix Account update owner operation ([#6958](https://github.com/n8n-io/n8n/issues/6958)) ([9b27878
](9b27878d8f
)) * **Shopify Node:** Fix pagination when using options ([#6972](https://github.com/n8n-io/n8n/issues/6972)) ([475d9c9
](475d9c98e8
)) * **Webhook Node:** Backward compatible form-data parsing for non-array fields ([#6967](https://github.com/n8n-io/n8n/issues/6967)) ([9455bcf
](9455bcfef5
)) ### Features * **core:** Add a warning to error workflows that cannot be started due to permission or settings ([#6961](https://github.com/n8n-io/n8n/issues/6961)) ([67b88f7
](67b88f75f4
)) * **core:** Add support for ready hooks, and credentials overwrite endpoint in workers ([#6954](https://github.com/n8n-io/n8n/issues/6954)) ([8f8a1de
](8f8a1de3dd
)) * **editor:** Show banner for non-production licenses ([#6943](https://github.com/n8n-io/n8n/issues/6943)) ([413570c
](413570c49d
)) * Remove PostHog event calls ([#6915](https://github.com/n8n-io/n8n/issues/6915)) ([270946a
](270946a93b
)) * **Send Email Node:** Add support for sending text and html email simultaneously ([#6978](https://github.com/n8n-io/n8n/issues/6978)) ([3860d41
](3860d41d73
)) Co-authored-by: krynble <krynble@users.noreply.github.com>
83 lines
2.6 KiB
JSON
83 lines
2.6 KiB
JSON
{
|
|
"name": "n8n-design-system",
|
|
"version": "1.4.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 --coverage",
|
|
"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.1.1",
|
|
"@storybook/addon-actions": "^7.1.1",
|
|
"@storybook/addon-docs": "^7.1.1",
|
|
"@storybook/addon-essentials": "^7.1.1",
|
|
"@storybook/addon-links": "^7.1.1",
|
|
"@storybook/addon-postcss": "3.0.0-alpha.1",
|
|
"@storybook/addon-styling": "^1.3.4",
|
|
"@storybook/vue3": "^7.1.1",
|
|
"@storybook/vue3-vite": "^7.1.1",
|
|
"@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",
|
|
"sass": "^1.64.1",
|
|
"sass-loader": "^13.3.2",
|
|
"storybook": "^7.1.1",
|
|
"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"
|
|
}
|
|
}
|