Skip to content

Commit 0f1fd7d

Browse files
committed
chore(release): v0.8.3
1 parent 11866ac commit 0f1fd7d

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)