Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 5.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. # Changelog
  2. ## 22.0.0
  3. - Removed: `stylelint` less than `13.13.0` from peer dependencies.
  4. - Changed: updated to [`stylelint-config-recommended@5.0.0`](https://github.com/stylelint/stylelint-config-recommended/releases/tag/5.0.0)
  5. ## 21.0.0
  6. - Removed: `stylelint` less than `13.12.0` from peer dependencies.
  7. - Changed: updated to [`stylelint-config-recommended@4.0.0`](https://github.com/stylelint/stylelint-config-recommended/releases/tag/4.0.0)
  8. ## 20.0.0
  9. - Added: `value-keyword-case` rule.
  10. ## 19.0.0
  11. - Removed: `stylelint` < 10.1.0 from peer dependencies. `stylelint@10.1.0+` is required now.
  12. - Changed: updated to [`stylelint-config-recommended@3.0.0`](https://github.com/stylelint/stylelint-config-recommended/releases/tag/3.0.0).
  13. ## 18.3.0
  14. - Added: `stylelint@10` to peer dependency range.
  15. ## 18.2.0
  16. - Added: `stylelint-config-recommended@2.1.0` as dependency
  17. ## 18.1.0
  18. - Added: `stylelint@9` to peer dependency range.
  19. ## 18.0.0
  20. - Changed: updated to [`stylelint-config-recommended@2.0.0`](https://github.com/stylelint/stylelint-config-recommended/releases/tag/2.0.0).
  21. ## 17.0.0
  22. - Changed: now extends [`stylelint-config-recommended`](https://github.com/stylelint/stylelint-config-recommended), which turns on the `at-rule-no-unknown` rule. Therefore, if you use non-standard at-rules, like those introduced in SCSS and Less (e.g. `@extends`, `@includes` etc), be sure to [extend the config](README.md#extending-the-config) and make use of `at-rule-no-unknown`'s [`ignoreAtRules: []` secondary option](https://github.com/stylelint/stylelint/tree/master/lib/rules/at-rule-no-unknown#ignoreatrules-regex-string).
  23. ## 16.0.0
  24. - Changed: replaced the deprecated `rule-nested-empty-line-before` and `rule-non-nested-empty-line-before` rules with the `rule-empty-line-before` rule.
  25. ## 15.0.1
  26. - Fixed: URLs to stylelint rules within README.
  27. ## 15.0.0
  28. - Removed: `declaration-block-no-ignored-properties` rule.
  29. - Removed: `media-feature-no-missing-punctuation` rule.
  30. - Removed: `selector-no-empty` rule.
  31. - Added: `font-family-no-duplicate-names` rule.
  32. ## 14.0.0
  33. - Added: `selector-no-empty` rule.
  34. ## 13.0.2
  35. - Fixed: the `ignore: ["consecutive-duplicates-with-different-values"` optional secondary option was wrongly assigned to `declaration-block-no-ignored-properties`.
  36. ## 13.0.1
  37. - Fixed: `declaration-block-no-duplicate-properties` now uses the `ignore: ["consecutive-duplicates-with-different-values"` optional secondary option.
  38. ## 13.0.0
  39. - Added: `declaration-block-no-duplicate-properties` rule.
  40. - Added: `declaration-block-no-redundant-longhand-properties` rule.
  41. - Added: `media-feature-name-no-unknown` rule.
  42. - Added: `property-no-unknown` rule.
  43. - Added: `selector-descendant-combinator-no-non-space` rule.
  44. - Added: `value-list-max-empty-lines` rule.
  45. ## 12.0.0
  46. - Changed: `at-rule-empty-line-before` now uses the `blockless-after-same-name-blockless` `except` option, rather than the `blockless-group` one.
  47. - Added: `block-closing-brace-empty-line-before` rule.
  48. - Added: `comment-no-empty` rule.
  49. - Added: `custom-property-empty-line-before` rule.
  50. - Added: `declaration-empty-line-before` rule.
  51. - Added: `media-feature-name-case` rule.
  52. - Added: `rule-nested-empty-line-before` rule.
  53. ## 11.0.0
  54. - Removed: `at-rule-no-unknown` rule.
  55. - Removed: `media-feature-parentheses-space-inside` rule.
  56. - Removed: `no-missing-eof-newline` rule.
  57. - Changed: `indentation` no longer uses the `indentInsideParens: "once"` option, as this is the default behaviour in `stylelint@7.0.0`.
  58. - Added: `media-feature-parentheses-space-inside` rule.
  59. - Added: `no-missing-end-of-source-newline` rule.
  60. ## 10.0.0
  61. - Changed: `indentation` now uses the `indentInsideParens: "once"` option.
  62. - Added: `at-rule-no-unknown` rule.
  63. - Added: `no-empty-source` rule.
  64. ## 9.0.0
  65. - Removed: `number-zero-length-no-unit` rule.
  66. - Added: `length-zero-no-unit` rule.
  67. ## 8.0.0
  68. - Added: `keyframe-declaration-no-important` rule.
  69. - Added: `selector-pseudo-class-no-unknown` rule.
  70. - Added: `selector-type-no-unknown` rule.
  71. ## 7.0.0
  72. - Added: `at-rule-name-space-after` rule.
  73. - Added: `function-max-empty-lines` rule.
  74. - Added: `no-extra-semicolons` rule.
  75. - Added: `selector-attribute-brackets-space-inside` rule.
  76. - Added: `selector-attribute-operator-space-after` rule.
  77. - Added: `selector-attribute-operator-space-before` rule.
  78. - Added: `selector-max-empty-lines` rule.
  79. - Added: `selector-pseudo-class-parentheses-space-inside` rule.
  80. - Added: `selector-pseudo-element-no-unknown` rule.
  81. - Added: `shorthand-property-no-redundant-values` rule.
  82. ## 6.0.0
  83. - Added: `at-rule-name-case` rule.
  84. - Added: `at-rule-semicolon-newline-after` rule.
  85. - Added: `function-name-case` rule.
  86. - Added: `property-case` rule.
  87. - Added: `selector-pseudo-class-case` rule.
  88. - Added: `selector-pseudo-element-case` rule.
  89. - Added: `selector-type-case` rule.
  90. - Added: `unit-case` rule.
  91. - Added: `unit-no-unknown` rule.
  92. ## 5.0.0
  93. - Removed: `font-family-name-quotes`, `function-url-quotes` and `string-quotes` rules.
  94. - Added: `declaration-block-no-ignored-properties` rule.
  95. ## 4.0.1
  96. - Fixed: include peerDependencies in `package.json` to expose compatibility.
  97. ## 4.0.0
  98. - Removed: `stylelint < 4.5.0` compatibility.
  99. - Added: `font-family-name-quotes` rule with `"double-where-recommended"` option.
  100. - Added: `function-linear-gradient-no-nonstandard-direction` rule.
  101. - Added: `media-feature-no-missing-punctuation` rule.
  102. - Added: `no-invalid-double-slash-comments` rule.
  103. - Added: `string-no-newline` rule.
  104. ## 3.0.0
  105. - Changed: first-nested at-rules now behave the same as first-nested comments i.e. they can no longer be preceded by an empty line.
  106. ## 2.0.0
  107. - Changed: first-nested comments can no longer be preceded by an empty line.
  108. - Fixed: `comment-empty-line-before` now ignores `stylelint` command comments.
  109. ## 1.0.0
  110. - Fixed: more forgiving empty lines rules when comments are present i.e. the `rule-non-nested-empty-line-before` and `at-rule-empty-line-before` now make use of the `ignore: ["after-comment"]` option.
  111. ## 0.2.0
  112. - Added: `block-no-empty` rule.
  113. ## 0.1.0
  114. - Initial release