Skip to content

v0.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Aug 16:06
587c9a1

Patch Changes

Reject/demote more generated classes and ids:

  • 0ed076e: Demote Tailwind atomic utility classes to CLASS_TIER_C (flex, grid, block, relative, absolute, fixed, sticky, …),
  • 9f31ac5: Ensure framework styled-components generated classes omit the random bit (<stem>-sc-<hash>-<n><stem>)
  • 259e349: Reject jss jss[0-9]+ (MUI v4 / react-jss auto class names)
  • 259e349: Reject .finished as it might be a 'state' class like .active or .selected
  • 91c6f62: Apply hasRandomTokenRun and hex-run test to class names as well
  • 89f3534: Reject double-underscore system IDs (__next, __nuxt, ___gatsby)