Skip to content

v4.0.0

Compare
Choose a tag to compare
@0b5vr 0b5vr released this 19 Nov 16:22
· 123 commits to dev since this release

v3.1.0...v4.0.0
Milestone
https://github.com/FMS-Cat/automaton/tree/v4.0.0


🚨 BREAKING CHANGES 🚨

  • #92, #96: Causes breaking change on serialized data
    • It will migrate previous data properly if you're using automaton-with-gui
  • #96: Preversion compat is gone
    • who cares
  • #97: Default exports are now gone

✨ New Features

  • #89, #95: gui New GUI option: useBeatInGUI
    • You can now use beat instead of time in GUI
  • #92: gui Add an ability to reorder channels from GUI
    • Just drag your channel on channel list
  • #95: gui Beat offset
    • Enables you to modify where is the beginning point of the beat
  • #98: Add stats inspector, you can see various project stats on it

πŸ’‘ Behavior Changes

  • #89: gui Move some setting properties into a new beat menu
  • #92: core Ordered channel
    • Order of channels is important when you want to use multiple events simultaneously
  • #96: Serialized bezier nodes are now array instead of object
  • #97: Default exports are now gone

πŸ› Bugfixes

  • #91: gui Fxs of curves, it now fills default param values on deserialize

πŸ“ Docs

  • #87: Update README and playground
  • #91: gui Playground, fix fxs example
  • Trivial: 2146ba5

🧹 Chores

  • #90, #94: Modify tsconfig.json

πŸ’» Refactors

πŸ“¦ Deps

  • #93: Bump everything