Skip to content

Releases: sfxcode/nuxt-ui-formkit

v0.8.5

16 Mar 19:45

Choose a tag to compare

v0.8.4

16 Mar 19:43
595ee35

Choose a tag to compare

compare changes

🚀 Enhancements

  • Disable server-side rendering in nuxt configuration (a2b9bba)

🏡 Chore

  • Update package dependencies to latest versions (184f1df)

❤️ Contributors

v0.8.3

25 Feb 23:25

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add default values to readonly and disabled time inputs (edd316a)

🩹 Fixes

  • Update checkbox group components with indicator prop (1b83d1f)

🏡 Chore

  • Add Netlify configuration file for build and redirects (6cbf11b)
  • Update Netlify build command to include preparation step (e8aadc1)
  • Update dependencies in package.json (5b79a4c)

✅ Tests

  • Add unit tests for useFormKitSchema, useFormKitInput, and useFormKitOutput (11866ac)

❤️ Contributors

v0.8.2

23 Feb 19:26

Choose a tag to compare

compare changes

🏡 Chore

  • Rename package to @sfxcode/nuxt-ui-formkit (fd8bbb9)
  • Rename package to @sfxcode/nuxt-ui-formkit and update references (53ef29b)

❤️ Contributors

v0.8.1

22 Feb 23:55

Choose a tag to compare

compare changes

🏡 Chore

  • Bump version to 0.8.0 and update release script for patch versioning (e0e56c6)

❤️ Contributors

v0.7.8

22 Feb 14:09

Choose a tag to compare

compare changes

💅 Refactors

  • Update import paths and remove deprecated formkit configuration (15bc4d0)

❤️ Contributors

v0.7.7

22 Feb 12:44

Choose a tag to compare

compare changes

💅 Refactors

  • Update import paths and restructure definitions for better organization (59a7614)

❤️ Contributors

v0.7.6

22 Feb 11:48

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add runtime definitions and plugins to package.json (10e46d4)

❤️ Contributors

v0.7.5

21 Feb 21:00

Choose a tag to compare

compare changes

🚀 Enhancements

  • Enhance form components to support dynamic slot rendering with validSlotNames (565f385)
  • Add runtime types and import paths to package.json (f3b1d65)
  • Add examples for FormKit usage without schema and slots in FormKit components (06df146)

📖 Documentation

  • Add screenshot of FormKit Nuxt UI to README (445894c)

❤️ Contributors

v0.7.4

21 Feb 19:06

Choose a tag to compare

compare changes

🚀 Enhancements

  • Normalize color input handling and improve hex validation in colorConverter (8c4e870)
  • Implement output components schema and enhance data display in FUDataView (2977a75)

🩹 Fixes

  • Correct type check for Nuxt UI output components in addNuxtAsteriskPlugin (ea93b24)

✅ Tests

  • Add comprehensive tests for color and duration conversion utilities (f05e70d)

❤️ Contributors