@kenos-ui/react 0.3.4 → 0.3.5

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 +11 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @kenos-ui/react
2
2
 
3
+ ## 0.3.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3222bd8]
8
+ - @kenos-ui/react-datepicker@0.4.2
9
+
3
10
  ## 0.3.4
4
11
 
5
12
  ### Minor Changes
@@ -9,11 +16,13 @@
9
16
  Single install for all Kenos UI headless primitives.
10
17
 
11
18
  **Re-exports**
19
+
12
20
  - `DatePicker` from `@kenos-ui/react-datepicker`
13
21
  - `Select` from `@kenos-ui/react-select`
14
22
  - `Combobox` from `@kenos-ui/react-combobox`
15
23
 
16
24
  **Packaging**
25
+
17
26
  - Add `license: MIT` to `package.json` (fixes npm registry showing "no license")
18
27
 
19
28
  ### Patch Changes
@@ -43,6 +52,7 @@
43
52
  ### Patch Changes
44
53
 
45
54
  - aaa8a57: Initial Combobox scaffold (`@kenos-ui/react-combobox@0.1.0`):
55
+
46
56
  - Parts: Root, Label, Input, Trigger, Content, List, Item, ItemText, Empty, Clear
47
57
  - `ComboboxStore` with `open`, `value`, `inputValue`, `highlightedValue`, item registry
48
58
  - `useSelectCollection` hook in `@kenos-ui/utils` for type-to-filter
@@ -80,6 +90,7 @@
80
90
  ### Minor Changes
81
91
 
82
92
  - Axis lift-and-shift: publish DatePicker under `@at5/axis-datepicker`.
93
+
83
94
  - Add `@at5/axis-datepicker` — same DatePicker API and behavior as `@at5/kairo` (migrated from `packages/kairo` to `packages/datepicker`)
84
95
  - Add `@at5/axis` — aggregator re-exporting `DatePicker`
85
96
  - `@at5/kairo` — deprecated; thin re-export of `@at5/axis-datepicker` for transition
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenos-ui/react",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "Kenos UI headless primitives for React — aggregator",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@kenos-ui/react-combobox": "0.2.1",
33
- "@kenos-ui/react-datepicker": "0.4.1",
33
+ "@kenos-ui/react-datepicker": "0.4.2",
34
34
  "@kenos-ui/react-select": "0.2.2"
35
35
  },
36
36
  "devDependencies": {