@fluentui/react-color-picker 9.0.5 → 9.0.7

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,18 +1,39 @@
1
1
  # Change Log - @fluentui/react-color-picker
2
2
 
3
- This log was last generated on Wed, 14 May 2025 18:45:45 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 11 Jun 2025 22:29:14 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-color-picker_v9.0.7)
8
+
9
+ Wed, 11 Jun 2025 22:29:14 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-color-picker_v9.0.6..@fluentui/react-color-picker_v9.0.7)
11
+
12
+ ### Patches
13
+
14
+ - docs: removed text from preview stage ([PR #34612](https://github.com/microsoft/fluentui/pull/34612) by vkozlova@microsoft.com)
15
+
16
+ ## [9.0.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-color-picker_v9.0.6)
17
+
18
+ Fri, 06 Jun 2025 13:15:17 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-color-picker_v9.0.5..@fluentui/react-color-picker_v9.0.6)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-context-selector to v9.1.77 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by beachball)
24
+ - Bump @fluentui/react-jsx-runtime to v9.0.55 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by beachball)
25
+ - Bump @fluentui/react-tabster to v9.24.8 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by beachball)
26
+ - Bump @fluentui/react-utilities to v9.20.0 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by beachball)
27
+
7
28
  ## [9.0.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-color-picker_v9.0.5)
8
29
 
9
- Wed, 14 May 2025 18:45:45 GMT
30
+ Wed, 14 May 2025 18:49:17 GMT
10
31
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-color-picker_v9.0.4..@fluentui/react-color-picker_v9.0.5)
11
32
 
12
33
  ### Patches
13
34
 
14
35
  - fix: added touch events for ColorArea ([PR #34328](https://github.com/microsoft/fluentui/pull/34328) by v.kozlova13@gmail.com)
15
- - Bump @fluentui/react-tabster to v9.24.7 ([PR #34449](https://github.com/microsoft/fluentui/pull/34449) by beachball)
36
+ - Bump @fluentui/react-tabster to v9.24.7 ([PR #34438](https://github.com/microsoft/fluentui/pull/34438) by beachball)
16
37
 
17
38
  ## [9.0.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-color-picker_v9.0.4)
18
39
 
package/README.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  **React Color Picker components for [Fluent UI React](https://react.fluentui.dev/)**
4
4
 
5
- These are not production-ready components and **should never be used in product**. This space is useful for testing new components whose APIs might change before final release.
6
-
7
5
  The ColorPicker allows users to browse and select colors.
8
6
  By default, it enables navigation through a color spectrum and operates in HSV/HSL format.
9
7
  However, it is also possible to specify a color using Red-Green-Blue (RGB), an alpha color code, or hexadecimal values in the text boxes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-color-picker",
3
- "version": "9.0.5",
3
+ "version": "9.0.7",
4
4
  "description": "ColorPicker component for Fluent UI React.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -25,12 +25,12 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@ctrl/tinycolor": "^3.3.4",
28
- "@fluentui/react-context-selector": "^9.1.76",
29
- "@fluentui/react-jsx-runtime": "^9.0.54",
28
+ "@fluentui/react-context-selector": "^9.1.77",
29
+ "@fluentui/react-jsx-runtime": "^9.0.55",
30
30
  "@fluentui/react-shared-contexts": "^9.23.1",
31
- "@fluentui/react-tabster": "^9.24.7",
31
+ "@fluentui/react-tabster": "^9.24.8",
32
32
  "@fluentui/react-theme": "^9.1.24",
33
- "@fluentui/react-utilities": "^9.19.0",
33
+ "@fluentui/react-utilities": "^9.20.0",
34
34
  "@griffel/react": "^1.5.22",
35
35
  "@swc/helpers": "^0.5.1"
36
36
  },