Skip to content

v0.5.0

Choose a tag to compare

@amacneil amacneil released this 06 Jul 00:57
· 102 commits to main since this release
806114a

What's Changed

  • Rename package to create-foxglove-extension by @amacneil in #59
  • Use @foxglove/schemas package for message types by @foxymiles in #52
  • Declare eslint-plugin-jest dependency by @rgov in #53
  • Expand on image example to show asset loading by @foxymiles in #55
  • Demonstrate dynamic svg icon colors by @foxymiles in #57

👉 Important: Migrating from Older Versions

The @foxglove/fox package has been renamed to create-foxglove-extension. You will need to update your package.json with the new package name.

  1. In your package.json devDependencies, replace @foxglove/fox with create-foxglove-extension
  2. In yourpackage.json scripts, replace fox with foxglove-extension

For a complete example package.json, see here.

New Contributors

  • @rgov made their first contribution in #53

Full Changelog: v0.4.3...v0.5.0