Skip to content

v0.4.2

Choose a tag to compare

@Dexter2389 Dexter2389 released this 11 Jul 00:19
· 27 commits to main since this release
  1. Refine the AlpineHookForm signature to be more versatile.

    • Allows pairing validators/constraints with corresponding fail_error messages.
  2. Implement better TailwindCSS class merging with conflict resolution

    • Correctly resolves conflicts by applying the last-seen class within defined conflict groups (e.g., padding, margin, etc.).
    • Respects Tailwind's responsive and state variants (e.g., md:, hover:), ensuring they don't conflict inappropriately.
    • Supports JIT compiler syntax like w-[100px].
    • Utilizes pre-computed mappings for efficient merging.