@nimbus-ds/components 5.17.2 → 5.17.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 +6 -0
- package/dist/CHANGELOG.md +6 -0
- package/dist/components-props.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus is an open-source Design System created by Tiendanube / Nuvemshop's team to empower and enhance more stories every day, with simplicity, accessibility, consistency and performance.
|
|
4
4
|
|
|
5
|
+
## 2025-08-14 `5.17.3`
|
|
6
|
+
|
|
7
|
+
#### 💡 Others
|
|
8
|
+
|
|
9
|
+
- `Popover`: Added Storybook examples for controlled usage with `visible` and `onVisibility`, including a table pattern to ensure only one Popover is open at a time. Clarifies recommended approach related to [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-08-12 `5.17.2`
|
|
6
12
|
|
|
7
13
|
#### 🐛 Bug fixes
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus is an open-source Design System created by Tiendanube / Nuvemshop's team to empower and enhance more stories every day, with simplicity, accessibility, consistency and performance.
|
|
4
4
|
|
|
5
|
+
## 2025-08-14 `5.17.3`
|
|
6
|
+
|
|
7
|
+
#### 💡 Others
|
|
8
|
+
|
|
9
|
+
- `Popover`: Added Storybook examples for controlled usage with `visible` and `onVisibility`, including a table pattern to ensure only one Popover is open at a time. Clarifies recommended approach related to [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-08-12 `5.17.2`
|
|
6
12
|
|
|
7
13
|
#### 🐛 Bug fixes
|