@nimbus-ds/components 5.29.1-rc.1 → 5.31.0

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,6 +2,18 @@
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-10-17 `5.31.0`
6
+
7
+ #### 🎉 New features
8
+
9
+ - `Button`: Added `size` property with support for `small` and `medium` sizes to provide more flexible button sizing options. ([#365](https://github.com/TiendaNube/nimbus-design-system/pull/365) by [@joacotornello](https://github.com/joacotornello))
10
+
11
+ ## 2025-10-02 `5.30.0`
12
+
13
+ #### 🎉 New features
14
+
15
+ - `Textarea`: Added boolean prop `aiGenerated` to highlight AI-filled values without changing APIs. It applies the AI generative border, white background and a pink focus ring. ([#364](https://github.com/TiendaNube/nimbus-design-system/pull/364) by [@joacotornello](https://github.com/joacotornello))
16
+
5
17
  ## 2025-09-26 `5.29.0`
6
18
 
7
19
  #### 🎉 New features
@@ -12,7 +24,7 @@ Nimbus is an open-source Design System created by Tiendanube / Nuvemshop's team
12
24
 
13
25
  #### 🎉 New features
14
26
 
15
- - Added `ai-generative` appearance and `aiGenerated` property to `Select` component to match Nimbus AI gradient style. ([#361](https://github.com/TiendaNube/nimbus-design-system/pull/361) by [@contributor](https://github.com/contributor))
27
+ - Added `ai-generative` appearance and `aiGenerated` property to `Select` component to match Nimbus AI gradient style. ([#361](https://github.com/TiendaNube/nimbus-design-system/pull/361) by [@joacotornello](https://github.com/joacotornello))
16
28
 
17
29
  ## 2025-09-23 `5.27.0`
18
30