kaafil-react-uikit 0.6.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -6,6 +6,24 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this package uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
  While on `0.x` a minor bump may carry a breaking change; the entry will say so.
8
8
 
9
+ ## [0.7.0] — 2026-09-14
10
+
11
+ ### Changed
12
+
13
+ - **One "Groups" dialog replaces separate New and Edit.** They were the same
14
+ panel, the same fields and the same rules behind two doors; an operator
15
+ tidying a manifest does not think "create" and "edit". A group picker at the
16
+ top switches between every group on the trip and a new one, so opening the
17
+ wrong group costs a click rather than cancel-and-reopen.
18
+ - **The member picker now shows that a traveller belongs to ONE group.**
19
+ `TripTraveller.partyId` is a single nullable FK, so ticking someone already
20
+ in another group MOVES them and can drop their old group below the
21
+ two-member floor that dissolves it. Each person's current group is named
22
+ beside them, and the dialog says how many people a save would move — before
23
+ the click. The old picker listed everyone flat with no hint of any of it.
24
+ - A version conflict on a group save now reads "someone else changed this
25
+ group" rather than the generic failure.
26
+
9
27
  ## [0.6.0] — 2026-09-14
10
28
 
11
29
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kaafil-react-uikit",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "tag": "latest",