v0.5.0
What's Changed
- Rename package to
create-foxglove-extensionby @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.
- In your
package.jsondevDependencies, replace@foxglove/foxwithcreate-foxglove-extension - In your
package.jsonscripts, replacefoxwithfoxglove-extension
For a complete example package.json, see here.
New Contributors
Full Changelog: v0.4.3...v0.5.0