2.1.2 (2023-01-30)
- Add
overflow: hidden
tovisually-hidden
mixin (ee60fb0)
2.1.1 (2022-12-18)
- Add a forgotten
hide-scrollbar
export (-‸ლ) (a32b4da)
2.1.0 (2022-12-18)
- Add
hide-scrollbar
(cf0a22b)
- Fix for
color.mix
non-percent weight deprecation (b7fc025)
- Document new
hide-scrollbar
mixin (c7facd4)
2.0.1 (2022-09-22)
- Correct
[@forward](https://github.com/forward)
statements after renaming (bd71621)
2.0.0 (2022-09-17)
- Mixins
fluid-prop
andfluid-font
was renamed touse-fluid-prop
anduse-fluid-prop
respectively, since it's recommended to use them as high order mixin and those names are more convenient
- 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)
- Rename
fluid-prop
andfluid-font
(2656fa4)
- Update to cover
fluid
mixins renaming (d623b4f)
1.2.1 (2022-09-10)
- mixins: Allow to use space-separated properties in
use-transition
(cb65438)
1.2.0 (2022-09-10)
- functions: Add
list-remove
function (d7d89ee)
- docs: Fix typo in category of Russian version of
use-transition
(3314b0c) - mixins: Allow to pass
$properties
asarglist
touse-transition
(9adbae3)
- mixins: Add test as high order mixin for
use-transition
(4490681)
- 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)
- Add missed
@forward
statement foruse-transition
(4da780b)
1.1.0 (2022-09-10)
- mixins: Add
use-transition
high order mixin (7773dd9) - mixins: Allow to specify
z-index
value inposition
mixins family (a1ce354)
- 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)
- 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)
- Allow to use
bem-modifiers
with single argument (fba33b3)
- Extend
bem-modifiers
test using call with single argument (2be22e7)
1.0.7 (2022-03-26)
1.0.5 (2022-02-27)
- mixins: Compound selectors in
parent-state
(55c7db1)
- Explicit
registry-url
inrelease
workflow (ac73f73)
1.0.3 (2022-02-20)
1.0.2 (2022-02-20)
- 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)
- 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)
- Package contains only library files (9694ead)
- Export variables along with mixins and functions (bed4416)
- Fix bem-modifiers mixin (68143ae)
- Fix box mixin (e15c37c)
- Fix fluid-font mixin (4e8fb90)
- Fix list-join function (d7ec565)
- Fix str-split function (f2e8a2d)
- Fix triangle mixin (876519d)
- Some small fixes (380c40f)
- parent-state and bem-modifiers mixins (615aa72)