@kalyx/react 1.0.0-rc.2 → 1.0.0-rc.3

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @kalyx/react
2
2
 
3
+ ## 1.0.0-rc.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 3587b13: Replace deprecated `MutableRefObject<T>` with `RefObject<T>` in context types.
8
+
9
+ `@types/react@19` marks `MutableRefObject` as deprecated (`Use 'RefObject' instead`). In React 19 `RefObject<T>` is itself mutable, so the swap is type-equivalent for the existing `referenceRef` usage in `DatePickerContext` and `RangePickerContext`.
10
+
11
+ No runtime change. No public API surface change.
12
+
13
+ - Updated dependencies [3587b13]
14
+ - @kalyx/core@1.0.0-rc.3
15
+
3
16
  ## 1.0.0-rc.2
4
17
 
5
18
  ### Patch Changes