@nimbus-ds/popover 4.3.0 → 4.3.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 +6 -0
- package/dist/CHANGELOG.md +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Use Popovers to bring attention to specific user interface elements and suggest an action or to guide users through a new experience
|
|
4
4
|
|
|
5
|
+
## 2025-08-14 `4.3.1`
|
|
6
|
+
|
|
7
|
+
### 💡 Others
|
|
8
|
+
|
|
9
|
+
- Added stories demonstrating controlled usage with `visible` and `onVisibility`, including a table pattern to ensure only one Popover is open at a time. This documents the recommended approach to replace custom global listeners and address [Issue #251](https://github.com/TiendaNube/nimbus-design-system/issues/251). ([#331](https://github.com/TiendaNube/nimbus-design-system/pull/331) by [@joacotornello](https://github.com/joacotornello))
|
|
10
|
+
|
|
5
11
|
## 2025-07-24 `4.3.0`
|
|
6
12
|
|
|
7
13
|
#### 🎉 New features
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Use Popovers to bring attention to specific user interface elements and suggest an action or to guide users through a new experience
|
|
4
4
|
|
|
5
|
+
## 2025-08-14 `4.3.1`
|
|
6
|
+
|
|
7
|
+
### 💡 Others
|
|
8
|
+
|
|
9
|
+
- Added stories demonstrating controlled usage with `visible` and `onVisibility`, including a table pattern to ensure only one Popover is open at a time. This documents the recommended approach to replace custom global listeners and address [Issue #251](https://github.com/TiendaNube/nimbus-design-system/issues/251). ([#331](https://github.com/TiendaNube/nimbus-design-system/pull/331) by [@joacotornello](https://github.com/joacotornello))
|
|
10
|
+
|
|
5
11
|
## 2025-07-24 `4.3.0`
|
|
6
12
|
|
|
7
13
|
#### 🎉 New features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nimbus-ds/popover",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@nimbus-ds/box": "^4.2.0",
|
|
33
|
-
"@nimbus-ds/webpack": "^1.
|
|
33
|
+
"@nimbus-ds/webpack": "^1.6.0",
|
|
34
34
|
"@vanilla-extract/dynamic": "^2.0.3"
|
|
35
35
|
}
|
|
36
36
|
}
|