Skip to content

Releases: Patternslib/pat-sortable-table

Release 3.1.0

05 Sep 13:42
Compare
Choose a tag to compare

3.1.0 (2022-09-05)

Features

Maintenance

  • Unlink and re-install depenencies. (131b4d7)

  • Update webpack config. (c21957c)

  • Upgrade dependencies. (b737d10)

Release 3.0.0

28 Jun 08:51
Compare
Choose a tag to compare

3.0.0 (2022-06-28)

Maintenance

  • @patternslib/patternslib needs to be installed. Adding to devDependencies to avoid version clashes with other packages depending on it. (6aa63b4)

  • Upgrade to @patternslib/dev 2.2.0 and adapt module federation config. (72d8ec1)

Release 3.0.0-alpha.0

15 Jun 07:21
Compare
Choose a tag to compare
Release 3.0.0-alpha.0 Pre-release
Pre-release

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)

Release 2.0.0

18 Nov 00:28
Compare
Choose a tag to compare

2.0.0 (2021-11-18)

Breaking Changes

Maintenance

  • build: Extend Patternslib release-it config file. (039dd16)

  • build: Release on GitHub releases. (cccfc8d)

  • dependencies: Upgrade datatables to 1.11.3. (479a5df)

  • Upgrade up to minor versions. (9e07d1f)