Joost De Cock
54e8a013a2
chore: Updated changelog
2021-06-06 15:37:11 +02:00
Joost De Cock
f69dada5b0
fix(charlie): Add plugin-mirror as dependency
2021-06-06 15:35:47 +02:00
Joost De Cock
6e859682f4
chore: Re-added eslint to pattern dev depedencies
2021-06-05 08:26:34 +02:00
Joost De Cock
4f5a3697b8
Updated deps, re-added eslint, see #1077
2021-06-05 08:25:40 +02:00
Joost De Cock
74b61d1a93
chore: Reconfigure packages
2021-05-30 18:48:20 +02:00
Joost De Cock
914f8a4d24
chore: Switched back to latest tag
2021-05-30 18:46:10 +02:00
Joost De Cock
cc333fef54
chore: Updated changelog
2021-05-30 18:29:02 +02:00
Joost De Cock
0eee012d0a
chore: Updated changelog
2021-05-29 17:51:51 +02:00
Joost De Cock
dc2e11a811
chore: Changelog update
2021-05-29 16:55:03 +02:00
Joost De Cock
88621ad9a9
chore: Switched to next tag
2021-05-29 14:10:40 +02:00
Joost De Cock
af27443bc7
chore: Changelog update
2021-05-29 14:10:18 +02:00
Joost De Cock
0b6dfa2af5
chore: Reconfigure packages
2021-05-24 10:29:20 +02:00
Joost De Cock
326960b22d
chore: Switched to latest release
2021-05-24 10:19:00 +02:00
Joost De Cock
477ca7feea
chore: Reconfigure packages
2021-05-22 18:07:35 +02:00
Joost De Cock
380fa33c6a
feat(cfp): Updated for React 17 / CRA 4 / Webpack 5
2021-05-22 17:58:52 +02:00
Joost De Cock
1b302f19bf
chore: Upgraded multiple dependencies
2021-05-22 12:09:21 +02:00
Joost De Cock
a098bd7269
fix(bella): Fix dependency config. Closes #1002
2021-05-08 10:27:16 +02:00
Joost De Cock
b24e2187d3
chore: changelog update
2021-05-05 20:58:03 +02:00
Joost De Cock
6c33623c50
fix(jaeger): Draft third button. Fixes #973
2021-04-28 19:47:13 +02:00
Joost De Cock
b51add044b
fix(core): Make path.shiftAlong more precise. Closes #976
2021-04-28 19:39:17 +02:00
Joost De Cock
dd26804534
fix(charlie): Add titan peer dependency
2021-04-24 10:43:30 +02:00
Joost De Cock
7d6aabfaaf
chore: Switched to latest tag
2021-04-24 10:18:21 +02:00
Joost De Cock
f191151ee4
chore: Linter changes
2021-04-24 10:16:31 +02:00
Joost De Cock
779151e2a1
chore: Reconfigure packages
2021-04-23 17:57:46 +02:00
Joost De Cock
e5a9018047
chore(core): Added nyc dev dependency
2021-04-23 17:45:42 +02:00
Joost De Cock
001bbba194
chore: Changelog update
2021-04-20 19:31:25 +02:00
Joost De Cock
af60b7ea44
chore: Updated changelog
2021-04-18 12:52:49 +02:00
Joost De Cock
1cc3d4f4c1
chore: Changelog update
2021-04-17 16:54:59 +02:00
Joost De Cock
c489fd46c6
chore: Changelog update
2021-04-17 12:56:26 +02:00
Joost De Cock
1257469ade
feat(examples): Added more examples
2021-04-16 19:11:18 +02:00
Joost De Cock
7f555ec899
chore: Changelog update
2021-04-12 19:16:22 +02:00
Joost De Cock
dc133297f1
chore: Reconfigure packages
2021-04-11 17:32:58 +02:00
Joost De Cock
aadaa64eb4
chore: Reconfigure packages
2021-04-11 17:31:25 +02:00
Joost De Cock
983fda888c
chore: Email change
2021-04-11 11:04:46 +02:00
Joost De Cock
4654b60582
chore: Changelog update
2021-03-30 18:16:49 +02:00
Joost De Cock
a779b3a539
fix(cornelius): Side-step path splitting issue
...
There's an edge-case in Cornelius where things fall apart
when a path is split exactly on the endpoint of a curve
that is part of said path.
In a perfect world, core would handle this in a more robust way.
Until that time, this implements a workaround by checking for this
edge-case.
Closes #934
2021-03-18 18:18:04 +01:00
Joost De Cock
970315ea48
chore: changelog update
2021-03-14 18:05:04 +01:00
Joost De Cock
d197cb11f1
feat(plugin-buttons) added buttonhole-end and buttonhole-start snippets
2021-03-14 15:07:14 +01:00
Joost De Cock
a08eca0d09
feat(paco): Extended heal ease option, added new options
...
This commit slightly increases the default heel ease value, but
also significantly increases the range of the option so that
people can make the leg wider.
This is in response to some people who found the original
design to tight on the calfs.
This also adds the crossSeamAngle and crotchSeamAngle
options from the upstream Titan block.
These angles allow you to influence how the crossSeam
and crotchSeam reach the fork.
Setting both of them to zero will give the same result
as the pattern before this commit.
Since their defaults are not zero, this will change the
out-of-the-box pattern (in addition to the added heal ease).
2021-03-14 11:44:22 +01:00
Joost De Cock
6acdae9de2
feat(titan): Redrew the crotch and cross seam with new options
...
This commit adds the `crossSeamAngle` and `crotchSeamAngle` options
that control how the crotch- and cross seam reach the fork.
You can get the same result as what happened prior to this commit
by setting both options to zero.
However, their defaults are not zero, so this commit changes the
out-of-the-box pattern.
2021-03-14 11:32:43 +01:00
Joost De Cock
9ccd0667e0
fix(titan): Seat cp when waistline drops below hip
2021-03-09 20:40:08 +01:00
Joost De Cock
42e825c8e3
Merge branch 'develop' into charlie
2021-03-09 17:43:06 +01:00
Joost De Cock
0703d06be7
chore: Reconfigure packages
2021-03-07 10:28:21 +01:00
Joost De Cock
737c1d5e2a
chore: Updated changelog
2021-03-06 11:46:46 +01:00
Joost De Cock
5a13382d53
chore: Integrated new cornelius pattern
2021-03-01 18:16:55 +01:00
Joost De Cock
0518dac814
chore: Changelog update
2021-02-21 18:14:53 +01:00
Joost De Cock
3a609148ef
fix: Ensure dependency version are the same. Fixes #896
2021-02-20 17:07:23 +01:00
Joost De Cock
dfb2dcdf9a
fix(pattern-info): Keep pattern list alphabetic
2021-02-18 16:14:26 +01:00
Joost De Cock
b237855fc5
chore: changelog update
2021-02-14 16:21:07 +01:00
Joost De Cock
ee027a75ad
release: v2.13.1
2021-02-14 14:47:57 +01:00