6.0.0-beta.69
VerteDinde
released this
31 Oct 23:17
·
316 commits
to main
since this release
What's Changed
Breaking Changes
- feat!: prefer forge.config.js over package.json config by @erickzhao in #2991
- refactor!: better internal type safety for hooks by @MarshallOfSound in #2995
Features
- feat(plugin-webpack): support standalone preload entry points by @erickzhao in #2950
- feat: add support for forge.config.ts et. al by @MarshallOfSound in #2993
- feat(publisher-s3): Add sessionToken and change default fallback by @bboure in #2984
Other Changes
- fix(plugin-webpack): keep
devDependencies
,dependencies
,optionalDependencies
andpeerDependencies
in the distributed package.json by @erikian in #3007 - fix(template-typescript-webpack): use new plugin syntax by @georgexu99 in #2989
- fix(template-webpack): use new plugin syntax by @georgexu99 in #2990
- build: configure import/order eslint rule by @MarshallOfSound in #2997
- build: actually enable husky/lint-staged by @MarshallOfSound in #2999
- build: add rule that enforces named exports over default exports by @MarshallOfSound in #3000
- refactor: rename some constructor params for MakerBase and PublisherBase by @MarshallOfSound in #2994
New Contributors
Full Changelog: v6.0.0-beta.68...v6.0.0-beta.69