Skip to content

Commit 97d08d2

Browse files
committed
chore(release): v4.2.0
1 parent 76c4ee4 commit 97d08d2

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## v4.2.0
2+
3+
[compare changes](https://github.com/sfxcode/formkit-primevue/compare/v4.1.10...v4.2.0)
4+
5+
### 🚀 Enhancements
6+
7+
- Add minItems and maxItems properties to Repeater component for better item management ([f63edbee](https://github.com/sfxcode/formkit-primevue/commit/f63edbee))
8+
- Add explicit @formkit/auto-animate dependency for enhanced animations ([f92c3852](https://github.com/sfxcode/formkit-primevue/commit/f92c3852))
9+
- Enhance PrimeListbox with customizable transfer button styles and container classes ([6f127aac](https://github.com/sfxcode/formkit-primevue/commit/6f127aac))
10+
- Add ListboxTransfer component with enhanced transfer functionality and examples ([8281de78](https://github.com/sfxcode/formkit-primevue/commit/8281de78))
11+
- Enhance PrimeListbox documentation with customizable styling examples and transfer options ([1269bf35](https://github.com/sfxcode/formkit-primevue/commit/1269bf35))
12+
- Update Listbox Transfer icon for improved visual representation ([5e21a8eb](https://github.com/sfxcode/formkit-primevue/commit/5e21a8eb))
13+
- Update release script to use minor versioning for changelog ([f22281d3](https://github.com/sfxcode/formkit-primevue/commit/f22281d3))
14+
- Enhance addInsertButton to disable button when max items limit is reached ([6a0e1a87](https://github.com/sfxcode/formkit-primevue/commit/6a0e1a87))
15+
- Add watchers to FormKitDataEdit and FormKitDataView for reactive prop updates ([56f6fb86](https://github.com/sfxcode/formkit-primevue/commit/56f6fb86))
16+
- Enhance JSON editor integration in PrimeInput and PrimeOutput for better data handling ([df1c383c](https://github.com/sfxcode/formkit-primevue/commit/df1c383c))
17+
18+
### 💅 Refactors
19+
20+
- Optimize array manipulation in Repeater component methods ([14dfc292](https://github.com/sfxcode/formkit-primevue/commit/14dfc292))
21+
22+
### 🏡 Chore
23+
24+
- Update dependencies for improved stability and performance ([76c4ee40](https://github.com/sfxcode/formkit-primevue/commit/76c4ee40))
25+
26+
### ❤️ Contributors
27+
28+
- Sfxcode ([@sfxcode](https://github.com/sfxcode))
29+
130
## v4.1.10
231

332
[compare changes](https://github.com/sfxcode/formkit-primevue/compare/v4.1.9...v4.1.10)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sfxcode/formkit-primevue",
33
"type": "module",
4-
"version": "4.1.10",
4+
"version": "4.2.0",
55
"packageManager": "pnpm@11.0.9+sha512.34ce82e6780233cf9cad8685029a8f81d2e06196c5a9bad98879f7424940c6817c4e4524fb7d38b8553ceed48b9758b8ebaf1abd3600c232c4c8cf7366086f38",
66
"author": {
77
"name": "Tom",

0 commit comments

Comments
 (0)