Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meqn committed Nov 27, 2023
1 parent 35a5530 commit 2c4b357
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Changelog

## 1.0.0 (2023-11-27)


### 🚀 Features

* :sparkles: add ellipsis ([3eb4836](https://github.com/Meqn/sass-magics/commit/3eb4836fdfadb7f1a43b40ef81c6c0b472096f28))
* :sparkles: add media-queries ([5acaf62](https://github.com/Meqn/sass-magics/commit/5acaf629179d7d7219838053b4e2487b5ce3b915))
* :sparkles: add themes ([c1cee9a](https://github.com/Meqn/sass-magics/commit/c1cee9a8efad27df07710b864288069b5c472cbd))
* Add `useTheme` mixin ([7551666](https://github.com/Meqn/sass-magics/commit/755166658ea1f04e3b62161b8cf2fce02aa1b315))
* Add $order parameter for quick-sort() ([0ad6b1b](https://github.com/Meqn/sass-magics/commit/0ad6b1b50ebcffd467ad7c812d4cb912176376da))
* Add ellipsis/triangle mixins ([9ba59e1](https://github.com/Meqn/sass-magics/commit/9ba59e17aa36bea1f3d8fe10e9c37fd1c7cfd787))
* Add flex/position/inline centering style ([170f81b](https://github.com/Meqn/sass-magics/commit/170f81b6d23977bb677800648d5f7666cdf2a561))
* Add is-color function ([dbe820f](https://github.com/Meqn/sass-magics/commit/dbe820fe930c34e89ced7f1ea925d02bf19169bd))
* Add jest configration & dirs ([cc5640f](https://github.com/Meqn/sass-magics/commit/cc5640fba5b269ef0788ab69b60b7679f4a330f5))
* Add List function(each&quick-sort) ([074eb17](https://github.com/Meqn/sass-magics/commit/074eb1769d36a149c17735c37c68260cdffb9ac9))
* Add map-extend($args...) ([52e3c21](https://github.com/Meqn/sass-magics/commit/52e3c2184d691ab32d6f9b0f5908a14fb40ba7ff))
* Add minxis (ellipsis,triangle) ([9c5bb83](https://github.com/Meqn/sass-magics/commit/9c5bb836029225bbd911bb5b65a217400e9354bf))
* Add mq-mixin & update breakpoints ([c57bcef](https://github.com/Meqn/sass-magics/commit/c57bcef9f03cb4ca90d457032c98b38783a459cf))
* Add selector mixin ([4c61feb](https://github.com/Meqn/sass-magics/commit/4c61feb053778880ac8b83a5c80b292bff397b71))
* Add string-replace function ([5ea0e40](https://github.com/Meqn/sass-magics/commit/5ea0e40c9d6bea4a48003aeae1366c5ad465e648))
* Add unit handing functions(strip-unit/join-unit/px2rem...) ([3e976b8](https://github.com/Meqn/sass-magics/commit/3e976b8b5e2acec0d2218c0fdc42f511b3b8c0e9))
* Extend list module, including remove,insert,extend,reverse ([2354c55](https://github.com/Meqn/sass-magics/commit/2354c555c47258f06846f0af18485f76a5b7892f))
* Extend list module, including sub/subset/splice ([6a63ada](https://github.com/Meqn/sass-magics/commit/6a63adab7cf58621323f3f1a714dc6878346ab93))


### 🐛 Bug Fixes

* Callback type of list-each() must be function ([048fb50](https://github.com/Meqn/sass-magics/commit/048fb50e324ffaf225b04a22cb4cc22a62ac701f))
* Import map path error ([93573b9](https://github.com/Meqn/sass-magics/commit/93573b9ac54d64a06ae578ec8fd57ad852c948fd))


### 🌟 Performance

* Optimize breakpoints for private & support replacement ([7d0d26a](https://github.com/Meqn/sass-magics/commit/7d0d26a44cf8ea14ec4c5082d8d3db5b0f4d71e6))
* Optimize directory structure ([36a2913](https://github.com/Meqn/sass-magics/commit/36a29131cce31d1ebe95c4063c1f1deccd5b9e75))
* Optimize map document ([07124c2](https://github.com/Meqn/sass-magics/commit/07124c2be04d8b0258b2ba48bd53a12ad77d9292))
* Optimize str-replace function parameters ([fc65c4d](https://github.com/Meqn/sass-magics/commit/fc65c4dd37cb99f100bf0a694ad656b619ae85a7))
* Optimize useThemeVar() parameters name ([2b1c637](https://github.com/Meqn/sass-magics/commit/2b1c637ab3cc3f928e91afd42e78ef3c57f83a50))
* update breakpoints ([9456d2b](https://github.com/Meqn/sass-magics/commit/9456d2bb8be94ed299b683f291b8f4f4a8edb305))
* Update list-sort() & map-sort() ([fec46a0](https://github.com/Meqn/sass-magics/commit/fec46a0114f2a17dc5680f5b0f054b4e948b62af))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sass-magics",
"version": "0.0.1",
"version": "1.0.0",
"description": "Sass magic helper. It extends the Sass built-in modules and provides useful mixins and functions that make your Sass writing more magical and elegant.",
"main": "_index.scss",
"files": [
Expand Down

0 comments on commit 2c4b357

Please sign in to comment.