1
0
Fork 0
freesewing/markdown/dev/reference
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
..
api fix(core): Handle path splits on start or end points 2024-06-12 13:24:42 +02:00
backend fix(markdown) Fix typos 2024-01-21 11:16:40 -08:00
css feat(markdown): Clarify css classes. Closes #4120 2023-10-29 11:16:34 +01:00
hooks feat(markdown): Added notes to lifecycle hooks docs 2024-02-17 16:14:14 +01:00
macros fix(markdown): Remove unused list attribute from ReadMore tags 2024-01-29 08:43:38 -08:00
measurements fix(markdown): Add missing waistToArmpit measurement to dev docs 2024-01-14 14:05:59 +01:00
packages chore(markdown): Added react-components docs 2024-02-11 17:26:39 +01:00
plugins chore(markdown): Changes to refer less to models 2023-10-30 19:27:24 +01:00
settings fix(markdown): Add link to multisets in Settings doc 2024-02-02 06:52:36 -08:00
sites fix(markdown) Fix typos 2024-01-21 11:16:40 -08:00
snippets fix(markdown): Remove unused list attribute from ReadMore tags 2024-01-29 08:43:38 -08:00
store-methods feat (markdown): Improved flag.info docs 2024-03-09 17:32:12 +01:00
terms feat(shared): Auto-generate jargon list. Closes #6102 2024-03-17 19:19:56 +01:00
trust chore: Added web-of-trust 2024-04-06 13:21:04 +02:00
en.md chore(dev): Simplify home page and navigation 2023-10-20 18:13:23 +02:00