Joost De Cock
6106faf6a1
Merge pull request #7053 from BenJamesBen/title-doc
...
fix(docs): title macro notes can be a string or array of strings
2024-09-03 17:26:03 +02:00
Benjamin Fan
30c7263915
fix(docs): title macro notes can be a string or array of strings
2024-08-30 09:22:40 -07:00
Benjamin Fan
be42a6e309
fix(docs): Change note language for included core-plugins plugins and remove superfluous text
2024-08-29 17:59:46 -07:00
Benjamin Fan
452cccc000
fix(docs): Store methods pack() update
2024-08-29 17:31:27 -07:00
Benjamin Fan
aa13ffd519
fix(docs): Add plugin-bin-pack documentation and standardize core-plugins note
2024-08-29 17:31:16 -07:00
Benjamin Fan
8aebe410fb
fix(docs): Add plugin-annotations info to core-plugins doc
2024-08-29 12:32:48 -07:00
Joost De Cock
e8482185ff
Merge pull request #6955 from HaasJona/add/circleSegment
...
Add path.circleSegment() function
2024-07-14 16:12:29 +02:00
Jonathan Haas
dd1b4f1a14
feature(core): add path.circleSegment() method and documentation
2024-07-11 18:38:04 +02:00
03ad4dd78f
Replace /fixme link in Pattern.getRenderProps() with a useful one
2024-07-09 09:59:37 +03:00
d908cb537b
Link to binpack github, instead of (missing) documentation
2024-07-08 19:47:41 +03:00
6926c4ea03
Fix links to core-plugins bundle
2024-07-08 19:38:11 +03:00
71262a0d89
Fix typo in link to Design API docs
2024-07-08 19:26:51 +03:00
1620e38d8f
Fix links to (rm)sewTogether
2024-07-08 18:17:10 +03:00
115a4bfdfd
Bulk fix links to /core -> /api
2024-07-08 18:07:40 +03:00
3534769042
Bulk fix links to backend/api -> backend/
2024-07-08 17:59:09 +03:00
4d179a7722
Fix links to pattern docs in Svg.render()
2024-07-08 16:25:54 +03:00
16108f4b9c
Fix link to Point.addCircle() in Point.setCircle()
2024-07-08 16:05:48 +03:00
joostdecock
eded9e9d3a
fix(core): Handle path splits on start or end points
...
In some edge cases, like when splitting a path on or very close to its
start or end point, `Path.split()` will return an array in which one of
the elements is not a Path object, but rather an empty array.
That is rather combersome to check for, so this changes that behaviour
and will return null for such cases.
I've also updated the documentation to clarify this behaviour.
Fixes #6816
This also fixes a bug when a path was being split on its end point.
2024-06-12 13:24:42 +02:00
Jonathan Haas
ed608b52a0
Add documentation and rename method
2024-04-18 10:53:30 +02:00
Joost De Cock
a0595439e9
Merge pull request #6512 from HaasJona/add/rotate_path
...
add(core): Add Path.rotate(...) function analogue to Point.rotate(...)
2024-04-06 17:42:20 +02:00
joostdecock
f1bec11ae7
chore: Added web-of-trust
2024-04-06 13:21:04 +02:00
Jonathan Haas
849563d1ec
add(core): Add Path.rotate(...) function analogue to Point.rotate(...)
2024-04-05 14:45:20 +02:00
Joost De Cock
ddb01d08e5
Merge pull request #6382 from freesewing/joost
...
feat(shared): Auto-generate jargon list. Closes #6102
2024-03-17 19:24:54 +01:00
joostdecock
b354b189d6
feat(shared): Auto-generate jargon list. Closes #6102
2024-03-17 19:19:56 +01:00
Benjamin Fan
23b87ad208
fix(markdown): Typo in doc for utils.beamIntersectsCurve()
2024-03-16 21:39:31 -07:00
joostdecock
8c57547b10
feat (markdown): Improved flag.info docs
2024-03-09 17:32:12 +01:00
joostdecock
1e9bfa5d1b
feat: Add terminoloy/glossary page and component
...
Inspired by the proposed documentation changes in #6230 I have added a
new component and documentation pages that list the various terms.
2024-03-02 14:45:41 +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
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
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