feat: custom bezier curves and plugin optimizations#4
Merged
Conversation
- Add matchUtilities for arbitrary bezier values (bg-ease-to-r-[0.22,1,0.36,1]) - Cache gradient stops per easing (32 → 4 computations) - Remove redundant class name ternary - Derive constants from source types - Batch matchUtilities into single call - Add getCoordinatesFromControlPoints and parseBezierValues exports - Accept readonly tuples in getCoordinatesFromControlPoints - Replace toBeCloseTo with exact toBe in tests - Import DIRECTIONS in tests instead of duplicating - Add interactive bezier curve editor to playground - Document custom bezier in utilities, examples, getting started - Update landing page hero and install button with PM tabs - Replace pseudo-element patterns with absolute divs - Add shared gradient-utils.ts and extend constants.ts - Add GitHub API error logging for star count debugging
- actions/checkout v4 → v6 - actions/setup-node v4 → v6 - pnpm/action-setup v4 → v5 - Fix tsc --noEmit with explicit tsconfig.json path
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
bg-ease-to-r-[0.22,1,0.36,1]getCoordinatesFromControlPoints(),parseBezierValues()toBeCloseTo→ exacttoBe, importedDIRECTIONSinstead of duplicating, 57 tests all passingPackage Changes (minor bump)
[x1,y1,x2,y2]Test plan
pnpm test— 57 tests passing (unit, plugin, integration)pnpm build— ESM + CJS + DTS successful