@nimbus-ds/components 5.57.3-rc.3 → 5.57.7-rc.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 +20 -0
- package/dist/CHANGELOG.md +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,26 @@
|
|
|
3
3
|
Nimbus is an open-source Design System created by Tiendanube / Nuvemshop's team to empower and enhance more stories
|
|
4
4
|
every day, with simplicity, accessibility, consistency and performance.
|
|
5
5
|
|
|
6
|
+
## 2026-04-14 `5.57.6`
|
|
7
|
+
|
|
8
|
+
#### 🐛 Bug fixes
|
|
9
|
+
|
|
10
|
+
- `Badge` `3.2.1`, `Button` `2.11.2`, `Chip` `2.6.2`, `FileUploader` `2.9.2`, `Link` `4.4.2`, `ProgressBar` `1.2.1`, `Spinner` `3.2.1`, `Tag` `2.5.2`, `Text` `6.8.1`, `Textarea` `2.7.1`, `Toast` `2.7.2`, `Toggle` `2.3.1`: Aligned visual states, token usage, and transition properties with Figma Norte UI. Styles live in `@nimbus-ds/styles` `9.62.5`.
|
|
11
|
+
|
|
12
|
+
## 2026-04-14 `5.57.5`
|
|
13
|
+
|
|
14
|
+
#### 🐛 Bug fixes
|
|
15
|
+
|
|
16
|
+
- `MultiSelect` `1.2.3`: reduced padding to 4px all sides and fixed vertical alignment of placeholder/chips.
|
|
17
|
+
|
|
18
|
+
## 2026-04-14 `5.57.4`
|
|
19
|
+
|
|
20
|
+
#### 🐛 Bug fixes
|
|
21
|
+
|
|
22
|
+
- `Popover` `4.4.4`: Reverted `useTransitionStyles` animation due to a race condition causing wrong position in production; replaced `filter:drop-shadow` with `boxShadow:shadow.level[3]` to fix GPU compositing conflict.
|
|
23
|
+
- `Tooltip` `2.7.2`: Reverted `useTransitionStyles` animation due to the same race condition.
|
|
24
|
+
- `Input` `2.7.2`: Bumped package version to match shipped visual-state alignment with Figma (empty vs filled, hover, focus, disabled states).
|
|
25
|
+
|
|
6
26
|
## 2026-04-13 `5.57.3`
|
|
7
27
|
|
|
8
28
|
#### 🐛 Bug fixes
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,26 @@
|
|
|
3
3
|
Nimbus is an open-source Design System created by Tiendanube / Nuvemshop's team to empower and enhance more stories
|
|
4
4
|
every day, with simplicity, accessibility, consistency and performance.
|
|
5
5
|
|
|
6
|
+
## 2026-04-14 `5.57.6`
|
|
7
|
+
|
|
8
|
+
#### 🐛 Bug fixes
|
|
9
|
+
|
|
10
|
+
- `Badge` `3.2.1`, `Button` `2.11.2`, `Chip` `2.6.2`, `FileUploader` `2.9.2`, `Link` `4.4.2`, `ProgressBar` `1.2.1`, `Spinner` `3.2.1`, `Tag` `2.5.2`, `Text` `6.8.1`, `Textarea` `2.7.1`, `Toast` `2.7.2`, `Toggle` `2.3.1`: Aligned visual states, token usage, and transition properties with Figma Norte UI. Styles live in `@nimbus-ds/styles` `9.62.5`.
|
|
11
|
+
|
|
12
|
+
## 2026-04-14 `5.57.5`
|
|
13
|
+
|
|
14
|
+
#### 🐛 Bug fixes
|
|
15
|
+
|
|
16
|
+
- `MultiSelect` `1.2.3`: reduced padding to 4px all sides and fixed vertical alignment of placeholder/chips.
|
|
17
|
+
|
|
18
|
+
## 2026-04-14 `5.57.4`
|
|
19
|
+
|
|
20
|
+
#### 🐛 Bug fixes
|
|
21
|
+
|
|
22
|
+
- `Popover` `4.4.4`: Reverted `useTransitionStyles` animation due to a race condition causing wrong position in production; replaced `filter:drop-shadow` with `boxShadow:shadow.level[3]` to fix GPU compositing conflict.
|
|
23
|
+
- `Tooltip` `2.7.2`: Reverted `useTransitionStyles` animation due to the same race condition.
|
|
24
|
+
- `Input` `2.7.2`: Bumped package version to match shipped visual-state alignment with Figma (empty vs filled, hover, focus, disabled states).
|
|
25
|
+
|
|
6
26
|
## 2026-04-13 `5.57.3`
|
|
7
27
|
|
|
8
28
|
#### 🐛 Bug fixes
|