@nimbus-ds/toast 2.7.0-rc.1 → 2.7.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,12 @@
2
2
 
3
3
  The Toast component allows us to notify users in an informational tone, describing that something has happened or is happening, without interrupting navigation.
4
4
 
5
+ ## 2026-02-24 `2.7.0`
6
+
7
+ #### 🎉 New features
8
+
9
+ - Added `behavior` prop to `ToastProvider` to control how multiple toasts are handled. Use `"single"` to replace the current toast instead of stacking. ([#434](https://github.com/TiendaNube/nimbus-design-system/pull/434) by [@joacotornello](https://github.com/joacotornello))
10
+
5
11
  ## 2026-02-12 `2.6.0`
6
12
 
7
13
  #### 🎉 New features
package/dist/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  The Toast component allows us to notify users in an informational tone, describing that something has happened or is happening, without interrupting navigation.
4
4
 
5
+ ## 2026-02-24 `2.7.0`
6
+
7
+ #### 🎉 New features
8
+
9
+ - Added `behavior` prop to `ToastProvider` to control how multiple toasts are handled. Use `"single"` to replace the current toast instead of stacking. ([#434](https://github.com/TiendaNube/nimbus-design-system/pull/434) by [@joacotornello](https://github.com/joacotornello))
10
+
5
11
  ## 2026-02-12 `2.6.0`
6
12
 
7
13
  #### 🎉 New features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/toast",
3
- "version": "2.7.0-rc.1",
3
+ "version": "2.7.0",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [