diff --git a/.changeset/nice-zoos-laugh.md b/.changeset/nice-zoos-laugh.md index 0bffd43..02dcaa0 100644 --- a/.changeset/nice-zoos-laugh.md +++ b/.changeset/nice-zoos-laugh.md @@ -4,4 +4,7 @@ '@projectstorm/react-diagrams-gallery': minor --- -- new ability to refresh links in auto distribute +- [feature] new ability to refresh links in auto distribute system [PR 756](https://github.com/projectstorm/react-diagrams/pull/756) +- [fix] Default link now uses the correct method for creating a point allowing this to be overridden [PR 939](https://github.com/projectstorm/react-diagrams/pull/939) + +Big thanks to @ToTheHit and @h0111in for your help on these, even though its very delayed on my part :) \ No newline at end of file diff --git a/.prettierrc b/.prettierrc index faa9d54..5da6e6e 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,7 +1,6 @@ { "semi": true, "singleQuote": true, - "jsxBracketSameLine": true, "useTabs": true, "printWidth": 120, "trailingComma": "none"