File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## v0.7.4
9+
10+ [ compare changes] ( https://github.com/sfxcode/formkit-nuxt-ui/compare/v0.7.3...v0.7.4 )
11+
12+ ### 🚀 Enhancements
13+
14+ - Normalize color input handling and improve hex validation in colorConverter ([ 8c4e870] ( https://github.com/sfxcode/formkit-nuxt-ui/commit/8c4e870 ) )
15+ - Implement output components schema and enhance data display in FUDataView ([ 2977a75] ( https://github.com/sfxcode/formkit-nuxt-ui/commit/2977a75 ) )
16+
17+ ### 🩹 Fixes
18+
19+ - Correct type check for Nuxt UI output components in addNuxtAsteriskPlugin ([ ea93b24] ( https://github.com/sfxcode/formkit-nuxt-ui/commit/ea93b24 ) )
20+
21+ ### ✅ Tests
22+
23+ - Add comprehensive tests for color and duration conversion utilities ([ f05e70d] ( https://github.com/sfxcode/formkit-nuxt-ui/commit/f05e70d ) )
24+
25+ ### ❤️ Contributors
26+
27+ - Sfxcode ([ @sfxcode ] ( https://github.com/sfxcode ) )
28+
829## v0.7.3
930
1031[ compare changes] ( https://github.com/sfxcode/formkit-nuxt-ui/compare/v0.7.2...v0.7.3 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @sfxcode/formkit-nuxt-ui" ,
3- "version" : " 0.7.3 " ,
3+ "version" : " 0.7.4 " ,
44 "description" : " FormKit integration for Nuxt UI - Seamlessly connect FormKit form handling with Nuxt UI components" ,
55 "author" : {
66 "name" : " Tom" ,
You can’t perform that action at this time.
0 commit comments