@nimbus-ds/components 5.57.2-rc.4 → 5.57.2-rc.6

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.
Files changed (91) hide show
  1. package/dist/Accordion/index.d.ts +160 -0
  2. package/dist/Accordion/index.js +2 -0
  3. package/dist/Alert/index.d.ts +60 -0
  4. package/dist/Alert/index.js +2 -0
  5. package/dist/Badge/index.d.ts +62 -0
  6. package/dist/Badge/index.js +2 -0
  7. package/dist/Box/index.d.ts +792 -0
  8. package/dist/Box/index.js +2 -0
  9. package/dist/Button/index.d.ts +88 -0
  10. package/dist/Button/index.js +2 -0
  11. package/dist/CHANGELOG.md +919 -0
  12. package/dist/Card/index.d.ts +153 -0
  13. package/dist/Card/index.js +2 -0
  14. package/dist/Checkbox/index.d.ts +68 -0
  15. package/dist/Checkbox/index.js +2 -0
  16. package/dist/Chip/index.d.ts +59 -0
  17. package/dist/Chip/index.js +2 -0
  18. package/dist/Collapsible/index.d.ts +45 -0
  19. package/dist/Collapsible/index.js +2 -0
  20. package/dist/Divider/index.d.ts +43 -0
  21. package/dist/Divider/index.js +2 -0
  22. package/dist/FileUploader/index.d.ts +210 -0
  23. package/dist/FileUploader/index.js +2 -0
  24. package/dist/Icon/index.d.ts +123 -0
  25. package/dist/Icon/index.js +2 -0
  26. package/dist/IconButton/index.d.ts +175 -0
  27. package/dist/IconButton/index.js +2 -0
  28. package/dist/Input/index.d.ts +76 -0
  29. package/dist/Input/index.js +2 -0
  30. package/dist/Label/index.d.ts +55 -0
  31. package/dist/Label/index.js +2 -0
  32. package/dist/Link/index.d.ts +115 -0
  33. package/dist/Link/index.js +2 -0
  34. package/dist/List/index.d.ts +105 -0
  35. package/dist/List/index.js +2 -0
  36. package/dist/Modal/index.d.ts +239 -0
  37. package/dist/Modal/index.js +2 -0
  38. package/dist/MultiSelect/index.d.ts +107 -0
  39. package/dist/MultiSelect/index.js +2 -0
  40. package/dist/Pagination/index.d.ts +41 -0
  41. package/dist/Pagination/index.js +2 -0
  42. package/dist/Popover/index.d.ts +166 -0
  43. package/dist/Popover/index.js +2 -0
  44. package/dist/ProgressBar/index.d.ts +72 -0
  45. package/dist/ProgressBar/index.js +2 -0
  46. package/dist/README.md +235 -0
  47. package/dist/Radio/index.d.ts +62 -0
  48. package/dist/Radio/index.js +2 -0
  49. package/dist/ScrollPane/index.d.ts +925 -0
  50. package/dist/ScrollPane/index.js +2 -0
  51. package/dist/SegmentedControl/index.d.ts +894 -0
  52. package/dist/SegmentedControl/index.js +2 -0
  53. package/dist/Select/index.d.ts +87 -0
  54. package/dist/Select/index.js +2 -0
  55. package/dist/Sidebar/index.d.ts +390 -0
  56. package/dist/Sidebar/index.js +2 -0
  57. package/dist/Skeleton/index.d.ts +31 -0
  58. package/dist/Skeleton/index.js +2 -0
  59. package/dist/Slider/index.d.ts +158 -0
  60. package/dist/Slider/index.js +2 -0
  61. package/dist/Spinner/index.d.ts +53 -0
  62. package/dist/Spinner/index.js +2 -0
  63. package/dist/SplitButton/index.d.ts +1022 -0
  64. package/dist/SplitButton/index.js +2 -0
  65. package/dist/Stepper/index.d.ts +887 -0
  66. package/dist/Stepper/index.js +2 -0
  67. package/dist/Table/index.d.ts +193 -0
  68. package/dist/Table/index.js +2 -0
  69. package/dist/Tabs/index.d.ts +92 -0
  70. package/dist/Tabs/index.js +2 -0
  71. package/dist/Tag/index.d.ts +51 -0
  72. package/dist/Tag/index.js +2 -0
  73. package/dist/Text/index.d.ts +615 -0
  74. package/dist/Text/index.js +2 -0
  75. package/dist/Textarea/index.d.ts +76 -0
  76. package/dist/Textarea/index.js +2 -0
  77. package/dist/Thumbnail/index.d.ts +73 -0
  78. package/dist/Thumbnail/index.js +2 -0
  79. package/dist/TimePicker/index.d.ts +343 -0
  80. package/dist/TimePicker/index.js +2 -0
  81. package/dist/Title/index.d.ts +165 -0
  82. package/dist/Title/index.js +2 -0
  83. package/dist/Toast/index.d.ts +71 -0
  84. package/dist/Toast/index.js +2 -0
  85. package/dist/Toggle/index.d.ts +48 -0
  86. package/dist/Toggle/index.js +2 -0
  87. package/dist/Tooltip/index.d.ts +47 -0
  88. package/dist/Tooltip/index.js +2 -0
  89. package/dist/index.d.ts +4834 -0
  90. package/dist/index.js +2 -0
  91. package/package.json +1 -1
@@ -0,0 +1,919 @@
1
+ # Changelog
2
+
3
+ Nimbus is an open-source Design System created by Tiendanube / Nuvemshop's team to empower and enhance more stories
4
+ every day, with simplicity, accessibility, consistency and performance.
5
+
6
+ ## 2026-03-04 `5.56.0`
7
+
8
+ #### 🎉 New features
9
+
10
+ - `ProgressBar`: Added `boxShadow`, `height`, and `backgroundColor` props for enhanced customization. ([#441](https://github.com/TiendaNube/nimbus-design-system/pull/441) by [@joacotornello](https://github.com/joacotornello))
11
+
12
+ ## 2026-03-02 `5.55.1`
13
+
14
+ #### 🐛 Bug fixes
15
+
16
+ - `Popover`: Matches FloatingArrow tip radius with Figma design. ([#439](https://github.com/TiendaNube/nimbus-design-system/pull/439) by [@joacotornello](https://github.com/joacotornello))
17
+
18
+ ## 2026-03-02 `5.55.0`
19
+
20
+ #### 🎉 New features
21
+
22
+ - `Divider`: Added `primary` appearance variant. ([#438](https://github.com/TiendaNube/nimbus-design-system/pull/438) by [@joacotornello](https://github.com/joacotornello))
23
+
24
+ ## 2026-02-25 `5.54.1`
25
+
26
+ #### 🐛 Bug fixes
27
+
28
+ - `Table`: Fixed sticky scrollbar scroll indicators not updating when table columns are dynamically added or removed. ([#435](https://github.com/TiendaNube/nimbus-design-system/pull/435) by [@joacotornello](https://github.com/joacotornello))
29
+
30
+ ## 2026-02-24 `5.54.0`
31
+
32
+ #### 🎉 New features
33
+
34
+ - `Toast`: 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))
35
+
36
+ ## 2026-02-23 `5.53.0`
37
+
38
+ #### 🎉 New features
39
+
40
+ - Added `success-interactivePressed` color property to `Icon` and `Text` components. ([`#433`](https://github.com/TiendaNube/nimbus-design-system/pull/433) by [`@jetchart-tiendanube`](https://github.com/jetchart-tiendanube))
41
+
42
+ ## 2026-02-12 `5.52.0`
43
+
44
+ #### 🎉 New features
45
+
46
+ - Enabled `className` prop forwarding across all atomic and composite components, allowing consumers to pass custom CSS classes. ([#426](https://github.com/TiendaNube/nimbus-design-system/pull/426) by [@joacotornello](https://github.com/joacotornello))
47
+
48
+ ## 2026-02-09 `5.51.0`
49
+
50
+ #### 🎉 New features
51
+
52
+ - `ScrollPane`: Added `scrollContainerRef` property to allow passing a ref to the scroll container. ([#414](https://github.com/TiendaNube/nimbus-design-system/pull/414) by [@joacotornello](https://github.com/joacotornello))
53
+ - `TimePicker`: New `TimePicker` component for time selection with scroll and dropdown modes, 12h and 24h formats, AM/PM toggle, time constraints, step intervals, keyboard navigation, and full accessibility support. ([#414](https://github.com/TiendaNube/nimbus-design-system/pull/414) by [@joacotornello](https://github.com/joacotornello))
54
+
55
+ ## 2026-02-03 `5.50.0`
56
+
57
+ #### 🎉 New features
58
+
59
+ - `Toast`: Added `offset` prop to `ToastProvider` to control vertical positioning from the bottom. Use `"high"` for mobile apps with bottom navigation bars. ([#416](https://github.com/TiendaNube/nimbus-design-system/pull/416) by [@joacotornello](https://github.com/joacotornello))
60
+
61
+ ## 2026-01-23 `5.49.1`
62
+
63
+ #### 🐛 Bug fixes
64
+
65
+ - `Table`: Fixed sticky column shadows to only display when content is scrolled underneath them, improving visual consistency during horizontal scrolling. ([#411](https://github.com/TiendaNube/nimbus-design-system/pull/411) by [@joacotornello](https://github.com/joacotornello))
66
+
67
+ ## 2026-01-23 `5.49.0`
68
+
69
+ #### 🎉 New features
70
+
71
+ - `Table`: Added `stickyScrollbar` prop to show a sticky scrollbar at the bottom of the viewport when the table overflows horizontally. ([#411](https://github.com/TiendaNube/nimbus-design-system/pull/411) by [@joacotornello](https://github.com/joacotornello))
72
+
73
+ ## 2026-01-21 `5.48.0`
74
+
75
+ #### 🎉 New features
76
+
77
+ - Added new `Slider` component for range value selection with dual-thumb interaction, number inputs, keyboard navigation, and full accessibility support. ([#400](https://github.com/TiendaNube/nimbus-design-system/pull/400) by [@vinniimiranda](https://github.com/vinniimiranda))
78
+
79
+ ## 2026-01-19 `5.47.0`
80
+
81
+ #### 🎉 New features
82
+
83
+ - `Accordion`: Added `interactive` prop to allow render the Accordion as a static div. ([#409](https://github.com/TiendaNube/nimbus-design-system/pull/409) by [@Pfurno-TN](https://github.com/Pfurno-TN))
84
+
85
+ ## 2026-01-15 `5.46.1`
86
+
87
+ #### 🐛 Bug fixes
88
+
89
+ - Fixed DTS generation command to include `--no-check` flag. ([#407](https://github.com/TiendaNube/nimbus-design-system/pull/407) by [@joacotornello](https://github.com/joacotornello))
90
+
91
+ ## 2026-01-14 `5.46.0`
92
+
93
+ #### 🎉 New features
94
+
95
+ - Added support for React 19 in peer dependencies. ([#404](https://github.com/TiendaNube/nimbus-design-system/pull/404) by [@joacotornello](https://github.com/joacotornello))
96
+
97
+ #### 📚 3rd party library updates
98
+
99
+ - Updated `@floating-ui/react@0.27.5`. ([#403](https://github.com/TiendaNube/nimbus-design-system/pull/403) by [@joacotornello](https://github.com/joacotornello))
100
+
101
+ ## 2026-01-08 `5.45.0`
102
+
103
+ #### 🎉 New features
104
+
105
+ - `Modal`: 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))
106
+
107
+ ## 2025-12-23 `5.44.0`
108
+
109
+ #### 🎉 New features
110
+
111
+ - `Table`: Allow table layout to support fixed columns. ([#399](https://github.com/TiendaNube/nimbus-design-system/pull/399) by [@joacotornello](https://github.com/joacotornello))
112
+
113
+ ## 2025-12-23 `5.43.0`
114
+
115
+ #### 🎉 New features
116
+
117
+ - `Table`: Added `minWidth` and `maxWidth` props to `Table` component to allow setting the minimum and maximum width of the table. ([#398](https://github.com/TiendaNube/nimbus-design-system/pull/398) by [@joacotornello](https://github.com/joacotornello))
118
+
119
+ ## 2025-12-15 `5.42.0`
120
+
121
+ #### 🎉 New features
122
+
123
+ - `Table`: Added `columnLayout` prop to allow column width and grow constraints. ([#393](https://github.com/TiendaNube/nimbus-design-system/pull/393) by [@joacotornello](https://github.com/joacotornello))
124
+
125
+ ## 2025-12-11 `5.41.0`
126
+
127
+ #### 🎉 New features
128
+
129
+ - `List`: Added `padding` property to set the padding of the list. ([#390](https://github.com/TiendaNube/nimbus-design-system/pull/390) by [@joacotornello](https://github.com/joacotornello))
130
+
131
+ ## 2025-12-12 `5.40.2`
132
+
133
+ #### 🐛 Bug fixes
134
+
135
+ - Fixes `FileUploaderOverlay` component to use the correct text alignment. ([#392](https://github.com/TiendaNube/nimbus-design-system/pull/392) by [@joacotornello](https://github.com/joacotornello))
136
+
137
+ ## 2025-12-11 `5.40.1`
138
+
139
+ #### 🐛 Bug fixes
140
+
141
+ - Fixes `FileUploader` to use `asOverlay` property to render a custom overlay when dragging files over the uploader. Better API usage. ([#388](https://github.com/TiendaNube/nimbus-design-system/pull/388) by [@joacotornello](https://github.com/joacotornello))
142
+ - Fixes `FileUploaderOverlay` component to use the correct background color and border color. ([#388](https://github.com/TiendaNube/nimbus-design-system/pull/388) by [@joacotornello](https://github.com/joacotornello))
143
+
144
+ ## 2025-12-09 `5.40.0`
145
+
146
+ #### 🎉 New features
147
+
148
+ - `FileUploader`: Added `dragOverlay` property to render a custom overlay when dragging files over the uploader. ([#387](https://github.com/TiendaNube/nimbus-design-system/pull/387) by [@joacotornello](https://github.com/joacotornello))
149
+
150
+ ## 2025-12-02 `5.39.0`
151
+
152
+ #### 🎉 New features
153
+
154
+ - `Checkbox`: Added `aiGenerated` property to highlight the checkbox with gradient border and AI-specific focus ring when its value was generated by AI. ([#386](https://github.com/TiendaNube/nimbus-design-system/pull/386) by [@jffs](https://github.com/jffs))
155
+
156
+ ## 2025-12-01 `5.38.1`
157
+
158
+ #### 🐛 Bug fixes
159
+
160
+ - `ScrollPane`: Fixed focus ring styles to match design system. ([#385](https://github.com/TiendaNube/nimbus-design-system/pull/385) by [@joacotornello](https://github.com/joacotornello))
161
+
162
+ ## 2025-11-12 `5.38.0`
163
+
164
+ #### 🎉 New features
165
+
166
+ - `ScrollPane`: Added `enableGrabScroll` property to enable grab scroll functionality. ([#382](https://github.com/TiendaNube/nimbus-design-system/pull/382) by [@joacotornello](https://github.com/joacotornello))
167
+
168
+ ## 2025-11-13 `5.37.0`
169
+
170
+ #### 🎉 New features
171
+
172
+ - Added `large` size to `Button` component. ([#380](https://github.com/TiendaNube/nimbus-design-system/pull/380) by [@joacotornello](https://github.com/joacotornello))
173
+
174
+ ## 2025-11-11 `5.36.0`
175
+
176
+ #### 🎉 New features
177
+
178
+ - `Accordion`: Added controlled mode support allowing external state management of accordion selection. ([#381](https://github.com/TiendaNube/nimbus-design-system/pull/381) by [@joacotornello](https://github.com/joacotornello))
179
+
180
+ ## 2025-11-11 `5.35.1`
181
+
182
+ #### 🐛 Bug fixes
183
+
184
+ - `Box`: Fixed `active` dynamic property getting overridden by `hover` property. ([#379](https://github.com/TiendaNube/nimbus-design-system/pull/379) by [@joacotornello](https://github.com/joacotornello))
185
+ - `Box`: Improved accessibility of `Box` component when rendered as `button`. ([#379](https://github.com/TiendaNube/nimbus-design-system/pull/379) by [@joacotornello](https://github.com/joacotornello))
186
+
187
+ ## 2025-11-11 `5.35.0`
188
+
189
+ #### 🎉 New features
190
+
191
+ - `FileUploader`: Adds drag and drop support to the component. ([#378](https://github.com/TiendaNube/nimbus-design-system/pull/378) by [@joacotornello](https://github.com/joacotornello))
192
+ - `FileUploader`: Adds `onDrop`, `onDropReject` and `onDropSuccess` callbacks to the component. ([#378](https://github.com/TiendaNube/nimbus-design-system/pull/378) by [@joacotornello](https://github.com/joacotornello))
193
+
194
+ ## 2025-11-10 `5.34.0`
195
+
196
+ #### 🎉 New features
197
+
198
+ - `Text`: Added `textOverflow`, `whiteSpace`, and `overflow` properties to `Text` component. ([#376](https://github.com/TiendaNube/nimbus-design-system/pull/376) by [@joacotornello](https://github.com/joacotornello))
199
+
200
+ ## 2025-11-10 `5.33.0`
201
+
202
+ #### 🎉 New features
203
+
204
+ - `Icon`: Added `ai-gradientPurpleHigh` color to the colors. ([#375](https://github.com/TiendaNube/nimbus-design-system/pull/375) by [@joacotornello](https://github.com/joacotornello))
205
+
206
+ ## 2025-11-03 `5.32.2`
207
+
208
+ #### 🐛 Bug fixes
209
+
210
+ - `Popover`: Fixed `onVisibility` callback to properly trigger when popover visibility changes. ([#373](https://github.com/TiendaNube/nimbus-design-system/pull/373) by [@joacotornello](https://github.com/joacotornello))
211
+
212
+ ## 2025-10-22 `5.32.1`
213
+
214
+ #### 🐛 Bug fixes
215
+
216
+ - `Tooltip`: Fixed tooltip arrow color to match the design system ([#368](https://github.com/TiendaNube/nimbus-design-system/pull/368) by [@joacotornello](https://github.com/joacotornello))
217
+
218
+ ## 2025-10-21 `5.32.0`
219
+
220
+ #### 🎉 New features
221
+
222
+ - Added `SplitButton` composite component with primary button and dropdown menu. ([#367](https://github.com/TiendaNube/nimbus-design-system/pull/367) by [@joacotornello](https://github.com/joacotornello))
223
+
224
+ ## 2025-10-17 `5.31.0`
225
+
226
+ #### 🎉 New features
227
+
228
+ - `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))
229
+
230
+ ## 2025-10-02 `5.30.0`
231
+
232
+ #### 🎉 New features
233
+
234
+ - `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))
235
+
236
+ ## 2025-09-26 `5.29.0`
237
+
238
+ #### 🎉 New features
239
+
240
+ - `Text`: Added `ai-generative` appearance to highlight AI-generated content using Nimbus AI gradient style. ([#363](https://github.com/TiendaNube/nimbus-design-system/pull/363) by [@joacotornello](https://github.com/joacotornello))
241
+
242
+ ## 2025-09-25 `5.28.0`
243
+
244
+ #### 🎉 New features
245
+
246
+ - 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))
247
+
248
+ ## 2025-09-23 `5.27.0`
249
+
250
+ #### 🎉 New features
251
+
252
+ - Added `autoGrow` property to `Textarea` component, which allows the textarea to grow with content up to the new `maxLines` limit (if provided) and then scroll. Also added `minLines` property to set the minimum height of the textarea to the given number of lines. ([#357](https://github.com/TiendaNube/nimbus-design-system/pull/357) by [@joacotornello](https://github.com/joacotornello))
253
+
254
+ ## 2025-09-23 `5.26.0`
255
+
256
+ #### 🎉 New features
257
+
258
+ - Created `divider` new atomic component. ([#356](https://github.com/TiendaNube/nimbus-design-system/pull/356) by [@joacotornello](https://github.com/joacotornello))
259
+
260
+ ## 2025-09-22 `5.25.0`
261
+
262
+ #### 🎉 New features
263
+
264
+ - Added `ai-generative` appearance to `Tag` component to match Nimbus AI gradient style. ([#355](https://github.com/TiendaNube/nimbus-design-system/pull/355) by [@joacotornello](https://github.com/joacotornello))
265
+
266
+ ## 2025-09-17 `5.24.0`
267
+
268
+ #### 🎉 New features
269
+
270
+ - Added `ai-generative` appearance to `IconButton` component to match Nimbus AI gradient style. ([#353](https://github.com/TiendaNube/nimbus-design-system/pull/353) by [@joacotornello](https://github.com/joacotornello))
271
+ - Added `ai-generative` appearance to `Button` component to match Nimbus AI gradient style. ([#353](https://github.com/TiendaNube/nimbus-design-system/pull/353) by [@joacotornello](https://github.com/joacotornello))
272
+ - Several components received `:hover` and `:active` properties to improve hover and active states. ([#353](https://github.com/TiendaNube/nimbus-design-system/pull/353) by [@joacotornello](https://github.com/joacotornello))
273
+
274
+ ## 2025-09-16 `5.23.0`
275
+
276
+ #### 🎉 New features
277
+
278
+ - `Box`: Added `ai-generative-interactive` and `ai-generative-interactive-border` options to `background` property, and `aiFocus` option to `boxShadow` property. ([#352](https://github.com/TiendaNube/nimbus-design-system/pull/352) by [@joacotornello](https://github.com/joacotornello))
279
+
280
+ ## 2025-09-15 `5.22.0`
281
+
282
+ #### 🎉 New features
283
+
284
+ - Added `ai-generative` appearance to `Textarea` component. ([#351](https://github.com/TiendaNube/nimbus-design-system/pull/351) by [@joacotornello](https://github.com/joacotornello))
285
+
286
+ ## 2025-09-15 `5.21.3`
287
+
288
+ #### 🐛 Bug fixes
289
+
290
+ - Improved `Toggle` styles to match design requirements. ([#330](https://github.com/TiendaNube/nimbus-design-system/pull/330) by [@joacotornello](https://github.com/joacotornello))
291
+
292
+ ## 2025-09-15 `5.21.2`
293
+
294
+ #### 🐛 Bug fixes
295
+
296
+ - Restored `FloatingOverlay` to be a sibling of the content, to avoid breaking consumers that were modifying via custom styling the component. This will be reverted in the next major version, or when consumers fixes their custom styling. ([#349](https://github.com/TiendaNube/nimbus-design-system/pull/349) by [@joacotornello](https://github.com/joacotornello))
297
+
298
+ ## 2025-09-10 `5.21.1`
299
+
300
+ #### 💡 Others
301
+
302
+ - `ScrollPane`: Added support for flex container props and grid display. ([#347](https://github.com/TiendaNube/nimbus-design-system/pull/347) by [@mrolando-tn](https://github.com/mrolando-tn))
303
+
304
+ ## 2025-08-21 `5.21.0`
305
+
306
+ #### 🎉 New features
307
+
308
+ - `IconButton`: Added optional `color` prop (defaults to `neutral-textHigh`) to customize inner `Icon` color. ([#334](https://github.com/TiendaNube/nimbus-design-system/pull/334) by [@joacotornello](https://github.com/joacotornello))
309
+
310
+ ## 2025-09-04 `5.20.0`
311
+
312
+ #### 🎉 New features
313
+
314
+ - `Chip`: Added `aiGenerated` boolean prop to highlight AI-generated content using Nimbus AI gradient border and AI focus ring, aligned with `Input` behavior. ([#339](https://github.com/TiendaNube/nimbus-design-system/pull/339) by [@joacotornello](https://github.com/joacotornello))
315
+
316
+ ## 2025-08-25 `5.19.0`
317
+
318
+ #### 🎉 New features
319
+
320
+ - `Modal` and `Sidebar`: Add optional `root` prop to scope portal and backdrop rendering to a provided element. ([#336](https://github.com/TiendaNube/nimbus-design-system/pull/336) by [@joacotornello](https://github.com/joacotornello))
321
+ - `Modal` and `Sidebar`: Add `ignoreAttributeName` prop to allow customizing the attribute name used to ignore outside clicks. Also added `closeOnOutsidePress`, a function that receives the event and returns a boolean to determine if the event should be ignored. ([#336](https://github.com/TiendaNube/nimbus-design-system/pull/336) by [@joacotornello](https://github.com/joacotornello))
322
+
323
+ ## 2025-08-20 `5.18.0`
324
+
325
+ #### 🎉 New features
326
+
327
+ - `Input`: Added new `ai-generative` appearance to align with Nimbus AI gradient visuals. ([#333](https://github.com/TiendaNube/nimbus-design-system/pull/333) by [@joacotornello](https://github.com/joacotornello))
328
+ - `Input`: Added `aiGenerated` boolean prop to highlight AI-filled values without changing existing focus behavior. ([#333](https://github.com/TiendaNube/nimbus-design-system/pull/333) by [@joacotornello](https://github.com/joacotornello))
329
+
330
+ ## 2025-08-14 `5.17.3`
331
+
332
+ #### 💡 Others
333
+
334
+ - `Popover`: Added Storybook examples for controlled usage with `visible` and `onVisibility`, including a table pattern to ensure only one Popover is open at a time. Clarifies recommended approach related to [Issue #251](https://github.com/TiendaNube/nimbus-design-system/issues/251). ([#331](https://github.com/TiendaNube/nimbus-design-system/pull/331) by [@joacotornello](https://github.com/joacotornello))
335
+
336
+ ## 2025-08-12 `5.17.2`
337
+
338
+ #### 🐛 Bug fixes
339
+
340
+ - Added `disabled` state to `Toggle` component. ([#330](https://github.com/TiendaNube/nimbus-design-system/pull/330) by [@joacotornello](https://github.com/joacotornello))
341
+
342
+ ## 2025-08-04 `5.17.1`
343
+
344
+ #### 🐛 Bug fixes
345
+
346
+ - Rename `ai-interactive` to `ai-generative` in `Icon` component. ([#327](https://github.com/TiendaNube/nimbus-design-system/pull/327) by [@joacotornello](https://github.com/joacotornello))
347
+
348
+ ## 2025-08-04 `5.17.0`
349
+
350
+ #### 🎉 New features
351
+
352
+ - Added `fullWidth` property to the `Button` component. ([#322](https://github.com/TiendaNube/nimbus-design-system/pull/322) by [@joacotornello](https://github.com/joacotornello))
353
+
354
+ ## 2025-07-31 `5.16.0`
355
+
356
+ #### 🎉 New features
357
+
358
+ - Created new component ProgressBar. ([#323](https://github.com/TiendaNube/nimbus-design-system/pull/323) by [@joacotornello](https://github.com/joacotornello))
359
+
360
+ ## 2025-07-30 `5.15.0`
361
+
362
+ #### 🎉 New features
363
+
364
+ - Added `ai-interactive` appearance to `Icon` component. ([#321](https://github.com/TiendaNube/nimbus-design-system/pull/321) by [@joacotornello](https://github.com/joacotornello))
365
+
366
+ ## 2025-07-28 `5.14.0`
367
+
368
+ #### 🎉 New features
369
+
370
+ - Created `ScrollPane` new composite component with gradient overlays, optional navigation arrows, scroll-to-item functionality, support for both horizontal and vertical scrolling, scrollbar control, full accessibility support, and responsive design. ([#319](https://github.com/TiendaNube/nimbus-design-system/pull/319) by [@joacotornello](https://github.com/joacotornello))
371
+ - `SegmentedControl`: Improved scalability by adding a new context system without breaking the existing API. Enhanced internal architecture for better performance and maintainability. ([#319](https://github.com/TiendaNube/nimbus-design-system/pull/319) by [@joacotornello](https://github.com/joacotornello))
372
+
373
+ ## 2025-07-24 `5.13.0`
374
+
375
+ #### 🎉 New features
376
+
377
+ - `Popover`: Added `renderOverlay` property to render an invisible overlay that prevents accidental clicks on elements behind the popover when enabled. This improves UX by providing click protection without visual interference. ([#316](https://github.com/TiendaNube/nimbus-design-system/pull/316) by [@harrytiendanube](https://github.com/harrytiendanube))
378
+
379
+ ## 2025-07-10 `5.12.1`
380
+
381
+ #### 🐛 Bug fixes
382
+
383
+ - `Button`: Adjusted button height from `2.125rem` to `2rem` to match design specifications. ([#310](https://github.com/TiendaNube/nimbus-design-system/pull/310) by [@joacotornello](https://github.com/joacotornello))
384
+
385
+ ## 2025-06-09 `5.12.0`
386
+
387
+ #### 🎉 New features
388
+
389
+ - Created `Stepper` new composite component. ([#297](https://github.com/TiendaNube/nimbus-design-system/pull/297) by [@joacotornello](https://github.com/joacotornello))
390
+
391
+ ## 2025-06-04 `5.11.1`
392
+
393
+ #### 🎉 New features
394
+
395
+ - Mapped `component-props.json` bundle file to the build output in webpack configuration file. ([#296](https://github.com/TiendaNube/nimbus-design-system/pull/296) by [@joacotornello](https://github.com/joacotornello))
396
+
397
+ ## 2025-05-12 `5.11.0`
398
+
399
+ #### 🎉 New features
400
+
401
+ - Created `SegmentedControl` new composite component. ([#290](https://github.com/TiendaNube/nimbus-design-system/pull/290) by [@joacotornello](https://github.com/joacotornello))
402
+
403
+ ## 2025-05-09 `5.10.1`
404
+
405
+ #### 🐛 Bug fixes
406
+
407
+ - `Thumbnail.Skeleton`: `width` support is extended to include percentages and 100% is defined as default, just like `Thumbnail`. ([Issue](https://github.com/TiendaNube/nimbus-design-system/discussions/248)) ([#289](https://github.com/TiendaNube/nimbus-design-system/pull/289) by [@harrytiendanube](https://github.com/harrytiendanube))
408
+
409
+ ## 2025-04-03 `5.10.0`
410
+
411
+ #### 🎉 New features
412
+
413
+ - `Tabs`: Adds Controlled component support, with the new `selected` and `onTabSelect` props. ([#282](https://github.com/TiendaNube/nimbus-design-system/pull/282) by [@joacotornello](https://github.com/joacotornello))
414
+
415
+ ## 2025-03-25 `5.9.0`
416
+
417
+ #### 🎉 New features
418
+
419
+ - Added `textDecoration` property to `Text` component. ([#279](https://github.com/TiendaNube/nimbus-design-system/pull/279) by [@guidobotta](https://github.com/guidobotta))
420
+ - Added `line-through` option to `textDecoration` property. ([#279](https://github.com/TiendaNube/nimbus-design-system/pull/279) by [@guidobotta](https://github.com/guidobotta))
421
+
422
+ ## 2025-03-20 `5.8.1` and `5.8.2`
423
+
424
+ #### 🐛 Bug fixes
425
+
426
+ - Rebuild after failed release. ([#277](https://github.com/TiendaNube/nimbus-design-system/pull/277) by [@joacotornello](https://github.com/joacotornello))
427
+
428
+ ## 2025-03-18 `5.8.0`
429
+
430
+ #### 🎉 New features
431
+
432
+ - Adds `use-client` directive to the build output in order to support NextJS applications. ([#276](https://github.com/TiendaNube/nimbus-design-system/pull/276) by [@joacotornello](https://github.com/joacotornello))
433
+
434
+ - Implemented new webpack configuration to move useful files into the build output directory and inject the `use client` directive. ([#276](https://github.com/TiendaNube/nimbus-design-system/pull/276) by [@joacotornello](https://github.com/joacotornello))
435
+
436
+ ### 💡 Others
437
+
438
+ - Rebuild after build process changes to add support for modular imports and Server Components. ([#276](https://github.com/TiendaNube/nimbus-design-system/pull/276) by [@joacotornello](https://github.com/joacotornello))
439
+
440
+ ## 2025-03-07 `5.7.2`
441
+
442
+ #### 💡 Others
443
+
444
+ #### 🐛 Bug fixes
445
+
446
+ - Docgen process won't break if some of the builds fails in between ([#272](https://github.com/TiendaNube/nimbus-design-system/pull/272) by [@joacotornello](https://github.com/joacotornello))
447
+
448
+ #### 💡 Others
449
+
450
+ - Added docs. ([#272](https://github.com/TiendaNube/nimbus-design-system/pull/272) by [@joacotornello](https://github.com/joacotornello))
451
+
452
+ ## 2025-03-03 `5.7.1`
453
+
454
+ ### 🎉 New features
455
+
456
+ - The `renderItem` property is added to the `Pagination` component, to be able to have the link functionality in the buttons. ([#269](https://github.com/TiendaNube/nimbus-design-system/pull/269) by [@hrchioest](https://github.com/hrchioest))
457
+
458
+ ## 2025-02-27 `5.5.6`
459
+
460
+ #### 🐛 Bug fixes
461
+
462
+ - Fixed `Tooltip` overflow when screen size is small enough. ([#268](https://github.com/TiendaNube/nimbus-design-system/pull/268) by [@joacotornello](https://github.com/joacotornello))
463
+
464
+ #### 🐛 New features
465
+
466
+ - `Tooltip`: Adds support for maxWidth prop. ([#268](https://github.com/TiendaNube/nimbus-design-system/pull/268) by [@joacotornello](https://github.com/joacotornello))
467
+
468
+ ## 2024-12-18 `5.5.5`
469
+
470
+ #### 🐛 Bug fixes
471
+
472
+ - We detected that the content of the Tabs, when set to full, was not centered but aligned to the left. ([#261](https://github.com/TiendaNube/nimbus-design-system/pull/261) by [@harrytiendanube](https://github.com/harrytiendanube) )
473
+ - Made `onDismiss` property optional for `Modal` component. If `onDismiss` is not provided, the modal can no longer be closed by clicking outside or pressing the close button
474
+ - Removed the close button (X) from `Modal` component when `onDismiss` is not provided. ([#246](https://github.com/TiendaNube/nimbus-design-system/pull/246) by [@dommirr](https://github.com/dommirr))
475
+
476
+ ## 2024-04-22 `5.5.4`
477
+
478
+ ### 💡 Others
479
+
480
+ - Trigger `onClick` only when close icon is pressed on `Chip` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/240) by [@nachozullo](https://github.com/nachozullo))
481
+ - Added `lockScroll` to prevent scroll outside of the body of `Sidebar` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/240) by [@nachozullo](https://github.com/nachozullo))
482
+
483
+ ## 2024-03-18 `5.5.3`
484
+
485
+ ### 🐛 Bug fixes
486
+
487
+ - Added `RemoveScroll` component from `react-remove-scroll` library to prevent scroll resetting on the body of the `Sidebar` component. ([#233](https://github.com/TiendaNube/nimbus-design-system/pull/233) by [@juanchigallego](https://github.com/juanchigallego))
488
+ - Added `needRemoveScroll` optional prop to `Sidebar` component. ([#233](https://github.com/TiendaNube/nimbus-design-system/pull/233) by [@juanchigallego](https://github.com/juanchigallego))
489
+ - Fixed type bug on expected icon and text color values on `Toast` component. ([#233](https://github.com/TiendaNube/nimbus-design-system/pull/233) by [@juanchigallego](https://github.com/juanchigallego))
490
+
491
+ ### 📚 3rd party library updates
492
+
493
+ - Added `react-remove-scroll@2.5.7` to `Sidebar` component. ([#233](https://github.com/TiendaNube/nimbus-design-system/pull/233) by [@juanchigallego](https://github.com/juanchigallego))
494
+
495
+ ## 2024-03-01 `5.4.2`
496
+
497
+ ### 🎉 New features
498
+
499
+ - Add `neutral-background` option to `color` properties on `Title` component. ([#224](https://github.com/TiendaNube/nimbus-design-system/pull/224) by [@juanchigallego](https://github.com/juanchigallego))
500
+
501
+ ## 2024-02-07 `5.4.1`
502
+
503
+ ### 🐛 Bug fixes
504
+
505
+ - Added `lineClamp` and `wordBreak` properties to `Chip` Text to allow overflowing text to hide instead of breaking into lines. ([#220](https://github.com/TiendaNube/nimbus-design-system/pull/220) by [@juanchigallego](https://github.com/juanchigallego))
506
+
507
+ ## 2024-01-18 `5.4.0`
508
+
509
+ ### 🎉 New features
510
+
511
+ - Add `labelContent` prop to `Tabs.Item` subcomponent to include a child node on the tab button. ([#216](https://github.com/TiendaNube/nimbus-design-system/pull/216) by [@juanchigallego](https://github.com/juanchigallego))
512
+
513
+ ## 2023-12-22 `5.3.2`
514
+
515
+ #### 🎉 New features
516
+
517
+ - Update `Checkbox`, `Chip`, `IconButton`, `Radio`, `Toggle` and `Alert` packages with new color tokens from `@nimbus-ds/tokens` package. ([#215](https://github.com/TiendaNube/nimbus-design-system/pull/215) by [@juanchigallego](https://github.com/juanchigallego))
518
+ - Changed default color to `neutral-textHigh` and default weight to `bold` on `Title` component. ([#215](https://github.com/TiendaNube/nimbus-design-system/pull/215) by [@juanchigallego](https://github.com/juanchigallego))
519
+ - Changed default title size to `h4` on `CardHeader` and `ModalHeader` components. ([#215](https://github.com/TiendaNube/nimbus-design-system/pull/215) by [@juanchigallego](https://github.com/juanchigallego))
520
+ - Changed default title size to `h2` on `SidebarHeader` component. ([#215](https://github.com/TiendaNube/nimbus-design-system/pull/215) by [@juanchigallego](https://github.com/juanchigallego))
521
+
522
+ ## 2023-12-15 `5.3.1`
523
+
524
+ #### 🐛 Bug fixes
525
+
526
+ - Fixed bug where value was not being updated.([#203](https://github.com/TiendaNube/nimbus-design-system/pull/212) by [@vrlopess](https://github.com/vrlopess))
527
+
528
+ ## 2023-10-30 `5.3.0`
529
+
530
+ #### 🎉 New features
531
+
532
+ - Added new `MultiSelect` component. ([#203](https://github.com/TiendaNube/nimbus-design-system/pull/203) by [@juniorconquista](https://github.com/juniorconquista))
533
+
534
+ #### 🐛 Bug fixes
535
+
536
+ - Fixed bug where the theme change did not reflect the color change in the component `Popover`.([#203](https://github.com/TiendaNube/nimbus-design-system/pull/203) by [@juniorconquista](https://github.com/juniorconquista))
537
+ - Fixed bug where the theme change did not reflect the color change in the component `Tooltip`.([#203](https://github.com/TiendaNube/nimbus-design-system/pull/203) by [@juniorconquista](https://github.com/juniorconquista))
538
+ - Fixed bug where the theme change did not reflect the color change in the component `Modal`.([#203](https://github.com/TiendaNube/nimbus-design-system/pull/203) by [@juniorconquista](https://github.com/juniorconquista))
539
+ - Fixed bug where the theme change did not reflect the color change in the component `Sidebar`.([#203](https://github.com/TiendaNube/nimbus-design-system/pull/203) by [@juniorconquista](https://github.com/juniorconquista))
540
+
541
+ ## 2023-10-13 `5.2.1`
542
+
543
+ #### 🎉 New features
544
+
545
+ - Added `arrow` property to the Component `Tooltip` API. ([#196](https://github.com/TiendaNube/nimbus-design-system/pull/196) by [@juniorconquista](https://github.com/juniorconquista))
546
+ - Added `maxWidth` and `matchReferenceWidth` properties to the Component `Popover` API. ([#196](https://github.com/TiendaNube/nimbus-design-system/pull/196) by [@juniorconquista](https://github.com/juniorconquista))
547
+
548
+ #### 🐛 Bug fixes
549
+
550
+ - Fixed bug where the maximum width of the popover exceeded the maximum size of a screen to the Component `Popover`. ([#196](https://github.com/TiendaNube/nimbus-design-system/pull/196) by [@juniorconquista](https://github.com/juniorconquista))
551
+ - Removed fixed minimum width so that the minimum width respects the content of the popover to the Component `Popover`. ([#196](https://github.com/TiendaNube/nimbus-design-system/pull/196) by [@juniorconquista](https://github.com/juniorconquista))
552
+ - Fixed arrow positioning to the Component `Popover`. ([#196](https://github.com/TiendaNube/nimbus-design-system/pull/196) by [@juniorconquista](https://github.com/juniorconquista))
553
+ - Fixed the positioning of the popover so that if it does not fit in the chosen position, it automatically moves to a position that has positioning space to the Component `Popover`. ([#196](https://github.com/TiendaNube/nimbus-design-system/pull/196) by [@juniorconquista](https://github.com/juniorconquista))
554
+
555
+ #### 📚 3rd party library updates
556
+
557
+ - Updated `@floating-ui/react@0.26.0`. ([#195](https://github.com/TiendaNube/nimbus-design-system/pull/195) by [@juanchigallego](https://github.com/juanchigallego))
558
+
559
+ ## 2023-08-04 `5.2.0`
560
+
561
+ #### 🎉 New features
562
+
563
+ - Added `fontSize` property to the Component `Box` API. ([#184](https://github.com/TiendaNube/nimbus-design-system/pull/184) by [@juniorconquista](https://github.com/juniorconquista))
564
+ - Added `fontWeight` property to the Component `Box` API. ([#184](https://github.com/TiendaNube/nimbus-design-system/pull/184) by [@juniorconquista](https://github.com/juniorconquista))
565
+ - Added `lineHeight` property to the Component `Box` API. ([#184](https://github.com/TiendaNube/nimbus-design-system/pull/184) by [@juniorconquista](https://github.com/juniorconquista))
566
+ - Added `textAlign` property to the Component `Box` API. ([#184](https://github.com/TiendaNube/nimbus-design-system/pull/184) by [@juniorconquista](https://github.com/juniorconquista))
567
+
568
+ ## 2023-07-11 `5.1.1`
569
+
570
+ #### 🎉 New features
571
+
572
+ - Added `ref` property to `Select` component API. ([#180](https://github.com/TiendaNube/nimbus-design-system/pull/180) by [@juniorconquista](https://github.com/juniorconquista)).
573
+ - Added `ref` property to `Textarea` component API. ([#180](https://github.com/TiendaNube/nimbus-design-system/pull/180) by [@juniorconquista](https://github.com/juniorconquista)).
574
+
575
+ #### 🐛 Bug fixes
576
+
577
+ - Adding extra right padding to the modal title to prevent the title from getting overlaid by the close button. ([#179](https://github.com/TiendaNube/nimbus-design-system/pull/179) by [@juniorconquista](https://github.com/juniorconquista))
578
+
579
+ #### 📚 3rd party library updates
580
+
581
+ - Updated `@floating-ui/react@0.24.6`. ([#179](https://github.com/TiendaNube/nimbus-design-system/pull/179) by [@juanchigallego](https://github.com/juanchigallego))
582
+
583
+ ## 2023-06-13 `5.1.0`
584
+
585
+ ### 🎉 New features
586
+
587
+ - Added `Padding` property to the Component `Card.Header`. ([#169](https://github.com/TiendaNube/nimbus-design-system/pull/169) by [@juniorconquista](https://github.com/juniorconquista))
588
+ - Added `Padding` property to the Component `Card.Footer`. ([#169](https://github.com/TiendaNube/nimbus-design-system/pull/169) by [@juniorconquista](https://github.com/juniorconquista))
589
+ - Added `Padding` property to the Component `Modal.Header`. ([#169](https://github.com/TiendaNube/nimbus-design-system/pull/169) by [@juniorconquista](https://github.com/juniorconquista))
590
+ - Added `Padding` property to the Component `Modal.Footer`. ([#169](https://github.com/TiendaNube/nimbus-design-system/pull/169) by [@juniorconquista](https://github.com/juniorconquista))
591
+ - Added `wordBreak` property to the Component `Text` API. ([#169](https://github.com/TiendaNube/nimbus-design-system/pull/169) by [@juniorconquista](https://github.com/juniorconquista))
592
+
593
+ ## 2023-05-23 `5.0.0`
594
+
595
+ #### 🛠 Breaking changes
596
+
597
+ - Changed the dynamic sending option of the `zIndex` property to use `zIndex` in the `Popover` component API. ([#162](https://github.com/TiendaNube/nimbus-design-system/pull/162) by [@juniorconquista](https://github.com/juniorconquista))
598
+
599
+ ## 2023-05-22 `4.4.0`
600
+
601
+ ### 🎉 New features
602
+
603
+ - Added new `lineClamp` property on `Text` component. ([#157](https://github.com/TiendaNube/nimbus-design-system/pull/157) by [@juanchigallego](https://github.com/juanchigallego))
604
+
605
+ ### 🐛 Bug fixes
606
+
607
+ - Fixes a bug on `Modal` component where focus wasn't correctly moved to the modal dialog when pressing tab key. ([#157](https://github.com/TiendaNube/nimbus-design-system/pull/157) by [@juanchigallego](https://github.com/juanchigallego))
608
+
609
+ ### 📚 3rd party library updates
610
+
611
+ - Removed `@floating-ui/react-dom-interactions`. ([#157](https://github.com/TiendaNube/nimbus-design-system/pull/157) by [@juanchigallego](https://github.com/juanchigallego))
612
+ - Added `@floating-ui/react`. ([#157](https://github.com/TiendaNube/nimbus-design-system/pull/157) by [@juanchigallego](https://github.com/juanchigallego))
613
+
614
+ ## 2023-05-08 `4.3.0`
615
+
616
+ ### 🎉 New features
617
+
618
+ - Added `padding` property to the Component `Accordion.Body`. ([#156](https://github.com/TiendaNube/nimbus-design-system/pull/156) by [@juniorconquista](https://github.com/juniorconquista))
619
+
620
+ ## 2023-05-02 `4.2.1`
621
+
622
+ ### 🎉 New features
623
+
624
+ - Added responsive conditions to `Title` component properties. ([#152](https://github.com/TiendaNube/nimbus-design-system/pull/152) by [@juanchigallego](https://github.com/juanchigallego))
625
+
626
+ #### 🐛 Bug fixes
627
+
628
+ - Omit `content` HTML prop on `Popover` API. ([#152](https://github.com/TiendaNube/nimbus-design-system/pull/152) by [@juanchigallego](https://github.com/juanchigallego))
629
+
630
+ ## 2023-04-24 `4.2.0`
631
+
632
+ #### 🎉 New features
633
+
634
+ - Added `ref` property to `Input` component API. ([#151](https://github.com/TiendaNube/nimbus-design-system/pull/151) by [@juniorconquista](https://github.com/juniorconquista)).
635
+ - Added `ref` property to `Input.Password` component API. ([#151](https://github.com/TiendaNube/nimbus-design-system/pull/151) by [@juniorconquista](https://github.com/juniorconquista)).
636
+ - Added `ref` property to `Input.Search` component API. ([#151](https://github.com/TiendaNube/nimbus-design-system/pull/151) by [@juniorconquista](https://github.com/juniorconquista)).
637
+
638
+ ## 2023-04-13 `4.1.1`
639
+
640
+ #### 🎉 New features
641
+
642
+ - Added renderProps functionality to the component `Popover` so that it is possible to obtain the internal state of the popover in the component's children. ([#149](https://github.com/TiendaNube/nimbus-design-system/pull/149) by [@juniorconquista](https://github.com/juniorconquista))
643
+ - Added responsive conditions to `Text` component properties. ([#149](https://github.com/TiendaNube/nimbus-design-system/pull/149) by [@juniorconquista](https://github.com/juniorconquista))
644
+
645
+ #### 🐛 Bug fixes
646
+
647
+ - Removed additional margin generated in component `Card` when using subcomponent `Card.Header` without a `Card.Footer`. ([#149](https://github.com/TiendaNube/nimbus-design-system/pull/149) by [@juniorconquista](https://github.com/juniorconquista))
648
+ - Removed hover effect on `IconButton` component when disabled. ([#149](https://github.com/TiendaNube/nimbus-design-system/pull/149) by [@juniorconquista](https://github.com/juniorconquista))
649
+ - Added side spacing to `Modal` component. ([#149](https://github.com/TiendaNube/nimbus-design-system/pull/149) by [@juniorconquista](https://github.com/juniorconquista))
650
+ - Fixed bug in `Select` component where clicking on arrow icon didn't work. ([#149](https://github.com/TiendaNube/nimbus-design-system/pull/149) by [@juniorconquista](https://github.com/juniorconquista))
651
+
652
+ ## 2023-04-10 `4.1.0`
653
+
654
+ #### 💡 Others
655
+
656
+ - Changed `maxWidth` type description to reflect on prop documentation `Modal` component. ([#141](https://github.com/TiendaNube/nimbus-design-system/pull/141) by [@diegopsilverio](https://github.com/diegopsilverio))
657
+
658
+ ## 2023-04-03 `4.0.0`
659
+
660
+ #### 🛠 Breaking changes
661
+
662
+ - Refactored shadow tokens in components. ([#139](https://github.com/TiendaNube/nimbus-design-system/pull/139) by [@juniorconquista](https://github.com/juniorconquista))
663
+
664
+ ## 2023-03-31 `3.2.0`
665
+
666
+ ### 🎉 New features
667
+
668
+ - Added `textDecoration` property to `Box` component API. ([#136](https://github.com/TiendaNube/nimbus-design-system/pull/106) by
669
+
670
+ ### 🐛 Bug fixes
671
+
672
+ - Add missing dependency for `@nimbus-ds/icon` external package on `Select` component. ([#136](https://github.com/TiendaNube/nimbus-design-system/pull/136) by [@juanchigallego](https://github.com/juanchigallego))
673
+
674
+ ## 2023-03-24 `3.1.0`
675
+
676
+ ### 🐛 Bug fixes
677
+
678
+ - Adjusted internal spacing of components when the alert does not have the removal function. ([#134](https://github.com/TiendaNube/nimbus-design-system/pull/134) by [@juniorconquista](https://github.com/juniorconquista))
679
+
680
+ ### 💡 Others
681
+
682
+ - Adjusted the `Box` component properties interface to use `ComponentPropsWithRef` and include the `as` prop in the output interface. ([#134](https://github.com/TiendaNube/nimbus-design-system/pull/134) by [@juniorconquista](https://github.com/juniorconquista))
683
+ - Adjusted the `Button` component properties interface to use `ComponentPropsWithRef` and include the `as` prop in the output interface. ([#134](https://github.com/TiendaNube/nimbus-design-system/pull/134) by [@juniorconquista](https://github.com/juniorconquista))
684
+ - Adjusted the `Link` component properties interface to use `ComponentPropsWithRef` and include the `as` prop in the output interface. ([#134](https://github.com/TiendaNube/nimbus-design-system/pull/134) by [@juniorconquista](https://github.com/juniorconquista))
685
+
686
+ ## 2023-03-27 `3.0.1`
687
+
688
+ ### 🐛 Bug fixes
689
+
690
+ - Fixes bug where `Select.Option` subcomponent would not render the HTML option elements on IOS devices. ([#129](https://github.com/TiendaNube/nimbus-design-system/pull/129) by [@juanchigallego](https://github.com/juanchigallego))
691
+
692
+ ## 2023-03-10 `3.0.0`
693
+
694
+ ### 🛠 Breaking changes
695
+
696
+ - Changed the `backgroundColor` properties to `primary-interactive`, `primary-surface`, `primary-surfaceHighlight`, `primary-textLow`, `success-interactive`, `success-surface`, `success-surfaceHighlight`, `success-textLow`, `warning-interactive`, `warning-surface`, `warning-surfaceHighlight`, `warning-textLow`, `danger-interactive`, `danger-surface`, `danger-surfaceHighlight`, `danger-textLow`, `neutral-background`, `neutral-interactive`, `neutral-surface`, `neutral-surfaceHighlight`, `neutral-surfaceDisabled` and `neutral-textLow` on `Box` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
697
+ - Changed the `color` properties to `primary-interactive`, `primary-surface`, `primary-surfaceHighlight`, `primary-textLow`, `success-interactive`, `success-surface`, `success-surfaceHighlight`, `success-textLow`, `warning-interactive`, `warning-surface`, `warning-surfaceHighlight`, `warning-textLow`, `danger-interactive`, `danger-surface`, `danger-surfaceHighlight`, `danger-textLow`, `neutral-background`, `neutral-interactive`, `neutral-surface`, `neutral-surfaceHighlight`, `neutral-surfaceDisabled` and `neutral-textLow` on `Box` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
698
+ - Changed the `borderColor` properties to `primary-interactive`, `primary-surface`, `primary-surfaceHighlight`, `success-interactive`, `success-surface`, `success-surfaceHighlight`, `warning-interactive`, `warning-surface`, `warning-surfaceHighlight`, `danger-interactive`, `danger-surface`, `danger-surfaceHighlight`, `neutral-interactive`, `neutral-surface` and `neutral-surfaceHighlight` on `Box` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
699
+ - Changed the `color` properties to `primary-interactive`, `primary-surface`, `primary-textLow`, `success-textLow`, `success-surface`, `warning-interactive`, `warning-surface`, `warning-textLow`, `danger-interactive`, `danger-surface`, `danger-textLow`, `neutral-background`, `neutral-interactive`, `neutral-surface`, `neutral-textLow`, `currentColor`, `success-interactive`, `primary-textHigh`, `success-textHigh`, `warning-textHigh`, `danger-textHigh`, `neutral-textDisabled` and `neutral-textHigh` on `Icon` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
700
+ - Changed the `borderColor` properties to `neutral-surface`, `neutral-interactive` and `neutral-surfaceHighlight` on `IconButton` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
701
+ - Changed the `backgroundColor` properties to `neutral-interactive`, `neutral-interactiveHover`, `neutral-interactivePressed` and `primary-interactive` on `IconButton` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
702
+ - Changed appearance property from `neutral.background` to `neutral-background` on `Link` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
703
+ - Changed the `backgroundColor` properties to `primary-surfaceHighlight`, `primary-interactiveHover`, `success-surfaceHighlight`, `danger-surfaceHighlight`, `neutral-surfaceHighlight` and `warning-surfaceHighlight` on `Popover` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
704
+ - Changed the `color` properties to `primary-surfaceHighlight`, `primary-interactiveHover`, `success-surfaceHighlight`, `danger-surfaceHighlight`, `neutral-surfaceHighlight` and `warning-surfaceHighlight` on `Popover` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
705
+ - Changed the `color` properties to `primary-interactive`, `primary-surface`, `primary-textLow`, `success-textLow`, `success-surface`, `danger-interactive`, `danger-surface`, `danger-textLow`, `neutral-background`, `neutral-interactive`, `neutral-surface`, `neutral-textLow`, `currentColor` and `success-interactive` on `Spinner` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
706
+ - Changed the `color` properties to `primary-interactive`, `primary-surface`, `primary-textLow`, `success-textLow`, `success-surface`, `warning-interactive`, `warning-surface`, `warning-textLow`, `danger-interactive`, `danger-surface`, `danger-textLow`, `neutral-background`, `neutral-interactive`, `neutral-surface`, `neutral-textLow`, `success-interactive`, `primary-textHigh`, `success-textHigh`, `warning-textHigh`, `danger-textHigh`, `neutral-textDisabled` and `neutral-textHigh` on `Text` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
707
+ - Changed the `color` properties to `primary-textLow`,`success-textLow`,`warning-textLow`,`danger-textLow`,`neutral-textLow`,`primary-textHigh`,`success-textHigh`,`warning-textHigh`,`danger-textHigh` and `neutral-textHigh` on `Title` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
708
+ - Changed the `backgroundColor` properties to `primary-surface`, `primary-surfaceHighlight`, `success-surface`, `success-surfaceHighlight`, `warning-surface`, `warning-surfaceHighlight`, `danger-surface`, `danger-surfaceHighlight`, `neutral-background`, `neutral-surface` and `neutral-surfaceHighlight` on `Card` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
709
+ - Changed the `backgroundColor` properties to `neutral-background`, `neutral-surface`, `neutral-surfaceHighlight`, `primary-surface` and `primary-surfaceHighlight` on `Table.Cell` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
710
+ - Changed the `backgroundColor` properties to `neutral-background`, `neutral-surface`, `neutral-surfaceHighlight`, `primary-surface` and `primary-surfaceHighlight` on `Table.Row` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
711
+
712
+ ### 💡 Others
713
+
714
+ - Refactored style classes to have more semantic names on `Checkbox` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
715
+ - Refactored style classes to have more semantic names on `Chip` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
716
+ - Refactored style classes to have more semantic names on `FileUploader` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
717
+ - Refactored style classes to have more semantic names on `Icon` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
718
+ - Refactored style classes to have more semantic names on `IconButton` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
719
+ - Refactored style classes to have more semantic names on `Input` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
720
+ - Refactored style classes to have more semantic names on `Link` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
721
+ - Refactored style classes to have more semantic names on `List` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
722
+ - Refactored style classes to have more semantic names on `Popover` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
723
+ - Refactored style classes to have more semantic names on `Radio` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
724
+ - Refactored style classes to have more semantic names on `Select` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
725
+ - Refactored style classes to have more semantic names on `Spinner` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
726
+ - Refactored style classes to have more semantic names on `Skeleton` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
727
+ - Refactored style classes to have more semantic names on `Tag` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
728
+ - Refactored style classes to have more semantic names on `Text` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
729
+ - Refactored style classes to have more semantic names on `Thumbnail` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
730
+ - Refactored style classes to have more semantic names on `Title` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
731
+ - Refactored style classes to have more semantic names on `Toast` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
732
+ - Refactored style classes to have more semantic names on `Toggle` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
733
+ - Refactored style classes to have more semantic names on `Tooltip` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
734
+ - Refactored style classes to have more semantic names on `Accordion` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
735
+ - Refactored style classes to have more semantic names on `Alert` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
736
+ - Refactored style classes to have more semantic names on `Card` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
737
+ - Refactored style classes to have more semantic names on `Modal` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
738
+ - Refactored style classes to have more semantic names on `Sidebar` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
739
+ - Refactored use of `color tokens` in internal components by removing `.` per `-` on `Checkbox` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
740
+ - Refactored use of `color tokens` in internal components by removing `.` per `-` on `Chip` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
741
+ - Refactored use of `color tokens` in internal components by removing `.` per `-` on `FileUploader` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
742
+ - Refactored use of `color tokens` in internal components by removing `.` per `-` on `Input` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
743
+ - Refactored use of `color tokens` in internal components by removing `.` per `-` on `Select` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
744
+ - Refactored use of `color tokens` in internal components by removing `.` per `-` on `Thumbnail` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
745
+ - Refactored use of `color tokens` in internal components by removing `.` per `-` on `Toast` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
746
+ - Refactored use of `color tokens` in internal components by removing `.` per `-` on `Toggle` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
747
+ - Refactored use of `color tokens` in internal components by removing `.` per `-` on `Tooltip` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
748
+ - Refactored use of `color tokens` in internal components by removing `.` per `-` on `Accordion` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
749
+ - Refactored use of `color tokens` in internal components by removing `.` per `-` on `Alert` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
750
+ - Refactored use of `color tokens` in internal components by removing `.` per `-` on `Card` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
751
+ - Refactored use of `color tokens` in internal components by removing `.` per `-` on `Modal` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
752
+ - Refactored use of `color tokens` in internal components by removing `.` per `-` on `Sidebar` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
753
+
754
+ ## 2023-02-24 `2.10.0`
755
+
756
+ ### 🎉 New features
757
+
758
+ - Added `fontSize`, `fontWeight` and `lineHeight` properties to `Title` component API. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
759
+ - Changed `cursor` property default value to `inherit` on `Icon` component. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
760
+ - Added `zIndex`, `minHeight`, `minWidth`, `flexGrow`, `order` and `alignSelf` property to `Box` component API. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
761
+ - Added `"border-box"` as default value for `boxSizing` property on `Box` component. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
762
+ - Added `backgroundImage`, `backgroundPosition`, `backgroundBlendMode`, `backgroundRepeat`, `backgroundSize`, `color`, `minWidth` and `minHeight` properties to `Box` component API. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
763
+ - Changed `fontSize` default value to `base` on `Text` component. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
764
+ - Changed `lineHeight` default value to `base` on `Text` component. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
765
+ - Changed `color` default value to `neutral.textLow` on `Text` component. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
766
+ - Added `as` prop on `Table.Cell` subcomponente API. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
767
+ - Replaced `size` property with `fontSize` on `Link` component. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
768
+ - Added `lineHeight` property to `Link` component API. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
769
+ - Added `backgroundColor`, `color`, `zIndex`, `height` and `width` property to `Popover` component API. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juniorconquista](https://github.com/juniorconquista))
770
+
771
+ ### 💡 Others
772
+
773
+ - Replaced font size and line height on `Text` component on `Badge` component. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
774
+ - Reset font size and line height values on `Text` component to default values on `Checkbox` component. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
775
+ - Reset color value on `Text` component to default value on `Chip` component. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
776
+ - Add `lineHeight caption` property on `Text` component on `Chip` component. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
777
+ - Add `fontSize caption` property on `Text` component on `FileUploader` component. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
778
+ - Adjust `fontSize` and `color` properties in `Text` component on stories documentation on `Link` component. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
779
+ - Adjust `fontSize` and `lineHeight` properties in `Text` component on stories documentation on `Tag` component. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
780
+ - Adjust `Text` component default values on `Toggle` component. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
781
+ - Adjust `Text` component default values on `Accordion` component. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
782
+ - Adjust `Text` component default values in stories documentation on `Accordion` component. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
783
+ - Adjust `fontSize` and `lineHeight` properties in `Text` component on stories documentation on `Card` component. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
784
+ - Adjust `fontSize` and `lineHeight` properties in `Text` component on stories documentation on `Modal` component. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
785
+ - Adjust `fontSize` and `lineHeight` properties in `Text` component on stories documentation on `Sidebar` component. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
786
+
787
+ ### 🐛 Bug fixes
788
+
789
+ - Fixed a bug where `rest` condition selector sprinkle would not work in `Table` component. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
790
+ - Fixed a bug where `Pagination` component was not being exported in the package. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
791
+
792
+ ## 2023-02-23 `2.9.0`
793
+
794
+ ### 🎉 New features
795
+
796
+ - Added server side-rendering support to component `Badge`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
797
+ - Added server side-rendering support to component `Box`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
798
+ - Added server side-rendering support to component `Button`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
799
+ - Added server side-rendering support to component `Checkbox`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
800
+ - Added server side-rendering support to component `Chip`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
801
+ - Added server side-rendering support to component `FileUploader`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
802
+ - Added server side-rendering support to component `Icon`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
803
+ - Added server side-rendering support to component `IconButton`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
804
+ - Added server side-rendering support to component `Input`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
805
+ - Added server side-rendering support to component `Label`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
806
+ - Added server side-rendering support to component `List`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
807
+ - Added server side-rendering support to component `Popover`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
808
+ - Added server side-rendering support to component `Radio`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
809
+ - Added server side-rendering support to component `Select`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
810
+ - Added server side-rendering support to component `Skeleton`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
811
+ - Added server side-rendering support to component `Spinner`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
812
+ - Added server side-rendering support to component `Tag`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
813
+ - Added server side-rendering support to component `Text`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
814
+ - Added server side-rendering support to component `Textarea`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
815
+ - Added server side-rendering support to component `Thumbnail`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
816
+ - Added server side-rendering support to component `Tilte`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
817
+ - Added server side-rendering support to component `Toast`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
818
+ - Added server side-rendering support to component `Toggle`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
819
+ - Added server side-rendering support to component `Tooltip`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
820
+ - Added server side-rendering support to component `Accordion`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
821
+ - Added server side-rendering support to component `Alert`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
822
+ - Added server side-rendering support to component `Card`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
823
+ - Added server side-rendering support to component `Modal`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
824
+ - Added server side-rendering support to component `Pagination`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
825
+ - Added server side-rendering support to component `Sidebar`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
826
+ - Added server side-rendering support to component `Table`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
827
+ - Added server side-rendering support to component `Tabs`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
828
+
829
+ ## 2023-02-16 `2.8.0`
830
+
831
+ ### 🎉 New features
832
+
833
+ - Removed external dependency from `@tiendanube/icons` package to now use inner package `@nimbus-ds/icons` in packages `@nimbus-ds/button`, `@nimbus-ds/chip`, `@nimbus-ds /file-uploader`, `@nimbus-ds/icon`, `@nimbus-ds/icon-button`, `@nimbus-ds/input`, `@nimbus-ds/label`, `@nimbus-ds/link`, `@nimbus-ds/tag`, `@nimbus-ds/thumbnail` and `@nimbus-ds/toast`. ([#94](https://github.com/TiendaNube/nimbus-design-system/pull/#94) by [@juniorconquista](https://github.com/juniorconquista))
834
+
835
+ ### 📚 3rd party library updates
836
+
837
+ - Removed `@tiendanube/icons@0.3.1`. ([#94](https://github.com/TiendaNube/nimbus-design-system/pull/#94) by [@juniorconquista](https://github.com/juniorconquista))
838
+
839
+ ## 2023-02-13 `2.7.0`
840
+
841
+ ### 🎉 New features
842
+
843
+ - Added polymorphic typing support to component `Button`. ([#89](https://github.com/TiendaNube/nimbus-design-system/pull/89) by [@juniorconquista](https://github.com/juniorconquista))
844
+ - Added `as` property to the Component `Button`. ([#89](https://github.com/TiendaNube/nimbus-design-system/pull/89) by [@juniorconquista](https://github.com/juniorconquista))
845
+ - Added polymorphic typing support to component `Lnk`. ([#89](https://github.com/TiendaNube/nimbus-design-system/pull/89) by [@juniorconquista](https://github.com/juniorconquista))
846
+ - Added `as` property to the Component `Lnk`. ([#89](https://github.com/TiendaNube/nimbus-design-system/pull/89) by [@juniorconquista](https://github.com/juniorconquista))
847
+
848
+ ### 💡 Others
849
+
850
+ - Removed subcomponent `Link.Button`. [#89](https://github.com/TiendaNube/nimbus-design-system/pull/#89) by [@juniorconquista](https://github.com/juniorconquista))
851
+ - Removed subcomponent `Button.Link`. [#89](https://github.com/TiendaNube/nimbus-design-system/pull/#89) by [@juniorconquista](https://github.com/juniorconquista))
852
+
853
+ ## 2023-02-09 `2.3.0`
854
+
855
+ ### 🎉 New features
856
+
857
+ - Added properties present in the `@nimbus-ds/stack` package to the box component package. ([#83](https://github.com/TiendaNube/nimbus-design-system/pull/83) by [@juniorconquista](https://github.com/juniorconquista))
858
+
859
+ ### 💡 Others
860
+
861
+ - Deprecated package `@nimbus-ds/stack`. ([#83](https://github.com/TiendaNube/nimbus-design-system/pull/83) by [@juniorconquista](https://github.com/juniorconquista))
862
+
863
+ ## 2023-02-08 `2.2.0`
864
+
865
+ ### 🎉 New features
866
+
867
+ - Added polymorphic typing support to component `Box`. ([#81](https://github.com/TiendaNube/nimbus-design-system/pull/81) by [@juniorconquista](https://github.com/juniorconquista))
868
+ - Added `as` property to the Component `Box`. ([#81](https://github.com/TiendaNube/nimbus-design-system/pull/81) by [@juniorconquista](https://github.com/juniorconquista))
869
+ - Added `auto` margin properties to the Component `Box`. ([#81](https://github.com/TiendaNube/nimbus-design-system/pull/81) by [@juniorconquista](https://github.com/juniorconquista))
870
+
871
+ ## 2023-02-07 `2.4.0`
872
+
873
+ ### 🎉 New features
874
+
875
+ - Added new composite `Accordion` component. ([#80](https://github.com/TiendaNube/nimbus-design-system/pull/80) by [@juniorconquista](https://github.com/juniorconquista))
876
+
877
+ ## 2023-02-01 `2.3.0`
878
+
879
+ ### 🎉 New features
880
+
881
+ - Added new composite `Modal` component. ([#77](https://github.com/TiendaNube/nimbus-design-system/pull/77) by [@juniorconquista](https://github.com/juniorconquista))
882
+
883
+ ## 2023-01-27 `2.2.0`
884
+
885
+ ### 🎉 New features
886
+
887
+ - Added new options to `appearance` property on `Popover` component. ([#76](https://github.com/TiendaNube/nimbus-design-system/pull/76) by [@juanchigallego](https://github.com/juanchigallego))
888
+ - Added new options to `appearance` property on `Link` component. ([#76](https://github.com/TiendaNube/nimbus-design-system/pull/76) by [@juanchigallego](https://github.com/juanchigallego))
889
+ - Added new properties to `Box` component. ([#76](https://github.com/TiendaNube/nimbus-design-system/pull/76) by [@juanchigallego](https://github.com/juanchigallego))
890
+
891
+ ## 2023-01-09 `2.1.0`
892
+
893
+ ### 🎉 New features
894
+
895
+ - Added new composite `Table` component. ([#72](https://github.com/TiendaNube/nimbus-design-system/pull/72) by [@juanchigallego](https://github.com/juanchigallego))
896
+
897
+ ## 2022-12-22 `2.0.0`
898
+
899
+ ### 💡 Others
900
+
901
+ - Removed direct dependency on package 'nimbus-ds/styles' from compilation of all components. ([#69](https://github.com/TiendaNube/nimbus-design-system/pull/69) by [@juniorconquista](https://github.com/juniorconquista))
902
+
903
+ ## 2022-12-20 `1.1.0`
904
+
905
+ ### 🎉 New features
906
+
907
+ - Added new composite `Pagination` component. ([#68](https://github.com/TiendaNube/nimbus-design-system/pull/68) by [@juniorconquista](https://github.com/juniorconquista))
908
+
909
+ ## 2022-12-15 `1.0.2`
910
+
911
+ ### 🐛 Bug fixes
912
+
913
+ - Fixed bug in the `textDecoration` property where the `none` option was not applied when the link contained the `href` property. ([#66](https://github.com/TiendaNube/nimbus-design-system/pull/66) by [@juniorconquista](https://github.com/juniorconquista))
914
+
915
+ ## 2022-12-07 `1.0.0`
916
+
917
+ ### 📚 3rd party library updates
918
+
919
+ - Added `webpack@5.75.0`. ([#63](https://github.com/TiendaNube/nimbus-design-system/pull/63) by [@juniorconquista](https://github.com/juniorconquista))