Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 963 Bytes

CHANGELOG.md

File metadata and controls

25 lines (16 loc) · 963 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2021-11-01

Changed

  • Bump up Stylelint version from "^13.13.1" to "^14.0.1". Major version that brings breaking changes.
  • Bump up Stylelint-order version from "^4.1.0" to "^5.0.0".
  • Bump up Autoprefixer version from "^10.3.7" to "^10.4.0".
  • Bump up Webpack version from "^5.60.0" to "^5.61.0".
  • Format scss files with Stylelint (Indentation, spaces, etc.)

Added

  • Stylelint-config-standard-scss "^2.0.0" and Stylelint-scss "^4.0.0" packages to fix breaking changes after Stylelint released a major version.
  • Add new extension, plugin and rules to .stylelintrc.yaml (#a8ba896)

Fixed

  • Nothing