1
0
Fork 0
Commit graph

41 commits

Author SHA1 Message Date
joostdecock
c8db1f1774 chore: Reconfigure packages 2022-08-22 19:13:28 +02:00
joostdecock
a102acb6aa chore: Reconfigure packages 2022-08-22 15:39:44 +02:00
Joost De Cock
ee92526d53 fix: Broken link in README's
As reported in #2605 there's a broken link in the README's that points
to an old overview of all published packages on freesewing.dev.

Since we migrated to NextJS that page no longer exists, futhermore we've
moved away from the single `packages` workspace and now have one for
`packages`, `designs`, `plugins`, and `sites`. So I've just dropped the
link and rephrased the sentence.
2022-08-19 09:00:48 +02:00
bobgeorgethe3rd
2670cc51e8
reverted waistbandWidth min 2022-08-13 13:35:11 +01:00
bobgeorgethe3rd
969f58d607 yarn prettier 2022-08-13 12:31:15 +00:00
bobgeorgethe3rd
6efa9286e7
indetended code 2022-08-12 23:17:23 +01:00
bobgeorgethe3rd
3a7a6d5428
indented code 2022-08-12 23:16:16 +01:00
bobgeorgethe3rd
a55172f7ba
added fitGuides 2022-08-11 18:24:17 +01:00
bobgeorgethe3rd
048526f890
added fitGuides option 2022-08-11 18:23:01 +01:00
bobgeorgethe3rd
e6040615a8
added fitGuides 2022-08-11 18:21:30 +01:00
bobgeorgethe3rd
6991d44145
seatOutNotch instead of seatOut for path 2022-08-10 19:20:18 +01:00
bobgeorgethe3rd
d3e87f7e8e
seatOutNotch not seatOut for path 2022-08-10 19:19:53 +01:00
bobgeorgethe3rd
1e2c00b8d0
change logo anchors y 2022-08-10 19:09:45 +01:00
bobgeorgethe3rd
1cdac0731b
change logo anchors y 2022-08-10 19:08:41 +01:00
bobgeorgethe3rd
6f23786656
added seat notches 2022-08-10 19:06:54 +01:00
bobgeorgethe3rd
111c9719ef
Update back.js 2022-08-10 19:01:24 +01:00
bobgeorgethe3rd
a6cf132211
altered if 2022-08-10 18:57:20 +01:00
bobgeorgethe3rd
3e2746d300
added seatNotches 2022-08-10 18:49:34 +01:00
bobgeorgethe3rd
b34ff23a86
less than not greater than
copy paste error
2022-08-10 18:13:06 +01:00
bobgeorgethe3rd
95ab0cb64f
added front notches
Additions
- Hip notches
- Crotch seam notch
- Knee Notches
- Hip Line

Again added hip line path to clarify better,
2022-08-10 17:26:45 +01:00
bobgeorgethe3rd
fb19cf38de
add notches back
Additions
- Knee Notches
- Hip Notches
- Hip Line path.

I decided to add a path for the hip as well as it is more clarifying to the user.
2022-08-10 16:49:43 +01:00
bobgeorgethe3rd
baa5e68a93
waistbandWidth being able to go to 0%
Not sure why it was removed but some users may want no waistband in their block.
2022-08-10 16:46:35 +01:00
joostdecock
a359b58229 chore: Reconfigure packages 2022-07-31 16:13:51 +02:00
Joost De Cock
1807640967 chore: Remove babel from test runners 2022-07-15 12:02:07 +02:00
Joost De Cock
f7b9a8d52f chore: Reconfigure after version bump 2022-07-02 20:20:43 +02:00
Joost De Cock
23d62c55d1 pre-release: 2.21.3.-rc.0 2022-07-02 20:07:11 +02:00
Joost De Cock
aafcedf413 chore: Reconfigure packages 2022-06-30 12:10:37 +02:00
Joost De Cock
9ef103fb64 release: 2.21.1 2022-06-28 08:52:21 +02:00
Joost De Cock
2f50d8f684 chore: Reconfigure packages 2022-06-27 12:52:09 +02:00
Joost De Cock
943be591cb chore: Reconfigure packages 2022-06-27 11:44:16 +02:00
Joost De Cock
9bd8f5abd3 chore: Reconfigure packages 2022-06-27 11:26:03 +02:00
Joost De Cock
457a139d25 chore: Reconfigure packages 2022-06-25 16:02:19 +02:00
Joost De Cock
074361ccee chore: Version bump 2.21.0-rc.2 2022-06-24 20:26:29 +02:00
Joost De Cock
4cba6f1804 chore: Reconfigure packages 2022-06-22 16:00:00 +02:00
Joost De Cock
0d429af2dd chore: Reconfigure packages 2022-06-22 15:59:13 +02:00
Joost De Cock
52e3d375be chore: Upgraded to mocha 10 2022-06-22 09:41:07 +02:00
Joost De Cock
caf3494393 chore: Don't minify test builds 2022-06-22 09:37:23 +02:00
Joost De Cock
59ab559ccd chore: Added gitpod tip to READMEs 2022-06-21 11:11:34 +02:00
Joost De Cock
a4cda485d5 chore: Added scripts to facilitate development 2022-06-17 18:23:17 +02:00
Joost De Cock
7108cb46a2 feat: Let yarn lab start the dev env 2022-06-17 14:12:46 +02:00
Joost De Cock
e4035b2509 chore: Re-structure workspaces, enforce build order
These are some changes in the way the monorepo is structured,
that are aimed at making it easier to get started.

There are two important changes:

**Multiple workspaces**

We had a yarn workspaces setup at `packages/*`. But our monorepo has
grown to 92 packages which can be overwhelming for people not familiar
with the package names.

To remedy this, I've split it into 4 different workspaces:

- `designs/*`: Holds FreeSewing designs (think patterns)
- `plugins/*`: Holds FreeSewing plugins
- `packages/*`: Holds other packages published on NPM
- `sites/*`: Holds software that is not published as an NPM package,
  such as our various websites and backend API

This should make it easier to find things, and to answer questions like
*where do I find the code for the plugins*.

**Updated reconfigure script to handle build order**

One problem when bootstrapping the repo is inter-dependencies between
packages. For example, building a pattern will only work once
`plugin-bundle` is built. Which will only work once all plugins in the
bundle or built. And that will only work when `core` is built, and so
on.

This can be frustrating for new users as `yarn buildall` will fail.
And it gets overlooked by seasoned devs because they're likely to have
every package built in their repo so this issue doesn't concern them.

To remedy this, we now have a `config/build-order.mjs` file and the
updated `/scripts/reconfigure.mjs` script will enforce the build order
so that things *just work*.
2022-06-16 17:11:31 +02:00