Skip to main content

Motion Canvas v2.6.0

Β· 2 min read
Jacob

New features πŸŽ‰β€‹

  • ksassnowski's avatarYou can now store the state of a node and restore it at a later point.#406
  • Ross-Esmond's avatarCodeBlock is now exported together with other nodes. An improved theme system with the new stockTheme property lets you use VS Code themes (powered by Shiki)#401
  • aarthificial's avatarNew alignContent and alignItemsFlexbox properties.#405
  • ksassnowski's avatarNew zIndex property allows you to change the rendering order of child nodes, without rearranging the hierarchy.#398
  • WaldemarLehner's avatarNew Icon node:
    <Icon icon={"mdi:typewriter"} size={200} color="white" />
    Check out IcΓ΄nes for the list of all possible icons.#306
  • WaldemarLehner's avatarImages can now be loaded from the internet. For images with incompatible CORS headers, a new CORS Proxy can be enabled.#357
  • aarthificial's avatarNew look for the release blog.#410

Fixed bugs πŸ›β€‹

  • aarthificial's avatarHandle division by zero in lines#407