1
0
Fork 0
Commit graph

436 commits

Author SHA1 Message Date
joostdecock
509e6a3b85 chore(plugin-annotations): Migrate scalebox 2023-09-05 20:38:03 +02:00
joostdecock
d94930f720 chore(plugin-annotations): Migrate pleat 2023-09-05 20:37:49 +02:00
joostdecock
6cc55ae677 chore(plugin-annotations): Migrate grainline 2023-09-05 20:37:38 +02:00
joostdecock
65b3f32b44 chore(plugin-annotations): Migrate dimensions 2023-09-05 20:37:29 +02:00
joostdecock
8d4c6fcf9e chore(plugin-annotations): Migrate cutonfold 2023-09-05 20:37:15 +02:00
joostdecock
c289f4df66 chore(plugin-annotations): Migrate crossbox 2023-09-05 20:37:02 +02:00
joostdecock
dae90a557d chore(plugin-annotations): Migrate bartack 2023-09-05 20:36:45 +02:00
joostdecock
d95645b679 chore(plugin-annotations): Migrate bannerbox 2023-09-05 20:36:33 +02:00
joostdecock
f33f652e44 chore(plugin-annotations): Migrate banner 2023-09-05 20:36:22 +02:00
joostdecock
d6ca812d49 feat(plugin-macro): Ported bannerbox to latest approach 2023-09-05 12:06:09 +02:00
joostdecock
637b2ecaba feat(plugin-annotations): Check complete in title macro 2023-09-05 12:05:47 +02:00
joostdecock
e60362935c feat(plugin-annotations): Allow overriding classes, set name/nr in store 2023-09-05 11:18:19 +02:00
joostdecock
577af2df6b feat(plugin-anotations): Keep macro ids in store for easy removal 2023-09-05 11:05:14 +02:00
github-actions
3f8edf41d9 [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/bugsnag/js-7.21.0 changes in config/dependencies.yaml 2023-08-21 04:47:28 +00:00
Enoch Riese
a2f1c50711 remove unneeded dependency build before testing 2023-07-27 23:57:24 -05:00
Enoch Riese
7ff2bded15 use node conditional exports instead of reconfiguring exports for different use cases 2023-07-27 18:52:58 -06:00
joostdecock
009e1c1cc9 fix(shared): Get rid of build:sitedeps
Recently I refactored the prebuild code. One thing I did not touch (yet)
was the various site dependencies. They were then ported to NX over the
previous system with build priorities we had in place. And while that
was a welcome improvement, it did not really address the bigger picture:
we don't actually need to build any of these dependencies to build the
site.

All we need to do is help NodeJS so it can resolve everything from the
source. So this commit does that by adding a top-level run script
`yarn buildsiteconfigure` which calls `yarn reconfigure` but with the
BUILDSITE variable set.

When that variable is set, the reconfigure script will skip all optional
steps and generate a slightly different package.json file that tells
NodeJS to looks the package from source, rather than to look for the
build files.

After running this script, the prebuild step for the various sites will
run without problems, even on a fresh repo where nothing has ever been
build.

So I've updated the prebuild script in the sites to run this. For local
development, please use `uyarn predev` so that you don't muck with all
the package.json files.
If you do so (by accident or not) a `yarn reconfigure` run will put
everything back in its place.
2023-07-26 20:01:04 +02:00
Enoch Riese
9c88b44501 better naming convention for build scripts. bring back build:all 2023-07-23 11:19:30 -06:00
Enoch Riese
d613c842d6 use lerna to handle build order and speed up buildsitedeps 2023-07-22 18:32:19 -06:00
joostdecock
3f77777c4b breaking: FreeSewing now uses NodeJS 18 lts/hydrogen
FreeSewing now uses NodeJS 18 -- specifically lts/hydrogen -- for its
development.

There is no specific reason to run 18, things will still work in 16
(lts/gallium) but Vercel who hosts/builds our sites will be dropping
support for Node 16 in about 6 months, so since we're gearing up for
a new major release (v3) this is the best time for us to also move
to Node 18.
2023-07-21 18:35:19 +02:00
github-actions
7635c63b65 [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/nodemon-3.0.1 changes in config/dependencies.yaml 2023-07-10 04:53:22 +00:00
Joost De Cock
64f75a54d2 fix(plugin-i18n): Fixes after translation changes 2023-07-04 20:29:24 +02:00
joostdecock
28b4e4f279 breaking(plugin-1i8n): Take translation method only 2023-07-02 19:42:19 +02:00
joostdecock
8be9f395e8 fix(sanity): Add missing dependency 2023-06-16 18:39:38 +02:00
Wouter van Wageningen
f66931511b Fix plugin-theme tests 2023-06-02 22:34:48 +00:00
Wouter van Wageningen
27ee9139a6 svg tweak 2023-05-23 22:39:59 +00:00
Wouter van Wageningen
cbcbbeb5b8 Test issue fix 2023-05-23 04:25:03 +00:00
Joost De Cock
2a6652a67b
Merge pull request #3989 from BenJamesBen/title-macro-align
enhancement(title): Add alignment property
2023-05-22 09:48:18 +02:00
joostdecock
3f4ce50269 chore(plugin-gore): Code QA fixes 2023-05-19 10:39:56 +02:00
Joost De Cock
2fc5508330
Merge pull request #4014 from BenJamesBen/bannerbox-fixes
fix(bannerbox): Removed hardcoded values in call to `banner`
2023-05-18 08:50:11 +02:00
Enoch Riese
bf754a0d4c
Merge pull request #3976 from BenJamesBen/title-cutlist-warning
fix(plugin-annotation,title): Supress warning message if cutlist not defined
2023-05-16 19:48:42 -05:00
Enoch Riese
837b86368d 🔖 v3.0.0-alpha.10 2023-05-08 01:34:29 -05:00
Benjamin F
0c55a868eb fix(bannerbox): Removed hardcoded values in call to banner 2023-05-07 15:40:27 -07:00
Wouter van Wageningen
e95d2f0353 Make macros upToDate with documentation 2023-05-07 19:30:54 +00:00
Benjamin F
72bfb34ef1 fix(title): Add align tests 2023-05-04 16:24:29 -07:00
Benjamin F
e972c72793 enhancement(title): Add alignment property 2023-05-04 15:24:48 -07:00
Wouter van Wageningen
51b68a14cf First commit 2023-05-04 19:19:52 +00:00
Benjamin F
39ad4bbef2 fix(plugin-title): Supress warning message if cutlist not defined 2023-05-03 19:11:21 -07:00
Wouter van Wageningen
e9ab680c53
Merge pull request #3919 from freesewing/develop
Get up to date with develop
2023-04-26 23:24:53 -07:00
Wouter van Wageningen
9fe51a5b77 forgot plugin-theme 2023-04-21 04:03:39 +00:00
Wouter van Wageningen
8887a97dd2 @eriese recommendations 2023-04-21 03:48:37 +00:00
Wouter van Wageningen
9536476512 Implement @eriese suggestion 2023-04-20 19:14:10 +00:00
Wouter van Wageningen
0213c92b0f Test fixes 2023-04-20 18:55:07 +00:00
Enoch Riese
0cbc0856f4 fix (cutlist) edits to work with plugin-mirror's new strictness 2023-04-20 10:23:27 -04:00
Enoch Riese
46b167ea34 chore (plugin-annotations) add cutlist title support back in 2023-04-20 10:23:27 -04:00
Enoch Riese
adbc817863 add plugin-cutlist to plugin-annotations 2023-04-20 10:22:47 -04:00
Enoch Riese
5c80c8dbc3 use svg transforms to flip and rotate cutlist parts 2023-04-20 10:21:10 -04:00
Enoch Riese
ea35f00fd7 inherited cutlists 2023-04-20 10:21:10 -04:00
Enoch Riese
e9cad60778 documenting 2023-04-20 10:21:10 -04:00
Enoch Riese
05c0a9dbbf add cutting layouts to pdf export 2023-04-20 10:21:09 -04:00