1
0
Fork 0
Commit graph

4125 commits

Author SHA1 Message Date
Joost De Cock
790a8b0069 fix(plugin-export-dxf): Correctly initialized dxf var in curves 2020-04-18 14:19:39 +02:00
Joost De Cock
92e25540db fix(plugin-export-dxf): Fixed incorrect code example in readme 2020-04-18 11:43:57 +02:00
Joost De Cock
9022bf694f Merge branch 'develop' of github.com:freesewing/freesewing into develop 2020-04-18 11:40:15 +02:00
Joost De Cock
224c9525e1 feat(core): Expose Bezier-js via utils
Since the bezier-js library is bundled with @freesewing/core, we
now expose it via utils. This way, people who want to use this
in their plugins or other code are not forced to import it again.
2020-04-18 11:38:08 +02:00
Joost De Cock
ff82e2568b feat: Do not set plugin configuration object on pattern.use()
Plugins can pass a configuration object (or any
sort of data) when loaded with `pattern.use()`.

We use to set that parameter to `false` when loading, but
now we leave it `undefined`. This makes is easy for plugins
to use a default parameter for the configuration/data passed
to it.
2020-04-18 11:36:02 +02:00
Joost De Cock
e134e940e7 feat: Added plugin-export-dxf 2020-04-18 11:35:28 +02:00
dependabot-preview[bot]
da5f9d827e
chore(deps): bump unist-util-visit from 1.4.1 to 2.0.2
Bumps [unist-util-visit](https://github.com/syntax-tree/unist-util-visit) from 1.4.1 to 2.0.2.
- [Release notes](https://github.com/syntax-tree/unist-util-visit/releases)
- [Commits](https://github.com/syntax-tree/unist-util-visit/compare/1.4.1...2.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-17 04:50:28 +00:00
Joost De Cock
f54cb46828
Merge pull request #353 from freesewing/dependabot/npm_and_yarn/handlebars-4.7.6
chore(deps): bump handlebars from 4.7.3 to 4.7.6
2020-04-16 19:17:33 +02:00
dependabot-preview[bot]
98a555c1e8
chore(deps): bump globby from 9.2.0 to 11.0.0
Bumps [globby](https://github.com/sindresorhus/globby) from 9.2.0 to 11.0.0.
- [Release notes](https://github.com/sindresorhus/globby/releases)
- [Commits](https://github.com/sindresorhus/globby/compare/v9.2.0...v11.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-15 16:15:36 +00:00
dependabot-preview[bot]
19ad2c98ba
chore(deps-dev): bump node-sass from 4.13.0 to 4.13.1
Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.0 to 4.13.1.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.13.0...v4.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-15 16:15:36 +00:00
Joost De Cock
23a143edeb
Merge pull request #366 from freesewing/dependabot/npm_and_yarn/babel-loader-8.1.0
chore(deps-dev): bump babel-loader from 8.0.6 to 8.1.0
2020-04-15 18:12:09 +02:00
Joost De Cock
b96f1334cc
Merge pull request #363 from freesewing/i18n
New Crowdin translations
2020-04-14 16:44:06 +02:00
dependabot-preview[bot]
cf4380e300
chore(deps-dev): bump babel-loader from 8.0.6 to 8.1.0
Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.0.6 to 8.1.0.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v8.0.6...v8.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-14 04:51:58 +00:00
Joost De Cock
3d7e952328 New translations app.yaml (French) 2020-04-13 21:13:00 +02:00
Joost De Cock
57d29bd76a New translations app.yaml (Dutch) 2020-04-13 14:49:16 +02:00
Joost De Cock
efc2f335d5 New translations app.yaml (Spanish) 2020-04-13 14:41:13 +02:00
Joost De Cock
f552127d3f New translations app.yaml (French) 2020-04-13 14:41:11 +02:00
Joost De Cock
dbe3fb09dc New translations app.yaml (German) 2020-04-13 14:41:08 +02:00
Joost De Cock
5d0adc0904 New translations app.yaml (Dutch) 2020-04-13 14:40:58 +02:00
dependabot-preview[bot]
914e463403
chore(deps-dev): bump rollup-plugin-commonjs from 10.0.1 to 10.1.0
Bumps [rollup-plugin-commonjs](https://github.com/rollup/rollup-plugin-commonjs) from 10.0.1 to 10.1.0.
- [Release notes](https://github.com/rollup/rollup-plugin-commonjs/releases)
- [Changelog](https://github.com/rollup/rollup-plugin-commonjs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup-plugin-commonjs/compare/v10.0.1...v10.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-13 12:27:03 +00:00
Joost De Cock
3204273717 chore: Switch from lint-staged to pretty-quick 2020-04-13 14:21:41 +02:00
Joost De Cock
9e4d05e745 chore: Some more translations 2020-04-13 14:09:58 +02:00
Joost De Cock
f347a6381e feat: Added convertSize to utils package 2020-04-13 14:09:32 +02:00
Joost De Cock
568b671057
Merge pull request #354 from freesewing/i18n
New Crowdin translations
2020-04-11 18:58:44 +02:00
Joost De Cock
7b8f4a8bff New translations app.yaml (French) 2020-04-11 18:21:05 +02:00
Joost De Cock
056d6c724e New translations app.yaml (French) 2020-04-11 17:57:01 +02:00
Joost De Cock
997132bba3 chore(create-freesewing-pattern): Removed deprecated dependency 2020-04-11 08:22:30 +02:00
Joost De Cock
f47d2d99c0 New translations app.yaml (Dutch) 2020-04-07 21:16:41 +02:00
Joost De Cock
855ea1f52f New translations app.yaml (French) 2020-04-07 18:41:16 +02:00
Joost De Cock
82d61e080b New translations app.yaml (Spanish) 2020-04-07 18:18:17 +02:00
Joost De Cock
c1825d6aa1 New translations app.yaml (French) 2020-04-07 18:18:15 +02:00
Joost De Cock
8c78ef31b7 New translations app.yaml (German) 2020-04-07 18:18:12 +02:00
Joost De Cock
978b04f6df New translations app.yaml (Dutch) 2020-04-07 18:18:00 +02:00
Joost De Cock
364b9252e2 chore: Reconfigure packages 2020-04-07 18:05:26 +02:00
Joost De Cock
631e3b7d7f Merge branch 'develop' of github.com:freesewing/freesewing into develop 2020-04-07 18:02:44 +02:00
Joost De Cock
f0b3cc8f3d
Merge pull request #343 from freesewing/i18n
New Crowdin translations
2020-04-07 18:02:25 +02:00
dependabot-preview[bot]
62d58c4e8c
chore(deps): bump handlebars from 4.7.3 to 4.7.6
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.3 to 4.7.6.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.3...v4.7.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-07 04:50:51 +00:00
Joost De Cock
b9a16ce753
Merge pull request #349 from AlfaLyr/develop
fixed duplicated waistEase
2020-04-06 09:34:24 +02:00
AlfaLyr
334d350aaa
fixed duplicated waistEase 2020-04-06 08:56:44 +02:00
dependabot-preview[bot]
42a070c4f1
chore(deps-dev): bump @storybook/react from 5.3.14 to 5.3.18
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/app/react) from 5.3.14 to 5.3.18.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.18/app/react)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-06 05:04:55 +00:00
Joost De Cock
c78aeb6ea1 New translations penelope.yml (French) 2020-04-05 22:03:34 +02:00
Joost De Cock
e5efa83b88 New translations waralee.yml (French) 2020-04-05 21:43:13 +02:00
Joost De Cock
e031620f29 New translations penelope.yml (French) 2020-04-05 21:42:26 +02:00
Joost De Cock
94eb800b12 New translations waralee.yml (French) 2020-04-05 21:08:05 +02:00
Joost De Cock
57197b6e61 New translations waralee.yml (French) 2020-04-05 20:59:56 +02:00
Joost De Cock
39f84010c7 New translations wahid.yml (French) 2020-04-05 20:59:36 +02:00
Joost De Cock
b8d597d2fe New translations wahid.yml (French) 2020-04-05 20:42:26 +02:00
Joost De Cock
0f479a6ee9 New translations sven.yml (French) 2020-04-05 20:34:36 +02:00
Joost De Cock
c5b94e94ec New translations tamiko.yml (French) 2020-04-05 20:34:30 +02:00
Joost De Cock
0691abd399 New translations trayvon.yml (French) 2020-04-05 20:34:29 +02:00