1
0
Fork 0
Commit graph

407 commits

Author SHA1 Message Date
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
joostdecock
4e2dc7cf33 fix(plugin-timing): Ported to v3 changes 2022-09-25 10:55:37 +02:00
joostdecock
8632d6b233 fix(plugin-bust): Ported to v3 changes 2022-09-25 10:55:37 +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
5dc7401308 chore(core): Use hide, not render 2022-09-18 18:16:17 +02:00
Enoch Riese
9bacc1109f
Merge branch 'develop' into eriese-windows 2022-09-15 10:40:05 -05:00
Joost De Cock
a416b8b860 chore: More linting 2022-09-15 13:49:55 +02:00
Joost De Cock
8e187a947a chore: Add linting for yaml 2022-09-15 10:23:06 +02:00
Joost De Cock
c9f9202c9b chore: Added eslint config and workflow 2022-09-15 07:53:35 +02:00
Joost De Cock
ef5e792d6b chore: Linter fixes 2022-09-14 15:02:39 +02:00
Joost De Cock
b1429a3704 chore: Reconfigure packages 2022-09-14 13:42:36 +02:00
Enoch Riese
aba62cd3bc add support for windows-specific build and prebuild scripts 2022-09-13 11:32:50 -05:00
Joost De Cock
a85342e6dc chore(plugin-i18n): Ported to v3 2022-09-12 18:01:08 +02:00
Joost De Cock
75cadc4b7c chore(plugin-title): Ported to v3 2022-09-12 15:42:50 +02:00
Joost De Cock
2ead1c7aa0 chore(plugin-theme): Ported to v3 2022-09-12 15:38:05 +02:00