Skip to content

v0.1.18

Choose a tag to compare

@genu genu released this 20 Jan 13:07
· 56 commits to master since this release

compare changes

🚀 Enhancements

  • Add repeater component (460b3c5a)
  • Enhance Repeater component with wrapper slot support (d87c7070)

🩹 Fixes

  • Update dependencies for eslint-plugin-prettier, prettier, and vitest (86f0924a)
  • Remove @nuxt/ui module from configuration since we already have it as a module dependency (62383656)
  • Replace the @nuxt/ui registered components directly (bdfef28a)
  • Update kebab name generation for components to use replaceAll for consistency (92980578)
  • Streamline module setup and prevent duplicate @formwerk/core instances (89d0590a)
  • Disable require-default-prop rule in Vue ESLint configuration (8a6aeb6f)

📖 Documentation

  • Update README for clarity and component details (3e3e4c0e)
  • Add Event Bus integration details to README (9a3339b6)

🏡 Chore

  • release: V0.1.17 (c9b4fce3)
  • Update claude.md for better context support (60822223)

✅ Tests

❤️ Contributors