kaafil-react-uikit 0.11.2 → 0.11.4

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 (47) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/dist/admin/index.cjs +361 -361
  3. package/dist/admin/index.js +5 -5
  4. package/dist/{chunk-JK7EGZ6D.js → chunk-4U5VHQDT.js} +5 -5
  5. package/dist/{chunk-JK7EGZ6D.js.map → chunk-4U5VHQDT.js.map} +1 -1
  6. package/dist/{chunk-77RL3E4C.cjs → chunk-5ORJRFXZ.cjs} +24 -3
  7. package/dist/chunk-5ORJRFXZ.cjs.map +1 -0
  8. package/dist/{chunk-4U5I3QV7.js → chunk-63JQKLMH.js} +3 -3
  9. package/dist/{chunk-4U5I3QV7.js.map → chunk-63JQKLMH.js.map} +1 -1
  10. package/dist/{chunk-YCD42AD6.cjs → chunk-6QSHORU3.cjs} +17 -17
  11. package/dist/{chunk-YCD42AD6.cjs.map → chunk-6QSHORU3.cjs.map} +1 -1
  12. package/dist/{chunk-GBYQPMJY.js → chunk-F2ENMVT7.js} +3 -3
  13. package/dist/{chunk-GBYQPMJY.js.map → chunk-F2ENMVT7.js.map} +1 -1
  14. package/dist/{chunk-T5LU3IUR.js → chunk-LJO2FGFD.js} +5 -5
  15. package/dist/{chunk-T5LU3IUR.js.map → chunk-LJO2FGFD.js.map} +1 -1
  16. package/dist/{chunk-BGXB7ST5.js → chunk-LOLQNRIK.js} +3 -3
  17. package/dist/{chunk-BGXB7ST5.js.map → chunk-LOLQNRIK.js.map} +1 -1
  18. package/dist/{chunk-63FVHEQV.cjs → chunk-ODH3SYYW.cjs} +55 -55
  19. package/dist/{chunk-63FVHEQV.cjs.map → chunk-ODH3SYYW.cjs.map} +1 -1
  20. package/dist/{chunk-IQ4OFIUJ.js → chunk-RCWSMWQD.js} +3 -3
  21. package/dist/{chunk-IQ4OFIUJ.js.map → chunk-RCWSMWQD.js.map} +1 -1
  22. package/dist/{chunk-6XUIJCTP.cjs → chunk-T5JYKERY.cjs} +12 -12
  23. package/dist/{chunk-6XUIJCTP.cjs.map → chunk-T5JYKERY.cjs.map} +1 -1
  24. package/dist/{chunk-XTNPBDRA.js → chunk-U6IE2UYL.js} +3 -3
  25. package/dist/{chunk-XTNPBDRA.js.map → chunk-U6IE2UYL.js.map} +1 -1
  26. package/dist/{chunk-QRDWTJ5F.cjs → chunk-USKVWPJD.cjs} +83 -83
  27. package/dist/{chunk-QRDWTJ5F.cjs.map → chunk-USKVWPJD.cjs.map} +1 -1
  28. package/dist/{chunk-I7NTF56J.cjs → chunk-VHBGE4BY.cjs} +4 -4
  29. package/dist/{chunk-I7NTF56J.cjs.map → chunk-VHBGE4BY.cjs.map} +1 -1
  30. package/dist/{chunk-SBYLJGAD.cjs → chunk-XWU5MCY3.cjs} +9 -9
  31. package/dist/{chunk-SBYLJGAD.cjs.map → chunk-XWU5MCY3.cjs.map} +1 -1
  32. package/dist/{chunk-WYPUA6ZD.js → chunk-YJJ4DI42.js} +24 -3
  33. package/dist/chunk-YJJ4DI42.js.map +1 -0
  34. package/dist/chunk-YKBA4WQJ.cjs +12 -0
  35. package/dist/{chunk-HUJGLKZR.cjs.map → chunk-YKBA4WQJ.cjs.map} +1 -1
  36. package/dist/core/index.cjs +107 -107
  37. package/dist/core/index.js +10 -10
  38. package/dist/manager/index.cjs +262 -260
  39. package/dist/manager/index.cjs.map +1 -1
  40. package/dist/manager/index.js +12 -10
  41. package/dist/manager/index.js.map +1 -1
  42. package/dist/traveller/index.cjs +35 -35
  43. package/dist/traveller/index.js +5 -5
  44. package/package.json +2 -2
  45. package/dist/chunk-77RL3E4C.cjs.map +0 -1
  46. package/dist/chunk-HUJGLKZR.cjs +0 -12
  47. package/dist/chunk-WYPUA6ZD.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -6,6 +6,49 @@ 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.11.4] — 2026-09-15
10
+
11
+ ### Changed
12
+
13
+ - Peer floor moves to `kaafil-js@^0.7.0`, which coalesces identical in-flight
14
+ GETs at the transport. 0.11.3 fixed the duplicate capability read in this
15
+ package; the SDK change covers the same shape across every read hook, which
16
+ is where it belongs — `execute()` is one funnel, this package has thirty-odd
17
+ hooks. `core/internal/coalesceRead.ts` stays as the in-package seam for reads
18
+ that do not go through a resource method.
19
+
20
+ ## [0.11.3] — 2026-09-15
21
+
22
+ ### Fixed
23
+
24
+ - **The manager's Now tab asked the same question four times.** A hook is an
25
+ implementation shared by its callers, not an instance shared by them: every
26
+ component calling a read hook gets its own state, its own effect and its own
27
+ request. Four components on that tab each needed `journey/capabilities`, so
28
+ four identical requests went out together.
29
+
30
+ `core/internal/coalesceRead.ts` is now the one place this package collapses
31
+ identical concurrent reads into one. Whoever asks first issues the request,
32
+ anyone asking while it is in flight awaits the same promise, and the entry is
33
+ dropped the moment it settles — success or failure, so a rejection is never
34
+ replayed to a caller who would have retried.
35
+
36
+ It is deliberately NOT a result cache: nothing survives the promise settling,
37
+ so this changes only how many requests a single moment produces, never how
38
+ fresh an answer is or when a refetch happens. Caching results would move
39
+ staleness decisions out of the hooks that own them.
40
+
41
+ Measured against a live engine, the tab's opening burst: **10 requests →
42
+ 7, wall 2213–3552ms → 1845–2027ms**. The saving is larger than three
43
+ requests' worth because they were also competing with each other.
44
+
45
+ - **Two more empty time columns.** `ManagerNowSection`'s timeline and
46
+ `ManagerOverviewSection`'s itinerary preview both reserved a fixed,
47
+ non-shrinking time column and rendered it empty when no block carried a
48
+ `startTime` — the same defect 0.10.2 fixed on the traveller surface, which
49
+ that release's note predicted might exist elsewhere. It did, twice. A sweep
50
+ of every fixed-width non-shrinking column in the package found no others.
51
+
9
52
  ## [0.11.2] — 2026-09-15
10
53
 
11
54
  Needs an engine build carrying the widened `deleteFile` rule; against an older