Skip to content

Latest commit

 

History

History
248 lines (133 loc) · 10.6 KB

File metadata and controls

248 lines (133 loc) · 10.6 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

9.0.1 (2024-08-21)

Dependencies

  • Pin dependencies (0ebe6f2)
  • Update all non-major dependencies (666ae08)

Note: Version bump only for package @almacareer/stylelint-config

9.0.0 (2024-08-07)

BREAKING CHANGES

  • stylelint-config: Upgrade to Stylelint 15 #DS-1245 (fc78ba8)
  • stylelint: Change package scope from @lmc-eu to @almacareer (c3d6ffd)
  • stylelint: Drop support for Node.js v14 and older (dc2f921), closes #130
  • stylelint: Drop support for Node.js v16 (94d70cc)
  • stylelint: Drop support of legacy rules (0c51da7)
  • stylelint: Switch from CommonJS to EcmaScript modules (48a54a8)

Chores

Code Refactoring

  • stylelint: Rename files with simple names (4c022ab)

Dependencies

  • Update all non-major dependencies (d425fd9)
  • Update dependency stylelint to v16 (f0a2250)
  • Update dependency stylelint-order to v6 (578489c)

Styles

  • repo: Reformat markdown files base on remark-config (7594cd7), closes #12

Tests

  • stylelint: Introduce unit tests (f80db28)

Note: Version bump only for package @almacareer/stylelint-config

8.0.0 (2024-07-03)

BREAKING CHANGES

Note: Version bump only for package @lmc-eu/stylelint-config

7.0.1 (2023-10-06)

Dependencies

  • Update dependency stylelint-order to v6 (578489c)

Note: Version bump only for package @lmc-eu/stylelint-config

7.0.0 (2023-10-06)

BREAKING CHANGES

  • stylelint: Drop support for Node.js v14 and older (dc2f921), closes #130

Note: Version bump only for package @lmc-eu/stylelint-config

6.0.0 (2023-01-16)

Dependencies

  • Update dependency stylelint-config-standard-scss to v6 (9b2c409)

Styles

  • repo: Rewrite documentation using Textlint ruleset (22e19bd)

    BREAKING CHANGES

    - Removed stylelint less than 14.14.0 from peer dependencies.
    

Note: Version bump only for package @lmc-eu/stylelint-config

5.0.0 (2022-10-07)

Features

  • stylelint-config: Add missing CSS properties to CSS properties order ruleset (d2e48be)

Note: Version bump only for package @lmc-eu/stylelint-config

5.0.0-alpha.1 (2022-10-07)

Features

  • stylelint-config: Allow private SASS variables prefixed with _ (542fdcc)

Note: Version bump only for package @lmc-eu/stylelint-config

5.0.0-alpha.0 (2022-09-26)

BREAKING CHANGES

  • stylelint-config: Switch to a community-maintained configurations (e302df9)

Note: Version bump only for package @lmc-eu/stylelint-config

4.0.1 (2022-05-05)

Dependencies

  • Update dependency stylelint-order to v5 (26880bd)

Note: Version bump only for package @lmc-eu/stylelint-config

4.0.0 (2022-03-25)

BREAKING CHANGES

  • stylelint-config: Remove camelCaseSvgKeywords in value-keyword-case (aa5a358)
    • this options requires svg keywords to be in camel case like currentColor
    • this casing is considered as legacy by community and shoudl be avoided

Note: Version bump only for package @lmc-eu/stylelint-config

3.0.1 (2022-03-08)

Features

  • stylelint-config: Set camelCaseSvgKeywords to true in value-keyword-case rule (37f8331)

Note: Version bump only for package @lmc-eu/stylelint-config

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines and LMC GitHub preset for the list of supported change types.

3.0.0 (2022-01-18)

BREAKING CHANGES

  • stylelint-config: Require Stylelint 14 (40f924f)

2.0.2 (2021-12-18)

Style

  • eslint-config-base: Reformat codebase using ESLint + Prettier (80d8074)
  • eslint-config-base: Apply base ESLint rules on current codebase (d86c0d1)

2.0.1 (2021-11-25)

Style

  • prettier: Apply prettier formatting to codebase (6a43307)

2.0.0 (2021-11-12)

BREAKING CHANGES

  • stylelint-config: Prefer double-colon notation for pseudo elements (baf1c4b)

Chores

  • Properly declare paths to repositories in package.json (a85199b)

1.0.4 (2021-11-02)

Documentation

  • Introduce lincense and add credit to strv for inspiration (a2b5a9e)

1.0.3 (2021-07-28)

Features

  • browserslist-config: Introduce Browserslist config (a7b5e1e)

1.0.2 (2021-06-03)

Note: Version bump only for package @lmc-eu/stylelint-config

1.0.1 (2021-04-27)

Bug Fixes

  • stylelint: Remove unknown rule (a25b577)

Documentation

  • stylelint: Add stylelint into tool table (f6973e2)

1.0.0 (2021-12-18)

Features

  • Introduce config for Stylelint (8338cfe)
  • stylelint: Move ordering properties into optional config (0dbfa51)
  • stylelint: We support hex colors (426baec)