Skip to content

Releases: braposo/graphql-css

v2.0.0

30 Dec 13:22
Compare
Choose a tag to compare
  • Completely new API with support for a hook-like useGqlCSS function.
  • New styled helper that accepts string literals just like styled-components/emotion
  • New getStyles helper that returns an object with generated styles to be used in other CSS-in-JS libraries

v1.4.0

24 Mar 15:33
Compare
Choose a tag to compare

Improves enterprise grade integrations and validations:

v1.3.0

21 Mar 11:09
Compare
Choose a tag to compare
  • Adds support for variables and variant argument in GraphQL queries to extract different versions of the styles (theming)
  • Updates examples with new variant option
  • Updates README with examples and adds headings for better structure

v1.2.1

20 Mar 12:38
Compare
Choose a tag to compare
  • Improves README
  • Fixes typo in README examples #2 (thanks @Scrum)