Wouter van Wageningen
04e39fec81
Merge pull request #5787 from freesewing/showcase-a-wearable-sandy-muslin
...
feat: New showcase post a-wearable-sandy-muslin by Natalia
2024-01-07 09:45:46 -08:00
Wouter van Wageningen
0bb2558a14
Merge pull request #5788 from freesewing/showcase-a-very-modified-yuri
...
feat: New showcase post a-very-modified-yuri by Natalia
2024-01-07 09:45:32 -08:00
Wouter van Wageningen
3ca38326ef
Merge pull request #5789 from freesewing/showcase-the-bella-block-by-rockerkitten
...
feat: New showcase post the-bella-block-by-rockerkitten by Natalia
2024-01-07 09:45:20 -08:00
Wouter van Wageningen
d5b2a73bbf
Merge pull request #5790 from freesewing/showcase-rockerkittens-simone-muslin-with-a-few-modifications
...
feat: New showcase post rockerkittens-simone-muslin-with-a-few-modifications by Natalia
2024-01-07 09:45:06 -08:00
Joost De Cock
5d1e549307
Merge pull request #5793 from freesewing/title-points
...
fix(markdown): Remove stack example
2024-01-07 17:25:36 +01:00
joostdecock
42a4d39807
fix(markdown): Remove stack example
2024-01-07 17:25:07 +01:00
Joost De Cock
23f464fcfd
Merge pull request #5773 from freesewing/title-points
...
feat: Support notes in title macro
2024-01-07 17:16:27 +01:00
joostdecock
b081da324b
chore(markdown): Added notes to title macro example
2024-01-07 17:16:17 +01:00
joostdecock
a8e6f39abb
chore(plugin-i18n): Linter warning
2024-01-07 17:08:16 +01:00
joostdecock
f674b870b9
chore: Updated title macro docs
2024-01-07 17:07:26 +01:00
joostdecock
2d37cc6ee5
chore(sites): Improved tabbed example mdx component
2024-01-07 16:33:38 +01:00
joostdecock
d9741254a9
chore(sites): imprive inline code styling
2024-01-07 16:26:31 +01:00
joostdecock
0d45d22447
chore: Updated title unit tests
2024-01-07 16:06:48 +01:00
joostdecock
dfa4c0f509
fix: Structure of changelog
2024-01-07 15:53:44 +01:00
joostdecock
66b8bf3a06
fix(plugin-annotations): Typo on var name
2024-01-07 15:52:50 +01:00
nataliasayang
e7470f0f40
feat: New showcase post rockerkittens-simone-muslin-with-a-few-modifications by Natalia
2024-01-06 23:14:44 +01:00
nataliasayang
852064c4fd
feat: New showcase post the-bella-block-by-rockerkitten by Natalia
2024-01-06 23:11:24 +01:00
nataliasayang
0a19caa417
feat: New showcase post a-very-modified-yuri by Natalia
2024-01-06 23:03:19 +01:00
FreeSewing bot
d1fff726fa
feat: New showcase post a-wearable-sandy-muslin by Natalia
2024-01-06 22:57:36 +01:00
FreeSewing bot
0e8bb8dc1d
feat: New showcase post a-simone-sandy-mashup-with-a-handkerchief-hem-by-rockerkitten by Natalia
2024-01-06 22:55:51 +01:00
FreeSewing bot
43929ff847
feat: New showcase post florent-lined-with-lasermonkey12s-favorite-dr-seuss-book by Natalia
2024-01-06 22:50:53 +01:00
FreeSewing bot
4bcbce06e2
feat: New showcase post two-short-sleeved-simons-by-lasermonkey12 by Natalia
2024-01-06 22:46:09 +01:00
FreeSewing bot
1264104d80
feat: New showcase post a-delightfully-drapey-teagan-by-lasermonkey12 by Natalia
2024-01-06 22:42:47 +01:00
FreeSewing bot
d8845bbae9
feat: New showcase post a-squid-friend-for-octopus by Natalia
2024-01-06 22:40:14 +01:00
FreeSewing bot
3c28f3c773
feat: New showcase post sleeveless-simon-by-lasermonkey12 by Natalia
2024-01-06 22:36:47 +01:00
FreeSewing bot
568b1183ad
feat: New showcase post 100percent-full-sandy-by-lasermonkey12 by Natalia
2024-01-06 22:32:44 +01:00
FreeSewing bot
31871b3f12
feat: New showcase post surprise-giant-hi-by-lasermonkey12 by Natalia
2024-01-06 22:30:38 +01:00
FreeSewing bot
52c5eb5077
feat: New showcase post xl-octoplushy-by-lasermonkey12 by Natalia
2024-01-06 22:26:16 +01:00
FreeSewing bot
3626efc2f2
feat: New showcase post simon-by-lasermonkey12-feat-hand-sewn-buttonholes by Natalia
2024-01-06 22:21:32 +01:00
FreeSewing bot
d8ae8827a7
feat: New showcase post hand-stitched-teagans-by-vili-with-explanation-of-the-stitches by Natalia
2024-01-06 22:14:44 +01:00
joostdecock
c06a18e06e
feat: Support notes in title macro
...
This started out as a fix for #5753 after I felt the approach in #5760
was not the best way to handle this.
The problem lies in the way the cutlist data is added to the pattern by
the title plugin. The whole cutlist thing was added by a less
experienced contributor, and they were a little too focussed on what
they were trying to accomplish, rather than keeping an eye on the big
picture.
In this case, a bunch of points get added to the part to anchor all of
the text for the cutlist. This causes problems when inheriting parts
because points are added per material, and now we don't know what
materials were used and how to remove these points.
I appreciate @woutervdub effort to resolve this in #5760 but as I
mentioned above, I don't love the approach.
Rather than finding a clever way to remove these points, I am of the
opinion that they should never have been added in the first place.
Specifically, all we are doing is adding one or more lines of text. The
idea that you need multiple points for this is an incorrect assumption,
and therein lies the root of this problem.
So, this refactor adds support to the title macro for 'notes'. These
notes will be added below the title. The cutlist info is now just
prepended to the notes. So it stops being something 'special' (which it
never should have been) and instead just behaves like other text that is
placed on the part by the title macro.
The only flanking measure required to make this happen was to add
support for nested arrays in handling text.
This way, you can pass a nested array to concatenate strings in such a
way that each part will still be individually translated.
And as all text in FreeSewing, to force a linebreak, you just use "\n"
as The Dark Lord intended.
2024-01-06 17:54:11 +01:00
joostdecock
9e5fbdf3ba
chore: Updated dependencies
2024-01-06 11:57:11 +01:00
joostdecock
602f4f2a68
Revert "chore: Hold back design for v3 release"
...
This reverts commit f9de3f6990
.
In doing so, this rescues the naomiwu design which was removed on
purpose from one branch, but then that removal commit accidentally got
merged in the branch where it was being kept.
2024-01-06 11:50:17 +01:00
Wouter van Wageningen
99869ebcd3
Merge pull request #16 from woutervdub/woutervdub-patch-2
...
Update freesewing/markdown/dev/reference/api/part/config/dependencies…
2024-01-05 13:20:27 -08:00
Wouter van Wageningen
e22b97c18a
Update freesewing/markdown/dev/reference/api/part/config/dependencies/en.md
...
Missing 'r' in 'From:'
2024-01-05 13:19:16 -08:00
Joost De Cock
78f410c928
Merge pull request #5761 from freesewing/dependabot/npm_and_yarn/commitlint/cli-18.4.4
...
build(deps-dev): bump @commitlint/cli from 18.4.3 to 18.4.4
2024-01-05 18:47:58 +01:00
Joost De Cock
90066934c0
Merge pull request #5762 from freesewing/dependabot/npm_and_yarn/commitlint/config-conventional-18.4.4
...
build(deps-dev): bump @commitlint/config-conventional from 18.4.3 to 18.4.4
2024-01-05 18:47:49 +01:00
Joost De Cock
5e926aaa34
Merge pull request #5763 from freesewing/dependabot/npm_and_yarn/next-i18next-15.2.0
...
build(deps): bump next-i18next from 15.1.2 to 15.2.0
2024-01-05 18:47:40 +01:00
Joost De Cock
154de759b6
Merge pull request #5765 from freesewing/dependabot/npm_and_yarn/postcss-8.4.33
...
build(deps-dev): bump postcss from 8.4.32 to 8.4.33
2024-01-05 18:47:10 +01:00
Joost De Cock
6c75a43ffd
Merge pull request #5766 from freesewing/dependabot/npm_and_yarn/web-worker-1.3.0
...
build(deps): bump web-worker from 1.2.0 to 1.3.0
2024-01-05 18:47:01 +01:00
Joost De Cock
5be39eeda0
Merge pull request #5767 from freesewing/dependabot/npm_and_yarn/react-hotkeys-hook-4.4.3
...
build(deps): bump react-hotkeys-hook from 4.4.1 to 4.4.3
2024-01-05 18:46:53 +01:00
dependabot[bot]
39183e50f2
build(deps): bump react-hotkeys-hook from 4.4.1 to 4.4.3
...
Bumps [react-hotkeys-hook](https://github.com/JohannesKlauss/react-keymap-hook ) from 4.4.1 to 4.4.3.
- [Release notes](https://github.com/JohannesKlauss/react-keymap-hook/releases )
- [Changelog](https://github.com/JohannesKlauss/react-hotkeys-hook/blob/main/CHANGELOG.md )
- [Commits](https://github.com/JohannesKlauss/react-keymap-hook/compare/v4.4.1...v4.4.3 )
---
updated-dependencies:
- dependency-name: react-hotkeys-hook
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-05 05:16:52 +00:00
dependabot[bot]
7d125d687e
build(deps): bump web-worker from 1.2.0 to 1.3.0
...
Bumps [web-worker](https://github.com/developit/web-worker ) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/developit/web-worker/releases )
- [Commits](https://github.com/developit/web-worker/compare/1.2.0...1.3.0 )
---
updated-dependencies:
- dependency-name: web-worker
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-05 05:14:45 +00:00
dependabot[bot]
26da05ad9c
build(deps-dev): bump postcss from 8.4.32 to 8.4.33
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.32 to 8.4.33.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.32...8.4.33 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-05 05:13:14 +00:00
dependabot[bot]
49ae3bb038
build(deps): bump next-i18next from 15.1.2 to 15.2.0
...
Bumps [next-i18next](https://github.com/i18next/next-i18next ) from 15.1.2 to 15.2.0.
- [Release notes](https://github.com/i18next/next-i18next/releases )
- [Changelog](https://github.com/i18next/next-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/next-i18next/compare/v15.1.2...v15.2.0 )
---
updated-dependencies:
- dependency-name: next-i18next
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-05 05:09:54 +00:00
dependabot[bot]
fbaf59409f
build(deps-dev): bump @commitlint/config-conventional
...
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional ) from 18.4.3 to 18.4.4.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.4.4/@commitlint/config-conventional )
---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-05 05:04:04 +00:00
dependabot[bot]
38d5c2f574
build(deps-dev): bump @commitlint/cli from 18.4.3 to 18.4.4
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 18.4.3 to 18.4.4.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.4.4/@commitlint/cli )
---
updated-dependencies:
- dependency-name: "@commitlint/cli"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-05 04:58:42 +00:00
Joost De Cock
6a96ff4ba1
Merge pull request #5754 from freesewing/dependabot/npm_and_yarn/i18next-23.7.15
...
build(deps): bump i18next from 23.7.13 to 23.7.15
2024-01-04 19:56:01 +01:00
Joost De Cock
f37fc213d3
Merge pull request #5755 from freesewing/dependabot/npm_and_yarn/bugsnag/js-7.22.3
...
build(deps): bump @bugsnag/js from 7.22.2 to 7.22.3
2024-01-04 19:55:54 +01:00
Joost De Cock
3aad41c9ca
Merge pull request #5756 from freesewing/dependabot/npm_and_yarn/axios-1.6.4
...
build(deps): bump axios from 1.6.3 to 1.6.4
2024-01-04 19:55:46 +01:00