Skip to content

Releases: Patternslib/dev

Release 3.6.1

14 Aug 22:45
Compare
Choose a tag to compare

3.6.1 (2024-08-14)

Bug Fixes

  • Webpack style loader. (ecec3cf)

    Webpack style loader's insert option needs a different way to reference functions.
    Also deprecate webpack-helpers module.

Release 3.6.0

14 Aug 13:25
Compare
Choose a tag to compare

3.6.0 (2024-08-14)

Features

  • Add husky commitlint also to this package. (1bdcf63)

  • Add WebP as asset/resource along to the other formats for the Webpack loader. (58f369c)

Bug Fixes

  • Do not upgrade husky and keep at pre 9.x. (fe89852)

    Husky has some breaking changes which we should only upgrade with the next major release of @patternslib/dev.

  • Require minimum node v18.18. (807147a)

    This is Webpack's minimum required version.
    Note: As time of this commit, versions below 18 are unmaintained.

Maintenance

  • Remove plugin-transform-optional-chaining from babel. (9facee8)

    The optional chaining feature is already included in preset-env ES2020.

  • Upgrade dependencies. (c3d64fd)

    Upgrade all except eslint, which needs to migrate from .eslintrc.js to
    eslint.config.js. This will be done in an upcoming major release.

  • Upgrade GitHub Actions node version. (4c96faa)

  • Upgrade GitHub Actions. (f687bee)

Release 3.5.3

23 Nov 00:01
Compare
Choose a tag to compare

3.5.3 (2023-11-23)

Maintenance

Release 3.5.2

16 Oct 10:25
Compare
Choose a tag to compare

3.5.2 (2023-10-16)

Maintenance

Release 3.5.1

23 Sep 15:43
Compare
Choose a tag to compare

3.5.1 (2023-09-23)

Maintenance

Release 3.5.0

30 Aug 12:24
Compare
Choose a tag to compare

3.5.0 (2023-08-30)

Features

  • Tests: Add helper for conditional test skipping and node version parsing. (611b77b)

Maintenance

Release 3.4.1

11 Aug 18:51
Compare
Choose a tag to compare

3.4.1 (2023-08-11)

Bug Fixes

  • Correct comment in Makefile. (5fb33c6)

Maintenance

Release 3.4.0

27 Jul 23:49
Compare
Choose a tag to compare

3.4.0 (2023-07-27)

Maintenance

  • Depend on the minimum actively maintained Node.js version >= 16. (603a024)

  • Upgrade dependencies. (b3bb92f)

Release 3.3.5

29 May 23:11
Compare
Choose a tag to compare

3.3.5 (2023-05-29)

Bug Fixes

  • Fix hook config from 3.3.4. (b4f02f6)

Release 3.3.4

29 May 22:35
Compare
Choose a tag to compare

3.3.4 (2023-05-29)

Bug Fixes

  • Include the correct bundle version in entry file header comment. (ea32b4d)

    In order to have the correct version specifier in the bundle's entry
    script header comment the bundle must be built after the version bump.
    Use release-it hooks to do that.

Maintenance