Releases: Patternslib/pat-upload
Release 3.1.1
Release 3.1.0
Release 3.0.0
Release 3.0.0-alpha.0
3.0.0-alpha.0 (2022-06-15)
Features
- Build: Build module federation enabled bundles. (238851b)
Breaking Changes
-
Depend on @patternslib/dev and extend config from there. (8b09ef9)
-
Extend babel config from @patternslib/dev. (94d3fee)
-
Extend commitlint config from @patternslib/dev. (2cf3415)
-
Extend eslint config from @patternslib/dev. (9f003cb)
-
Extend jest config from @patternslib/dev. (954886a)
-
Extend Makefile from @patternslib/dev. (fbf02a0)
-
Extend prettier config from @patternslib/dev. (5e10973)
-
Extend release-it config from @patternslib/dev. (fede4a3)
-
Extend webpack config from @patternslib/dev. (42cbbbf)
Maintenance
-
build: Add build:dev script to package.json to create a unminified development build. (2e92cd9)
-
Build: @patternslib/patternslib as peerDependency. (08df858)Move @patternslib/patternslib dependency to peerDependencies and set to any version to avoid version conflicts when this package is a dependency of another Patternslib based package.
-
Build: Add @patternslib/patternslib also to devDependencies so that we get it installed. (9ef94fa)
-
Build: Add keyword "patternslib" to package.json. (73b2947)
-
Build: Explicitly add jquery as a dependency. (048d018)
-
Build: Keep yarn.lock in repository. (3875933)
-
Build: Makefile - Allow OTP when publishing to npm, build bundles and publish them on GitHub, add pre-release targets. (1b2b433)
-
Build: Remove dependency regenerator-runtime except from test setup. The async/await runtime handling is already built-in in current Babel. (c770bf9)
-
Build: Remove dependency regenerator-runtime except from test setup. The async/await runtime handling is already built-in in current Babel. (88ee7f0)
-
Build: Update GitHub actions setup. (bd5b539)
-
Build: Upgrade and cleanup dependencies. (3ab50b6)
-
Build: Upgrade underscore. (a50e37f)