1
0
Fork 0
Commit graph

124 commits

Author SHA1 Message Date
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
995971dfaf chore: Reconfigure packages 2020-11-04 20:45:18 +01:00
dependabot-preview[bot]
07b9d344b7
chore(deps-dev): bump webpack from 4.44.1 to 5.3.2
Bumps [webpack](https://github.com/webpack/webpack) from 4.44.1 to 5.3.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.44.1...v5.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-03 04:54:09 +00:00
Joost De Cock
43d0a361a6 fix: typo in netlify.toml template 2020-10-25 14:35:47 +01: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
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
20ea3c18bc release: Publish v2.10.0-rc.1 2020-10-17 16:32:17 +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
efd83682ca fix(albert): Port to new measurement names 2020-10-13 19:22:26 +02:00
Joost De Cock
6af2ef47c4 chore(albert): Removed lingering console.log statement 2020-10-13 19:20:45 +02:00
Joost De Cock
7c906a9647 chore: Make author info consistent with other patterns
This change updates the config file of Albert to use the same
name as other patterns by @woutervdub

I literally copy-pasted in the relevant lines from the
Benjamin config file
2020-10-13 19:07:19 +02:00
Joost De Cock
3d0291d6d1 chore: Reconfigure packages 2020-10-13 19:06:19 +02:00
Joost De Cock
ba101a384d
Removing whitespace changes in yaml files 2020-10-13 18:51:47 +02:00
Wouter van Wageningen
d5b6719e2f Final 2020-10-01 21:18:19 -07:00
Wouter van Wageningen
31347b04b0 Working 2020-09-26 17:11:31 -07:00
Wouter van Wageningen
13848f8252 Pocket Outline 2020-09-25 19:43:26 -07:00
Wouter van Wageningen
9d91cfee74 Pocket 2020-09-25 15:47:28 -07:00