1
0
Fork 0
Commit graph

112558 commits

Author SHA1 Message Date
Joost De Cock
a7de7f1f5c
Merge pull request #6802 from freesewing/showcase-an-initial-sample-of-aaron-for-comixminxs-kid
feat: New showcase post an-initial-sample-of-aaron-for-comixminxs-kid by natalia
2024-06-12 14:24:48 +02:00
Freesewing bot
eb19799b1c
feat: New showcase post embroidered-opal-shortalls by Thrunic2 (#6794)
Co-authored-by: Thrunic <thrunic@mail.com>
2024-06-12 14:23:50 +02:00
joostdecock
e378e74c52 chore: changelog update 2024-06-12 14:00:45 +02:00
joostdecock
34d9ef1ebf chore(teagan): Increase length bonus to 15%. Fixes #6820 2024-06-12 13:59:15 +02:00
Joost De Cock
3eaecf9b66
fix(org): Handle errors when importing measurements" (#6836)
* fix(shared): Handle errors when importing files
2024-06-12 13:54:53 +02:00
joostdecock
eded9e9d3a fix(core): Handle path splits on start or end points
In some edge cases, like when splitting a path on or very close to its
start or end point, `Path.split()` will return an array in which one of
the elements is not a Path object, but rather an empty array.

That is rather combersome to check for, so this changes that behaviour
and will return null for such cases.

I've also updated the documentation to clarify this behaviour.

Fixes #6816

This also fixes a bug when a path was being split on its end point.
2024-06-12 13:24:42 +02:00
dependabot[bot]
116d983be0
chore(deps): bump pino from 9.0.0 to 9.2.0
Bumps [pino](https://github.com/pinojs/pino) from 9.0.0 to 9.2.0.
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](https://github.com/pinojs/pino/compare/v9.0.0...v9.2.0)

---
updated-dependencies:
- dependency-name: pino
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-12 04:10:57 +00:00
woutervdub
554e0a8fb0 Fixed zipper panel issue #6833 2024-06-11 20:29:55 +00:00
Wouter van Wageningen
ea7c6871eb
Merge pull request #29 from freesewing/develop
catch up
2024-06-11 13:06:23 -07:00
dependabot[bot]
72baf4669f
chore(deps): bump execa from 9.0.2 to 9.2.0
Bumps [execa](https://github.com/sindresorhus/execa) from 9.0.2 to 9.2.0.
- [Release notes](https://github.com/sindresorhus/execa/releases)
- [Commits](https://github.com/sindresorhus/execa/compare/v9.0.2...v9.2.0)

---
updated-dependencies:
- dependency-name: execa
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-07 04:41:44 +00:00
dependabot[bot]
aebf366324
chore(deps-dev): bump prisma from 5.13.0 to 5.15.0
Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 5.13.0 to 5.15.0.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.15.0/packages/cli)

---
updated-dependencies:
- dependency-name: prisma
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-05 04:31:38 +00:00
dependabot[bot]
59ae2a84be
chore(deps): bump @prisma/client from 5.13.0 to 5.15.0
Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 5.13.0 to 5.15.0.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.15.0/packages/client)

---
updated-dependencies:
- dependency-name: "@prisma/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-05 04:28:36 +00:00
Jonathan Haas
e61fee8dc1 change(bibi): Add Bibi changes to changelog.yaml 2024-06-04 20:24:04 +02:00
Jonathan Haas
3431fa1d7d change(bibi): Rework side seam construction according to discord discussion 2024-06-04 20:24:04 +02:00
Jonathan Haas
de7c96b0ab change(bibi): Export additional functions 2024-06-04 20:24:04 +02:00
Jonathan Haas
43cb1b6c2b change(bibi): Make sleeve hem allowance hourglass shaped for a better fit 2024-06-04 20:24:04 +02:00
Jonathan Haas
89f21eb641 change(bibi): Add finishing options for neck, cuff, armhole and waistband, fix documentation 2024-06-04 20:24:04 +02:00
dependabot[bot]
7604f24a79
chore(deps): bump jotai from 2.8.0 to 2.8.3
Bumps [jotai](https://github.com/pmndrs/jotai) from 2.8.0 to 2.8.3.
- [Release notes](https://github.com/pmndrs/jotai/releases)
- [Commits](https://github.com/pmndrs/jotai/compare/v2.8.0...v2.8.3)

---
updated-dependencies:
- dependency-name: jotai
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-04 04:22:19 +00:00
Jonathan Haas
bf1058e0fe fix(markdown): close frontmatter properly in Jane documentation 2024-06-02 18:44:38 +02:00
Jonathan Haas
491ea5b0a1
Sort imports 2024-05-28 15:55:15 +02:00
Jonathan Haas
e0e6c8d398
add(shared): Add line drawings for Teagan and Bibi 2024-05-28 11:04:59 +02:00
dependabot[bot]
de05fcc235
chore(deps): bump glob from 10.3.16 to 10.4.1
Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.16 to 10.4.1.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v10.3.16...v10.4.1)

---
updated-dependencies:
- dependency-name: glob
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-27 04:04:41 +00:00
e4434cb62c feat: New showcase post hand-sewn-test-of-florence by VSinerva 2024-05-26 20:05:29 +02:00
Zee
d8b62f0699
Fixes breaking SA
Sets SA to the correct seam path name
2024-05-26 15:55:35 +02:00
nataliasayang
5fdc2d746a feat: New showcase post no-waistband-cornelius-cycling-breeches by natalia 2024-05-24 04:39:42 +02:00
bobgeorgethe3rd
d73ca7101f Fix technique tags of curved seams 2024-05-23 22:18:25 +00:00
bobgeorgethe3rd
c72153ec3b Adding new filter tags 2024-05-23 22:12:32 +00:00
bobgeorgethe3rd
7ef43fa818 fix(bruce) Fixing Bruce's filter labels 2024-05-23 22:03:10 +00:00
nataliasayang
f7d6eb0160 feat: New showcase post an-initial-sample-of-aaron-for-comixminxs-kid by natalia 2024-05-23 18:42:40 +02:00
dependabot[bot]
db5ecd1eac
chore(deps-dev): Bump sinon from 17.0.2 to 18.0.0
Bumps [sinon](https://github.com/sinonjs/sinon) from 17.0.2 to 18.0.0.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](https://github.com/sinonjs/sinon/compare/v17.0.2...v18.0.0)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-23 16:05:08 +00:00
Joost De Cock
7e9b8690b9
Merge pull request #6795 from freesewing/dependabot/npm_and_yarn/aws-sdk/client-sesv2-3.582.0
chore(deps): bump @aws-sdk/client-sesv2 from 3.574.0 to 3.582.0
2024-05-23 18:03:00 +02:00
Joost De Cock
228948ed45
Merge pull request #6796 from freesewing/dependabot/npm_and_yarn/react-i18next-14.1.2
chore(deps): bump react-i18next from 14.1.1 to 14.1.2
2024-05-23 18:01:14 +02:00
Joost De Cock
baa5367804
Merge pull request #6797 from freesewing/dependabot/npm_and_yarn/lint-staged-15.2.4
chore(deps-dev): bump lint-staged from 15.2.2 to 15.2.4
2024-05-23 18:00:07 +02:00
Joost De Cock
12f8563459
Merge pull request #6798 from woutervdub/develop
Fix for SA issue when `ringsector` macro gets fixed
2024-05-23 17:59:51 +02:00
Joost De Cock
48d9687c42
Merge pull request #6799 from bobgeorgethe3rd/sandyfix
fix(ringsector) Add missing line to path
2024-05-23 17:59:24 +02:00
Joost De Cock
e48af38a07
Merge pull request #6800 from VSinerva/add_secret_to_mfa_enable
(feature) Add secret to MFA enable
2024-05-23 17:58:11 +02:00
819f0e68b2 Change intstructions to add mention of the secret being visible 2024-05-23 13:22:25 +00:00
b836195866 Show secret below QR code when enabling MFA 2024-05-23 13:09:42 +00:00
bobgeorgethe3rd
9184449fe6 fix(ringsector) Add line to end path 2024-05-23 12:53:52 +00:00
Wouter van Wageningen
8480342d10 Correct SA in peblum (related to #6792) 2024-05-23 04:38:14 +00:00
dependabot[bot]
0d37cabe00
chore(deps-dev): bump lint-staged from 15.2.2 to 15.2.4
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.2.2 to 15.2.4.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](https://github.com/okonet/lint-staged/compare/v15.2.2...v15.2.4)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-23 04:13:19 +00:00
dependabot[bot]
2945a55c29
chore(deps): bump react-i18next from 14.1.1 to 14.1.2
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 14.1.1 to 14.1.2.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/react-i18next/compare/v14.1.1...v14.1.2)

---
updated-dependencies:
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-23 04:12:57 +00:00
dependabot[bot]
6500be6ff8
chore(deps): bump @aws-sdk/client-sesv2 from 3.574.0 to 3.582.0
Bumps [@aws-sdk/client-sesv2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sesv2) from 3.574.0 to 3.582.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sesv2/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.582.0/clients/client-sesv2)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-sesv2"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-23 04:12:36 +00:00
Wouter van Wageningen
246eafc6b2
Merge pull request #28 from freesewing/develop
catch-up
2024-05-22 20:49:54 -07:00
Thrunic
4944e78112 Changes the wording for the seatBalance option documentation. 2024-05-22 19:10:51 -04:00
Thrunic
d55faaef85 Another fix. 2024-05-22 18:48:30 -04:00
Thrunic
bd6f03e07a Cleans up a whitespace change I didn't intend to do. 2024-05-22 18:21:55 -04:00
Thrunic
43db8f45d6 Fixes a bug where design crashes if (sa == 0 && paperless == true) due to a bug in the dimensions annotations. 2024-05-22 18:17:47 -04:00
Joost De Cock
c750e93f24
Merge pull request #6788 from freesewing/dependabot/npm_and_yarn/glob-10.3.16
chore(deps): bump glob from 10.3.15 to 10.3.16
2024-05-22 19:35:39 +02:00
Joost De Cock
0e673bc847
Merge pull request #6789 from freesewing/dependabot/npm_and_yarn/axios-1.7.2
chore(deps): bump axios from 1.7.1 to 1.7.2
2024-05-22 19:35:24 +02:00