0.5.0 [2021-12-23]
- Add postcss and postcss-syntax to dependencies [#30]
- Update version number (forgot to update in 0.4.0!)
0.4.0 [2021-10-28]
-
Upgraded dependencies and config for Stylelint 14 support [Breaking] [#28]
Note:
- The config now requires Stylelint 14
- The config now includes
stylelint-orderas a dependency, so it can be removed from project dependencies
0.3.0 [2021-08-06]
- Upgrade dependencies [#16]
stylelint-config-standardupgraded to 22.0.0 (includesstylelint-config-recommended5.0.0)
- Add
margin-inline-*,padding-inline-*, andborder-inline-*toorder/properties-order[#20] - Add property-disallowed-list rule [#24]
- Contains CSS logical properties with insufficient browser support
0.2.0 [2021-03-24]
- Upgraded dependencies
stylelintandtypescriptpeer dependencies changed to most recent releases
- Switched to @asl-19/eslint-config, upgraded dependencies [#10]
- Upgraded dependencies, consolidated rules from internal projects [#12]
- Added LICENSE file [#2]
First open-source release