1
0
Fork 0
Commit graph

94081 commits

Author SHA1 Message Date
Joost De Cock
adc4b213b3 chore: Remove lint 2023-10-18 17:15:42 +02:00
Joost De Cock
207dd9008b chore(plugin-annotations): Remove lint 2023-10-18 16:32:35 +02:00
Joost De Cock
43796a95cd fix(core): Lowercase macros when generating IDs 2023-10-18 16:32:08 +02:00
Joost De Cock
28e4eeae91 chore: Reconfigure packages 2023-10-18 16:05:10 +02:00
Joost De Cock
9c4c874bb3 chore: Changelog update 2023-10-18 16:04:29 +02:00
Joost De Cock
c5b27385eb fix(aaron): Add IDs to macros that lack them 2023-10-18 16:01:29 +02:00
Joost De Cock
cb106578b3 feat(core): Better support for macro removal an node id tracking 2023-10-18 16:00:15 +02:00
Joost De Cock
7939c1bc45 chore(backend): Thanks prettier, real nice 2023-10-17 18:18:03 +02:00
Joost De Cock
74f6e12d76 chore(backend): Shut up eslint 2023-10-17 18:14:17 +02:00
Joost De Cock
90a18404eb chore(backend): Remove lint 2023-10-17 18:08:57 +02:00
Joost De Cock
37d6959cb2 chore(backend): Remove (c)set from patterns, img from users
This removes some fields from the database and the logic for handling
them. Specifically:

- Do not keep a set or cset reference for patterns. Doing so will only
  raise expectations for users as a link between (c)set and pattern
  might signal that changes to the (c)set would somehow also update the
  pattern. Once a pattern is saved, it is what it is, so no point
  keeping a link to the (c)set. We may want to look at how to add a note
  about which (c)set the pattern was generated for, but I don't think
  that's crucial.
- Do not keep an img field in the user account, cset, or open pack,
  since they have a deterministic image ID anyway.

This also adds and info field to cset and option pack which is an
internal field allowing us to keep (non-public) notes about where the
record comes from. This will be important when we add a new mesurement
and we have to contqct all these people for that extra measurement (for
example).
2023-10-17 17:41:28 +02:00
Joost De Cock
3a31cdcce4
Merge pull request #5184 from freesewing/joost
feat(core): Add `cbqc` named export
2023-10-17 10:13:18 +02:00
Joost De Cock
49618755be feat(core): Add cbqc named export
This exports the constant `0.55342686` which is the value to best
approximate a (quarter) circle with a cubic Bézier curve.

See: https://spencermortensen.com/articles/bezier-circle/
2023-10-17 10:03:05 +02:00
Joost De Cock
006a1f0ac4
Merge pull request #5175 from freesewing/dependabot/npm_and_yarn/next-13.5.5
chore(deps): bump next from 13.5.4 to 13.5.5
2023-10-17 09:36:05 +02:00
Joost De Cock
0564d435c2
Merge pull request #5182 from freesewing/joost
fix(dev): Add missing namespace
2023-10-17 09:35:35 +02:00
dependabot[bot]
f9a545ddbe
chore(deps): bump next from 13.5.4 to 13.5.5
Bumps [next](https://github.com/vercel/next.js) from 13.5.4 to 13.5.5.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v13.5.4...v13.5.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 06:27:45 +00:00
Joost De Cock
7e9a11f148
Merge pull request #5176 from freesewing/dependabot/npm_and_yarn/next/bundle-analyzer-13.5.5
chore(deps): bump @next/bundle-analyzer from 13.5.4 to 13.5.5
2023-10-17 08:17:48 +02:00
Joost De Cock
2fa0654f07
Merge pull request #5177 from freesewing/dependabot/npm_and_yarn/mermaid-10.5.0
chore(deps): bump mermaid from 10.4.0 to 10.5.0
2023-10-17 08:17:38 +02:00
Joost De Cock
410aa0778b
Merge pull request #5178 from freesewing/dependabot/npm_and_yarn/next/mdx-13.5.5
chore(deps): bump @next/mdx from 13.5.4 to 13.5.5
2023-10-17 08:17:27 +02:00
Joost De Cock
dc224f139f
Merge pull request #5179 from freesewing/dependabot/npm_and_yarn/echarts-5.4.3
chore(deps): bump echarts from 5.4.2 to 5.4.3
2023-10-17 08:17:11 +02:00
Joost De Cock
8325d2edb6
Merge pull request #5180 from freesewing/dependabot/npm_and_yarn/eslint-config-next-13.5.5
chore(deps): bump eslint-config-next from 13.5.4 to 13.5.5
2023-10-17 08:17:01 +02:00
Joost De Cock
648d8bd898
Merge pull request #5181 from freesewing/dependabot/npm_and_yarn/aws-sdk/client-sesv2-3.429.0
chore(deps): bump @aws-sdk/client-sesv2 from 3.428.0 to 3.429.0
2023-10-17 08:16:51 +02:00
Joost De Cock
e808375b60 chore(plugin-banner): Fix typo in code comment 2023-10-17 08:14:52 +02:00
Joost De Cock
46bce8c63a fix(dev): Add missing namespace 2023-10-17 08:14:15 +02:00
dependabot[bot]
ce98eebc07
chore(deps): bump @aws-sdk/client-sesv2 from 3.428.0 to 3.429.0
Bumps [@aws-sdk/client-sesv2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sesv2) from 3.428.0 to 3.429.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.429.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>
2023-10-17 04:41:11 +00:00
dependabot[bot]
940bcf7714
chore(deps): bump eslint-config-next from 13.5.4 to 13.5.5
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 13.5.4 to 13.5.5.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v13.5.5/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 04:39:57 +00:00
dependabot[bot]
3ac7023c31
chore(deps): bump echarts from 5.4.2 to 5.4.3
Bumps [echarts](https://github.com/apache/echarts) from 5.4.2 to 5.4.3.
- [Release notes](https://github.com/apache/echarts/releases)
- [Commits](https://github.com/apache/echarts/compare/5.4.2...5.4.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 04:39:12 +00:00
dependabot[bot]
32db725fd3
chore(deps): bump @next/mdx from 13.5.4 to 13.5.5
Bumps [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) from 13.5.4 to 13.5.5.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v13.5.5/packages/next-mdx)

---
updated-dependencies:
- dependency-name: "@next/mdx"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 04:38:39 +00:00
dependabot[bot]
ba5191f281
chore(deps): bump mermaid from 10.4.0 to 10.5.0
Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 10.4.0 to 10.5.0.
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/mermaid-js/mermaid/compare/v10.4.0...v10.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 04:37:59 +00:00
dependabot[bot]
65206ae976
chore(deps): bump @next/bundle-analyzer from 13.5.4 to 13.5.5
Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 13.5.4 to 13.5.5.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v13.5.5/packages/next-bundle-analyzer)

---
updated-dependencies:
- dependency-name: "@next/bundle-analyzer"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 04:37:17 +00:00
Joost De Cock
1c9ee5dd60
Merge pull request #5174 from freesewing/all-contributors/add-iambijayd
docs: add iambijayd as a contributor for doc
2023-10-16 18:37:39 +02:00
allcontributors[bot]
427abfbadd
docs: update .all-contributorsrc [skip ci] 2023-10-16 16:36:15 +00:00
allcontributors[bot]
1d250dd6ef
docs: update CONTRIBUTORS.md [skip ci] 2023-10-16 16:36:14 +00:00
Joost De Cock
171d2ce2ec
Merge pull request #5173 from iambijayd/fixes#5171/chaged-romper-to-baby-romper
Changed 'romper' to 'baby romper'
2023-10-16 18:35:14 +02:00
bijay_d
c8ce8331cc Changed romper to baby romper 2023-10-16 21:21:12 +05:45
Joost De Cock
206dcb7461
Merge pull request #5163 from freesewing/dependabot/npm_and_yarn/lint-staged-15.0.1
chore(deps-dev): bump lint-staged from 14.0.1 to 15.0.1
2023-10-16 17:15:40 +02:00
Joost De Cock
e296f45d7d
Merge pull request #5172 from freesewing/joost
fix(shared): Roll-back #5160 because it breaks mouse zoom
2023-10-16 17:14:05 +02:00
Joost De Cock
977d7e13d4 fix(shared): Roll-back #5160 because it breaks mouse zoom
As reported in #5168 the update from react-pan-zoom-pinch from 3.1.0 to
3.2.0 breaks scrolling with the mouse for some reason.

This rolls back the upgrade, and thus unbreaks it.
I will report this upstream.

Closes #5168
2023-10-16 17:07:01 +02:00
Joost De Cock
31ed7bc773 Revert "chore(deps): bump react-zoom-pan-pinch from 3.1.0 to 3.2.0"
This reverts commit a2730523e1.
2023-10-16 17:00:48 +02:00
Joost De Cock
bbea551108
Merge pull request #5170 from freesewing/ringsector
feat(plugin-ringsector): New plugin to draft a ring sector
2023-10-16 16:41:14 +02:00
Joost De Cock
13d05f6a6c chore(plugin-ringsector): Improve description 2023-10-16 16:34:07 +02:00
Joost De Cock
73ba5922fb
Merge pull request #5167 from freesewing/showcase-short-sleeve-shelly-rash-guard
feat: New showcase post short-sleeve-shelly-rash-guard by Natalia
2023-10-16 16:25:05 +02:00
Joost De Cock
3a9581d9ba
Merge pull request #5166 from freesewing/showcase-a-noble-top-for-the-renaissance-festival
feat: New showcase post a-noble-top-for-the-renaissance-festival by Natalia
2023-10-16 16:24:10 +02:00
Joost De Cock
075cb34184 feat(plugin-ringsector): New plugin to draft a ring sector
This plugin provides the `ringsector` and `rmringsector` plugins.

The Sandy design was adapted to use the `ringsector` plugin instead of
its own method for doing this (that method was the base for this
plugin).

The plugin is also added to the tabbed-example component.

This closes #3865
2023-10-16 16:19:27 +02:00
FreeSewing bot
dc395faec9 feat: New showcase post short-sleeve-shelly-rash-guard by Natalia 2023-10-16 15:43:23 +02:00
FreeSewing bot
936189e4ba feat: New showcase post a-noble-top-for-the-renaissance-festival by Natalia 2023-10-16 15:10:41 +02:00
Joost De Cock
cdf3110d80
Merge pull request #5157 from freesewing/dependabot/npm_and_yarn/jotai-location-0.5.2
chore(deps): bump jotai-location from 0.5.1 to 0.5.2
2023-10-16 11:33:35 +02:00
Joost De Cock
7eb9eb8bee
Merge pull request #5158 from freesewing/dependabot/npm_and_yarn/commitlint/config-conventional-17.8.0
chore(deps-dev): bump @commitlint/config-conventional from 17.7.0 to 17.8.0
2023-10-16 11:33:25 +02:00
Joost De Cock
d36443353d
Merge pull request #5159 from freesewing/dependabot/npm_and_yarn/pino-8.16.0
chore(deps): bump pino from 8.15.0 to 8.16.0
2023-10-16 11:33:11 +02:00
Joost De Cock
5d91b4f501
Merge pull request #5160 from freesewing/dependabot/npm_and_yarn/react-zoom-pan-pinch-3.2.0
chore(deps): bump react-zoom-pan-pinch from 3.1.0 to 3.2.0
2023-10-16 11:32:59 +02:00