Skip to content

Commit b343524

Browse files
committed
chore(release): v0.7.4
1 parent 2977a75 commit b343524

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ 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.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)

package.json

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

0 commit comments

Comments
 (0)