1
0
Fork 0
Commit graph

8333 commits

Author SHA1 Message Date
Joost De Cock
acb9b0d10e
Merge pull request #3285 from freesewing/core-part-getid
feat(core): Make Part.getId() a prototype method
2022-12-23 15:57:30 +01:00
Joost De Cock
b5e9086152 chore(core): Added test for Part.getId() 2022-12-23 15:52:02 +01:00
Joost De Cock
94a3d0be50 fix(core): Call closure in Part.getId() 2022-12-23 15:36:08 +01:00
Joost De Cock
6da872abe0 fix(core): Add param inline docs for Part.getId() 2022-12-23 15:29:44 +01:00
Joost De Cock
38f8bb2549 chore: Dependency updates 2022-12-23 15:25:39 +01:00
Joost De Cock
1f51087c25 feat(core): Make Part.getId() a prototype method
As requested by @BenJamesBen in #3282
2022-12-22 19:35:14 +01:00
Enoch Riese
5f4cba396f
Fix Pattern test after removal of debug setting 2022-12-19 12:18:41 -06:00
Joost De Cock
b60d077385
Merge pull request #3248 from BenJamesBen/remove-debug-setting
chore(core): Remove debug setting
2022-12-18 20:07:03 +01:00
Joost De Cock
843c4d9b70 New translations lab.yaml (French) 2022-12-18 13:51:04 +01:00
Joost De Cock
fa3c3927c2 New translations optiongroups.yaml (French) 2022-12-18 13:51:03 +01:00
Joost De Cock
48579a3a90 New translations measurements.yaml (French) 2022-12-18 13:51:02 +01:00
Joost De Cock
945630a2f8 New translations homepage.yaml (French) 2022-12-18 12:51:12 +01:00
Joost De Cock
62c79e6120 New translations ograph.yaml (French) 2022-12-18 12:51:11 +01:00
Joost De Cock
c160126252 New translations workbench.yaml (French) 2022-12-18 12:51:09 +01:00
Joost De Cock
24f114e670 New translations email.yaml (French) 2022-12-18 12:51:08 +01:00
Joost De Cock
6d5f755160 New translations app.yaml (French) 2022-12-18 12:51:07 +01:00
joostdecock
2caf9ead96 Fixing merge conflict - Merge branch 'develop' into site-dependencies 2022-12-18 09:28:12 +01:00
Joost De Cock
b52ac77f02 chore: Updated core deps 2022-12-17 16:49:58 +01:00
Benjamin F
fd2f2fef25 chore(core): Remove debug setting 2022-12-16 11:39:24 -08:00
Nikhil Chelliah
28811c71e9 refactor(new-design): Remove dependency on core 2022-12-13 14:44:55 -05:00
Joost De Cock
ff49991204
Merge pull request #3224 from eriese/eriese-paperless
[Fix] Paperless exports to SVG and PDF
2022-12-13 19:51:33 +01:00
Enoch Riese
4bdbddb3d6 get pages to render properly on pdf export when settings.only is an array 2022-12-13 08:39:16 -06:00
Joost De Cock
925e9d8e0b fix: Drop core as new-design dependency 2022-12-12 19:29:51 +01:00
Joost De Cock
692ef11227 chore: updated contributors 2022-12-12 19:21:33 +01:00
Joost De Cock
c5d4eae079 feat: Export Bezier in shorthand call + docs 2022-12-12 18:45:51 +01:00
Enoch Riese
d78b2bb6c1 Merge branch 'develop' into eriese-v3-printing 2022-12-12 09:44:25 -06:00
Joost De Cock
12d51d5af4
Merge pull request #3172 from BenJamesBen/utils-comments-fixes
fix(core) Small corrections to utils.mjs comments
2022-12-09 08:04:20 +01:00
Joost De Cock
88b17bcee7
Merge pull request #3188 from BenJamesBen/pattern-sampleoptions-update
fix(core): Update Pattern.sampleOptions() and documentation
2022-12-09 08:00:27 +01:00
Benjamin F
04b36cb1a1 fix(core): Fix typo in points.mjs comment 2022-12-08 22:37:50 -08:00
Benjamin F
969d481585 fix(core): Update Pattern.sampleOptions() to work with additional option types 2022-12-08 20:45:17 -08:00
Enoch Riese
4f42f4038c test the security fix 2022-12-08 20:06:22 -06:00
Enoch Riese
08f1dcdaba security fix 2022-12-08 19:31:57 -06:00
Enoch Riese
91ece18d2b Merge branch 'develop' into eriese-v3-printing 2022-12-08 19:28:54 -06:00
Benjamin F
b000039033 fix(core) Small corrections to utils.mjs comments 2022-12-07 18:23:02 -08:00
Joost De Cock
6f70cf23d4
Merge pull request #3136 from BenJamesBen/path-clean-fix
fix(core): In Path.clean(), initialize cur variable before use.
2022-12-05 17:36:02 +01:00
Benjamin F
491902aca6 fix(core): In Path.clean(), initialize cur variable before use. 2022-12-04 20:19:51 -08:00
Enoch Riese
59bf4ffb51 test uncovered lines 2022-12-04 16:59:34 -06:00
Enoch Riese
5aab19f7c5 Merge branch 'develop' into eriese-v3-printing 2022-12-04 16:29:06 -06:00
Benjamin F
f53f906db0 chore: (new-design) Upgrade to nextjs 13 and react 18 2022-12-04 08:39:33 -08:00
Enoch Riese
477a4d93f5 everything passes lint 2022-12-03 11:25:02 -06:00
joostdecock
fab1e2f877 feat(core): Added Path.clean() method. Closes #3038 and #3056
This is a fix for bug #3038 which was investigated by @BenJamesBen
who also proposed a fix in PR #3056

However, after discussing the matter, we agreed it would be better
to have a generic method in core to guard against the issue of
spurious drawing operations.

This commit adds the `Path.clean()` method that does exactly that,
as well as its documentation.
2022-12-03 17:28:05 +01:00
Enoch Riese
4c4194994f deepscan fix 2022-12-01 14:15:38 -06:00
Enoch Riese
38f59f9f36 lint fix 2022-12-01 11:48:33 -06:00
Enoch Riese
2308af90ba change to 52922 mustache delimiter on all template files 2022-11-30 16:16:33 -06:00
Enoch Riese
85f37564a7 Merge branch 'nchilada-new-design' into eriese-new-design 2022-11-30 15:54:26 -06:00
Enoch Riese
3561dcc10e lint fix 2022-11-29 20:07:06 -06:00
Enoch Riese
cb0a14172f documentation and cleanup 2022-11-29 18:07:06 -06:00
Enoch Riese
27a9e639f6 all bases use the same part template 2022-11-29 17:57:03 -06:00
Enoch Riese
af4185b126 inherited designs all use base templates 2022-11-29 16:10:19 -06:00
Enoch Riese
6c901e80eb update dev command for new-design because we no longer use experimental json modules 2022-11-29 12:08:12 -06:00