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,32 @@ 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.8.3
9+
10+ [ compare changes] ( https://github.com/sfxcode/nuxt-ui-formkit/compare/v0.8.2...v0.8.3 )
11+
12+ ### 🚀 Enhancements
13+
14+ - Add default values to readonly and disabled time inputs ([ edd316a] ( https://github.com/sfxcode/nuxt-ui-formkit/commit/edd316a ) )
15+
16+ ### 🩹 Fixes
17+
18+ - Update checkbox group components with indicator prop ([ 1b83d1f] ( https://github.com/sfxcode/nuxt-ui-formkit/commit/1b83d1f ) )
19+
20+ ### 🏡 Chore
21+
22+ - Add Netlify configuration file for build and redirects ([ 6cbf11b] ( https://github.com/sfxcode/nuxt-ui-formkit/commit/6cbf11b ) )
23+ - Update Netlify build command to include preparation step ([ e8aadc1] ( https://github.com/sfxcode/nuxt-ui-formkit/commit/e8aadc1 ) )
24+ - Update dependencies in package.json ([ 5b79a4c] ( https://github.com/sfxcode/nuxt-ui-formkit/commit/5b79a4c ) )
25+
26+ ### ✅ Tests
27+
28+ - Add unit tests for useFormKitSchema, useFormKitInput, and useFormKitOutput ([ 11866ac] ( https://github.com/sfxcode/nuxt-ui-formkit/commit/11866ac ) )
29+
30+ ### ❤️ Contributors
31+
32+ - Sfxcode ([ @sfxcode ] ( https://github.com/sfxcode ) )
33+
834## v0.8.2
935
1036[ compare changes] ( https://github.com/sfxcode/nuxt-ui-formkit/compare/v0.8.1...v0.8.2 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @sfxcode/nuxt-ui-formkit" ,
3- "version" : " 0.8.2 " ,
3+ "version" : " 0.8.3 " ,
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