1
0
Fork 0
Commit graph

57747 commits

Author SHA1 Message Date
joostdecock
59c158a43c feat(core): Added snippet.scale() and snippet.rotate() methods 2023-06-21 12:03:22 +02:00
github-actions
a57e3e6c9a [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/sanity-3.12.2 changes in config/dependencies.yaml 2023-06-21 12:03:22 +02:00
dependabot[bot]
8d33592082 chore(deps): bump sanity from 3.12.1 to 3.12.2
Bumps [sanity](https://github.com/sanity-io/sanity/tree/HEAD/packages/sanity) from 3.12.1 to 3.12.2.
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Commits](https://github.com/sanity-io/sanity/commits/v3.12.2/packages/sanity)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-21 12:03:22 +02:00
Enoch Riese
83532961c4 fix (designs) add missing measurements to design configs 2023-06-21 12:03:22 +02:00
Enoch Riese
da0f9c4709 moderate the nav arrow bouncing 2023-06-21 12:03:22 +02:00
Enoch Riese
66bd75a46d dry up headers and layout wrappers. use sticky side navs 2023-06-21 12:03:22 +02:00
joostdecock
28bccbaaf9 feat(markdown): Added docs for new core methods 2023-06-21 11:59:10 +02:00
joostdecock
714c4ae368 feat(core): Added snippet.scale() and snippet.rotate() methods 2023-06-21 11:46:35 +02:00
github-actions
b02e4f755b [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/esbuild-0.18.6 changes in config/dependencies.yaml 2023-06-21 07:15:10 +00:00
github-actions
d6a2a8b911 [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/tlds-1.240.0 changes in config/dependencies.yaml 2023-06-21 07:14:27 +00:00
dependabot[bot]
bfffcc1440
chore(deps-dev): bump @types/react from 18.2.12 to 18.2.13
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.12 to 18.2.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-21 07:14:15 +00:00
dependabot[bot]
9f142625d1
chore(deps-dev): bump esbuild from 0.18.5 to 0.18.6
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.18.5 to 0.18.6.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.18.5...v0.18.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-21 07:12:31 +00:00
dependabot[bot]
f195ecd879
chore(deps): bump tlds from 1.239.0 to 1.240.0
Bumps [tlds](https://github.com/stephenmathieson/node-tlds) from 1.239.0 to 1.240.0.
- [Changelog](https://github.com/stephenmathieson/node-tlds/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stephenmathieson/node-tlds/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-21 07:12:07 +00:00
joostdecock
582f85ee2c Merge branch 'develop' into joost 2023-06-21 09:09:54 +02:00
Joost De Cock
787d5e12f2
Merge pull request #4326 from freesewing/dependabot/npm_and_yarn/sanity-3.12.2
chore(deps): bump sanity from 3.12.1 to 3.12.2
2023-06-21 09:08:08 +02:00
Joost De Cock
7038bba942
Merge pull request #4322 from eriese/eriese-missing-measies
fix (designs) add missing measurements to design configs
2023-06-21 09:07:35 +02:00
Joost De Cock
a9763c14ad
Merge pull request #4321 from eriese/eriese-dry-headers
refactor (sites) DRY headers, sticky side navs
2023-06-21 09:05:33 +02:00
github-actions
ce3c25b663 [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/sanity-3.12.2 changes in config/dependencies.yaml 2023-06-21 05:07:35 +00:00
dependabot[bot]
5154ca51d4
chore(deps): bump sanity from 3.12.1 to 3.12.2
Bumps [sanity](https://github.com/sanity-io/sanity/tree/HEAD/packages/sanity) from 3.12.1 to 3.12.2.
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Commits](https://github.com/sanity-io/sanity/commits/v3.12.2/packages/sanity)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-21 05:04:56 +00:00
Enoch Riese
64bffa5ff9 fix (designs) add missing measurements to design configs 2023-06-20 18:18:39 -05:00
Enoch Riese
bd0a2f1889 moderate the nav arrow bouncing 2023-06-20 17:18:01 -05:00
Enoch Riese
e1be833dfd dry up headers and layout wrappers. use sticky side navs 2023-06-20 16:52:00 -05:00
Enoch Riese
bd3ed40a2a deepscan fixes 2023-06-20 14:30:37 -05:00
Enoch Riese
bea2ca0223 don't get redirected to measies on refresh 2023-06-20 14:27:00 -05:00
Enoch Riese
1ca98d8fe2 Merge branch 'joost' into eriese-ui-tweaks 2023-06-20 13:56:38 -05:00
joostdecock
0e85bf5659 fix(shared): Clean up new pattern page 2023-06-20 20:19:31 +02:00
joostdecock
7f7ceeb0e2 Merge branch 'develop' into joost 2023-06-20 19:28:48 +02:00
joostdecock
6a222f254d chore: Linter issues 2023-06-20 19:27:29 +02:00
joostdecock
6b5d7c942b fix(sanity): Changed export script to not use . in IDs 2023-06-20 19:12:06 +02:00
Joost De Cock
fb6973822d
Merge pull request #4305 from eriese/eriese-strapi-pages
WIP (org) Implement blog and showcase pages
2023-06-20 19:08:40 +02:00
Joost De Cock
d7352c0b1b
Merge branch 'develop' into eriese-strapi-pages 2023-06-20 19:03:18 +02:00
joostdecock
d1769348b3 wip(shared): Changes to navigation flow towards new pattern 2023-06-20 17:30:18 +02:00
Joost De Cock
4860cdc31b
Merge pull request #4318 from freesewing/dependabot/npm_and_yarn/playwright/test-1.35.1
chore(deps-dev): bump @playwright/test from 1.35.0 to 1.35.1
2023-06-20 16:46:08 +02:00
dependabot[bot]
b26fa09d2c
chore(deps-dev): bump ava from 5.3.0 to 5.3.1
Bumps [ava](https://github.com/avajs/ava) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/avajs/ava/releases)
- [Commits](https://github.com/avajs/ava/compare/v5.3.0...v5.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-20 14:15:57 +00:00
Joost De Cock
a6bbbd0dfb
Merge pull request #4315 from freesewing/dependabot/npm_and_yarn/esbuild-0.18.5
chore(deps-dev): bump esbuild from 0.18.2 to 0.18.5
2023-06-20 16:13:06 +02:00
Joost De Cock
e218593d65
Merge pull request #4317 from freesewing/dependabot/npm_and_yarn/aws-sdk/client-sesv2-3.354.0
chore(deps): bump @aws-sdk/client-sesv2 from 3.352.0 to 3.354.0
2023-06-20 16:12:04 +02:00
Joost De Cock
54d9fa1e0a
Merge pull request #4319 from freesewing/dependabot/npm_and_yarn/playwright-1.35.1
chore(deps-dev): bump playwright from 1.35.0 to 1.35.1
2023-06-20 16:11:47 +02:00
Enoch Riese
462c92cbc7 being workbench measies view. revamp measurement inputs 2023-06-20 02:57:44 -05:00
github-actions
5a0515109b [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/aws-sdk/client-sesv2-3.354.0 changes in config/dependencies.yaml 2023-06-20 05:05:35 +00:00
dependabot[bot]
89481d3e0d
chore(deps-dev): bump playwright from 1.35.0 to 1.35.1
Bumps [playwright](https://github.com/Microsoft/playwright) from 1.35.0 to 1.35.1.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.35.0...v1.35.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-20 05:03:59 +00:00
github-actions
18c685c84d [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/swagger-ui-dist-5.1.0 changes in config/dependencies.yaml 2023-06-20 05:03:34 +00:00
dependabot[bot]
cae560dcf6
chore(deps-dev): bump @playwright/test from 1.35.0 to 1.35.1
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.35.0 to 1.35.1.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.35.0...v1.35.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-20 05:03:16 +00:00
github-actions
e16f1bc526 [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/esbuild-0.18.5 changes in config/dependencies.yaml 2023-06-20 05:03:15 +00:00
dependabot[bot]
478a4932b8
chore(deps): bump @aws-sdk/client-sesv2 from 3.352.0 to 3.354.0
Bumps [@aws-sdk/client-sesv2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sesv2) from 3.352.0 to 3.354.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.354.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-20 05:02:24 +00:00
dependabot[bot]
e5337b30df
chore(deps): bump swagger-ui-dist from 4.19.0 to 5.1.0
Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 4.19.0 to 5.1.0.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc)
- [Commits](https://github.com/swagger-api/swagger-ui/compare/v4.19.0...v5.1.0)

---
updated-dependencies:
- dependency-name: swagger-ui-dist
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-20 05:01:23 +00:00
dependabot[bot]
73c92ab4d2
chore(deps-dev): bump esbuild from 0.18.2 to 0.18.5
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.18.2 to 0.18.5.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.18.2...v0.18.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-20 05:00:47 +00:00
Enoch Riese
e9d21ddd62 shared components and utils for sanity pages 2023-06-19 16:27:13 -05:00
Joost De Cock
c5c947472f
Merge pull request #4308 from freesewing/dependabot/npm_and_yarn/daisyui-3.1.1
chore(deps): bump daisyui from 3.1.0 to 3.1.1
2023-06-19 21:24:41 +02:00
Joost De Cock
7612170f0f
Merge pull request #4309 from freesewing/dependabot/npm_and_yarn/sanity-3.12.1
chore(deps): bump sanity from 3.12.0 to 3.12.1
2023-06-19 21:24:30 +02:00
github-actions
928e3a2f09 [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/sanity-3.12.1 changes in config/dependencies.yaml 2023-06-19 07:29:41 +00:00