What's Changed
- Fix broken "elements page" link
- Modernize by migrating from Webpack to tsup (esbuild)
- Migrate from Arkit to Dependency Cruiser
- Remove several dependencies
- Linting, even across tests
- Update contributors
- Fix Code Climate in CI
Full Changelog: v4.5.14...v4.6.0
Summary of changes
The majority of these changes are internal and should not affected users. The reason for making this a minor release, rather than a patch release, is because of the possibility of breaking changes when moving from bundling with Webpack to tsup (esbuild).
Now, Figmagic is bundled to both CommonJS as well as a module. The bin
link is pointing to the module export.