Releases: foxglove/create-foxglove-extension
Releases · foxglove/create-foxglove-extension
v0.8.3
What's Changed
- Update template to use correct immutable definitions from studio by @foxymiles in #106
Full Changelog: v0.8.2...v0.8.3
v0.8.2
What's Changed
- Don't generated unneeded .d.ts files in extension builds by @foxymiles in #104
Full Changelog: v0.8.1...v0.8.2
v0.8.1
v0.8.0
v0.7.0
v0.6.1
v0.6.0
v0.5.1
v0.5.0
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.
- In your
package.json
devDependencies
, replace@foxglove/fox
withcreate-foxglove-extension
- In your
package.json
scripts
, replacefox
withfoxglove-extension
For a complete example package.json
, see here.
New Contributors
Full Changelog: v0.4.3...v0.5.0
v0.4.3
What's Changed
- Add examples of extension panels by @foxymiles in #46
- Add missing CHANGELOG.md files by @foxymiles in #49
- Add "dom" to tsconfig.json lib attribute by @jhurliman in #51
Full Changelog: v0.4.2...v0.4.3