Skip to main content

Version 1, Update 79

We're introducing an improved way to attach straight connectors to nodes in FigJam with a new CENTER magnet. Starting in 2024, straight connectors will only be able to attach to CENTER and NONE magnets. The magnets for elbowed connectors will remain unchanged.

Notice of breaking change:

caution

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.