Skip to content

Releases: enisbu/tw-easing-gradients

tw-easing-gradients@1.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Apr 13:54
e84c959

Custom Bezier Curves

Use arbitrary easing values with bracket notation:

<div class="bg-ease-to-r-[0.22,1,0.36,1] from-black"></div>

Optimizations

  • Gradient stops cached per easing (32 → 4 computations)
  • matchUtilities batched into single call

tw-easing-gradients@1.0.3

Choose a tag to compare

@github-actions github-actions released this 01 Feb 17:57
b188576

Patch Changes

  • 8054923: Add AI assistant skill for automatic gradient upgrades and simplify README
    • Added SKILL.md for AI coding assistants (Claude Code, Codex, OpenCode) to automatically upgrade bg-gradient-to-* utilities (thanks to @ieedan)
    • Simplified package README with cleaner design and badges
    • Root README now symlinks to package README

tw-easing-gradients@1.0.2

Choose a tag to compare

@github-actions github-actions released this 30 Jan 20:00
6d7f57f

Patch Changes

  • a08c91b: Update README with full documentation, OG image, and CSS output example

tw-easing-gradients@1.0.1

Choose a tag to compare

@github-actions github-actions released this 30 Jan 19:52
30d5165

Patch Changes

  • 5852b7b: Add README to npm package

tw-easing-gradients@1.0.0

Choose a tag to compare

Major Changes

Initial release of tw-easing-gradients - Tailwind CSS v4 plugin for smooth easing gradients.

Features:

  • 4 easing functions: ease, ease-in, ease-out, ease-in-out
  • 8 gradient directions: t, r, b, l, tl, tr, bl, br
  • Configurable color stops (2-100, default: 15)
  • CSS color-mix() in oklch for smooth transitions
  • Full TypeScript support