v0.4.2
-
Refine the AlpineHookForm signature to be more versatile.
- Allows pairing validators/constraints with corresponding fail_error messages.
-
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.