Skip to content

Releases: CanopyTax/kremling

v2.2.0

19 Oct 22:20
6f3adc1
Compare
Choose a tag to compare

React 18 support and some house cleaning

  • updated to react 18
    • fixed issues related to useCss removing styles when the component is still mounted
  • updated dependencies
  • update tests to testing-library
  • add prettier
  • updated yarn to v3
  • remove tests from build output
  • update .babelrc to babel.config.js

v2.1.0

26 May 16:36
Compare
Choose a tag to compare

Fixes

  • Move prop-types to dependencies (#61)

Maintenance

  • Update dependencies (#61)

v2.0.3

27 Feb 18:27
Compare
Choose a tag to compare

Fixes

  • Fix bug where kremling boxed strings weren't accepted as arguments to maybe() and toggle() (#47)

v2.0.2

25 Dec 21:18
Compare
Choose a tag to compare

Patches

2.0.1 useCSS bug fix for pre-processed css

08 May 21:45
Compare
Choose a tag to compare

Includes fix: #38 where using useCss would break when also using postCSS

v2.0.0

21 Apr 08:39
Compare
Choose a tag to compare

Enhancement

The Scoped css prop now officially handles both kremling strings and kremling-loader objects (it technically worked in the past, but now it won't yell at you in the console for using an object 🤷‍♀️ )

Breaking Change

The Scoped postcss prop has been removed completely. (See #35)

To migrate all your postcss props to css, just do a find/replace in your code editor (assuming kremling is the only place you use these prop names):

find: postcss={

replace: css={

v1.2.5

15 Apr 17:27
Compare
Choose a tag to compare

Features

Added k tagged template

  • easily add syntax highlighting targeting k tags
  • handle postcss special strings and output kremling-loader objects

v1.2.4

06 Mar 18:07
Compare
Choose a tag to compare

Fixes

  • Fixes for kremling's typescript definitions (841e85b)

v1.2.3

03 Mar 05:27
Compare
Choose a tag to compare

Features

Added typescript definition files. (180cc71)

v1.2.2

25 Feb 18:45
Compare
Choose a tag to compare

Fixes

  • fixed bug where useCss didn't accept empty styles from kremling-loader