Releases: Patternslib/pat-sortable-table
Release 3.1.0
3.1.0 (2022-09-05)
Features
- Support ajax/serverSide options of DataTables. (c114a7a), closes syslabcom/scrum#562Refs syslabcom/scrum#562
Maintenance
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. (5d03f43)
-
Optionally import styles when __patternslib_import_styles is set to true. Also import styles in this bundle. (f373175)
Bug Fixes
-
Fix an issue where DataTables could not be initialized when yarn/nmp-linking packages and multiple jQuery versions were used. (150ec58)
-
Fix path to bundle.js in demo. (511d834)
Breaking Changes
-
Depend on @patternslib/dev and extend config from there. (456a917)
-
Extend babel config from @patternslib/dev. (796353c)
-
Extend commitlint config from @patternslib/dev. (e666073)
-
Extend eslint config from @patternslib/dev. (df01bf1)
-
Extend jest config from @patternslib/dev. (21bf27e)
-
Extend Makefile from @patternslib/dev. (ecec7da)
-
Extend prettier config from @patternslib/dev. (91bd759)
-
Extend release-it config from @patternslib/dev. (904bf3f)
-
Extend webpack config from @patternslib/dev. (ed2f33f)
Maintenance
-
build: Add build:dev script to package.json to create a unminified development build. (c3643ab)
-
Build: @patternslib/patternslib as peerDependency. (45b2309)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. (a10674e)
-
Build: Add keyword "patternslib" to package.json. (74aea4f)
-
Build: Extend jest.config.js from Patternslib and reuse their setupTests file too. (073dd97)
-
Build: Keep yarn.lock in repository. (617569d)
-
Build: Makefile - Allow OTP when publishing to npm, build bundles and publish them on GitHub, add pre-release targets. (b1c4e45)
-
Build: Remove dependency regenerator-runtime except from test setup. The async/await runtime handling is already built-in in current Babel. (7deffff)
-
Build: Update GitHub actions setup. (6396ae3)
-
Build: Upgrade and cleanup dependencies. (0f98123)
-
Build: Upgrade to datatables 1.12. (969767b)
-
webpack: Configure devServer static directory. (edd4ccc)