Skip to content

Releases: angular-package/sass

v0.5.0-beta

29 Aug 20:39
12231bb

Choose a tag to compare

v0.5.0-beta #

  • Update property module to handle arguments to use var.get() function dictionary. d28f797
  • Fix dictionary/v1.0.0 purge $dictionary map variable. 5acab9f
  • Update function/call module to handle map type arguments with additional $arguments parameter and add spec. dc6d444 dc6926b

v0.4.1-beta

27 Aug 15:27
a283a07

Choose a tag to compare

v0.4.1-beta #

  • Add property.variant() to the index. 8c16e87
  • Fix class.variant() by checking $attribute against empty list. 9280a21
  • Fix property.variant() function by adding arguments to properly call retrieved functions. 96bcb0a
  • Fix unnecessary imports, and use property.property() in property.variant(). 213d174

v0.4.0-beta

25 Aug 00:26
90b6b0d

Choose a tag to compare

v0.4.0-beta #

  • Add class module to handle CSS class selectors(variants). 9a7fed7 b51b22a 01c830a a2ed250 c88c00a

  • Add color module which extends sass:color module with functions to set hsla() color and scheme sub module to check color-scheme. d596d48

  • Add function module to handle calling functions in list as string, map or list type. 5dbd420

  • Add property module to set CSS properties with functions. 79dccba

  • Add selector module sets selectors split into words(optionally translated). a165ed8

  • Add functions with name() function to create name from words that can be translated with $dictionary and important to add !important flag. 16bdb40

  • Add list.extract-map(), list.replace-string(), list.replace(), list.swap(), and list.to-map() functions. 66fdaef 22f37e6 1b37c23 8c27019

  • Add map.merge-allowed() function to merge allowed keys. 07e2904

  • Add math.sort() function to sort numbers. 99484a6

  • Add meta.call-arglist() function to call functions with comma-separated list as arguments and space-separated as argument. 0c0b0a0

  • Add string.to-map() to transform string to map and string.unquote() to unquote on $execute.

  • Add different(easier) translator(1.0.0) with global dictionary, not exported by default. 35b3663

  • Add var module with var.adjust() var.css() var.get() var.is() var.name() var.negative() and var.unit() functions, and var.set() mixin. 16bdb40 51f7f17 d3ace9f

  • Update comparison.compare() to indicate map length as deprecated. 3969b97

  • Update meta.of-type() function to handle multiple types. cf31bb2

  • Update string.split() to have ability to unquote returned string, and separator as multiple words instead of only one character. 62c693c b8feda9 d0f372d

  • Update values.combine() by changing the way of providing parameters. ab77370

  • Fix list.append() fix not proper adding $val space separated. 99c618b

  • Fix list.join() function to properly add bracketed. 928914a

  • Fix list.remove-list() change function name from not existing has-type() to has.type(). b3b5d55

  • Fix map.pick-pattern() by updating use string.replace() function. ab8263a

v0.3.0-beta

11 Jul 13:00
aff58a7

Choose a tag to compare

v0.3.0-beta #

  • Add values module with a combine() function. 985370f
  • Add map.retrieve() function to unify get and pick. 2e72bd0
  • Add translate module and translator functions. 0ca2128 8031d0d
  • Fix dictionary.pick() merging key with null of `$dictionary. 5735653

Related commits: 5735653 8031d0d

v0.2.0-beta

09 Jul 15:50
863a989

Choose a tag to compare

Merge pull request #4 from angular-package/develop

v0.2.0-beta

v0.1.0-beta

08 Jul 20:39
72ee8a1

Choose a tag to compare

First release.