Releases: angular-package/sass
Releases · angular-package/sass
v0.19.0-beta
v0.19.0-beta #
- Update
variant.property-set()function to handle multiple properties. 8081d34 - Update
variant.transform()to handle multiple properties. 305e6c1 - Update
schema.has-multiple-colors()function - add$resultargument to returnboolorindexof found indicator. eca4b74 - Add
color.name-indicator-remove()function to remove indicator or multiple indicators from color name. ce0cdc4 - Add
color.name-indicator-retrieve()function to retrieve indicator or multiple indicators from color name. b5679c6 - Update
color.palette-create()function - remove property indicator':'and assign property to color. d853f93 - Update
variant.create()function to retrieve color, and useno-property-nameamong withnamein$typeequal tocolor. 5bfe892 - Add
variant.property-multiple-is()function to check whether$valueis multiple properties. e97555c - Add
variant.property-multiple()function to handle multiple properties in variant. dc7f92c - Fix
color.name-replace()function - change variable$updateto$replace, set argument$typetonullby default, use directlyadjustment.has(). 5e7068e - Update
color.variant-create()function - remove color indicator from class and property, and handle multiple properties. fda9204 - Update
name.retrieve()function - addinput-name,property,property-name,no-property-nameproperties - retrieve property from name. 534249e - Update
property.name()function - remove duplicates from name. 7eb5e2e - Update add to
list.remove-duplicate()function$removearbitrary argument to define what duplicate remove. 3fab0a7 - Update move
modifier-retrieve()function to modulemodifier. 15b13f1 - Fix forward main index. eb1b424
v0.18.0-beta
v0.18.0-beta #
- Update
color.palette-create()handle multiple colors in nested colors and usevariant.create()function frompalette. 06544a7 - Fix
variant.indicator-remove()- remove indicator in nested list, by checking whether element contains indicator. 7eba13a - Add schema palette submodule with
has-multiple-colors()function to check whether schema to create palette has multiple colors. 2cefe16 - Update
variant.indicator-index()use directlystring.index(). c21bdb6 - Add
color.palette-variant-create()function frompalette.create()to create variant based on schema. 4d5d2b7
v0.17.1-beta
v0.17.0-beta
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$shadewithdarkandlightby default and$colorwith retrieve arguments in each hsla functions.
Add$shadealso tohsla-color()function. 69010c0 - Fix
color.alpha-var()color.hue-var()color.saturation-var()color.lightness-var()use$delimiterinvar.get()instead ofname(). 341a929 - Fix
class/variant- add$indextoeach(). b60fd3a - Add
palette.delete()function to delete by palette name, variant class and its colors from palettes. 871103c - Fix
variant.nest()- use$variant-nestedinstead of$resolved-valueand change name of$resolved-valueto intuitive$class-color. 5ae508a - Add
color.palette-get()- add updatedget()function to use instead of old get function. 72d34cc - Add
color.name-update()- add function to update name especially with adjustment. 7ca383a - Add
name/hslamodule to check and remove hsla indicator. 080e37e - Add
name/adjustmentmodule with - function toget()andremove()operator from name adjustment andcalculate(). 1bb2397 - Add
color.palette-get-keys()function to find keys usingname.index(). a7c63cf - Add
map.get-index()- add function to get value based on key checked bylist.index(). e1459b9 - Add
palette.each()- add mixin to iterate palette. 8ac459b - Update
variant.create()- add$typeargument 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()- usenamemodule. 829a614 - Update
color.name-adjust()- add$hue$saturation$lightness$alpha$separatorarguments. 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 withcolorindicator. 2897f63 - Add
color.name-add-indicator()function tonamemodule to addcolorindicator including shades. 653b1b5 - Fix fix
list.index()function - remove checking type of$list. bece908 - Add submodule
nameand addcolor.name-adjust-multiple()to adjust multiple color names,color.name-index()function to findindexof specific name. 6587c4d e5fc8d6 b15c567 - Add
color.name-adjust()to adjusthslacolor attributes in name. 7699304
v0.16.0-beta
v0.16.0-beta #
- Update
indicator.remove()- remove indicator fromstring. 30bdf0a - Fix
color.theme-load()- add$detectargument and update spec. 5d095fe - Fix
color.theme-build()- change the way of build theme to use color-scheme or theme name. Update spec. 48e2bf8 - Add
color.scheme-set()- add function to set$color-scheme. 9e5f583 - Update
palette.create()- first check type of$color, should bemap. 0e7dafc - Fix
color.set-hsla-color()- change the way to resolve$name- check the separatorcommaand type-ofstring. 331ff42
v0.15.0-beta
v0.15.0-beta #
- Add
variant.nest()- add function to nest variant ofmaporlisttype. 2ed7089 - Fix
color.palette-create()- adddeep-merge()if$coloris notmap. 3c3482d - Fix
color.theme-build()add$nameto$paletteasmapand update spec. 7189d9e - Fix
color.set-hsla-colormixin to use$dictionary. 727798d - Update
class.variant-create()function to use relative&to class and update spec. 8ce0b5d
v0.14.0-beta
v0.14.0-beta #
- Update
palette.create()- remove color indicator from map key. 2f9d8b8 - Fix
variant.class-property()- add$indextolist.each(). 6b113c5 - Update
variant/indicatorremove()function - remove indicator from nested lists. 9acd4a3 - Update
map.keys()by addingkeys-pattern()- function to result. 2d90fbd - Add theme module to handle color themes. 178141f
- Add
color/palette- module to create color palette. 1025ed5 fcdf0c9 - Update
map.pick()- add required$keyargument, and ability to pick key with last element as pattern. e66cea2 - Add
map.key-pattern-index()- function to get index of pattern'*','^','$'. 011e574 - Add
map.keys()function to retrieve keys or keys with pattern. 60c8ef5 - Update
map.pick-pattern()- add'^'start and'$'end string pattern to pick values. 1100a95 - Update
map.pick-key-substring()- add'^'start and'$'endstringpattern to pick values. a603ea4 - Add
map.keys-pattern()function that returns keys / nested keys with pattern where'*'is substring,'^'is start, and'$'is end ofstring, add patterns to variables. 0d90f5d - Update
pick.pattern()- add$patternargument andby-pattern()alias name. 35e3547 - Update
mapmodule - add required$keyargumentmap.deep-merge-key()map.has-keys()map.remove(). Add required$typeargument, and changeautoseparator tocomma. Add required$substringargument tokey-substring(),$typeargument tokey-type()value-type(). Add$field-typesarbitrary argument totype(). a634e46 - Update
color.name()- add$hue$saturation$lightness$alpha$shadearguments to define color name. e7fcb16 - Update
color.set-hsla-color()retrieve color name from$name. 59da59e - Add
color.name-nest()function to nest color name with adjustments. 1210a86 - Add
list.invert()function to invert elements. 11f6dcf - Update
list.each()- add$indexargument of$list. 9a121bb - Add
name()andtag()function toselectormodule. 2a77e6b - Add
map.depth()function to determine map depth. 41276b1
v0.13.0-beta
v0.13.0-beta #
- Add
variant.modifier-retrieve()function to retrieve modifier settings invariant.transform(). dad3966 - Move
variantmixins to thecolor/variantdirectory. a99dcd2 - Add
color.variant-create()to replacecolor.variant(). 3083e75 - Add
class.variant-create()mixin to replaceclass.variant(). 47e5a29 - Add
property.class-variant()as replacement forproperty.variant(). ceed6b1 - Update
property.name()- move spec to separate file_property.name.function.spec.scss, update function to handle multiplemapin arbitrary arguments, simplify code. c9332e7 - Fix
map.get()function not returningfalsevalue. caf0325 - Add
classandpropertysub modules forvariant.transform()mixin anditemas replacement forupdate. 3ac59ae - Add
variant.class-property()mixin forvariant.transform()mixin. 3ac59ae - Add
variant.append()function to append variant to bracketed list(rows) asmaptype. 3ac59ae - Add
variant.transform()mixin to transform variants into rows ofmaptype prepared forclass.content(). 3ac59ae - Update
update.property()to usemiddleandpre-basename and ability to modify variant item/level 1 - 3. beabe0c - Update
variant.update()to add ability to modify variant item/level 1 - 3. 0272f3c - Fix
property.variant()mixin to use values.combine() instead values.join() to have proper name. Add additional examples. b58f461 - Update
class.variant()mixin to use+indicator,$modifierwith ability to modify variant 1, 2, 3. Additional property namemiddle,pre-base. 6ab09c8 - Update
selector.nest()to removenulland empty list()before nesting. 942e6b3 - Add
variant/indicatorsubmodule to handle+in variants. 9fb0fca
v0.12.0-beta
v0.12.0-beta #
- Add
variant.update()to use insteadvariant.modify(). 69af150 - Update
variant.create()to have functionality to add full variant. a76c8ce Updatevariant.modify()to use$modifierargument to modify, useupdatesub module, and addvariant.update()alias name. 410cc51- Update
class/variantto use@eachmixin andupdate.property()function fromvariantmodule. 1230281 - Add
list.each()mixin. 6a7c2fe - Add
class/affixsub module to handle class affixes. b4a49d1 - Update
class.variant()to use$keyinnest()when its length > 0 and useupdate.property()fromvariantmodule. 1e8a29c - Add
list.update()function to update$listby providednth-valuepairs ofmaporlisttype. 104abd7 - Add
map.get-any()function to get the value from any key where value is notnull. cef2405
v0.11.0-beta
v0.11.0-beta #
- Add new
variantmodule to handle variants. a7a8c1c - Update
class.variant()by adding$modifierargument to modify class and property. 89f34e3 - Update
property.variant()to usevalues.join()function and add$modifierargument to modify class and property. c8c8f5b - Update
property.name()function to remove empty lists from$name. 21ef23a - Update
class.variant()function to usevalues.join()and update spec. 7d0c18e - Update
variant.combine()to usevalues.join()and use and update spec. 5afd3c2 - Add separate mixins in
class/variantto create class variant and update spec. e8d08d3 - Add
values.join()wrapper function. 971af80 - Add
list.merge()function to merge smaller$list2into$list1. 9788cb3