Skip to main content

7 posts tagged with "Update"

Updates and news

View All Tags

v0.4.0 - Moving beyond UI

· 2 min read
Mia Gobble
Seam Creator

v0.4.0 of Seam evolves this library to not just be for UI, but general purpose. It's now usable on the server and has some changes to the API. As a bonus, the documentation is now complete!

A quick patch to v0.3.1

· One min read
Mia Gobble
Seam Creator

As a quick patch, version 0.3.1 has released! Here is what changed:

  • Added SetValue
  • Animation states (Spring and Tween) now calculate on pre-render (instead of render) to fix occasional bugs
  • Backend changes
  • Added Tags

Also, documentation for GetValue was finally added, even though it's been around since 0.2.2; this was a previous mistake, oops!

v0.3.0 has released!

· 3 min read
Mia Gobble
Seam Creator

Version 0.3.0 of Seam is here! Included in this update is:

  • Removal of From and DeclareComponent, revamp of components system
  • Removal of preset components
  • Addition of GetValue
  • Improvements to the backend
  • Fixes to race conditions
  • Fixes to crashes and infinite loops
  • And an insane number of other fixes

v0.2.0 has released!

· 2 min read
Mia Gobble
Seam Creator

Version 0.2.0 of Seam is here! Included in this update is:

  • Signifigantly improved typechecking
  • Added StageGui preset component
  • Removed ScaledUIStroke preset component
  • Bug fixes and more backend changes