Skip to main content

Important changes v0.5.0

· One min read
Mia Gobble
Seam Creator

v0.5.0 has many fixes and changes, including an update to camelCase variants for Seam functions.

The most important takeaway from this update is that all camelCase variants for Seam functions are removed. For example, New had the new variant, but that no longer exists. This change was made to free up space in autofill and improve consistency. Because this change is major and may break some developers' code, the version is ticked up 0.5.0 instead of 0.4.8.

There were also a bunch of smaller improvements made this update:

  • Improved error traceback on ForPairs
  • Spring now accepts states for speed and dampening
  • Tween now accepts a state for TweenInfo
  • Spring.Speed and Spring.Dampening are now readable
  • Fixed some edge case issues with animated states
  • Renamed Tween.TweenInformation to Tween.TweenInfo
  • Added DeltaTime as an argument for Rendered
  • Fixed a C-stack overflow with scopes
  • Fixed non-descriptive and non-traced errors from internal state manager
  • Fixed some edge-case errors caused by signals

As always, be sure to update Seam so that you get the latest improvements!

This post might arrive late due to delayed deployments!