@nimbus-ds/modal 1.8.0 → 1.8.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 CHANGED
@@ -1,17 +1,21 @@
1
1
  # Changelog
2
2
 
3
- ## 2026-01-08 `1.8.0`
4
-
5
3
  The Modal component allows us to call the user's attention to a floating box that can have text, actions or forms to perform tasks by changing the focus from the background. It is an intrusive component as it interrupts the user's operation to present a message or content.
6
4
 
5
+ ## 2026-01-13 `1.8.1`
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
+
11
+ ## 2026-01-08 `1.8.0`
12
+
7
13
  #### 🎉 New features
8
14
 
9
15
  - Added `tag` property to `Modal.Header` component to display a tag next to the title. ([#401](https://github.com/TiendaNube/nimbus-design-system/pull/401) by [@joacotornello](https://github.com/joacotornello))
10
16
 
11
17
  ## 2025-08-25 `1.7.0`
12
18
 
13
- The Modal component allows us to call the user's attention to a floating box that can have text, actions or forms to perform tasks by changing the focus from the background. It is an intrusive component as it interrupts the user's operation to present a message or content.
14
-
15
19
  #### 🎉 New features
16
20
 
17
21
  - Add optional `root` prop to scope portal and backdrop rendering to a provided element. Defaults preserve current behavior. ([#336](https://github.com/TiendaNube/nimbus-design-system/pull/336) by [@joacotornello](https://github.com/joacotornello))
package/dist/CHANGELOG.md CHANGED
@@ -1,17 +1,21 @@
1
1
  # Changelog
2
2
 
3
- ## 2026-01-08 `1.8.0`
4
-
5
3
  The Modal component allows us to call the user's attention to a floating box that can have text, actions or forms to perform tasks by changing the focus from the background. It is an intrusive component as it interrupts the user's operation to present a message or content.
6
4
 
5
+ ## 2026-01-13 `1.8.1`
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
+
11
+ ## 2026-01-08 `1.8.0`
12
+
7
13
  #### 🎉 New features
8
14
 
9
15
  - Added `tag` property to `Modal.Header` component to display a tag next to the title. ([#401](https://github.com/TiendaNube/nimbus-design-system/pull/401) by [@joacotornello](https://github.com/joacotornello))
10
16
 
11
17
  ## 2025-08-25 `1.7.0`
12
18
 
13
- The Modal component allows us to call the user's attention to a floating box that can have text, actions or forms to perform tasks by changing the focus from the background. It is an intrusive component as it interrupts the user's operation to present a message or content.
14
-
15
19
  #### 🎉 New features
16
20
 
17
21
  - Add optional `root` prop to scope portal and backdrop rendering to a provided element. Defaults preserve current behavior. ([#336](https://github.com/TiendaNube/nimbus-design-system/pull/336) by [@joacotornello](https://github.com/joacotornello))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/modal",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -14,13 +14,13 @@
14
14
  "version": "yarn version"
15
15
  },
16
16
  "dependencies": {
17
- "@floating-ui/react": "^0.26.0",
18
- "@nimbus-ds/icon": "^3.3.0",
19
- "@nimbus-ds/icons": "^1.14.0"
17
+ "@floating-ui/react": "^0.27.5",
18
+ "@nimbus-ds/icon": "^3.3.1",
19
+ "@nimbus-ds/icons": "^1.15.1"
20
20
  },
21
21
  "peerDependencies": {
22
- "react": "^16.8 || ^17.0 || ^18.0",
23
- "react-dom": "^16.8 || ^17.0 || ^18.0"
22
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
23
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0"
24
24
  },
25
25
  "homepage": "https://nimbus.nuvemshop.com.br/documentation",
26
26
  "repository": {
@@ -31,10 +31,10 @@
31
31
  "url": "https://github.com/TiendaNube/nimbus-design-system/issues"
32
32
  },
33
33
  "devDependencies": {
34
- "@nimbus-ds/box": "^4.3.2",
35
- "@nimbus-ds/button": "^2.10.0",
36
- "@nimbus-ds/text": "^6.6.0",
37
- "@nimbus-ds/title": "^3.1.3",
38
- "@nimbus-ds/webpack": "^1.7.0"
34
+ "@nimbus-ds/box": "^4.3.3",
35
+ "@nimbus-ds/button": "^2.10.1",
36
+ "@nimbus-ds/text": "^6.6.1",
37
+ "@nimbus-ds/title": "^3.1.4",
38
+ "@nimbus-ds/webpack": "^1.7.1"
39
39
  }
40
40
  }