Skip to content

SleekSpriter 0.3.16

Compare
Choose a tag to compare
@jigglycrumb jigglycrumb released this 16 Feb 19:28
· 246 commits to master since this release

Robin under the Hood

Features:

  • Paintbucket tool has a tolerance option now. Neat!

Improvements:

  • There is now an error dialog when saving or loading a file fails
  • Improved layer drag & drop handling
  • Layer names can now have spaces (again)
  • Export: Switched preview & options area for a more streamlined UI

Fixes:

  • Fixed a bug where the "invisible layer error" dialog would show up again and again after being triggered the first time

Changes:

  • Workspace saving & loading has been removed from web app due to localStorage size constraints
  • Workspace on desktop saves to json file now

Technical:

  • Updated to latest dependencies
  • Ported application code to Typescript
  • Refactored code to state-of-the-art React:
    • No more class components
    • Hooks instead of HOCs