Skip to content

Releases: foxglove/create-foxglove-extension

v0.8.3

05 Jun 23:45
0af41a5
Compare
Choose a tag to compare

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

22 May 23:18
27c7ba6
Compare
Choose a tag to compare

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

31 Mar 17:13
Compare
Choose a tag to compare

Fix local-install for non-snap users #99

v0.8.0

08 Feb 14:13
Compare
Choose a tag to compare
  • Fix yarn local-install for snap users (#91)

v0.7.0

21 Nov 18:29
Compare
Choose a tag to compare
  • Use eval-source-map for production builds #82

v0.6.1

12 Aug 14:19
Compare
Choose a tag to compare
  • Copy .gitignore to generated extension project (#74)

v0.6.0

09 Aug 14:52
Compare
Choose a tag to compare
  • Add webpack fallback config for fs and path (#70)
  • Add missing dependencies for eslint to create command (#66)
  • Add some help instructions to template README (#71)

v0.5.1

06 Jul 04:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

06 Jul 00:57
806114a
Compare
Choose a tag to compare

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

v0.4.3

06 Jun 17:11
f594f2f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3