Releases: Black-Axis/sass-pire
Release-v4.0.0
What's Changed
- refactor: ♻️ move
CONFIG
object intoconstants.js
file & export it by @krypton225 in #112 - feat(abstract): ✨ add
x-small
breakpoint with value as240px
by @krypton225 in #113 - Update
vendor prefixes
inlogical properties
by @krypton225 in #114 - chore(config-file): ⬆️ upgrade
reset-zone
to2.3.2
version by @krypton225 in #115 - chore(config-file): ⬆️ upgrade
reset-zone
package by @krypton225 in #116 - Add
prefers-color-scheme
forlight mode
by @krypton225 in #117 - feat(media-queries-prefers): ✨ add
dark-mode
mixin to handleprefers-color-scheme
in dark by @krypton225 in #118 - feat(media-queries-prefers): ✨ add
contrast
mixin to handleprefers-contrast
media query by @krypton225 in #119 - Add
.editorconfig
file and apply its rules in files by @krypton225 in #120 - feat(abstract): ✨ add new
CSS units
by @krypton225 in #121 - update the class names in
align-items
test cases by @krypton225 in #122 - Testing by @krypton225 in #123
- test(tests): ✅ add test cases for
align-self
mixin by @krypton225 in #124 - fix(tests): 🚑 fix file name and rename it to
align-items.test
by @krypton225 in #125 - Update the name of inner test case map's name to
.test-case-*
by @krypton225 in #126 - test(tests): ✅ add
test cases
forflex-direction
mixin by @krypton225 in #127 - Add
test cases
forflex-dir
mixin & Update prefixes inflex-dir
mixin by @krypton225 in #128 - refactor(tests): ♻️ add
comma
in last child inexpected
prop in map by @krypton225 in #129 - test(tests): ✅ add
test cases
toflow
mixin to implementflex-flow
prop by @krypton225 in #130 - test(tests): ✅ add more
test cases
foralign-items
by @krypton225 in #131 - test(tests): ✅ add more
test cases
foralign-self
by @krypton225 in #132 - test(tests): ♻️ update
class names
fortest cases
offlex-wrap
by @krypton225 in #133 - test(tests): 🔥 remove unnneded
test case
ford-flex
mixin by @krypton225 in #134 - test(tests): ✅ add more
test cases
forjustify-content
by @krypton225 in #135 - refactor(mixins-flex-props-main): ♻️ move
$flex-shrink-values
inglobal-vars
& enhancef-s
mixin by @krypton225 in #136 - test(tests): ✅ add
test cases
forflex-shrink
CSS property by @krypton225 in #137 - test(tests): ♻️ add
colon
in misplaces by @krypton225 in #138 - test(tests): ✅ add
test cases
forinline-flex
mixin by @krypton225 in #139 - test(tests): ✅ add
test cases
fororder
CSS prop by @krypton225 in #140 - style(abstract): 🎨 add
colons
missed in_global-variables.scss
by @krypton225 in #141 - chore(config-file): 🔧 add
.nvmrc
file with its main content by @krypton225 in #142 - chore(config-file): 🔧 update
.npmignore
file by @krypton225 in #143 - feat(config-file): ✨ add feature to import package without path
node_modules
by @krypton225 in #144 - feat(config-file): ✨ add comment to show we use
reset-zone
package insass-pire
by @krypton225 in #145
Full Changelog: Release-v3.2.3...Release-v4.0.0
Release-v3.2.3
What's Changed
- Update tests
map-get
deprecated withmap.get
by @krypton225 in #98 - test(tests): ✅ add
tests
for `justify-content mixin by @krypton225 in #99 - fix(functions-global): 🐛 update using of
unitless
function tomath.is-unitless
by @krypton225 in #100 - feat(mixins-children): ✨ add
every
mixin with its validations by @krypton225 in #101 - fix(functions-global): 🐛 update using of
unitless
func tois-unitless
by @krypton225 in #102 - docs(functions-global): 📝 add
math.is-unitless
function asdependencies
docs by @krypton225 in #103 - docs(docs): 📝 update documentation by fixing the comments by @krypton225 in #104
- fix(development-utils): 🐛 fix using of
unitless
function withmath.is-unitless
by @krypton225 in #105 - fix(mixins-general): 🐛 fix using of
unitless
function withmath.is-unitless
by @krypton225 in #106 - fix using of
unitless
function withmath.is-unitless
by @krypton225 in #107 - chore(new-version): 🔖 version
3.2.2
by @krypton225 in #108
Full Changelog: Release-v3.2.1...Release-v3.2.3
Release-v3.2.1
What's Changed
- chore(new-version): 🔖 add new release for package
v3.1.1
by @krypton225 in #92 - feat(utils): ✨ add
font-size
as utility classes by @krypton225 in #94 - fix(mixins-flex-props-main): 🐛 replace
map-get
withmap.get
by @krypton225 in #95 - chore(new-version): 🔖 update the version of package &
reset-zone
pkg by @krypton225 in #96
Full Changelog: Release-v3.1.1...Release-v3.2.1
Release-v3.1.1
What's Changed
- fix
URL
inreset
mixin & update version of library by @krypton225 in #87 - chore(upgrade): ⬆️ upgrade dependencies to latest versions by @krypton225 in #88
- Add
first-last
mixin to selectfirst
&last
children. by @krypton225 in #89 - Add
odd
mixin to select only odd children of an element by @krypton225 in #90
Full Changelog: Release-v3.0.0...Release-v3.1.1
Release-v3.0.0
What's Changed
- Update some configurations by @krypton225 in #80
- feat: 🧑💻 add
build
dir &nodemon
to generate some files by @krypton225 in #81 - chore(config-file): 🔧 add
nodemon.json
&build
directory by @krypton225 in #82 - fix(mixins-media-queries): 🐛 fix
map_get
to bemap.get
function by @krypton225 in #83 - Add
print media
for printing a page by @krypton225 in #84 - docs(docs): 📝 add
CODE-OF-CONDUCT.md
& update version of library by @krypton225 in #85 - Add
reset-zone
package by @krypton225 in #86
Full Changelog: Release-v2.1.1...Release-v3.0.0
Release-v2.1.1
Full Changelog: Release-v2.1.0...Release-v2.1.1
Release-v2.1.0
What's Changed
- Update mechanism of using
reset
& remove unusedreset styles
by @krypton225 in #62 - Add new utility classes for
background
&typography
modules by @krypton225 in #63 - Add docs for
abstract
dir & remove_variables.scss
file by @krypton225 in #64 - Dev by @krypton225 in #65
- Add docs for
functions/global
directory by @krypton225 in #66 - Add
flex-direction
as utility classes by @krypton225 in #67 - Update paths to use
absolute
& addflex-wrap
as utility class & addnot-sr-only
class as reset by @krypton225 in #68 - Add
contents
value fordisplay
a utility class by @krypton225 in #69 - Some refactors in typing errors & add
container
media query asmixin
by @krypton225 in #70 - Dev by @krypton225 in #71
- Add new
reset
styles & fix bug forprefers-reduced-motion
inreduce
mode by @krypton225 in #72 - Add
sass
asdependency
& add.npmignore
& addAUTHORS
& addMAINTAINERS
files by @krypton225 in #73 - update
MAINTAINERS
to usemarkdown
extension file by @krypton225 in #74 - Add styles for
dialog
HTML5 element by @krypton225 in #75 - Add some useful mixin for select children element by @krypton225 in #76
- chore(config-file): 🔖 update version number to
v2.1.0
by @krypton225 in #77 - chore(new-version): 🔖 update version to
2.1.0
by @krypton225 in #78 - chore(config-file): 🔧 add
.yarn
*.pnp.*
by @krypton225 in #79
Full Changelog: Release-v2.0.0...Release-v2.1.0
Release-v2.0.0
This release make a break changes in the library in using of reset
file. In the old versions, we render the reset
file once you use the library as import
or use
SCSS lines at the top of the file. We noticed that this will prevent the users to use the reset
section in the case they use the CSS Layers
. We changed the mechanism of that to add it in the SCSS mixin
and you can use it easily whenever and where ever you want.
Release-v1.13.0
What's Changed
- Dev by @krypton225 in #18
- Dev by @krypton225 in #19
- refactor(abstract): ♻️ refactor default value of `$use-layer-v… by @krypton225 in #20
- feat(settings): 🎨 update structure with adding
_settings.scss
w… by @krypton225 in #21 - chore(new-version): 🔖 prepare to launch
Release-v1.10.6
by @krypton225 in #22 - 1.10.6 by @krypton225 in #24
- Dev by @krypton225 in #25
- Dev by @krypton225 in #26
- Dev by @krypton225 in #27
- feat(mixins-general): ✨ add
logical-props
to reset file by @krypton225 in #28 - feat(functions-global): ✨ add
clamped
function with its de… by @krypton225 in #29 - Dev by @krypton225 in #30
- feat(abstract): ✨ add
noscript
styles inreset
mixin & c… by @krypton225 in #31 - refactor(mixins-general): ♻️ add
vendor-prefixes
to `box-siz… by @krypton225 in #32 - refactor(mixins-general): ♻️ add
vendor-prefixes
to `hyphens… by @krypton225 in #33 - refactor(mixins-general): ♻️ add
vendor-prefixes
to `transfo… by @krypton225 in #34 - Dev by @krypton225 in #35
- Dev by @krypton225 in #36
- refactor: 🔖 update version number in
package.json
by @krypton225 in #38 - feat(mixins-general): ♿ add
sr-only
class to improve acc… by @krypton225 in #40 - fix(mixins-general): ♿ fix accessibility issue with `scrol… by @krypton225 in #41
- Dev by @krypton225 in #42
- Dev by @krypton225 in #43
- style(mixins-general): 🎨 refactor & reformat code style in `reset… by @krypton225 in #44
- Dev by @krypton225 in #45
- feat(mixins-logical-props): ✨ add
bottom
mixin with its co… by @krypton225 in #46 - feat(mixins-logical-props): ✨ add
right
mixin with its con… by @krypton225 in #47 - Dev by @krypton225 in #48
- Dev by @krypton225 in #49
- Dev by @krypton225 in #50
- Add new
logical properties
by @krypton225 in #51 - Reordering
_index.scss
files inlogical-props
mixins by @krypton225 in #52 - feat(mixins-typo): ✨ add
text-align-last
mixin with content by @krypton225 in #53 - Add useful typography mixins by @krypton225 in #54
- Dev by @krypton225 in #55
- Dev by @krypton225 in #56
Full Changelog: Release-v1.10.6...Release-v1.13.0
Release-v1.11.6
Version 1.11.6