Skip to content

v0.17.0-beta

Choose a tag to compare

@angularpackage angularpackage released this 14 Dec 22:16
· 60 commits to main since this release
6b25b7f

v0.17.0-beta #

  • Update color/functions - calculate using adjustment (from name too) all hsla values and move retrieve color to each hsla functions.
    Add $shade with dark and light by default and $color with retrieve arguments in each hsla functions.
    Add $shade also to hsla-color() function. 69010c0
  • Fix color.alpha-var() color.hue-var() color.saturation-var() color.lightness-var() use $delimiter in var.get() instead of name(). 341a929
  • Fix class/variant - add $index to each(). b60fd3a
  • Add palette.delete() function to delete by palette name, variant class and its colors from palettes. 871103c
  • Fix variant.nest() - use $variant-nested instead of $resolved-value and change name of $resolved-value to intuitive $class-color. 5ae508a
  • Add color.palette-get() - add updated get() function to use instead of old get function. 72d34cc
  • Add color.name-update() - add function to update name especially with adjustment. 7ca383a
  • Add name/hsla module to check and remove hsla indicator. 080e37e
  • Add name/adjustment module with - function to get() and remove() operator from name adjustment and calculate(). 1bb2397
  • Add color.palette-get-keys() function to find keys using name.index(). a7c63cf
  • Add map.get-index() - add function to get value based on key checked by list.index(). e1459b9
  • Add palette.each() - add mixin to iterate palette. 8ac459b
  • Update variant.create() - add $type argument to retrieve from color name to set key. 30e19ae
  • Remove color.name-nest() function from index. 22fb98c
  • Add palette.color-add() check type of variant color and append or join into the list. 937586c
  • Update variant.nest() function to use nest from color. d423b7c
  • Update color.palette-create() function to handle creation of multiple colors in variant. d880d60
  • Add color.palette-color-add() function to add color to variant. bd5ec62
  • Add color.palette-color-remove() to remove color from variant, color.palette-variant-add() to add variant. 2e53679
  • Update Set color.name-nest() as deprecated. fa25fcb
  • Add color.name-add-indicator-multiple() function to add indicator(color) to multiple names. d26d365
  • Update color.name() - use name module. 829a614
  • Update color.name-adjust() - add $hue $saturation $lightness $alpha $separator arguments. 8124aa0
  • Update color.name-retrieve() - check whether each attribute has number. 5d872b8
  • Add color.name-append() function to add color name to list of colors. d1d571b 3815399
  • Add color.name-remove() function to remove color from list of color names. 79ac36b
  • Add color.name-create() function to create color name with color indicator. 2897f63
  • Add color.name-add-indicator() function to name module to add color indicator including shades. 653b1b5
  • Fix fix list.index() function - remove checking type of $list. bece908
  • Add submodule name and add color.name-adjust-multiple() to adjust multiple color names, color.name-index() function to find index of specific name. 6587c4d e5fc8d6 b15c567
  • Add color.name-adjust() to adjust hsla color attributes in name. 7699304