1
0
Fork 0
Commit graph

57430 commits

Author SHA1 Message Date
joostdecock
eef8d68781 feat(shared): PanZoomPattern component 2023-06-01 20:18:37 +02:00
Benjamin Fan
d3538080c8 fix(docs): (timing) Correct example units to milliseconds 2023-06-01 10:24:11 -07:00
Benjamin Fan
8ec905dc26 fix(docs): (timing) Correct units to milliseconds 2023-06-01 10:21:53 -07:00
Benjamin Fan
ecf65d5c9a fix(docs): (timing) Add details and examples 2023-06-01 10:08:26 -07:00
Joost De Cock
b829883674
Merge pull request #4203 from freesewing/react-components
feat(react-components): Added Pattern component
2023-06-01 18:34:00 +02:00
joostdecock
e146e55c69 feat(react-components): Added Pattern component 2023-06-01 18:28:22 +02:00
joostdecock
d64a26e0ee Merge branch 'serialize' into joost 2023-06-01 17:03:01 +02:00
joostdecock
c95ebd5934 chore(shared): Updated ui settings and work on render view 2023-06-01 17:01:48 +02:00
joostdecock
2b933ce8c7 Revert "feat(shared): Added Inspect to UI menu"
This reverts commit fa437b9b16.
2023-06-01 16:50:21 +02:00
joostdecock
57d50c42da feat(markdown): Docs for new/updated core methods 2023-06-01 16:48:11 +02:00
joostdecock
a2800dddda feat(core): Added Pattern.getLogs() and updated Pattern.getRenderProps()
The data returned by `Pattern.getRenderProps()` was not serializable as
we were returning `this` all over the place, thereby including marcors,
log methods, cyclic object references, and so on.

This commit changes that by implementing a `.asRenderProp()` method on
all of the various objects (stack, part, path, point, snippet,
attributes, svg) and only including data that can be serialized.

In addition, we no longer include the logs in the renderProps because
they are not related to rendering the pattern.
Instead, the new method `Pattern.getLogs()` gives you the logs.
2023-06-01 16:45:13 +02:00
joostdecock
1ac287e6f5 fix(shared): Reset buttons in workbench UI menu 2023-06-01 09:51:25 +02:00
joostdecock
d289ad7b8c chore(shared): Remove unused config for control setting 2023-06-01 09:46:13 +02:00
joostdecock
fa437b9b16 feat(shared): Added Inspect to UI menu 2023-06-01 09:42:48 +02:00
Joost De Cock
0597d6ef51
Merge pull request #4192 from freesewing/dependabot/npm_and_yarn/aws-sdk/client-sesv2-3.342.0
chore(deps): bump @aws-sdk/client-sesv2 from 3.338.0 to 3.342.0
2023-06-01 09:22:34 +02:00
Joost De Cock
f3fb4bd352
Merge pull request #4193 from freesewing/dependabot/npm_and_yarn/react-instantsearch-hooks-web-6.44.1
chore(deps): bump react-instantsearch-hooks-web from 6.44.0 to 6.44.1
2023-06-01 09:22:27 +02:00
Joost De Cock
84066893ce
Merge pull request #4194 from freesewing/dependabot/npm_and_yarn/sanity/vision-3.11.5
chore(deps): bump @sanity/vision from 3.11.3 to 3.11.5
2023-06-01 09:22:19 +02:00
Joost De Cock
2aaba3d692
Merge pull request #4195 from freesewing/dependabot/npm_and_yarn/next/mdx-13.4.4
chore(deps): bump @next/mdx from 13.4.3 to 13.4.4
2023-06-01 09:22:12 +02:00
Joost De Cock
de526a290f
Merge pull request #4196 from freesewing/dependabot/npm_and_yarn/maizzle/framework-4.4.5
chore(deps): bump @maizzle/framework from 4.4.4 to 4.4.5
2023-06-01 09:22:03 +02:00
Joost De Cock
c657a0d46a
Merge pull request #4197 from freesewing/dependabot/npm_and_yarn/commitlint/cli-17.6.5
chore(deps-dev): bump @commitlint/cli from 17.6.3 to 17.6.5
2023-06-01 09:21:55 +02:00
Joost De Cock
e71e83d4bd
Merge pull request #4198 from freesewing/dependabot/npm_and_yarn/ava-5.3.0
chore(deps-dev): bump ava from 5.2.0 to 5.3.0
2023-06-01 09:21:48 +02:00
Joost De Cock
2037d1681e
Merge pull request #4199 from freesewing/dependabot/npm_and_yarn/react-hot-toast-2.4.1
chore(deps): bump react-hot-toast from 2.4.0 to 2.4.1
2023-06-01 09:21:40 +02:00
Joost De Cock
b68f4cbc53
Merge pull request #4200 from freesewing/dependabot/npm_and_yarn/sanity/cli-3.11.5
chore(deps-dev): bump @sanity/cli from 3.11.3 to 3.11.5
2023-06-01 09:21:32 +02:00
Joost De Cock
96329a43dc
Merge pull request #4154 from freesewing/joost
[wip] org: Work on patterns pages and saving/editing of patterns
2023-06-01 09:20:28 +02:00
joostdecock
beb580785b chore(shared): Linter warnings 2023-06-01 09:17:02 +02:00
joostdecock
05966c6862 feat(shared): Allow color-override in Difficulty component 2023-06-01 09:06:11 +02:00
joostdecock
8fc2916cc3 chore: Linter warning 2023-06-01 09:05:40 +02:00
joostdecock
5187cc0378 fix(shared): Remove debug output 2023-06-01 08:56:42 +02:00
joostdecock
e32147a94b fix(shared): Show header after linter changes 2023-06-01 08:56:14 +02:00
joostdecock
3ffb4683ed wip(shared): Comment-out XRay for now 2023-06-01 08:50:49 +02:00
joostdecock
f1154d149c chore(shared): Deepscan warnings 2023-06-01 08:48:21 +02:00
joostdecock
86586001ae chore: Linter fix 2023-06-01 08:41:58 +02:00
github-actions
0117704cac [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/sanity/cli-3.11.5 changes in config/dependencies.yaml 2023-06-01 05:21:29 +00:00
github-actions
293746df5f [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/react-hot-toast-2.4.1 changes in config/dependencies.yaml 2023-06-01 05:20:31 +00:00
dependabot[bot]
cd1d36d849
chore(deps-dev): bump @sanity/cli from 3.11.3 to 3.11.5
Bumps [@sanity/cli](https://github.com/sanity-io/sanity/tree/HEAD/packages/@sanity/cli) from 3.11.3 to 3.11.5.
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Commits](https://github.com/sanity-io/sanity/commits/v3.11.5/packages/@sanity/cli)

---
updated-dependencies:
- dependency-name: "@sanity/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 05:18:33 +00:00
dependabot[bot]
4a55fd6c39
chore(deps): bump react-hot-toast from 2.4.0 to 2.4.1
Bumps [react-hot-toast](https://github.com/timolins/react-hot-toast) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/timolins/react-hot-toast/releases)
- [Commits](https://github.com/timolins/react-hot-toast/compare/v2.4.0...v2.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 05:17:16 +00:00
github-actions
3c528f2930 [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/maizzle/framework-4.4.5 changes in config/dependencies.yaml 2023-06-01 05:14:55 +00:00
dependabot[bot]
85ef9391a1
chore(deps-dev): bump ava from 5.2.0 to 5.3.0
Bumps [ava](https://github.com/avajs/ava) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/avajs/ava/releases)
- [Commits](https://github.com/avajs/ava/compare/v5.2.0...v5.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 05:14:02 +00:00
github-actions
98952ef5d4 [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/next/mdx-13.4.4 changes in config/dependencies.yaml 2023-06-01 05:13:23 +00:00
dependabot[bot]
39b6b221bc
chore(deps-dev): bump @commitlint/cli from 17.6.3 to 17.6.5
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.6.3 to 17.6.5.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.6.5/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 05:12:51 +00:00
github-actions
dc488f0445 [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/sanity/vision-3.11.5 changes in config/dependencies.yaml 2023-06-01 05:11:48 +00:00
dependabot[bot]
67fa08ce96
chore(deps): bump @maizzle/framework from 4.4.4 to 4.4.5
Bumps [@maizzle/framework](https://github.com/maizzle/framework) from 4.4.4 to 4.4.5.
- [Release notes](https://github.com/maizzle/framework/releases)
- [Commits](https://github.com/maizzle/framework/compare/v4.4.4...v4.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 05:11:36 +00:00
github-actions
b221dc90bf [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/react-instantsearch-hooks-web-6.44.1 changes in config/dependencies.yaml 2023-06-01 05:10:29 +00:00
dependabot[bot]
859364e723
chore(deps): bump @next/mdx from 13.4.3 to 13.4.4
Bumps [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) from 13.4.3 to 13.4.4.
- [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.4.4/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-06-01 05:10:23 +00:00
github-actions
5e216473d4 [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/aws-sdk/client-sesv2-3.342.0 changes in config/dependencies.yaml 2023-06-01 05:09:55 +00:00
dependabot[bot]
8b64ba2306
chore(deps): bump @sanity/vision from 3.11.3 to 3.11.5
Bumps [@sanity/vision](https://github.com/sanity-io/sanity/tree/HEAD/packages/@sanity/vision) from 3.11.3 to 3.11.5.
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Commits](https://github.com/sanity-io/sanity/commits/v3.11.5/packages/@sanity/vision)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 05:08:59 +00:00
dependabot[bot]
b571327507
chore(deps): bump react-instantsearch-hooks-web from 6.44.0 to 6.44.1
Bumps [react-instantsearch-hooks-web](https://github.com/algolia/instantsearch.js) from 6.44.0 to 6.44.1.
- [Release notes](https://github.com/algolia/instantsearch.js/releases)
- [Commits](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks-web@6.44.0...react-instantsearch-hooks-web@6.44.1)

---
updated-dependencies:
- dependency-name: react-instantsearch-hooks-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 05:07:33 +00:00
dependabot[bot]
34d50c102d
chore(deps): bump @aws-sdk/client-sesv2 from 3.338.0 to 3.342.0
Bumps [@aws-sdk/client-sesv2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sesv2) from 3.338.0 to 3.342.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.342.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-06-01 05:06:14 +00:00
joostdecock
f0279c3830 chore: Linter issues 2023-05-31 18:34:37 +02:00
Joost De Cock
09d1a17cf1
Merge pull request #4143 from freesewing/dependabot/npm_and_yarn/sanity/cli-3.11.3
chore(deps-dev): bump @sanity/cli from 3.11.2 to 3.11.3
2023-05-31 18:10:54 +02:00