1
0
Fork 0
Commit graph

72 commits

Author SHA1 Message Date
Joost De Cock
dbc222756d release: 2.19.3 2021-11-05 19:21:07 +01:00
dependabot[bot]
e91bffe1db
Bump axios from 0.21.1 to 0.21.2
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-05 08:37:40 +00:00
Joost De Cock
53fa6c0697 chore: Reconfigure packages 2021-11-02 09:25:19 +01:00
joostdecock
6ac640cc16 chore: Reconfigure packages 2021-10-23 15:02:05 +02:00
joostdecock
cba1ab19c8 Revert "chore: Linting for markdown and js"
This reverts commit 1c92e0f655.
2021-10-17 18:26:00 +02:00
joostdecock
2695f9cc30 chore: Changelog update 2021-10-17 18:00:14 +02:00
joostdecock
71781ff022 chore: Reconfigure packages 2021-10-17 17:37:58 +02:00
joostdecock
1c92e0f655 chore: Linting for markdown and js 2021-10-17 17:34:55 +02:00
joostdecock
4447db61cf chore: Reconfigure packages 2021-10-16 13:49:50 +02:00
joostdecock
706e27945d fix: Force camelCase in option names 2021-10-16 12:08:02 +02:00
joostdecock
063464d98d chore: Reconfigure packages 2021-10-15 17:44:43 +02:00
joostdecock
e3f25601c7 chore: Changelog update 2021-10-15 16:25:09 +02:00
joostdecock
42124743a8 chore: prettier run 2021-10-15 16:13:21 +02:00
starfetch
f67b8d10e3 fix: proper designer name for Tiberius/Lunetius/Walburga 2021-10-14 14:37:57 +02:00
Joost De Cock
0353a936cd fix(lunetius): Removed unused code + some tweaks
This design was contributed by @starfetch (thanks for that) and while
integrating it into our monorepo, I noticed some small issues:

 - Both the `headRatio` and `headRatio` options serve no purpose
 - Under certain conditions (length set to upperleg and small
   lengthBonus) the side of the garment would become longer than the
   total length
 - The seam was not one continious path
 - Example files were left over from the tutorial

I've fixed those, and in addition made the following changes:

 - Renamed `lengthBonus` to `lengthRatio` because bonus implies
   adding, whereas this option actually allows more removing than
   adding. I think `length` would be better here, but that was already
   taken, so ratio it is
 - Renamed `widthBonus` to `widthRatio` because consistency
 - Removed unused keys in the config file
 - Store intermediate values in the store so they are available to
   developers looking to extend this design
 - Smoothed out the curved hem
 - Avoid a flurry of if statements when a single assignment will does
   the trick
2021-10-09 18:41:37 +02:00
joostdecock
4e12413340 chore: Updated descriptions 2021-10-08 17:36:55 +02:00
joostdecock
1d3a4acd60 chore: Linter run 2021-10-08 17:32:12 +02:00
joostdecock
6bd8a6d3c7 release: v2.19.0-alpha.1 2021-10-08 17:29:56 +02:00
joostdecock
885d3db845 chore: Started import of starfetch patterns 2021-10-08 17:28:31 +02:00
starfetch
c736721a58 feat(readme): add link to deployed site 2021-10-08 17:23:21 +02:00
starfetch
3968069a20 feat: deploy on Netlify 2021-10-08 17:23:21 +02:00
starfetch
02d281eef0 initial commit 2021-10-08 17:23:21 +02:00