1
0
Fork 0
freesewing/sites/sde
joostdecock 38bb3bc6f0 release: v3.2.0
- Added:
  - core:
    - Added the `Path.combine()` method
    - The `Path.join()` method is now variadic
    - The `Path.length()` now takes an parameter to include move operations in the length calculation
  - lumina:
    - Initial release
  - lumira:
    - Initial release
  - plugin-annotations:
    - The `title` macro now takes a `notes` and `classes.notes` as its config, allowing you to add notes
    - The `classes.cutlist` config is removed from the title plugin, cutlist info is now included as notes
  - plugin-i18n:
    - This plugin now supports translation of nested arrays of strings, giving you more flexibility to concatenate translated parts of strings
  - react-components:
    - This Pattern component now supports translation of nested arrays of strings, giving you more flexibility to concatenate translated parts of strings
  - sandy:
    - Added a new *panels* option
  - tristan:
    - Inital release
- Deprecated:
  - core:
    - Calling `Path.join` with a second parameter to indicate that the resulting paths most be closed is now deprecated and will be removed in FreeSewing v4.
- Fixed:
  - brian:
    - Take biceps ease into account when calculating armhole depth
  - carlton:
    - Fixed a stray seam allowance path on the collar
  - charlie:
    - The back pocket welt (4) and front pocket facing (8) incorrectly indicated to cut 2 instead of 4 in the cutlist. Fixes #5791
  - hugo:
    - Fix issue that crashed the design when complete is off. Fixes #6006
    - Base pocket opening on pocket height, rather than width of the garment. Fixes #6004
- Removed:
  - plugin-annotations:
    - The `classes.cutlist` config is removed from the title plugin, cutlist info is now included as notes

Shout-out to @woutervdub and @benjamesben for their many contributotions
to this v3.2 release 🙏
2024-02-11 13:43:07 +01:00
..
components chore(env): Avoid mdx pages 2023-12-24 13:41:38 +01:00
design fix(sde): Make measurement non-optional in tutorial template 2023-09-30 14:45:54 +02:00
hooks feat(sde): Setup sde site 2023-09-29 08:05:40 +02:00
mock fix(sde): Mock files to fix SDE 2023-12-24 13:53:23 +01:00
pages chore(env): Avoid mdx pages 2023-12-24 13:41:38 +01:00
pkgs wip(sde): Trimming file list 2023-09-29 17:35:08 +02:00
prebuild wip(sde): Working on file list 2023-09-29 16:01:27 +02:00
public chore: Reconfigure & prebuild 2023-12-10 12:32:49 +01:00
env.local chore(sde): Added local env file 2023-09-29 09:09:40 +02:00
i18n.config.mjs feat(sde): Setup sde site 2023-09-29 08:05:40 +02:00
next-i18next.config.js wip(sde): Working on file list 2023-09-29 16:01:27 +02:00
next.config.mjs wip(sde): Trimming file list 2023-09-29 17:35:08 +02:00
package.json release: v3.2.0 2024-02-11 13:43:07 +01:00
postcss.config.js wip(sde): Working on file list 2023-09-29 16:01:27 +02:00
prebuild.mjs wip(sde): Trimming file list 2023-09-29 17:35:08 +02:00
README.md feat(sde): Setup sde site 2023-09-29 08:05:40 +02:00
site.config.mjs fix(sites): Add uk to site locales and languages 2024-01-24 15:51:36 -08:00
tailwind.config.mjs wip(sde): Added missing files 2023-09-29 16:33:20 +02:00

The FreeSewing stand-alone development environment

This is the environment that we ship in the @freesewing/new-design package.

You can use it inside the monorepo, but that's not its intended purpose.