1
0
Fork 0
Commit graph

35 commits

Author SHA1 Message Date
joostdecock
b2b2e0cf73 chore: dependencies update 2024-03-23 11:36:28 +01:00
woutervdub
8efcde1c78 Fix #6387 2024-03-22 16:36:10 +00:00
joostdecock
18f009db1a chore: Dependency updates 2024-03-16 12:16:16 +01:00
joostdecock
8f13ace1f3 chore: Update dependencies and changelog 2024-03-03 10:10:43 +01:00
dependabot[bot]
e55f384618
Bump chai from 5.0.3 to 5.1.0
Bumps [chai](https://github.com/chaijs/chai) from 5.0.3 to 5.1.0.
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](https://github.com/chaijs/chai/compare/v5.0.3...v5.1.0)

---
updated-dependencies:
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-13 04:23:41 +00:00
dependabot[bot]
5cf54d8393
Bump mocha from 10.2.0 to 10.3.0
Bumps [mocha](https://github.com/mochajs/mocha) from 10.2.0 to 10.3.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v10.2.0...v10.3.0)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 08:41:43 +00:00
joostdecock
59adf43911 chore: Set engines in package.json 2024-02-11 17:31:52 +01:00
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
joostdecock
617fb6fa17 chore: Preparing 3.2 release 2024-02-11 13:30:18 +01:00
dependabot[bot]
64959fc0ab
build(deps-dev): bump mocha from 10.2.0 to 10.3.0
Bumps [mocha](https://github.com/mochajs/mocha) from 10.2.0 to 10.3.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v10.2.0...v10.3.0)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-09 04:57:52 +00:00
woutervdub
fd8dc3e4b4 Resolves #5956 2024-02-04 19:19:33 +00:00
joostdecock
703f8fd6e1 chore: Updated dependencies 2024-02-04 11:54:17 +01:00
joostdecock
f2353ba177 chore: Updated changelog with tristan release 2024-02-04 10:54:27 +01:00
joostdecock
add96a0ee2 chore: Updated README templates 2024-02-04 10:52:16 +01:00
woutervdub
6f81c00515 Fix errors found by BJB 2024-01-23 06:06:23 +00:00
woutervdub
67af20da43 There is always more lint. 2024-01-10 00:17:57 +00:00
woutervdub
898013c486 Lint is killing me! 2024-01-10 00:11:41 +00:00
woutervdub
137e37ec5c We all bow to the mighty Lint! 2024-01-10 00:03:49 +00:00
woutervdub
c153ad6118 Always more lint 2024-01-09 23:38:26 +00:00
woutervdub
56bcb9761f More lint! 2024-01-09 22:54:20 +00:00
woutervdub
e78f488bf0 Lint, lint, lint 2024-01-09 22:40:50 +00:00
woutervdub
4523d9b7b7 remove test 2024-01-09 05:34:08 +00:00
woutervdub
71a8ff3800 Tests completed 2024-01-09 05:32:14 +00:00
woutervdub
1ff26f5a6b Annotations and i18n 2024-01-07 19:40:43 +00:00
woutervdub
2efcf914f5 start with dimensions 2024-01-06 18:07:53 +00:00
woutervdub
ad37fed4fe cleanup 1 2024-01-04 05:15:54 +00:00
woutervdub
d9158efb29 pocket 2024-01-04 03:41:41 +00:00
woutervdub
9a170982c8 Snippets and annotations. 2023-12-31 23:56:24 +00:00
woutervdub
0bdd604401 Fixed panel width 2023-12-31 00:49:36 +00:00
woutervdub
54dd8185f1 remove debug 2023-12-30 18:19:31 +00:00
woutervdub
b2ee0e23fc More waistband 2023-12-26 17:36:18 +00:00
woutervdub
6748a765ec fix for waistband 2023-12-26 02:08:29 +00:00
woutervdub
2707a8ac1c commit! 2023-12-24 23:36:17 +00:00
woutervdub
14fca05a62 Waistreduction2 2023-11-12 23:46:33 +00:00
woutervdub
aae034302a waistReduction 2023-11-12 23:43:29 +00:00