@nimbus-ds/chat-input 1.0.1 → 1.0.2
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/index.d.ts +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
ChatInput allows the user to build chat inputs for apps. It features internal components meant to build chat inputs with popovers, actions, and fields.
|
|
4
4
|
|
|
5
|
+
## 2026-01-15 `1.0.2`
|
|
6
|
+
|
|
7
|
+
#### 📚 3rd party library updates
|
|
8
|
+
|
|
9
|
+
- Extends support to React 19. ([#138](https://github.com/TiendaNube/nimbus-patterns/pull/138) by [@joacotornello](https://github.com/joacotornello))
|
|
10
|
+
|
|
5
11
|
## 2026-01-15 `1.0.1`
|
|
6
12
|
|
|
7
13
|
#### 🎉 New features
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
ChatInput allows the user to build chat inputs for apps. It features internal components meant to build chat inputs with popovers, actions, and fields.
|
|
4
4
|
|
|
5
|
+
## 2026-01-15 `1.0.2`
|
|
6
|
+
|
|
7
|
+
#### 📚 3rd party library updates
|
|
8
|
+
|
|
9
|
+
- Extends support to React 19. ([#138](https://github.com/TiendaNube/nimbus-patterns/pull/138) by [@joacotornello](https://github.com/joacotornello))
|
|
10
|
+
|
|
5
11
|
## 2026-01-15 `1.0.1`
|
|
6
12
|
|
|
7
13
|
#### 🎉 New features
|
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nimbus-ds/chat-input",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"@nimbus-ds/components": "^5",
|
|
21
21
|
"@nimbus-ds/icons": "^1",
|
|
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": {
|