1
0
Fork 0
Commit graph

4054 commits

Author SHA1 Message Date
Joost De Cock
4c9cf5f016 New translations teagan.yaml (French) 2020-11-01 16:35:22 +01:00
Joost De Cock
5ed274a346 New translations title.yaml (French) 2020-11-01 16:35:20 +01:00
Joost De Cock
00050a4421 New translations jargon.yml (French) 2020-11-01 16:35:18 +01:00
Joost De Cock
c1470baf99 New translations cfp.yaml (Dutch) 2020-10-31 16:55:23 +01:00
Joost De Cock
cac9e06b7c New translations cfp.yaml (German) 2020-10-31 16:55:20 +01:00
Joost De Cock
a5d1a0515f New translations cfp.yaml (Spanish) 2020-10-31 16:55:20 +01:00
Joost De Cock
23d4c85db0 New translations cfp.yaml (French) 2020-10-31 16:55:18 +01:00
Joost De Cock
c6fef911ee New translations breanna.yml (German) 2020-10-31 00:16:08 +01:00
Joost De Cock
7074a6f6d8 New translations albert.yml (German) 2020-10-31 00:16:07 +01:00
Joost De Cock
1667b9852b New translations hugo.yml (German) 2020-10-31 00:05:52 +01:00
Joost De Cock
e06027b5c5 New translations albert.yml (German) 2020-10-31 00:05:51 +01:00
Joost De Cock
569228162e
Merge pull request #649 from freesewing/dependabot/npm_and_yarn/packages/create-freesewing-pattern/template/default/example/prismjs-1.22.0
chore(deps): bump prismjs from 1.20.0 to 1.22.0 in /packages/create-freesewing-pattern/template/default/example
2020-10-26 18:07:21 +01:00
Joost De Cock
43d0a361a6 fix: typo in netlify.toml template 2020-10-25 14:35:47 +01:00
dependabot[bot]
a2e8ca3b65
chore(deps): bump prismjs
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.20.0 to 1.22.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.20.0...v1.22.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-25 13:07:14 +00:00
Joost De Cock
e2cc955753 chore: Add netlify.toml files for patterns 2020-10-25 14:05:27 +01:00
Joost De Cock
b3c4f63523 chore: Put version into example package.jsons 2020-10-25 13:48:17 +01:00
Joost De Cock
5fb6539380 Merge branch 'develop' of github.com:freesewing/freesewing into develop 2020-10-17 17:32:28 +02:00
Joost De Cock
ee73c6666c
Merge pull request #607 from freesewing/i18n
New Crowdin updates
2020-10-17 17:30:46 +02:00
Joost De Cock
cc601c1895 chore: Reconfigure packages 2020-10-17 17:29:25 +02:00
Joost De Cock
010b128c7e release: Publish v2.10.0 2020-10-17 17:24:40 +02:00
Joost De Cock
dc07231462 chore: Reconfigure packages 2020-10-17 17:24:27 +02:00
Joost De Cock
bab397cfdb New translations albert.yml (Dutch) 2020-10-17 16:35:43 +02:00
Joost De Cock
bba7547e75 New translations albert.yml (German) 2020-10-17 16:35:41 +02:00
Joost De Cock
5b88b7e340 New translations albert.yml (Spanish) 2020-10-17 16:35:39 +02:00
Joost De Cock
a6cb3b3afd New translations albert.yml (French) 2020-10-17 16:35:38 +02:00
Joost De Cock
6ade603821 New translations patterns.yml (Dutch) 2020-10-17 16:35:36 +02:00
Joost De Cock
d923eff6b5 New translations patterns.yml (German) 2020-10-17 16:35:35 +02:00
Joost De Cock
4abb0f5c94 New translations patterns.yml (Spanish) 2020-10-17 16:35:33 +02:00
Joost De Cock
bcbff6193d New translations patterns.yml (French) 2020-10-17 16:35:32 +02:00
Joost De Cock
20ea3c18bc release: Publish v2.10.0-rc.1 2020-10-17 16:32:17 +02:00
Joost De Cock
947f85e105 chore(i18n): Added translations for Albert 2020-10-17 16:31:55 +02:00
Joost De Cock
d001664fb1 feat(components): Added linedrawing for Albert 2020-10-17 16:31:31 +02:00
Joost De Cock
eebbdd7842 fix(albert): Keep straps even when there's no SA
The width of the straps was calculated by multiplying with the `sa`
value.
As a result, when the user asks to draft a pattern without SA, the
straps drop off the pattern.

I've also change the way the width is calculated. It used to be based
on a percentage option that was then multiplied by SA.
While technically that follows the best practice of using percentages,
it won't scale with the model unless you multiply it with a measurement.
2020-10-17 15:00:17 +02:00
Joost De Cock
53a44559ea fix(albert): Avoid using hpsToWaistFront
- This measurement is not listed as a required measurement in the
   config, thereby making this pattern throw an error in the frontend
 - Furthermore, the `hpsToWaistFront` measurement is (currently)
   listed as a breasts-only measurement. Making it a required
   measurement would make this pattern a de-facto womenswear pattern.
   As that seems a bit weird for an apron, and the measurement was
   only used to construct the pocket, I simply swapped it for
   `hpsToWaistBack` (which was already a required measurement)
2020-10-17 13:43:28 +02:00
Joost De Cock
5cd5feaf25 chore: Reconfigure packages 2020-10-17 11:29:50 +02:00
Joost De Cock
a2a12af4b0 release: Publish v2.10.0-rc.0 2020-10-14 19:28:29 +02:00
Joost De Cock
ed37eb206b feat(pattern-info): Integrated Albert 2020-10-13 19:24:16 +02:00
Joost De Cock
4b8427dbb1 New translations breanna.yml (Dutch) 2020-10-13 19:24:10 +02:00
Joost De Cock
c64bcf03c4 New translations breanna.yml (French) 2020-10-13 19:23:48 +02:00
Joost De Cock
efd83682ca fix(albert): Port to new measurement names 2020-10-13 19:22:26 +02:00
Joost De Cock
eb939cd069 New translations breanna.yml (Spanish) 2020-10-13 19:21:45 +02:00
Joost De Cock
afeaa9d534 New translations breanna.yml (German) 2020-10-13 19:21:20 +02:00
Joost De Cock
6af2ef47c4 chore(albert): Removed lingering console.log statement 2020-10-13 19:20:45 +02:00
Joost De Cock
3d0291d6d1 chore: Reconfigure packages 2020-10-13 19:06:19 +02:00
Joost De Cock
d4af83161b
Merge pull request #604 from freesewing/dependabot/npm_and_yarn/jest-26.5.3
chore(deps-dev): bump jest from 26.2.2 to 26.5.3
2020-10-13 19:02:06 +02:00
Joost De Cock
d0753e1a91
Merge pull request #591 from freesewing/i18n
New Crowdin updates
2020-10-13 19:01:38 +02:00
Joost De Cock
651d7ffa11 Merge branch 'develop' of https://github.com/woutervdub/freesewing into woutervdub-develop 2020-10-13 18:59:10 +02:00
Joost De Cock
ba101a384d
Removing whitespace changes in yaml files 2020-10-13 18:51:47 +02:00
Joost De Cock
13996d0c5c
Removing unrelated changes from PR 2020-10-13 18:51:16 +02:00
Joost De Cock
4236c5610c
Removing whitespace changes in yaml files 2020-10-13 18:50:28 +02:00