Skip to content

Commit 00358e1

Browse files
Version Packages (#152)
* ci(changesets): version packages * fix: change versions --------- Co-authored-by: Ayumu Fujii <[email protected]>
1 parent 515ad05 commit 00358e1

File tree

10 files changed

+50
-31
lines changed

10 files changed

+50
-31
lines changed

.changeset/eight-pandas-own.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/slow-days-admire.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/vite-plugin-vui/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @fastkit/vite-plugin-vui
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- Updated dependencies []:
8+
- @fastkit/vui@0.20.0
9+
310
## 2.1.4
411

512
### Patch Changes

packages/vite-plugin-vui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fastkit/vite-plugin-vui",
3-
"version": "2.1.4",
3+
"version": "2.2.0",
44
"description": "vite-plugin-vui",
55
"keywords": [
66
"vite",
@@ -67,4 +67,4 @@
6767
"optional": true
6868
}
6969
}
70-
}
70+
}

packages/vue-form-control/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @fastkit/vue-form-control
22

3+
## 0.21.0
4+
5+
### Minor Changes
6+
7+
- [#151](https://github.com/dadajam4/fastkit/pull/151) [`515ad05`](https://github.com/dadajam4/fastkit/commit/515ad05b1f541e372815d63ddad46fe1e113df49) Thanks [@nkenji09](https://github.com/nkenji09)! - Fix preserveOrder behavior in FormSelectorControl
8+
9+
The preserveOrder property behavior was inverted from the intended specification:
10+
11+
- `preserveOrder: false` (default) now maintains user selection order
12+
- `preserveOrder: true` now sorts by items order
13+
14+
This is a breaking change that corrects the behavior to match the intended specification.
15+
16+
- [#150](https://github.com/dadajam4/fastkit/pull/150) [`e9b7145`](https://github.com/dadajam4/fastkit/commit/e9b7145967bda75592dac5bc8102207575a160f5) Thanks [@nkenji09](https://github.com/nkenji09)! - Add preserveOrder option to FormSelectorControl
17+
18+
This new option controls how selected items are ordered in multiple selection mode:
19+
20+
- `preserveOrder: false` (default): Selected items are sorted according to the order they appear in the items array
21+
- `preserveOrder: true`: Selected items maintain the order in which they were selected by the user
22+
23+
The option can be configured globally via `defaultPreserveOrder` in FormSelectorControlOptions or per-component via the `preserveOrder` prop.
24+
325
## 0.20.28
426

527
### Patch Changes

packages/vue-form-control/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fastkit/vue-form-control",
3-
"version": "0.20.28",
3+
"version": "0.21.0",
44
"description": "Basic form implementation library for Vue applications.",
55
"keywords": [
66
"fastkit",

packages/vui-wysiwyg/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @fastkit/vui-wysiwyg
22

3+
## 7.1.0
4+
5+
### Minor Changes
6+
7+
- Updated dependencies []:
8+
- @fastkit/vui@0.20.0
9+
310
## 7.0.57
411

512
### Patch Changes

packages/vui-wysiwyg/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fastkit/vui-wysiwyg",
3-
"version": "7.0.57",
3+
"version": "7.1.0",
44
"description": "vui-wysiwyg",
55
"keywords": [],
66
"repository": {
@@ -320,4 +320,4 @@
320320
"@fastkit/vui": "workspace:^",
321321
"vue": "^3.4.0"
322322
}
323-
}
323+
}

packages/vui/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @fastkit/vui
22

3+
## 0.20.0
4+
5+
### Minor Changes
6+
7+
- Updated dependencies [[`515ad05`](https://github.com/dadajam4/fastkit/commit/515ad05b1f541e372815d63ddad46fe1e113df49), [`e9b7145`](https://github.com/dadajam4/fastkit/commit/e9b7145967bda75592dac5bc8102207575a160f5)]:
8+
- @fastkit/vue-form-control@0.21.0
9+
310
## 0.19.56
411

512
### Patch Changes

packages/vui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fastkit/vui",
3-
"version": "0.19.56",
3+
"version": "0.20.0",
44
"description": "A simple, extensible UI kit for Vue applications.",
55
"keywords": [
66
"fastkit",
@@ -98,4 +98,4 @@
9898
"ja": "Vueアプリケーション用のシンプルで拡張可能なUIキット。"
9999
}
100100
}
101-
}
101+
}

0 commit comments

Comments
 (0)