1
0
Fork 0
Commit graph

5044 commits

Author SHA1 Message Date
Joost De Cock
38d3020c50 fix(titan): incorrect point name. Fixes #682, #683, and #684 2020-11-13 18:16:48 +01:00
dependabot-preview[bot]
ffc9c8c39a
chore(deps-dev): bump eslint-config-standard from 14.1.1 to 15.0.1
Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 14.1.1 to 15.0.1.
- [Release notes](https://github.com/standard/eslint-config-standard/releases)
- [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/standard/eslint-config-standard/compare/v14.1.1...v15.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-10 04:31:46 +00:00
Joost De Cock
366d88ace1 chore: Reconfigure packages 2020-11-08 18:26:38 +01:00
Joost De Cock
22710626fd release: Publish v2.10.3 2020-11-08 18:24:53 +01:00
Joost De Cock
161c3805d6 chore: Changelog update 2020-11-08 18:24:30 +01:00
Joost De Cock
1a5b2769aa feat(components): Better snippet support in Draft component
The Draft react component would load the snippets that are part of our
plugin bundle. However, any additional snippets that are created by
plugins would not not get added to the `defs` section, and thus not
be rendered.

This changes the behavior by doing two things:

 - in `core` it adds an SVG object to the renderProps, and makes
   sure to run the `preRender` hook on this SVG object prior to
   returning the renderProps. This way, svg.defs now holds all
   defs, including any that may have been added by custom plugins
 - in the `Draft` component, we no longer add a list of predefined
   snippets to the defs section, but instead just use the svg.defs
   section verbatim. This removes any discrepancies in how SVG
   rendering and React rendering handles the defs section of the
   SVG document, and thus displays snippets.
2020-11-08 18:19:10 +01:00
Joost De Cock
106d536524 New translations settings.yml (German) 2020-11-07 23:35:25 +01:00
Joost De Cock
25724c81a5 New translations measurements.yaml (German) 2020-11-07 23:35:24 +01:00
Joost De Cock
9303382ac1 New translations cty.yaml (German) 2020-11-07 23:35:22 +01:00
Joost De Cock
808cd14a7f New translations cty.yaml (German) 2020-11-07 23:16:47 +01:00
Joost De Cock
385762e3c2 New translations teagan.yaml (German) 2020-11-07 23:16:46 +01:00
Joost De Cock
4914dad285 New translations title.yaml (German) 2020-11-07 23:16:44 +01:00
Joost De Cock
783f0c6095 New translations account.yaml (German) 2020-11-07 23:16:42 +01:00
Joost De Cock
e5861356c6 New translations paco.yml (German) 2020-11-07 23:16:41 +01:00
Joost De Cock
1f19977e58 New translations paco.yml (German) 2020-11-07 23:05:15 +01:00
Joost De Cock
d1c1fe0ae3 New translations paco.yml (German) 2020-11-07 22:54:50 +01:00
Joost De Cock
d493e30f30 chore: Publishing on pattern examples 2020-11-07 16:35:39 +01:00
Joost De Cock
0f333b8c38 chore: Reconfigure packages 2020-11-07 14:35:07 +01:00
Joost De Cock
e0415c9e32 release: Publish v2.10.2 2020-11-07 14:25:21 +01:00
Joost De Cock
61d92683b8 chore: Make workbench script serial 2020-11-07 14:24:29 +01:00
Joost De Cock
30386cffa6 chore: Updated dependencies 2020-11-07 14:24:15 +01:00
Joost De Cock
32296c02f6 chore: Reconfigure packages 2020-11-07 12:40:17 +01:00
Joost De Cock
b79c67be56 release: Publish v2.10.1 2020-11-07 12:39:52 +01:00
Joost De Cock
324f2c9d37 chore: Switched to latest tag 2020-11-07 12:39:30 +01:00
Joost De Cock
34758a8690 fix: Core dependency 2020-11-07 12:38:57 +01:00
Joost De Cock
6582d7da2f feat: Added script for publishing pattern workbenches 2020-11-07 12:37:58 +01:00
Joost De Cock
9175ab3553 fix: Updated dependency to bezier-js 3 for core 2020-11-07 12:37:21 +01:00
Joost De Cock
04686be3b3 refactor: Removed old CSS code 2020-11-07 12:36:58 +01:00
Joost De Cock
d2b56004ab refactor: Removed some unused scripts 2020-11-07 12:36:44 +01:00
Joost De Cock
64644a2b18 chore: Peer dependencies for components 2020-11-06 07:34:46 +01:00
Joost De Cock
381fb39338 New translations paco.yml (German) 2020-11-05 13:49:36 +01:00
Joost De Cock
94d10a955e chore: Updated dependencies 2020-11-04 20:55:37 +01:00
Joost De Cock
995971dfaf chore: Reconfigure packages 2020-11-04 20:45:18 +01:00
Joost De Cock
4fddcc8463 chore: Added deep-freeze dependency 2020-11-04 20:35:20 +01:00
Joost De Cock
3c54682866 Merge branch 'develop' of github.com:freesewing/freesewing into develop 2020-11-04 20:33:15 +01:00
Joost De Cock
e43d49df7a chore: Preparing new next release 2020-11-04 20:30:31 +01:00
Joost De Cock
99ebd4dd06 chore: Removed console.log statement 2020-11-04 20:29:14 +01:00
Joost De Cock
12692e1a64 chore: Changes required for ES6 version of bezier-js 2020-11-04 20:06:19 +01:00
Joost De Cock
8ae7a632a6
Merge pull request #666 from freesewing/dependabot/npm_and_yarn/rollup-2.33.1
chore(deps-dev): bump rollup from 2.28.2 to 2.33.1
2020-11-04 19:47:14 +01:00
dependabot-preview[bot]
ece237cfaf
chore(deps-dev): bump rollup from 2.28.2 to 2.33.1
Bumps [rollup](https://github.com/rollup/rollup) from 2.28.2 to 2.33.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.28.2...v2.33.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-04 18:22:05 +00:00
Joost De Cock
5c014d8143
Merge pull request #532 from freesewing/dependabot/npm_and_yarn/ora-5.1.0
chore(deps): bump ora from 4.0.5 to 5.1.0
2020-11-04 19:04:47 +01:00
Joost De Cock
05de5d2bbe
Merge pull request #658 from freesewing/dependabot/npm_and_yarn/bezier-js-3.0.1
chore(deps): bump bezier-js from 2.6.1 to 3.0.1
2020-11-04 19:04:16 +01:00
Joost De Cock
3c836f7595
Merge pull request #665 from freesewing/dependabot/npm_and_yarn/webpack-5.3.2
chore(deps-dev): bump webpack from 4.44.1 to 5.3.2
2020-11-04 19:04:09 +01:00
Joost De Cock
a4922b56c6
Merge pull request #659 from freesewing/dependabot/npm_and_yarn/execa-4.1.0
chore(deps): bump execa from 4.0.3 to 4.1.0
2020-11-04 19:03:55 +01:00
Joost De Cock
9c0bac19fe
Merge pull request #657 from freesewing/dependabot/npm_and_yarn/eslint-config-standard-react-10.0.0
chore(deps-dev): bump eslint-config-standard-react from 9.2.0 to 10.0.0
2020-11-04 18:54:38 +01:00
Joost De Cock
361c796f7f
Merge pull request #652 from freesewing/dependabot/npm_and_yarn/eslint-config-prettier-6.15.0
chore(deps-dev): bump eslint-config-prettier from 6.12.0 to 6.15.0
2020-11-04 18:54:30 +01:00
Joost De Cock
081036a481
Merge pull request #506 from freesewing/dependabot/npm_and_yarn/rollup/plugin-node-resolve-9.0.0
chore(deps-dev): bump @rollup/plugin-node-resolve from 8.4.0 to 9.0.0
2020-11-04 18:53:47 +01:00
Joost De Cock
cd0033a94f fix: Issue with workbench when there's no measurements 2020-11-03 19:13:13 +01:00
dependabot-preview[bot]
9591588efe
chore(deps): bump ora from 4.0.5 to 5.1.0
Bumps [ora](https://github.com/sindresorhus/ora) from 4.0.5 to 5.1.0.
- [Release notes](https://github.com/sindresorhus/ora/releases)
- [Commits](https://github.com/sindresorhus/ora/compare/v4.0.5...v5.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-03 16:48:21 +00:00
Joost De Cock
984d583883
Merge pull request #656 from freesewing/dependabot/npm_and_yarn/babel/node-7.12.1
chore(deps-dev): bump @babel/node from 7.10.5 to 7.12.1
2020-11-03 17:44:18 +01:00