Skip to content

Latest commit

 

History

History
254 lines (139 loc) · 15.3 KB

CHANGELOG.md

File metadata and controls

254 lines (139 loc) · 15.3 KB

2.1.2 (2023-01-30)

Bug fixes

  • Add overflow: hidden to visually-hidden mixin (ee60fb0)

Chores

  • Disable dependabot for devDependencies (597efd6)
  • Upgrade devDeps (2d33f55)

2.1.1 (2022-12-18)

Bug fixes

  • Add a forgotten hide-scrollbar export (-‸ლ) (a32b4da)

2.1.0 (2022-12-18)

Features

Bug fixes

  • Fix for color.mix non-percent weight deprecation (b7fc025)

Documentation

  • Document new hide-scrollbar mixin (c7facd4)

2.0.1 (2022-09-22)

Bug fixes

  • Correct [@forward](https://github.com/forward) statements after renaming (bd71621)

2.0.0 (2022-09-17)

⚠ BREAKING CHANGES

  • Mixins fluid-prop and fluid-font was renamed to use-fluid-prop and use-fluid-prop respectively, since it's recommended to use them as high order mixin and those names are more convenient

Chores

  • bump @morev/eslint-config from 17.0.1 to 17.1.1 (#85) (74cab7c)
  • bump eslint from 8.23.0 to 8.23.1 (#87) (4739b32)
  • bump jest from 29.0.2 to 29.0.3 (#88) (f990c05)
  • bump release-it from 15.4.1 to 15.4.2 (#86) (6475a13)

Refactoring

  • Rename fluid-prop and fluid-font (2656fa4)

Documentation

  • Update to cover fluid mixins renaming (d623b4f)

1.2.1 (2022-09-10)

Bug fixes

  • mixins: Allow to use space-separated properties in use-transition (cb65438)

1.2.0 (2022-09-10)

Features

  • functions: Add list-remove function (d7d89ee)

Bug fixes

  • docs: Fix typo in category of Russian version of use-transition (3314b0c)
  • mixins: Allow to pass $properties as arglist to use-transition (9adbae3)

Tests

  • mixins: Add test as high order mixin for use-transition (4490681)

Documentation

  • functions: Add docs for list-remove function (2dacf0d)
  • mixins: Extend docs for use-transition as high order mixin (83faa30)

1.1.1 (2022-09-10)

Bug fixes

  • Add missed @forward statement for use-transition (4da780b)

1.1.0 (2022-09-10)

Features

  • mixins: Add use-transition high order mixin (7773dd9)
  • mixins: Allow to specify z-index value in position mixins family (a1ce354)

Chores

  • bump @morev/eslint-config from 15.1.0 to 15.2.0 (#67) (fe5f5f9)
  • bump eslint from 8.20.0 to 8.21.0 (#68) (3d9e68a)
  • bump sass from 1.54.0 to 1.54.3 (#66) (e16015d)
  • bump sass from 1.54.8 to 1.54.9 (3d7ec06)
  • Deps update (f25fd06)
  • Disable order/order stylelint rule for lib (d7e59d0)

1.0.8 (2022-07-28)

Chores

  • bump @morev/eslint-config from 10.0.3 to 11.0.0 (#9) (c7bd73f)
  • bump @morev/eslint-config from 11.0.0 to 11.1.1 (#14) (dc8d715)
  • bump @morev/stylelint-config from 1.0.2 to 1.0.3 (#5) (44398fc)
  • bump @release-it/conventional-changelog from 4.2.2 to 4.3.0 (#13) (0dc15fc)
  • bump eslint from 8.12.0 to 8.13.0 (#7) (667dbe8)
  • bump eslint from 8.13.0 to 8.14.0 (#17) (5c16d2f)
  • bump glob from 7.2.0 to 8.0.1 (#15) (6cb5fa3)
  • bump lint-staged from 12.3.7 to 12.3.8 (#11) (b77b95f)
  • bump lint-staged from 12.3.8 to 12.4.0 (#18) (a78aa0c)
  • bump release-it from 14.13.1 to 14.14.0 (#4) (2a7321e)
  • bump release-it from 14.14.0 to 14.14.2 (#12) (794ed8b)
  • bump sass from 1.49.11 to 1.50.0 (#8) (e41777c)
  • bump sass from 1.49.9 to 1.49.11 (#6) (11334ed)
  • bump sass from 1.50.0 to 1.50.1 (#19) (75fcef1)
  • bump stylelint from 14.6.1 to 14.7.0 (#10) (9b61be9)
  • bump stylelint from 14.7.0 to 14.7.1 (#20) (4e4d6e1)
  • Deps update (24e36f0)

Bug fixes

  • Allow to use bem-modifiers with single argument (fba33b3)

Tests

  • Extend bem-modifiers test using call with single argument (2be22e7)

1.0.7 (2022-03-26)

Bug fixes

Chores

1.0.5 (2022-02-27)

Bug fixes

  • mixins: Compound selectors in parent-state (55c7db1)

Chores

CI improvements

  • Explicit registry-url in release workflow (ac73f73)

1.0.3 (2022-02-20)

1.0.2 (2022-02-20)

Documentation

Chores

  • Add CONTRIBUTING.md (d1732b4)
  • Add vscode-settings hook (0a4a7eb)
  • Add actual stylelint configuration (6ceba1b)
  • Add better ISSUE_TEMPLATE's (7b0a73a)
  • Add my best contributor ever (be0a27f)
  • Add shared commitlint configuration (368c9ef)
  • Add shared eslint configuration (0021aec)
  • Fix stylelint path (a9ea81a)
  • Ignore scripts in docs folder (8b7087c)
  • Lint library files to fit configuration (765efee)
  • Lint project files to fit eslint-config (50e3237)
  • Remove local release script in favor of using release-it (c3e8b61)
  • Update .editorconfig (d5a136b)
  • Upgrade dependencies (12eec38)
  • Upgrade Stylelint (656ae60)
  • Use actual stylelint configuration (510f103)

CI improvements

  • Add build step (69c8bc0)
  • Add gh-pages workflow (29ec093)
  • Add release workflow (716a4b3)
  • Allow manual run of docs workflow (8a5d542)
  • Set cache-dependency-path to all workflows (7f0d9e6)
  • Update release workflow (1b899c8)

1.0.1 (2021-11-14)

Bug Fixes

  • Package contains only library files (9694ead)

1.0.0 (2021-11-01)

Bug Fixes

Features

  • parent-state and bem-modifiers mixins (615aa72)