1
0
Fork 0
Commit graph

172 commits

Author SHA1 Message Date
Joost De Cock
38f8bb2549 chore: Dependency updates 2022-12-23 15:25:39 +01:00
joostdecock
2caf9ead96 Fixing merge conflict - Merge branch 'develop' into site-dependencies 2022-12-18 09:28:12 +01:00
Joost De Cock
265833d419
Merge pull request #3222 from BenJamesBen/plugins-doc-updates
fix(docs): Plugins documentation updates
2022-12-14 10:11:01 +01:00
Enoch Riese
e1f7de0209 render pageless grid on pdf exports if pageless is on 2022-12-13 11:55:50 -06:00
Benjamin F
9e11419aea chore(plugin-bundle): Alphabetize plugins for easier viewing 2022-12-12 17:58:08 -08:00
Enoch Riese
b12696dcfa fix svg render of grid for v3 2022-12-12 13:00:19 -06:00
Joost De Cock
692ef11227 chore: updated contributors 2022-12-12 19:21:33 +01:00
Enoch Riese
f26098fe90 Merge branch 'develop' into eriese-v3-printing 2022-11-14 16:01:19 -06:00
Enoch Riese
d8cb8a7783 pdf export working 2022-11-14 14:02:11 -06:00
joostdecock
a500bbddb1 chore: Contributor update 2022-11-12 09:20:18 +01:00
Joost De Cock
9f0ca820ad
Merge pull request #2970 from nchilada/more-lint
chore(eslint): Clean up the eslint config, round 2
2022-10-19 12:16:28 +02:00
Joost De Cock
c959858e6c fix: Issue with build templates 2022-10-15 14:33:54 +02:00
Nikhil Chelliah
9897b3157d chore(eslint): a couple more config changes 2022-10-14 19:02:01 -04:00
Joost De Cock
43d6dbeae8 chore: Tweak to build plugin 2022-10-13 16:47:49 +02:00
Joost De Cock
e4378c2edb chore: Reconfigure packages 2022-10-08 04:27:44 +02:00
Joost De Cock
8e68bfc465 chore: Reconfigure packages 2022-10-08 04:05:18 +02:00
Joost De Cock
30987f6885 feat(plugin-gore): Cast input to numbers. See #2897 2022-10-07 21:43:59 +02:00
Joost De Cock
c8fac35892 fix(plugin-logo): Remove debug statement 2022-10-06 22:23:16 +02:00
Joost De Cock
2eb2b6322c chore: Added warning about alpha packages 2022-10-06 21:51:39 +02:00
Joost De Cock
d4013328cc chore: Re-enabled sample tests for designs 2022-10-06 21:01:58 +02:00
Joost De Cock
78e18d637a fix(plugin-logo): Updated tests for scale support 2022-10-06 19:48:28 +02:00
Joost De Cock
4e4ee48c94 fix(plugin-logo): Make logo respect scale 2022-10-06 16:13:32 +02:00
Joost De Cock
2f1af32a21 chore: Reconfigure packages 2022-09-28 22:00:01 +02:00
Joost De Cock
d31b0f5108 chore: Reconfigure packages 2022-09-28 21:06:47 +02:00
Joost De Cock
5491284518 Merge branch 'eriese-windows' of github.com:eriese/freesewing into eriese-eriese-windows 2022-09-28 20:16:08 +02:00
Joost De Cock
c0ede14d74
Merge branch 'develop' into more-lint 2022-09-28 19:09:50 +02:00
Joost De Cock
3af542c592 fix(plugin-buttons): Reference settings directly 2022-09-28 16:36:35 +02:00
Joost De Cock
71904f240c fix(plugin-round): Hide path by default 2022-09-27 23:59:52 +02:00
Joost De Cock
f56e67d007 chore(plugin-title): Changes for v3. See #2856 2022-09-27 14:08:32 +02:00
Joost De Cock
3e445a8401 chore(plugin-theme): Changes for v3. See #2856 2022-09-27 14:01:25 +02:00
Joost De Cock
ddd5b296b3 chore(plugin-sprinkle): Changes for v3. See #2856 2022-09-27 13:43:38 +02:00
Joost De Cock
b4da96da07 chore(plugin-scalebox): Changes for v3. See #2856 2022-09-27 13:41:44 +02:00
Joost De Cock
07d7f2defc fix(plugintest): Force radius to number 2022-09-27 12:36:14 +02:00
Joost De Cock
11e45c30db chore(plugin-notches): Changes for v3. See #2856 2022-09-27 11:59:35 +02:00
Joost De Cock
026d090351 chore(plugin-mirror): Changes for v3. See #2856 2022-09-27 11:57:31 +02:00
Joost De Cock
3212e5eedc chore(plugin-measurements): Changes for v3. See #2856 2022-09-27 11:55:44 +02:00
Joost De Cock
88e5339b37 chore(plugin-grainline): Changes for v3. See #2856 2022-09-27 11:42:54 +02:00
Joost De Cock
b851e69ec8 chore(plugin-gore): Changes for v3. See #2856 2022-09-27 11:40:41 +02:00
nikhil
a24e93354f fix(current lint check): Remove .babelrc palimpsests
The current GitHub linting workflow (which, thanks to its reliance on lerna, only runs lint in workspaces that specify a `lint` command--needs to be fixed) has been failing for a new reason since commit dd9510537c9857a9f41c155c933b893c5855d32d (the workflow was already failing in the `develop` branch for unrelated reasons).

dd9510537c9857a9f41c155c933b893c5855d32d reintroduced Babel to the monorepo, not for any kind of transpilation step but for usage by `eslint`. This wasn't an issue for `eslint` commands executed from the monorepo root, but it's an issue for the lint workflow: that workflow uses `lerna run lint` to run `eslint` from within workspace directories, and the workspace directories that implement `lint` commands also happen to have legacy `.babelrc` files that reference no-longer-installed Babel plugins.

This commit removes the old `.babelrc` files, which should fix the lint workflow in its current form. (I will soon be updating the lint workflow to cover all workspaces, but I've yet to decide what that will look like.)
2022-09-26 17:01:50 -04:00
nikhil
7046a14bc2 chore(eslint): Remove the plugin-specific .eslintrc files 2022-09-26 17:01:50 -04:00
Joost De Cock
35c9a877e2 fix(plugin-dimension): Fix rmad, closes #2860 2022-09-26 12:03:32 +02:00
joostdecock
ab9a91ce34 chore(plugin-flip): Changes for v3. See #2856 2022-09-25 16:47:04 +02:00
joostdecock
904b23a121 chore(plugin-dimension): Changes for v3. See #2856 2022-09-25 16:41:05 +02:00
joostdecock
1a25a9e379 chore(plugin-cutonfold): Changes for v3. See #2856 2022-09-25 15:32:57 +02:00
joostdecock
59d49f0001 chore(plugin-cutlist): Changes for v3. See #2856 2022-09-25 15:29:02 +02:00
joostdecock
70b04cc98f chore(plugin-buttons): Changes for v3. See #2856 2022-09-25 15:22:27 +02:00
joostdecock
34cd9ae1aa chore(plugin-bust): Changes for v3. See #2856 2022-09-25 15:03:09 +02:00
joostdecock
89d491fb48 chore(plugin-bartack): Changes for v3. See #2856 2022-09-25 14:59:49 +02:00
joostdecock
de644c6e7d chore(plugin-banner): Ported to v3 changes. See #2856 2022-09-25 14:11:43 +02:00
joostdecock
ba86029e61 chore(plugin-theme): Disable paperless for now 2022-09-25 10:55:37 +02:00