Joost De Cock
7c86647e60
Merge pull request #6104 from BenJamesBen/jargon-update
...
fix(shared, dev, markdown): Follow-up chores related to the new jargon functionality
2024-02-24 18:22:30 +01:00
Benjamin Fan
8075a4bd14
fix(markdown): Correct and normalize utils docs
2024-02-22 05:19:22 -08:00
Benjamin Fan
1c38b4518b
fix(markdown): Correct mergeOptions() signature
2024-02-21 19:47:27 -08:00
Benjamin Fan
01f95dc1f1
fix(markdown): Typos in Jargon guide
2024-02-18 18:18:54 -08:00
joostdecock
d7cdd02dcf
chore(markdown): Added docs for Term component
2024-02-18 16:15:08 +01:00
joostdecock
0d7ef5f854
chore(markdown): Updated docs to recent jargon changes
2024-02-18 16:09:43 +01:00
joostdecock
e87e889a87
wip(shared): Started working on jargon overhaul
...
See #6017
2024-02-17 19:55:56 +01:00
joostdecock
3b7615f03a
feat(markdown): Added notes to lifecycle hooks docs
2024-02-17 16:14:14 +01:00
Joost De Cock
fac2cc3424
Merge pull request #6030 from BenJamesBen/design-options-menu-order
...
feat(shared): Optional ordering for design options and menus
2024-02-13 19:00:21 +01:00
Benjamin Fan
ca0947d486
fix(markdown): Add alphabetic sort information to doc
2024-02-12 10:55:54 -08:00
Benjamin Fan
e4a07a0c93
fix(shared): Use order attribute instead of sort. Add freesewing.org UI behavior info.
2024-02-12 08:45:09 -08:00
Joost De Cock
8f7fffb81e
Merge pull request #6019 from BenJamesBen/path-combine-typo
...
fix(markdown): Typo in Path.combine() doc
2024-02-12 17:44:02 +01:00
Joost De Cock
1c05607f97
Merge pull request #6021 from BenJamesBen/pattern-draftpartforset-doc
...
fix(markdown): Add Pattern.draftPartForSet() documentation
2024-02-12 17:43:28 +01:00
Benjamin Fan
a1392cba2e
feat(shared): Optional ordering for design options and menus
2024-02-12 08:29:04 -08:00
Benjamin Fan
85c858d824
fix(markdown): Typo in Path.combine() doc
2024-02-11 09:39:48 -08:00
Joost De Cock
2d43e0408e
Merge pull request #5990 from BenJamesBen/path-doc-update
...
fix(markdown): Path doc updates for optional parameters
2024-02-11 17:37:39 +01:00
Joost De Cock
9208ad7513
Merge pull request #6013 from BenJamesBen/part-path-excluded
...
fix(markdown): Typo in Part and Path docs
2024-02-11 17:36:58 +01:00
Joost De Cock
80526d9be3
Merge pull request #6015 from freesewing/joost
...
chore: Blog post and docs changes for v3.2.0
2024-02-11 17:36:13 +01:00
Joost De Cock
8290083dde
Merge pull request #6014 from BenJamesBen/windows-tutorial-node-version-update
...
fix(markdown): In Windows tutorial, change link from .node-version to .nvmrc
2024-02-11 17:28:41 +01:00
joostdecock
fb168b434c
chore(markdown): Added react-components docs
2024-02-11 17:26:39 +01:00
Benjamin Fan
ab83799c2c
chore(markdown): Revert Join doc to develop version
2024-02-11 06:52:59 -08:00
Benjamin Fan
c2d5b943b6
fix(markdown): Change optional parameter doc format from man page to JavaScript
2024-02-11 06:48:51 -08:00
Benjamin Fan
bf4b4c8755
fix(markdown): Clarify optional parameters for Path methods docs
2024-02-11 06:48:50 -08:00
Benjamin Fan
7bc8e0c76a
fix(markdown): Add closed parameter to Path.join() doc
2024-02-11 06:48:50 -08:00
Joost De Cock
10588d312c
Merge pull request #5992 from BenJamesBen/attributes-defs-properties-docs
...
fix(markdown): Add missing list property to Attributes and Defs docs
2024-02-11 15:41:55 +01:00
Benjamin Fan
74d30ec8b6
fix(markdown): In Attributes and Defs docs, correct list
property description
2024-02-11 06:23:18 -08:00
Benjamin Fan
fb03e18ed9
fix(markdown): Typo in Part and Path docs
2024-02-11 06:07:51 -08:00
Joost De Cock
4d94b8d8ca
Merge pull request #6001 from freesewing/joost
...
feat(core): Added Path.combine and related changes, closes #5976
2024-02-10 16:00:27 +01:00
joostdecock
a30b08371c
feat(core): Added Path.combine and related changes, closes #5976
...
The discussion in #5976 is whether `Path.join()` should use a line
segment to close any gaps in the path caused by move operations, or by
differences in the end and start points of paths being joined.
The answer is yes, that is the intended behaviour, but people who read
_join_ might expect differently.
So I have made a few changes to clarify this:
- The new `Path.combine()` method combines multiple path instances into
a single instance without making any changes to the drawing operations
- Since `Path.combine()` is variadic, I have also updated `Path.join()`
to be variadic too, since that is more consistent.
- The old way of calling `Path.join(path, bool)` is deprecated and will
log a warning. Calling `Path.join()` this way will be removed in v4.
- Related to this change is how `Path.length()` should behave when there
are gaps in the path. Currently, it skips those. So I've added a
parameter that when set to `true` will include them.
- Added documentation for `Path.combine()`
- Updated documentation for `Path.join()`
- Updated documentation for `Path.length()`
2024-02-10 15:40:41 +01:00
Joost De Cock
60c5f652cd
Merge pull request #5995 from BenJamesBen/part-docs-update
...
fix(markdown): In Part doc, add properties and methods
2024-02-10 14:23:24 +01:00
Joost De Cock
bc39e00558
Merge pull request #5994 from BenJamesBen/asprops-docs-removal
...
chore(markdown): Remove obsolete Part.asProps() doc
2024-02-10 14:22:03 +01:00
Benjamin Fan
095d6a8253
fix(markdown): In Part doc, add properties and methods
2024-02-09 07:23:08 -08:00
Benjamin Fan
07e0f21f30
fix(markdown): Typo in Path doc
2024-02-09 07:18:26 -08:00
Benjamin Fan
300bfee04c
chore(markdown): Remove obsolete Part.asProps() doc
2024-02-09 05:55:11 -08:00
Benjamin Fan
e10b665f36
fix(markdown): Add missing list property to Attributes and Defs docs
2024-02-08 12:43:45 -08:00
Benjamin Fan
75f5376019
fix(markdown): In Store doc, add link to new Store Methods doc
2024-02-07 08:47:54 -08:00
Benjamin Fan
97002a74a7
fix(markdown): Correct logging links to new Store Methods doc
2024-02-07 08:47:48 -08:00
Benjamin Fan
421e4659b8
fix(markdown): In Windows tutorial, change link from .node-version to .nvmrc
2024-02-06 16:38:55 -08:00
joostdecock
038d0f3903
Merge branch 'develop' into joost
2024-02-04 10:17:39 +01:00
Joost De Cock
a8d5fe5373
Merge pull request #5851 from BenJamesBen/typos-create-snippet
...
fix(markdown): Typos in Creating a New Snippet howto
2024-02-03 17:22:12 +01:00
Joost De Cock
6c0a579a35
Merge pull request #5899 from BenJamesBen/add-svg-render-doc
...
chore(markdown): Add Svg.render() documentation
2024-02-03 17:10:07 +01:00
Joost De Cock
20a5c48d11
Merge pull request #5909 from BenJamesBen/custom-tags-docs-update
...
chore(markdown): Add missing tags to Custom Tags guide
2024-02-03 17:07:31 +01:00
Benjamin Fan
c7bee798d0
fix(markdown): Add Pattern.draftPartForSet() documentation
2024-02-02 10:05:59 -08:00
Joost De Cock
0e0fb9c739
Merge pull request #5951 from BenJamesBen/settings-multisets-doc
...
fix(markdown): Add link to multisets in Settings doc
2024-02-02 18:49:38 +01:00
Benjamin Fan
a35f6cd974
fix(markdown): Fix Translation Guide links to use v3 versions
2024-02-02 07:38:44 -08:00
Benjamin Fan
fb3109af0b
fix(markdown): Add link to multisets in Settings doc
2024-02-02 06:52:36 -08:00
Joost De Cock
1b2605c274
Merge pull request #5930 from BenJamesBen/readmore-remove-list-attribute
...
fix(markdown): Remove unused list attribute from ReadMore tags
2024-01-30 19:11:34 +01:00
Joost De Cock
4bd94950fd
Merge pull request #5931 from BenJamesBen/extend-options-doc
...
fix(markdown): Add more info to Extending Options part doc
2024-01-30 19:11:06 +01:00
Benjamin Fan
576f1e5baf
fix(markdown): Add cbqc and goldenRatio links and info to core API
2024-01-29 15:40:33 -08:00
Benjamin Fan
06b460cf9c
fix(markdown): Add more info to Extending Options part doc
2024-01-29 14:03:04 -08:00