Skip to content

Latest commit

 

History

History
104 lines (54 loc) · 4.03 KB

CHANGELOG.md

File metadata and controls

104 lines (54 loc) · 4.03 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.0.0 (2025-03-17)

  • test(declaration): update tests (29a9e3b)
  • test(deps): switch form jest to vitest (75bcd87)
  • refactor: update comments (36ed30e)
  • chore(deps)!: switch to node >=18 (6ff5692)
  • refactor(core)!: removed functions call in index.scss (6663101)
  • chore: add "type": "module" in package.json (c374a9a)
  • chore: switch to ESM (26ff0e0)
  • chore(deps): bump to sass-true 8.1.0 (33a9858)
  • chore(deps): clean package-lock.json (5a874d3)
  • chore(deps): prevent dependencies vulnerabilities (47139d3)
  • ci: rename node.js.yml to publish.yml (d41bc62)
  • ci: update publish.yml (3824abc)
  • build(deps): bump to sass 1.59.3 (cbbf775)
  • build(deps): bump to sass 1.85.1 (38e7504)

BREAKING CHANGE

  • removed functions call in index.scss

2.3.0 (2023-03-06)

Features

  • deps: bump to sass 1.58.3 (8364b29)

Build System

  • deps: bump to sass 1.56.1 (f917fde)
  • deps: drop node 14 for node 16 (02623b1)

2.2.0 (2022-09-21)

Features

2.1.1 (2022-09-13)

Bug Fixes

  • remove conditional error who create problem (100c888)

2.1.0 (2022-08-17)

Features

  • selector: add selector mixin (391b546)

2.0.3 (2022-08-17)

Bug Fixes

  • packages vulnerabilities (89684dd)

2.0.2 (2022-06-10)

Bug Fixes

  • bad [@use](https://github.com/use) path on _mixins.scss (686bf81)

2.0.1 (2022-06-10)

Bug Fixes

2.0.0 (2022-06-10)

⚠ BREAKING CHANGES

  • move _mixins.scss on src folder
  • custom properties: add custom properties functions

Features

  • custom properties: add custom properties functions (af4acf0)

Code Refactoring

  • move _mixins.scss on src folder (9ccb0f7)

1.0.0 (2022-03-01)

Features