@nimbus-ds/select 2.6.0 → 2.6.1

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
@@ -2,11 +2,17 @@
2
2
 
3
3
  Use a select box when a user needs to select one option from a list.
4
4
 
5
+ ## 2026-01-13 `2.6.1`
6
+
7
+ #### 🎉 New features
8
+
9
+ - Adds support for React 19. ([#404](https://github.com/TiendaNube/nimbus-design-system/pull/404) by [@joacotornello](https://github.com/joacotornello))
10
+
5
11
  ## 2025-09-25 `2.6.0`
6
12
 
7
13
  #### 🎉 New features
8
14
 
9
- - Added `ai-generative` appearance and `aiGenerated` property to highlight AI-generated select fields with Nimbus AI gradient styling. ([#361](https://github.com/TiendaNube/nimbus-design-system/pull/361) by [@contributor](https://github.com/contributor))
15
+ - Added `ai-generative` appearance and `aiGenerated` property to highlight AI-generated select fields with Nimbus AI gradient styling. ([#361](https://github.com/TiendaNube/nimbus-design-system/pull/361) by [@joacotornello](https://github.com/joacotornello))
10
16
 
11
17
  ## 2025-03-18 `2.5.0`
12
18
 
package/dist/CHANGELOG.md CHANGED
@@ -2,11 +2,17 @@
2
2
 
3
3
  Use a select box when a user needs to select one option from a list.
4
4
 
5
+ ## 2026-01-13 `2.6.1`
6
+
7
+ #### 🎉 New features
8
+
9
+ - Adds support for React 19. ([#404](https://github.com/TiendaNube/nimbus-design-system/pull/404) by [@joacotornello](https://github.com/joacotornello))
10
+
5
11
  ## 2025-09-25 `2.6.0`
6
12
 
7
13
  #### 🎉 New features
8
14
 
9
- - Added `ai-generative` appearance and `aiGenerated` property to highlight AI-generated select fields with Nimbus AI gradient styling. ([#361](https://github.com/TiendaNube/nimbus-design-system/pull/361) by [@contributor](https://github.com/contributor))
15
+ - Added `ai-generative` appearance and `aiGenerated` property to highlight AI-generated select fields with Nimbus AI gradient styling. ([#361](https://github.com/TiendaNube/nimbus-design-system/pull/361) by [@joacotornello](https://github.com/joacotornello))
10
16
 
11
17
  ## 2025-03-18 `2.5.0`
12
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/select",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -14,13 +14,13 @@
14
14
  "version": "yarn version"
15
15
  },
16
16
  "dependencies": {
17
- "@nimbus-ds/icon": "^3.2.2",
18
- "@nimbus-ds/icons": "^1.13.1",
19
- "@nimbus-ds/skeleton": "^3.0.1"
17
+ "@nimbus-ds/icon": "^3.3.1",
18
+ "@nimbus-ds/icons": "^1.15.1",
19
+ "@nimbus-ds/skeleton": "^3.0.2"
20
20
  },
21
21
  "peerDependencies": {
22
- "react": "^16.8 || ^17.0 || ^18.0",
23
- "react-dom": "^16.8 || ^17.0 || ^18.0"
22
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
23
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0"
24
24
  },
25
25
  "homepage": "https://nimbus.nuvemshop.com.br/documentation",
26
26
  "repository": {
@@ -31,6 +31,6 @@
31
31
  "url": "https://github.com/TiendaNube/nimbus-design-system/issues"
32
32
  },
33
33
  "devDependencies": {
34
- "@nimbus-ds/webpack": "^1.7.0"
34
+ "@nimbus-ds/webpack": "^1.7.1"
35
35
  }
36
36
  }