Skip to content

Latest commit

 

History

History
131 lines (58 loc) · 5.43 KB

CHANGELOG.md

File metadata and controls

131 lines (58 loc) · 5.43 KB

Changelog

All notable changes to this project will be documented in this file. See our coding standards for commit guidelines.

2.2.3 (2024-05-23)

Miscellaneous Chores

  • upgrade @silvermine/markdownlint-rule-indent-alignment (a38b6e7)

2.2.2 (2023-11-16)

Bug Fixes

  • newline setting in editorconfig (3029239), closes #72

2.2.1 (2023-11-10)

Bug Fixes

  • disallow fixup! commit messages in our commitlint config (80a32d1)

2.2.0 (2023-07-20)

Features

  • Add custom rule 'indent-alignment' (e9644c9)
  • install markdownlint-cli2 and add configuration (523fb68)

Bug Fixes

  • markdownlint ignore settings apply to subdirectories (b419416)

2.1.1 (2023-02-09)

Bug Fixes

  • disable MD051/link-fragments (322df7d)

2.1.0 (2023-02-09)

Features

  • drop support for node 12 (f04dcba)
  • upgrade markdownlint-cli to pull in rule improvements (6e808ae)

Bug Fixes

  • allow markdown tables to exceed the 90 character limit (b2119fe)
  • require words passing the 90 char markdown limit to be wrapped (4799023)

2.0.0 (2022-04-28)

⚠ BREAKING CHANGES

  • Removes Grunt.js support dependencies. Consumers that still rely on Grunt.js as a build system will need to include their own Grunt.js dependencies when upgrading to this version of Standardization.

Miscellaneous Chores

  • remove Grunt.js dependencies and configuration (494a52c)

1.3.0 (2022-03-18)

Features

  • Add Browserslist configuration options (#24) (676ea20)
  • add script to simplify the package release process (#27) (c5d0f3c)

1.2.1 (2022-01-25)

Features

  • Disable no-inline-html markdown rule (#30) (9e3e02f)

1.2.0 (2021-09-06)

1.1.0 (2021-05-12)

Features

  • Add stylelint for SCSS linting (af496d5)

1.0.3 (2021-05-11)

Features

1.0.2 (2021-05-11)

Bug Fixes

  • last version bump used invalid commit message syntax (2f28dc8)
  • update packages to fix underscore/lodash vulnerability (bafb21b)

1.0.1 (2020-05-27)

1.0.0 (2020-05-20)

Bug Fixes

  • version number was incorrect (b9af7da)