Skip to content

Releases: threepointone/glamor

v2.20.14

27 Dec 13:43
Compare
Choose a tag to compare

#14 - properly prefixes ::placeholder

v2.20.13

27 Dec 11:12
Compare
Choose a tag to compare

#145 - prefix global styles
#151 - pull import rules to the top of the stylesheet (thank you @otbe, @codepunkt !)
#155 - use internal version of Object.assign (thank you @arunoda!)
#154 - upgraded glamor/reset (thank you @FrancosLab!)
#160 - Fix typo in media presets(thank you @KyleAMathews!)
#149 - fixes bad import order (thank you @donaldpipowitch!)

v2.20.5

30 Nov 07:37
Compare
Choose a tag to compare

css literal enhancements

  • fix attribute selectors, add css3 variants
  • add direct/sibling selectors
  • css vars
  • etc

v2.20.4

30 Nov 07:33
Compare
Choose a tag to compare
  • fixed detecting units, negative numbers for the css literal

v2.20.1

30 Nov 02:49
Compare
Choose a tag to compare

big refactor

  • new core function css()
  • infinite nesting of selectors
  • @supports support
  • brought back old prefixer
  • update docs, tests, examples

v2.18.0

15 Nov 14:39
Compare
Choose a tag to compare
  • remove #20 patch
  • use inline-style-prefixer #106
  • position:sticky #98

v2.17.16

15 Nov 14:38
Compare
Choose a tag to compare

createElement now works on all components, and passes down classname instead of data attributes. (#95)

v2.17.15

15 Nov 12:15
Compare
Choose a tag to compare
  • propMerge() #91 (thanks @otbe!)
  • CSS not generated server-side when using renderToStaticOptimized and className (#103)
  • add a typing for insertGlobal() #109 (thanks @axross!)