New release of the headlamp-plugin tool for plugin authors.
⬆️ Upgrade
Upgrade your plugin to latest version by running:
npx @kinvolk/headlamp-plugin upgrade .
✨ Enhancements:
- Migrate from webpack to vite based setup
- Migrate from jest to vitest testing framework
- Update Headlamp functionality API and types to the latest release
- Include API for extending the Map, see Documentation for more information
- Improve source maps experience
🐞 Bug fixes
- Fix exit code handling for lint, test, format commands
⚠️ Deprecations
- Storybook Storyshots plugin is deprecated and so snapshot tests were disabled
Vite based setup
We've upgraded the way the plugins are built to use Vite instead of webpack resulting in a more modern, faster setup.
Source Maps
The source maps generation was updated, now you can easily view source maps in their own origin.