From fb7d646bde79996d4c0e37b50c7268fd2c521be0 Mon Sep 17 00:00:00 2001 From: Dylan Vorster Date: Tue, 24 Jan 2023 17:14:38 -0700 Subject: [PATCH] prettyier and changset --- .changeset/nice-zoos-laugh.md | 5 ++++- .prettierrc | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) 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"