@nimbus-ds/toggle 2.2.4 → 2.2.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.
- package/CHANGELOG.md +6 -0
- package/dist/CHANGELOG.md +6 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
The Tooltip component allows us to show additional information in a non-intrusive way.
|
|
4
4
|
|
|
5
|
+
## 2026-01-13 `2.2.5`
|
|
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-15 `2.2.4`
|
|
6
12
|
|
|
7
13
|
### 🐛 Bug fixes
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
The Tooltip component allows us to show additional information in a non-intrusive way.
|
|
4
4
|
|
|
5
|
+
## 2026-01-13 `2.2.5`
|
|
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-15 `2.2.4`
|
|
6
12
|
|
|
7
13
|
### 🐛 Bug fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nimbus-ds/toggle",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"version": "yarn version"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@nimbus-ds/skeleton": "^3.0.
|
|
18
|
-
"@nimbus-ds/text": "^6.
|
|
17
|
+
"@nimbus-ds/skeleton": "^3.0.2",
|
|
18
|
+
"@nimbus-ds/text": "^6.6.1"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"react": "^16.8 || ^17.0 || ^18.0",
|
|
22
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0"
|
|
21
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
|
|
22
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0"
|
|
23
23
|
},
|
|
24
24
|
"homepage": "https://nimbus.nuvemshop.com.br/documentation",
|
|
25
25
|
"repository": {
|
|
@@ -30,6 +30,6 @@
|
|
|
30
30
|
"url": "https://github.com/TiendaNube/nimbus-design-system/issues"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@nimbus-ds/webpack": "^1.7.
|
|
33
|
+
"@nimbus-ds/webpack": "^1.7.1"
|
|
34
34
|
}
|
|
35
35
|
}
|