Skip to content

bevy_components v0.2: fixes , registry file polling & more !

Compare
Choose a tag to compare
@kaosat-dev kaosat-dev released this 18 Feb 16:30
· 21 commits to main since this release
20b6fa6
  • fixed issue with "reload registry" not clearing previous data
  • added watcher/ poll system to automatically updated the registry & components list when the registry file has been changed
  • BREAKING CHANGE ! changed internal representation of components, incompatible with v0.1, breaks UI values.
  • added buttons to regenerate UI to account for/fix the above and to offer the ability to regenerate UI values from custom property values
  • lots of cleanups
  • added tests
  • closes #127
  • closes #124
  • closes #121
  • closes #130