Skip to content

Releases: sumup-oss/foundry

v7.0.0-next.0

01 Dec 12:33
638b4ed
Compare
Choose a tag to compare
v7.0.0-next.0 Pre-release
Pre-release

Major Changes

v6.2.0

01 Dec 23:32
4c87740
Compare
Choose a tag to compare

Minor Changes

  • #916 b3b5cfe Thanks @connor-baer! - Added support for linting CSS files with Stylelint. Replace your existing config or add a new .stylelintrc.js file in your project root with the following content:
module.exports = require('@sumup/foundry/stylelint');

Then, add this script to your package.json file:

{ "lint:css": "stylelint \"**/*.css\"" }

v6.1.0

20 Apr 09:56
aa45051
Compare
Choose a tag to compare

Minor Changes

  • #862 ab39701 Thanks @connor-baer! - Remove the presets CLI option. The only remaining preset is "lint" which is now selected by default.

v6.0.0

16 Apr 10:02
3018a51
Compare
Choose a tag to compare

Major Changes

Patch Changes

v6.0.0-next.6

16 Apr 09:27
eb48ebc
Compare
Choose a tag to compare
v6.0.0-next.6 Pre-release
Pre-release

Major Changes

  • #854 8f3630f Thanks @connor-baer! - Removed the Jest globals from the ESLint config. Import the functions from your test utils file instead.

Patch Changes

v6.0.0-next.5

03 Apr 13:47
a1e9345
Compare
Choose a tag to compare
v6.0.0-next.5 Pre-release
Pre-release

Patch Changes

  • d2a58ef Thanks @connor-baer! - Downgraded lint-staged to restore compatibility with Node 16.x.

v6.0.0-next.4

03 Apr 12:10
750f904
Compare
Choose a tag to compare
v6.0.0-next.4 Pre-release
Pre-release

Patch Changes

v6.0.0-next.3

03 Apr 11:55
2197f0e
Compare
Choose a tag to compare
v6.0.0-next.3 Pre-release
Pre-release

Patch Changes

  • #844 bcee0a8 Thanks @connor-baer! - Enabled type checking for unit test files to provide required type information to the jest/unbound-method rule.

v6.0.0-next.2

03 Apr 11:29
ce8a30c
Compare
Choose a tag to compare
v6.0.0-next.2 Pre-release
Pre-release

Patch Changes

v6.0.0-next.1

03 Apr 11:22
d3c9b97
Compare
Choose a tag to compare
v6.0.0-next.1 Pre-release
Pre-release

Major Changes