Skip to content

Commit 5bed65c

Browse files
committed
chore(release): v0.7.1
1 parent 20e238b commit 5bed65c

2 files changed

Lines changed: 74 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,79 @@ 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.1
9+
10+
11+
### 🚀 Enhancements
12+
13+
- Initialize Nuxt module with basic setup and configuration ([69c7991](https://github.com/sfxcode/formkit-nuxt-ui/commit/69c7991))
14+
- Update package.json for FormKit integration and bump @nuxt/test-utils version ([8a79a1f](https://github.com/sfxcode/formkit-nuxt-ui/commit/8a79a1f))
15+
- Update nuxt.config.ts to include myModule and fix modules syntax ([c8e9bc6](https://github.com/sfxcode/formkit-nuxt-ui/commit/c8e9bc6))
16+
- Add @formkit/nuxt dependency to package.json and update pnpm-lock.yaml ([1283fbc](https://github.com/sfxcode/formkit-nuxt-ui/commit/1283fbc))
17+
- Rename module to formkit-nuxt-ui and update compatibility for Nuxt 4.0.0 ([594f706](https://github.com/sfxcode/formkit-nuxt-ui/commit/594f706))
18+
- Add @nuxt/ui dependency to package.json ([1c194c9](https://github.com/sfxcode/formkit-nuxt-ui/commit/1c194c9))
19+
- Add initial app structure with Nuxt UI components and configuration ([8c82a8e](https://github.com/sfxcode/formkit-nuxt-ui/commit/8c82a8e))
20+
- Add @iconify-json/lucide and @iconify-json/simple-icons dependencies to package.json and update pnpm-lock.yaml ([0ffbd2d](https://github.com/sfxcode/formkit-nuxt-ui/commit/0ffbd2d))
21+
- Update links and structure in app.vue and index.vue for FormKit Nuxt UI ([ae0c826](https://github.com/sfxcode/formkit-nuxt-ui/commit/ae0c826))
22+
- Implement Nuxt UI components and configuration for FormKit integration ([0137028](https://github.com/sfxcode/formkit-nuxt-ui/commit/0137028))
23+
- Enhance input and textarea components with new configurations and styles ([529c8ef](https://github.com/sfxcode/formkit-nuxt-ui/commit/529c8ef))
24+
- Add new FormKit components (FUCheckbox, FUSelect) and enhance existing inputs with additional props and styles ([d212815](https://github.com/sfxcode/formkit-nuxt-ui/commit/d212815))
25+
- Add output definitions for boolean, date, and text types ([c9e230a](https://github.com/sfxcode/formkit-nuxt-ui/commit/c9e230a))
26+
- Add event handler for data saved in index.vue ([904cc7a](https://github.com/sfxcode/formkit-nuxt-ui/commit/904cc7a))
27+
- Add checkbox component with various configurations and states ([b5e10cf](https://github.com/sfxcode/formkit-nuxt-ui/commit/b5e10cf))
28+
- Update component configurations and improve input handling ([48424b7](https://github.com/sfxcode/formkit-nuxt-ui/commit/48424b7))
29+
- Enhance FUCheckbox component with additional props and improved handling ([39025b8](https://github.com/sfxcode/formkit-nuxt-ui/commit/39025b8))
30+
- Update input component definitions with additional props and improved handling ([1fa7d98](https://github.com/sfxcode/formkit-nuxt-ui/commit/1fa7d98))
31+
- Enhance checkbox and input components with additional props and improved configurations ([a27e08e](https://github.com/sfxcode/formkit-nuxt-ui/commit/a27e08e))
32+
- Add ui prop to FUInput component for enhanced customization ([90b60ba](https://github.com/sfxcode/formkit-nuxt-ui/commit/90b60ba))
33+
- Add ui prop to nuxtUIInputDefinition for enhanced customization ([cd35b19](https://github.com/sfxcode/formkit-nuxt-ui/commit/cd35b19))
34+
- Enhance FUInputDate component with additional props for improved customization ([454c90f](https://github.com/sfxcode/formkit-nuxt-ui/commit/454c90f))
35+
- Enhance input date component with additional props for improved functionality and customization ([1505d64](https://github.com/sfxcode/formkit-nuxt-ui/commit/1505d64))
36+
- Update input menu component with new props for enhanced functionality and customization ([20b947b](https://github.com/sfxcode/formkit-nuxt-ui/commit/20b947b))
37+
- Enhance FUInput, FUInputMenu, and FUInputTags components with new props for improved customization and functionality ([c52d46e](https://github.com/sfxcode/formkit-nuxt-ui/commit/c52d46e))
38+
- Enhance input tags and time components with new props for improved customization and functionality ([acb593d](https://github.com/sfxcode/formkit-nuxt-ui/commit/acb593d))
39+
- Enhance pin input component with new props for autofocus, highlight, and fixed positioning ([ceb5599](https://github.com/sfxcode/formkit-nuxt-ui/commit/ceb5599))
40+
- Update radio group and checkbox components with new props for improved customization and flexibility ([e0fa636](https://github.com/sfxcode/formkit-nuxt-ui/commit/e0fa636))
41+
- Enhance select component with new props for autofocus, arrow icon, highlight, and fixed positioning ([294f58f](https://github.com/sfxcode/formkit-nuxt-ui/commit/294f58f))
42+
- Enhance slider component with new props for inverted direction and minimum steps between thumbs ([552fbaf](https://github.com/sfxcode/formkit-nuxt-ui/commit/552fbaf))
43+
- Enhance switch component with new props for checked and unchecked icons ([0344de3](https://github.com/sfxcode/formkit-nuxt-ui/commit/0344de3))
44+
- Enhance textarea component with new props for fixed positioning and autoresize delay ([f14f361](https://github.com/sfxcode/formkit-nuxt-ui/commit/f14f361))
45+
- Enhance textarea component with new props for fixed positioning and autoresize delay ([5ad83c2](https://github.com/sfxcode/formkit-nuxt-ui/commit/5ad83c2))
46+
- Add output link component and enhance select menu with search input and fixed positioning ([95cda62](https://github.com/sfxcode/formkit-nuxt-ui/commit/95cda62))
47+
- Add output link component and enhance select menu with search input and fixed positioning ([8ead6ab](https://github.com/sfxcode/formkit-nuxt-ui/commit/8ead6ab))
48+
- Enhance output components with icon props and click handlers ([c85e056](https://github.com/sfxcode/formkit-nuxt-ui/commit/c85e056))
49+
- Enhance output components with icon props and click handlers ([e72e1f5](https://github.com/sfxcode/formkit-nuxt-ui/commit/e72e1f5))
50+
- Add badge list type to output list component and update schema references ([3f27f6b](https://github.com/sfxcode/formkit-nuxt-ui/commit/3f27f6b))
51+
- Add InputNumber component with extensive configuration options and examples ([ceff63b](https://github.com/sfxcode/formkit-nuxt-ui/commit/ceff63b))
52+
- Add InputNumber and OutputList components to app navigation ([af47fc0](https://github.com/sfxcode/formkit-nuxt-ui/commit/af47fc0))
53+
- Add CHANGELOG.md to document project updates and version history ([d13780c](https://github.com/sfxcode/formkit-nuxt-ui/commit/d13780c))
54+
- Add MIT License and update README with work in progress notice ([b9ff7da](https://github.com/sfxcode/formkit-nuxt-ui/commit/b9ff7da))
55+
- Enhance useFormKitRepeater with type safety and improved data handling ([768fc90](https://github.com/sfxcode/formkit-nuxt-ui/commit/768fc90))
56+
- Enhance type safety in FUInputTime, FUSelect, FUSelectMenu, and useFormKitSchema components ([94f9cb4](https://github.com/sfxcode/formkit-nuxt-ui/commit/94f9cb4))
57+
58+
### 🩹 Fixes
59+
60+
- Update formkit-label color for improved accessibility ([ad9fad1](https://github.com/sfxcode/formkit-nuxt-ui/commit/ad9fad1))
61+
- Update release script to use patch versioning in changelogen ([a7fa010](https://github.com/sfxcode/formkit-nuxt-ui/commit/a7fa010))
62+
63+
### 💅 Refactors
64+
65+
- Rename 'items' to 'options' for consistency in select components ([594dee1](https://github.com/sfxcode/formkit-nuxt-ui/commit/594dee1))
66+
- Remove unused import from FUDataEdit.vue and clean up module.ts ([48b89b8](https://github.com/sfxcode/formkit-nuxt-ui/commit/48b89b8))
67+
68+
### 🏡 Chore
69+
70+
- Update package dependencies to latest versions ([cd73273](https://github.com/sfxcode/formkit-nuxt-ui/commit/cd73273))
71+
- Update package manager version and add @iconify-json/heroicons dependency ([328b8e7](https://github.com/sfxcode/formkit-nuxt-ui/commit/328b8e7))
72+
- Update package manager version and add @iconify-json/heroicons dependency ([12783f3](https://github.com/sfxcode/formkit-nuxt-ui/commit/12783f3))
73+
- Refactorings ([6a879d7](https://github.com/sfxcode/formkit-nuxt-ui/commit/6a879d7))
74+
- Update devDependencies to latest versions ([b47a641](https://github.com/sfxcode/formkit-nuxt-ui/commit/b47a641))
75+
- Update packageManager version to pnpm@10.30.1 ([20e238b](https://github.com/sfxcode/formkit-nuxt-ui/commit/20e238b))
76+
77+
### ❤️ Contributors
78+
79+
- Sfxcode ([@sfxcode](https://github.com/sfxcode))
80+
881
## [0.7.0] - 2026-02-21
982

1083
### Added

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.0",
3+
"version": "0.7.1",
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)