Releases: Patternslib/pat-resourcepolling
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. (090ec07)
Breaking Changes
-
Depend on @patternslib/dev and extend config from there. (c0dad9c)
-
Extend babel config from @patternslib/dev. (0b5d098)
-
Extend commitlint config from @patternslib/dev. (10d8af5)
-
Extend eslint config from @patternslib/dev. (b17567c)
-
Extend jest config from @patternslib/dev. (23bd694)
-
Extend Makefile from @patternslib/dev. (27a358d)
-
Extend prettier config from @patternslib/dev. (8e76ec0)
-
Extend release-it config from @patternslib/dev. (d99c991)
-
Extend webpack config from @patternslib/dev. (34121ec)
Maintenance
-
build: Add build:dev script to package.json to create a unminified development build. (6e95770)
-
Build: @patternslib/patternslib as peerDependency. (05b714d)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. (a19f88c)
-
Build: Add keyword "patternslib" to package.json. (96e08a4)
-
Build: Explicitly add jquery as a dependency. (3d97858)
-
Build: Extend jest.config.js from Patternslib and reuse their setupTests file too. (245ca7e)
-
Build: Keep yarn.lock in repository. (c982f08)
-
Build: Makefile - Allow OTP when publishing to npm, build bundles and publish them on GitHub, add pre-release targets. (c08e981)
-
Build: Remove dependency regenerator-runtime except from test setup. The async/await runtime handling is already built-in in current Babel. (9812e18)
-
Build: Update GitHub actions setup. (86ce0f3)
-
Build: Upgrade and cleanup dependencies. (28bcba2)
-
webpack: Configure devServer static directory. (6053047)