Joost De Cock
d5eb2946d3
chore(core): More unit tests
2022-09-19 18:04:47 +02:00
Joost De Cock
269b1a36f1
fix(core): Tests for smurve and smurve_
2022-09-19 10:32:53 +02:00
Joost De Cock
d7cbd42ced
feat(core): Added path.smurve() and path.smurve_() methods
2022-09-19 09:28:45 +02:00
Joost De Cock
cde423214c
New translations en.md (German)
2022-09-19 00:07:28 +02:00
Joost De Cock
4eddfd60f0
New translations en.md (German)
2022-09-19 00:07:27 +02:00
Joost De Cock
64e242722d
New translations en.md (German)
2022-09-19 00:07:26 +02:00
Joost De Cock
21ea22a18d
chore(core): Don't use reveal, use unhide
2022-09-18 23:01:10 +02:00
Joost De Cock
7730d4976f
fix(lab): Don't check for render in paths
2022-09-18 22:58:03 +02:00
Joost De Cock
4ab4801940
fix(plugin-timing): Clean up debug message
2022-09-18 22:56:16 +02:00
Joost De Cock
405808e2f9
feat(timing-plugin): New plugin for measuring draft timing
2022-09-18 22:53:14 +02:00
Joost De Cock
00ff0bf3d7
chore: README fix
2022-09-18 22:51:45 +02:00
Joost De Cock
04f6852482
feat(core): Added additional lifecycle hooks
...
Specifically:
- preInit
- postInit
- preSetDraft
- prePartDraft
- postPartDraft
- postSetDraft
2022-09-18 22:48:55 +02:00
Joost De Cock
3eca3c3715
New translations en.md (Ukrainian)
2022-09-18 20:19:46 +02:00
Joost De Cock
6b4db2bce1
New translations en.md (Ukrainian)
2022-09-18 19:15:28 +02:00
Joost De Cock
c5138aad99
fix: No more setRender() use hide() unhide() instead
2022-09-18 19:14:25 +02:00
Joost De Cock
a5114804a4
fix: Tests for designs after core changes
2022-09-18 18:43:40 +02:00
Joost De Cock
960cd9ca13
feat(brien): Optimize sleevecap resolver
2022-09-18 18:43:21 +02:00
Joost De Cock
b7d8cef789
fix(brian): Use hide() not setRender()
2022-09-18 18:43:00 +02:00
Joost De Cock
5dc7401308
chore(core): Use hide, not render
2022-09-18 18:16:17 +02:00
Joost De Cock
026560ef24
Merge pull request #2827 from freesewing/multiset
...
feat(core): Adds support for managing multiple sets of settings (aka mutisets)
2022-09-18 15:12:15 +02:00
Joost De Cock
200cebf582
chore(core): Refactor v3 code
2022-09-18 15:11:10 +02:00
Joost De Cock
41b7c67813
New translations en.md (German)
2022-09-17 23:32:02 +02:00
Joost De Cock
a6f68bbbc1
New translations en.md (German)
2022-09-17 21:46:38 +02:00
Joost De Cock
528df9ddb6
New translations en.md (German)
2022-09-17 21:46:37 +02:00
Joost De Cock
e9ab4d8f59
Merge pull request #2823 from freesewing/dependabot/npm_and_yarn/react-instantsearch-dom-6.33.0
...
chore(deps): bump react-instantsearch-dom from 6.32.1 to 6.33.0
2022-09-17 17:54:18 +02:00
Joost De Cock
a438af7afd
Merge pull request #2824 from freesewing/dependabot/npm_and_yarn/mongodb-memory-server-8.9.2
...
chore(deps): bump mongodb-memory-server from 8.9.1 to 8.9.2
2022-09-17 17:54:08 +02:00
Joost De Cock
085b5bb8a7
Merge pull request #2825 from freesewing/dependabot/npm_and_yarn/daisyui-2.28.0
...
chore(deps): bump daisyui from 2.25.0 to 2.28.0
2022-09-17 17:53:52 +02:00
Joost De Cock
f43e38c628
Merge pull request #2826 from freesewing/dependabot/npm_and_yarn/headlessui/react-1.7.2
...
chore(deps): bump @headlessui/react from 1.7.1 to 1.7.2
2022-09-17 17:53:41 +02:00
Joost De Cock
e8a063a38e
New translations en.md (Ukrainian)
2022-09-17 17:37:09 +02:00
Joost De Cock
53b9b55d63
New translations en.md (Ukrainian)
2022-09-17 17:37:08 +02:00
Joost De Cock
59613516d4
New translations en.md (Ukrainian)
2022-09-17 17:37:07 +02:00
Joost De Cock
9419c58723
New translations en.md (Ukrainian)
2022-09-17 17:37:06 +02:00
Joost De Cock
4a89a9341f
New translations en.md (Ukrainian)
2022-09-17 16:13:28 +02:00
Joost De Cock
abb86b3bc6
New translations en.md (Ukrainian)
2022-09-17 16:13:26 +02:00
Joost De Cock
f882a26408
chore(lab): Changes to handle multisets in core
2022-09-17 10:30:21 +02:00
Joost De Cock
e163ed1782
feat(core): Tests for multisets
2022-09-17 10:28:01 +02:00
Joost De Cock
0b18d81e14
feat(core): Added support for multiple sets of settings
...
This changes they was settings (what the user provides) are handled.
Before this, settings were passed as an object and that was it.
Now, settings are treated as an array of settings objects and this adds
full support for managing multiple sets of settings in a single pattern
instance.
This is the mechanism that's used for FreeSewing's sampling which used
to be a rather hackish implementation, but now merely sets up the
relevant list of settings, and then calls `pattern.draft()` as usual.
Things to be mindful of is that parts, the store and settings themselves
are tied to each set of settings. So where they used to be an object,
they are now an array of object.
2022-09-17 10:24:13 +02:00
dependabot[bot]
93cbefff6b
chore(deps): bump @headlessui/react from 1.7.1 to 1.7.2
...
Bumps [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react ) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/tailwindlabs/headlessui/releases )
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v1.7.2/packages/@headlessui-react )
---
updated-dependencies:
- dependency-name: "@headlessui/react"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-16 16:06:42 +00:00
dependabot[bot]
b73b0df836
chore(deps): bump daisyui from 2.25.0 to 2.28.0
...
Bumps [daisyui](https://github.com/saadeghi/daisyui ) from 2.25.0 to 2.28.0.
- [Release notes](https://github.com/saadeghi/daisyui/releases )
- [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md )
- [Commits](https://github.com/saadeghi/daisyui/compare/v2.25.0...v2.28.0 )
---
updated-dependencies:
- dependency-name: daisyui
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-16 16:06:00 +00:00
dependabot[bot]
9179f9aa98
chore(deps): bump mongodb-memory-server from 8.9.1 to 8.9.2
...
Bumps [mongodb-memory-server](https://github.com/nodkz/mongodb-memory-server/tree/HEAD/packages/mongodb-memory-server ) from 8.9.1 to 8.9.2.
- [Release notes](https://github.com/nodkz/mongodb-memory-server/releases )
- [Changelog](https://github.com/nodkz/mongodb-memory-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodkz/mongodb-memory-server/commits/v8.9.2/packages/mongodb-memory-server )
---
updated-dependencies:
- dependency-name: mongodb-memory-server
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-16 16:04:56 +00:00
dependabot[bot]
15b92145fb
chore(deps): bump react-instantsearch-dom from 6.32.1 to 6.33.0
...
Bumps [react-instantsearch-dom](https://github.com/algolia/react-instantsearch ) from 6.32.1 to 6.33.0.
- [Release notes](https://github.com/algolia/react-instantsearch/releases )
- [Changelog](https://github.com/algolia/react-instantsearch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/algolia/react-instantsearch/compare/v6.32.1...v6.33.0 )
---
updated-dependencies:
- dependency-name: react-instantsearch-dom
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-16 16:00:50 +00:00
Joost De Cock
39ddc3659c
Merge pull request #2816 from freesewing/dependabot/npm_and_yarn/types/express-4.17.14
...
chore(deps-dev): bump @types/express from 4.17.13 to 4.17.14
2022-09-16 18:00:11 +02:00
Joost De Cock
c96c14fa53
Merge pull request #2817 from freesewing/dependabot/npm_and_yarn/types/node-18.7.18
...
chore(deps-dev): bump @types/node from 18.7.17 to 18.7.18
2022-09-16 17:59:56 +02:00
Joost De Cock
2ceb4e019a
Merge pull request #2819 from freesewing/woutervdub-patch-1
...
Update README.md
2022-09-16 17:59:44 +02:00
Joost De Cock
8c5695419f
Merge pull request #2820 from freesewing/dependabot/npm_and_yarn/mongoose-6.6.1
...
chore(deps): bump mongoose from 6.6.0 to 6.6.1
2022-09-16 17:59:11 +02:00
Joost De Cock
81a79c5ac4
Merge pull request #2821 from freesewing/dependabot/npm_and_yarn/autoprefixer-10.4.11
...
chore(deps): bump autoprefixer from 10.4.8 to 10.4.11
2022-09-16 17:58:53 +02:00
Joost De Cock
af03719bf3
Merge pull request #2822 from freesewing/dependabot/npm_and_yarn/netlify-cli-11.8.0
...
chore(deps): bump netlify-cli from 11.6.0 to 11.8.0
2022-09-16 17:58:32 +02:00
dependabot[bot]
7ebc056569
chore(deps): bump netlify-cli from 11.6.0 to 11.8.0
...
Bumps [netlify-cli](https://github.com/netlify/cli ) from 11.6.0 to 11.8.0.
- [Release notes](https://github.com/netlify/cli/releases )
- [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md )
- [Commits](https://github.com/netlify/cli/compare/v11.6.0...v11.8.0 )
---
updated-dependencies:
- dependency-name: netlify-cli
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-16 04:08:18 +00:00
Enoch Riese
cc4c32708d
remove extra &&
2022-09-15 10:43:31 -05:00
Enoch Riese
9bacc1109f
Merge branch 'develop' into eriese-windows
2022-09-15 10:40:05 -05:00