To support CENTER magnets as the improved way for straight connectors to attach to nodes, we are making a breaking change for plugins that set straight connector endpoint magnets to AUTO, TOP, LEFT, BOTTOM, or RIGHT.
Who is affected: Anyone with a plugin/widget that touches straight connectors and sets an endpoint magnet to AUTO, TOP, LEFT, BOTTOM, or RIGHT.
What you must do: Find and update the code that sets the endpoints of straight connectors to use the CENTER or NONE magnet.
What will happen now:
- In-development plugins/widgets will see a non-blocking warning if a magnet other than CENTER or NONE is set for a straight connector.
What will happen starting October 25, 2023:
- In-development plugins/widgets will always throw an error if a magnet other than CENTER or NONE is set for a straight connector.
What will happen in 2024:
- Published plugins/widgets will always throw an error if a magnet other than CENTER or NONE is set for a straight connector.