1
0
Fork 0
Commit graph

484 commits

Author SHA1 Message Date
Benjamin Fan
bfc2296cec fix(react,utils): Change imperial step to 1/16 in. 2025-05-24 08:49:07 +02:00
joostdecock
415a6559d3 [utils] fix: Also replace & in user strings 2025-05-01 15:48:50 +00:00
joostdecock
d267c04286 [react]: fix: Escape user-provided text in SVG. Closes #260 2025-05-01 15:48:50 +00:00
joostdecock
02f841c570 feat: Added studio to monorepo 2025-04-23 16:46:23 +00:00
joostdecock
44e04a4cef feat: Upgrade to TailwindCSS 4 & DaisyUI 5 (#263)
Also fixes #251

Reviewed-on: https://codeberg.org/freesewing/freesewing/pulls/263
Co-authored-by: joostdecock <joost@joost.at>
Co-committed-by: joostdecock <joost@joost.at>
2025-04-18 08:07:13 +00:00
Jonathan Haas
a110d222c9 [react] fix: seam allowance slider (#210)
Fixes #208

Reviewed-on: https://codeberg.org/freesewing/freesewing/pulls/210
Reviewed-by: Joost De Cock <joostdecock@noreply.codeberg.org>
Co-authored-by: Jonathan Haas <haasjona@gmail.com>
Co-committed-by: Jonathan Haas <haasjona@gmail.com>
2025-04-06 14:44:22 +00:00
joostdecock
c5720c1163 [org] fix: Fix 'update pattern' link 2025-04-02 17:31:23 +02:00
Joost De Cock
51dc1d9732
[breaking]: FreeSewing v4 (#7297)
Refer to the CHANGELOG for all info.

---------

Co-authored-by: Wouter van Wageningen <wouter.vdub@yahoo.com>
Co-authored-by: Josh Munic <jpmunic@gmail.com>
Co-authored-by: Jonathan Haas <haasjona@gmail.com>
2025-04-01 16:15:20 +02:00
joostdecock
d8e1d5b4bc chore: Remove deprecated code 2022-08-24 09:30:38 +02:00
joostdecock
ae40299f7b chore: develop now hosts v3 code 2022-08-23 13:45:20 +02:00
joostdecock
7595799211 chore: Added warning about v3 2022-08-23 13:33:08 +02:00
joostdecock
089a1b74a3 chore: Added deprecation warning to READMEs 2022-08-23 13:30:48 +02:00
joostdecock
d230d0dee8 chore: Reconfigure packages 2022-08-23 13:13:56 +02:00
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
joostdecock
a359b58229 chore: Reconfigure packages 2022-07-31 16:13:51 +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
5af0bedfec Merge branch 'develop' of github.com:freesewing/freesewing into develop 2022-06-21 19:24:26 +02:00
Joost De Cock
59ab559ccd chore: Added gitpod tip to READMEs 2022-06-21 11:11:34 +02:00
Enoch Riese
7476d45f54 Merge branch 'develop' into eriese-imperial 2022-06-17 22:31:11 -05: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
Enoch Riese
e64a56c4c9 Merge branch 'develop' into eriese-imperial 2022-06-16 22:03:27 -05:00
Enoch Riese
7a34bc0629 format everything as decimals for ease of input 2022-06-16 16:54:08 -05:00
Joost De Cock
147920daeb fix: Updated to build order for extended designs 2022-06-16 18:05:44 +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
Joost De Cock
3063c2c2dd chore: Version bump 2022-06-15 19:11:57 +02:00
Joost De Cock
b0e8878c77 chore: Reconfigure packages 2022-06-15 07:17:45 +02:00
Joost De Cock
86b49a4ea6 chore: Remove rollup and legacy devenv dependencies 2022-06-14 14:00:43 +02:00
Joost De Cock
fb858eb45b chore(utils): Migrated to esbuild & removed legacy devenv 2022-06-14 13:09:18 +02:00
Joost De Cock
b0aa9f3895 chore: Supress webpack warnings about named imports from JSON
This suppresses a warning in webpack v5 when importing the
version from the package.json file like a named export.

This use to be fine in webpack v4 but in v5 it's deprecated to
be more inline with the way it works in NodeJS.

That being said, it's very usefull as there's no need to pull in
the entire package.json file.
Futhermore, esbuild supports this out of the box so we also use
it in our build scripts.

So for now I'm supressing this warning. In FreeSewing v3 we'll
re-evaluate this.
2022-06-12 22:37:04 +02:00
Joost De Cock
714022a608 chore: Reconfigure packages 2022-05-21 20:34:32 +02:00
Joost De Cock
6c01ddea09 chore: Reconfigure packages 2022-05-21 19:28:43 +02:00
Joost De Cock
cd7a3cb57a feat: Added waistToArmhole measurement 2022-04-03 15:21:36 +02:00
Nick Dower
0da517c2ed Reconfigure README.md files. 2022-03-03 05:46:34 +01:00
Joost De Cock
23f70b4b59 release: FreeSewing 2.20.7
This fixes an issue in our workbench component that caused an error for
people using our development environment.
2022-02-20 19:35:36 +01:00
Joost De Cock
47bfd60ffe release: v2.20.6
**Date:** 2022-02-22

- Set units on fontsizes to support scale setting

- Handle unset props.pattern in DraftConfigurator option.hide check
2022-02-17 19:37:00 +01:00
Joost De Cock
1bdae6b002 release: v2.20.5 2022-02-17 19:11:27 +01:00
Joost De Cock
cbf258bb6e chore: Reconfigure packages 2022-02-16 20:45:38 +01:00
Joost De Cock
777acaf74a chore: Reconfigure packages 2022-01-28 20:30:45 +01:00