@nimbus-ds/components 5.47.0-rc.1 → 5.47.0-rc.3

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 (87) hide show
  1. package/dist/Accordion/index.d.ts +153 -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 +55 -0
  6. package/dist/Badge/index.js +2 -0
  7. package/dist/Box/index.d.ts +805 -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 +834 -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 +30 -0
  21. package/dist/Divider/index.js +2 -0
  22. package/dist/FileUploader/index.d.ts +209 -0
  23. package/dist/FileUploader/index.js +2 -0
  24. package/dist/Icon/index.d.ts +121 -0
  25. package/dist/Icon/index.js +2 -0
  26. package/dist/IconButton/index.d.ts +172 -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 +57 -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 +924 -0
  50. package/dist/ScrollPane/index.js +2 -0
  51. package/dist/SegmentedControl/index.d.ts +905 -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/Spinner/index.d.ts +53 -0
  60. package/dist/Spinner/index.js +2 -0
  61. package/dist/SplitButton/index.d.ts +1035 -0
  62. package/dist/SplitButton/index.js +2 -0
  63. package/dist/Stepper/index.d.ts +899 -0
  64. package/dist/Stepper/index.js +2 -0
  65. package/dist/Table/index.d.ts +183 -0
  66. package/dist/Table/index.js +2 -0
  67. package/dist/Tabs/index.d.ts +92 -0
  68. package/dist/Tabs/index.js +2 -0
  69. package/dist/Tag/index.d.ts +51 -0
  70. package/dist/Tag/index.js +2 -0
  71. package/dist/Text/index.d.ts +599 -0
  72. package/dist/Text/index.js +2 -0
  73. package/dist/Textarea/index.d.ts +76 -0
  74. package/dist/Textarea/index.js +2 -0
  75. package/dist/Thumbnail/index.d.ts +73 -0
  76. package/dist/Thumbnail/index.js +2 -0
  77. package/dist/Title/index.d.ts +165 -0
  78. package/dist/Title/index.js +2 -0
  79. package/dist/Toast/index.d.ts +56 -0
  80. package/dist/Toast/index.js +2 -0
  81. package/dist/Toggle/index.d.ts +48 -0
  82. package/dist/Toggle/index.js +2 -0
  83. package/dist/Tooltip/index.d.ts +47 -0
  84. package/dist/Tooltip/index.js +2 -0
  85. package/dist/index.d.ts +4472 -0
  86. package/dist/index.js +2 -0
  87. package/package.json +1 -1
@@ -0,0 +1,834 @@
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-01-14 `5.46.0`
7
+
8
+ #### 🎉 New features
9
+
10
+ - Added support for React 19 in peer dependencies. ([#404](https://github.com/TiendaNube/nimbus-design-system/pull/404) by [@joacotornello](https://github.com/joacotornello))
11
+
12
+ #### 📚 3rd party library updates
13
+
14
+ - Updated `@floating-ui/react@0.27.5`. ([#403](https://github.com/TiendaNube/nimbus-design-system/pull/403) by [@joacotornello](https://github.com/joacotornello))
15
+
16
+ ## 2026-01-08 `5.45.0`
17
+
18
+ #### 🎉 New features
19
+
20
+ - `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))
21
+
22
+ ## 2025-12-23 `5.44.0`
23
+
24
+ #### 🎉 New features
25
+
26
+ - `Table`: Allow table layout to support fixed columns. ([#399](https://github.com/TiendaNube/nimbus-design-system/pull/399) by [@joacotornello](https://github.com/joacotornello))
27
+
28
+ ## 2025-12-23 `5.43.0`
29
+
30
+ #### 🎉 New features
31
+
32
+ - `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))
33
+
34
+ ## 2025-12-15 `5.42.0`
35
+
36
+ #### 🎉 New features
37
+
38
+ - `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))
39
+
40
+ ## 2025-12-11 `5.41.0`
41
+
42
+ #### 🎉 New features
43
+
44
+ - `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))
45
+
46
+ ## 2025-12-12 `5.40.2`
47
+
48
+ #### 🐛 Bug fixes
49
+
50
+ - 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))
51
+
52
+ ## 2025-12-11 `5.40.1`
53
+
54
+ #### 🐛 Bug fixes
55
+
56
+ - 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))
57
+ - 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))
58
+
59
+ ## 2025-12-09 `5.40.0`
60
+
61
+ #### 🎉 New features
62
+
63
+ - `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))
64
+
65
+ ## 2025-12-02 `5.39.0`
66
+
67
+ #### 🎉 New features
68
+
69
+ - `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))
70
+
71
+ ## 2025-12-01 `5.38.1`
72
+
73
+ #### 🐛 Bug fixes
74
+
75
+ - `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))
76
+
77
+ ## 2025-11-12 `5.38.0`
78
+
79
+ #### 🎉 New features
80
+
81
+ - `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))
82
+
83
+ ## 2025-11-13 `5.37.0`
84
+
85
+ #### 🎉 New features
86
+
87
+ - Added `large` size to `Button` component. ([#380](https://github.com/TiendaNube/nimbus-design-system/pull/380) by [@joacotornello](https://github.com/joacotornello))
88
+
89
+ ## 2025-11-11 `5.36.0`
90
+
91
+ #### 🎉 New features
92
+
93
+ - `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))
94
+
95
+ ## 2025-11-11 `5.35.1`
96
+
97
+ #### 🐛 Bug fixes
98
+
99
+ - `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))
100
+ - `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))
101
+
102
+ ## 2025-11-11 `5.35.0`
103
+
104
+ #### 🎉 New features
105
+
106
+ - `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))
107
+ - `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))
108
+
109
+ ## 2025-11-10 `5.34.0`
110
+
111
+ #### 🎉 New features
112
+
113
+ - `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))
114
+
115
+ ## 2025-11-10 `5.33.0`
116
+
117
+ #### 🎉 New features
118
+
119
+ - `Icon`: Added `ai-gradientPurpleHigh` color to the colors. ([#375](https://github.com/TiendaNube/nimbus-design-system/pull/375) by [@joacotornello](https://github.com/joacotornello))
120
+
121
+ ## 2025-11-03 `5.32.2`
122
+
123
+ #### 🐛 Bug fixes
124
+
125
+ - `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))
126
+
127
+ ## 2025-10-22 `5.32.1`
128
+
129
+ #### 🐛 Bug fixes
130
+
131
+ - `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))
132
+
133
+ ## 2025-10-21 `5.32.0`
134
+
135
+ #### 🎉 New features
136
+
137
+ - 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))
138
+
139
+ ## 2025-10-17 `5.31.0`
140
+
141
+ #### 🎉 New features
142
+
143
+ - `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))
144
+
145
+ ## 2025-10-02 `5.30.0`
146
+
147
+ #### 🎉 New features
148
+
149
+ - `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))
150
+
151
+ ## 2025-09-26 `5.29.0`
152
+
153
+ #### 🎉 New features
154
+
155
+ - `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))
156
+
157
+ ## 2025-09-25 `5.28.0`
158
+
159
+ #### 🎉 New features
160
+
161
+ - 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))
162
+
163
+ ## 2025-09-23 `5.27.0`
164
+
165
+ #### 🎉 New features
166
+
167
+ - 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))
168
+
169
+ ## 2025-09-23 `5.26.0`
170
+
171
+ #### 🎉 New features
172
+
173
+ - Created `divider` new atomic component. ([#356](https://github.com/TiendaNube/nimbus-design-system/pull/356) by [@joacotornello](https://github.com/joacotornello))
174
+
175
+ ## 2025-09-22 `5.25.0`
176
+
177
+ #### 🎉 New features
178
+
179
+ - 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))
180
+
181
+ ## 2025-09-17 `5.24.0`
182
+
183
+ #### 🎉 New features
184
+
185
+ - 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))
186
+ - 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))
187
+ - 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))
188
+
189
+ ## 2025-09-16 `5.23.0`
190
+
191
+ #### 🎉 New features
192
+
193
+ - `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))
194
+
195
+ ## 2025-09-15 `5.22.0`
196
+
197
+ #### 🎉 New features
198
+
199
+ - Added `ai-generative` appearance to `Textarea` component. ([#351](https://github.com/TiendaNube/nimbus-design-system/pull/351) by [@joacotornello](https://github.com/joacotornello))
200
+
201
+ ## 2025-09-15 `5.21.3`
202
+
203
+ #### 🐛 Bug fixes
204
+
205
+ - Improved `Toggle` styles to match design requirements. ([#330](https://github.com/TiendaNube/nimbus-design-system/pull/330) by [@joacotornello](https://github.com/joacotornello))
206
+
207
+ ## 2025-09-15 `5.21.2`
208
+
209
+ #### 🐛 Bug fixes
210
+
211
+ - 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))
212
+
213
+ ## 2025-09-10 `5.21.1`
214
+
215
+ #### 💡 Others
216
+
217
+ - `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))
218
+
219
+ ## 2025-08-21 `5.21.0`
220
+
221
+ #### 🎉 New features
222
+
223
+ - `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))
224
+
225
+ ## 2025-09-04 `5.20.0`
226
+
227
+ #### 🎉 New features
228
+
229
+ - `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))
230
+
231
+ ## 2025-08-25 `5.19.0`
232
+
233
+ #### 🎉 New features
234
+
235
+ - `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))
236
+ - `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))
237
+
238
+ ## 2025-08-20 `5.18.0`
239
+
240
+ #### 🎉 New features
241
+
242
+ - `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))
243
+ - `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))
244
+
245
+ ## 2025-08-14 `5.17.3`
246
+
247
+ #### 💡 Others
248
+
249
+ - `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))
250
+
251
+ ## 2025-08-12 `5.17.2`
252
+
253
+ #### 🐛 Bug fixes
254
+
255
+ - Added `disabled` state to `Toggle` component. ([#330](https://github.com/TiendaNube/nimbus-design-system/pull/330) by [@joacotornello](https://github.com/joacotornello))
256
+
257
+ ## 2025-08-04 `5.17.1`
258
+
259
+ #### 🐛 Bug fixes
260
+
261
+ - 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))
262
+
263
+ ## 2025-08-04 `5.17.0`
264
+
265
+ #### 🎉 New features
266
+
267
+ - Added `fullWidth` property to the `Button` component. ([#322](https://github.com/TiendaNube/nimbus-design-system/pull/322) by [@joacotornello](https://github.com/joacotornello))
268
+
269
+ ## 2025-07-31 `5.16.0`
270
+
271
+ #### 🎉 New features
272
+
273
+ - Created new component ProgressBar. ([#323](https://github.com/TiendaNube/nimbus-design-system/pull/323) by [@joacotornello](https://github.com/joacotornello))
274
+
275
+ ## 2025-07-30 `5.15.0`
276
+
277
+ #### 🎉 New features
278
+
279
+ - Added `ai-interactive` appearance to `Icon` component. ([#321](https://github.com/TiendaNube/nimbus-design-system/pull/321) by [@joacotornello](https://github.com/joacotornello))
280
+
281
+ ## 2025-07-28 `5.14.0`
282
+
283
+ #### 🎉 New features
284
+
285
+ - 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))
286
+ - `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))
287
+
288
+ ## 2025-07-24 `5.13.0`
289
+
290
+ #### 🎉 New features
291
+
292
+ - `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))
293
+
294
+ ## 2025-07-10 `5.12.1`
295
+
296
+ #### 🐛 Bug fixes
297
+
298
+ - `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))
299
+
300
+ ## 2025-06-09 `5.12.0`
301
+
302
+ #### 🎉 New features
303
+
304
+ - Created `Stepper` new composite component. ([#297](https://github.com/TiendaNube/nimbus-design-system/pull/297) by [@joacotornello](https://github.com/joacotornello))
305
+
306
+ ## 2025-06-04 `5.11.1`
307
+
308
+ #### 🎉 New features
309
+
310
+ - 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))
311
+
312
+ ## 2025-05-12 `5.11.0`
313
+
314
+ #### 🎉 New features
315
+
316
+ - Created `SegmentedControl` new composite component. ([#290](https://github.com/TiendaNube/nimbus-design-system/pull/290) by [@joacotornello](https://github.com/joacotornello))
317
+
318
+ ## 2025-05-09 `5.10.1`
319
+
320
+ #### 🐛 Bug fixes
321
+
322
+ - `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))
323
+
324
+ ## 2025-04-03 `5.10.0`
325
+
326
+ #### 🎉 New features
327
+
328
+ - `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))
329
+
330
+ ## 2025-03-25 `5.9.0`
331
+
332
+ #### 🎉 New features
333
+
334
+ - Added `textDecoration` property to `Text` component. ([#279](https://github.com/TiendaNube/nimbus-design-system/pull/279) by [@guidobotta](https://github.com/guidobotta))
335
+ - Added `line-through` option to `textDecoration` property. ([#279](https://github.com/TiendaNube/nimbus-design-system/pull/279) by [@guidobotta](https://github.com/guidobotta))
336
+
337
+ ## 2025-03-20 `5.8.1` and `5.8.2`
338
+
339
+ #### 🐛 Bug fixes
340
+
341
+ - Rebuild after failed release. ([#277](https://github.com/TiendaNube/nimbus-design-system/pull/277) by [@joacotornello](https://github.com/joacotornello))
342
+
343
+ ## 2025-03-18 `5.8.0`
344
+
345
+ #### 🎉 New features
346
+
347
+ - 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))
348
+
349
+ - 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))
350
+
351
+ ### 💡 Others
352
+
353
+ - 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))
354
+
355
+ ## 2025-03-07 `5.7.2`
356
+
357
+ #### 💡 Others
358
+
359
+ #### 🐛 Bug fixes
360
+
361
+ - 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))
362
+
363
+ #### 💡 Others
364
+
365
+ - Added docs. ([#272](https://github.com/TiendaNube/nimbus-design-system/pull/272) by [@joacotornello](https://github.com/joacotornello))
366
+
367
+ ## 2025-03-03 `5.7.1`
368
+
369
+ ### 🎉 New features
370
+
371
+ - 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))
372
+
373
+ ## 2025-02-27 `5.5.6`
374
+
375
+ #### 🐛 Bug fixes
376
+
377
+ - 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))
378
+
379
+ #### 🐛 New features
380
+
381
+ - `Tooltip`: Adds support for maxWidth prop. ([#268](https://github.com/TiendaNube/nimbus-design-system/pull/268) by [@joacotornello](https://github.com/joacotornello))
382
+
383
+ ## 2024-12-18 `5.5.5`
384
+
385
+ #### 🐛 Bug fixes
386
+
387
+ - 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) )
388
+ - 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
389
+ - 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))
390
+
391
+ ## 2024-04-22 `5.5.4`
392
+
393
+ ### 💡 Others
394
+
395
+ - 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))
396
+ - 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))
397
+
398
+ ## 2024-03-18 `5.5.3`
399
+
400
+ ### 🐛 Bug fixes
401
+
402
+ - 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))
403
+ - Added `needRemoveScroll` optional prop to `Sidebar` component. ([#233](https://github.com/TiendaNube/nimbus-design-system/pull/233) by [@juanchigallego](https://github.com/juanchigallego))
404
+ - 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))
405
+
406
+ ### 📚 3rd party library updates
407
+
408
+ - 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))
409
+
410
+ ## 2024-03-01 `5.4.2`
411
+
412
+ ### 🎉 New features
413
+
414
+ - 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))
415
+
416
+ ## 2024-02-07 `5.4.1`
417
+
418
+ ### 🐛 Bug fixes
419
+
420
+ - 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))
421
+
422
+ ## 2024-01-18 `5.4.0`
423
+
424
+ ### 🎉 New features
425
+
426
+ - 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))
427
+
428
+ ## 2023-12-22 `5.3.2`
429
+
430
+ #### 🎉 New features
431
+
432
+ - 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))
433
+ - 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))
434
+ - 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))
435
+ - 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))
436
+
437
+ ## 2023-12-15 `5.3.1`
438
+
439
+ #### 🐛 Bug fixes
440
+
441
+ - Fixed bug where value was not being updated.([#203](https://github.com/TiendaNube/nimbus-design-system/pull/212) by [@vrlopess](https://github.com/vrlopess))
442
+
443
+ ## 2023-10-30 `5.3.0`
444
+
445
+ #### 🎉 New features
446
+
447
+ - Added new `MultiSelect` component. ([#203](https://github.com/TiendaNube/nimbus-design-system/pull/203) by [@juniorconquista](https://github.com/juniorconquista))
448
+
449
+ #### 🐛 Bug fixes
450
+
451
+ - 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))
452
+ - 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))
453
+ - 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))
454
+ - 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))
455
+
456
+ ## 2023-10-13 `5.2.1`
457
+
458
+ #### 🎉 New features
459
+
460
+ - Added `arrow` property to the Component `Tooltip` API. ([#196](https://github.com/TiendaNube/nimbus-design-system/pull/196) by [@juniorconquista](https://github.com/juniorconquista))
461
+ - 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))
462
+
463
+ #### 🐛 Bug fixes
464
+
465
+ - 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))
466
+ - 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))
467
+ - Fixed arrow positioning to the Component `Popover`. ([#196](https://github.com/TiendaNube/nimbus-design-system/pull/196) by [@juniorconquista](https://github.com/juniorconquista))
468
+ - 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))
469
+
470
+ #### 📚 3rd party library updates
471
+
472
+ - Updated `@floating-ui/react@0.26.0`. ([#195](https://github.com/TiendaNube/nimbus-design-system/pull/195) by [@juanchigallego](https://github.com/juanchigallego))
473
+
474
+ ## 2023-08-04 `5.2.0`
475
+
476
+ #### 🎉 New features
477
+
478
+ - Added `fontSize` property to the Component `Box` API. ([#184](https://github.com/TiendaNube/nimbus-design-system/pull/184) by [@juniorconquista](https://github.com/juniorconquista))
479
+ - Added `fontWeight` property to the Component `Box` API. ([#184](https://github.com/TiendaNube/nimbus-design-system/pull/184) by [@juniorconquista](https://github.com/juniorconquista))
480
+ - Added `lineHeight` property to the Component `Box` API. ([#184](https://github.com/TiendaNube/nimbus-design-system/pull/184) by [@juniorconquista](https://github.com/juniorconquista))
481
+ - Added `textAlign` property to the Component `Box` API. ([#184](https://github.com/TiendaNube/nimbus-design-system/pull/184) by [@juniorconquista](https://github.com/juniorconquista))
482
+
483
+ ## 2023-07-11 `5.1.1`
484
+
485
+ #### 🎉 New features
486
+
487
+ - Added `ref` property to `Select` component API. ([#180](https://github.com/TiendaNube/nimbus-design-system/pull/180) by [@juniorconquista](https://github.com/juniorconquista)).
488
+ - Added `ref` property to `Textarea` component API. ([#180](https://github.com/TiendaNube/nimbus-design-system/pull/180) by [@juniorconquista](https://github.com/juniorconquista)).
489
+
490
+ #### 🐛 Bug fixes
491
+
492
+ - 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))
493
+
494
+ #### 📚 3rd party library updates
495
+
496
+ - Updated `@floating-ui/react@0.24.6`. ([#179](https://github.com/TiendaNube/nimbus-design-system/pull/179) by [@juanchigallego](https://github.com/juanchigallego))
497
+
498
+ ## 2023-06-13 `5.1.0`
499
+
500
+ ### 🎉 New features
501
+
502
+ - Added `Padding` property to the Component `Card.Header`. ([#169](https://github.com/TiendaNube/nimbus-design-system/pull/169) by [@juniorconquista](https://github.com/juniorconquista))
503
+ - Added `Padding` property to the Component `Card.Footer`. ([#169](https://github.com/TiendaNube/nimbus-design-system/pull/169) by [@juniorconquista](https://github.com/juniorconquista))
504
+ - Added `Padding` property to the Component `Modal.Header`. ([#169](https://github.com/TiendaNube/nimbus-design-system/pull/169) by [@juniorconquista](https://github.com/juniorconquista))
505
+ - Added `Padding` property to the Component `Modal.Footer`. ([#169](https://github.com/TiendaNube/nimbus-design-system/pull/169) by [@juniorconquista](https://github.com/juniorconquista))
506
+ - Added `wordBreak` property to the Component `Text` API. ([#169](https://github.com/TiendaNube/nimbus-design-system/pull/169) by [@juniorconquista](https://github.com/juniorconquista))
507
+
508
+ ## 2023-05-23 `5.0.0`
509
+
510
+ #### 🛠 Breaking changes
511
+
512
+ - 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))
513
+
514
+ ## 2023-05-22 `4.4.0`
515
+
516
+ ### 🎉 New features
517
+
518
+ - Added new `lineClamp` property on `Text` component. ([#157](https://github.com/TiendaNube/nimbus-design-system/pull/157) by [@juanchigallego](https://github.com/juanchigallego))
519
+
520
+ ### 🐛 Bug fixes
521
+
522
+ - 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))
523
+
524
+ ### 📚 3rd party library updates
525
+
526
+ - Removed `@floating-ui/react-dom-interactions`. ([#157](https://github.com/TiendaNube/nimbus-design-system/pull/157) by [@juanchigallego](https://github.com/juanchigallego))
527
+ - Added `@floating-ui/react`. ([#157](https://github.com/TiendaNube/nimbus-design-system/pull/157) by [@juanchigallego](https://github.com/juanchigallego))
528
+
529
+ ## 2023-05-08 `4.3.0`
530
+
531
+ ### 🎉 New features
532
+
533
+ - Added `padding` property to the Component `Accordion.Body`. ([#156](https://github.com/TiendaNube/nimbus-design-system/pull/156) by [@juniorconquista](https://github.com/juniorconquista))
534
+
535
+ ## 2023-05-02 `4.2.1`
536
+
537
+ ### 🎉 New features
538
+
539
+ - Added responsive conditions to `Title` component properties. ([#152](https://github.com/TiendaNube/nimbus-design-system/pull/152) by [@juanchigallego](https://github.com/juanchigallego))
540
+
541
+ #### 🐛 Bug fixes
542
+
543
+ - Omit `content` HTML prop on `Popover` API. ([#152](https://github.com/TiendaNube/nimbus-design-system/pull/152) by [@juanchigallego](https://github.com/juanchigallego))
544
+
545
+ ## 2023-04-24 `4.2.0`
546
+
547
+ #### 🎉 New features
548
+
549
+ - Added `ref` property to `Input` component API. ([#151](https://github.com/TiendaNube/nimbus-design-system/pull/151) by [@juniorconquista](https://github.com/juniorconquista)).
550
+ - Added `ref` property to `Input.Password` component API. ([#151](https://github.com/TiendaNube/nimbus-design-system/pull/151) by [@juniorconquista](https://github.com/juniorconquista)).
551
+ - Added `ref` property to `Input.Search` component API. ([#151](https://github.com/TiendaNube/nimbus-design-system/pull/151) by [@juniorconquista](https://github.com/juniorconquista)).
552
+
553
+ ## 2023-04-13 `4.1.1`
554
+
555
+ #### 🎉 New features
556
+
557
+ - 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))
558
+ - Added responsive conditions to `Text` component properties. ([#149](https://github.com/TiendaNube/nimbus-design-system/pull/149) by [@juniorconquista](https://github.com/juniorconquista))
559
+
560
+ #### 🐛 Bug fixes
561
+
562
+ - 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))
563
+ - Removed hover effect on `IconButton` component when disabled. ([#149](https://github.com/TiendaNube/nimbus-design-system/pull/149) by [@juniorconquista](https://github.com/juniorconquista))
564
+ - Added side spacing to `Modal` component. ([#149](https://github.com/TiendaNube/nimbus-design-system/pull/149) by [@juniorconquista](https://github.com/juniorconquista))
565
+ - 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))
566
+
567
+ ## 2023-04-10 `4.1.0`
568
+
569
+ #### 💡 Others
570
+
571
+ - 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))
572
+
573
+ ## 2023-04-03 `4.0.0`
574
+
575
+ #### 🛠 Breaking changes
576
+
577
+ - Refactored shadow tokens in components. ([#139](https://github.com/TiendaNube/nimbus-design-system/pull/139) by [@juniorconquista](https://github.com/juniorconquista))
578
+
579
+ ## 2023-03-31 `3.2.0`
580
+
581
+ ### 🎉 New features
582
+
583
+ - Added `textDecoration` property to `Box` component API. ([#136](https://github.com/TiendaNube/nimbus-design-system/pull/106) by
584
+
585
+ ### 🐛 Bug fixes
586
+
587
+ - 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))
588
+
589
+ ## 2023-03-24 `3.1.0`
590
+
591
+ ### 🐛 Bug fixes
592
+
593
+ - 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))
594
+
595
+ ### 💡 Others
596
+
597
+ - 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))
598
+ - 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))
599
+ - 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))
600
+
601
+ ## 2023-03-27 `3.0.1`
602
+
603
+ ### 🐛 Bug fixes
604
+
605
+ - 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))
606
+
607
+ ## 2023-03-10 `3.0.0`
608
+
609
+ ### 🛠 Breaking changes
610
+
611
+ - 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))
612
+ - 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))
613
+ - 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))
614
+ - 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))
615
+ - 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))
616
+ - 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))
617
+ - 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))
618
+ - 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))
619
+ - 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))
620
+ - 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))
621
+ - 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))
622
+ - 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))
623
+ - 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))
624
+ - 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))
625
+ - 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))
626
+
627
+ ### 💡 Others
628
+
629
+ - 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))
630
+ - 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))
631
+ - 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))
632
+ - 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))
633
+ - 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))
634
+ - 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))
635
+ - 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))
636
+ - 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))
637
+ - 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))
638
+ - 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))
639
+ - 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))
640
+ - 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))
641
+ - 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))
642
+ - 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))
643
+ - 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))
644
+ - 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))
645
+ - 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))
646
+ - 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))
647
+ - 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))
648
+ - 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))
649
+ - 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))
650
+ - 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))
651
+ - 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))
652
+ - 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))
653
+ - 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))
654
+ - 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))
655
+ - 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))
656
+ - 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))
657
+ - 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))
658
+ - 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))
659
+ - 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))
660
+ - 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))
661
+ - 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))
662
+ - 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))
663
+ - 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))
664
+ - 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))
665
+ - 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))
666
+ - 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))
667
+ - 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))
668
+
669
+ ## 2023-02-24 `2.10.0`
670
+
671
+ ### 🎉 New features
672
+
673
+ - 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))
674
+ - 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))
675
+ - 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))
676
+ - 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))
677
+ - 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))
678
+ - 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))
679
+ - 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))
680
+ - 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))
681
+ - Added `as` prop on `Table.Cell` subcomponente API. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
682
+ - Replaced `size` property with `fontSize` on `Link` component. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
683
+ - Added `lineHeight` property to `Link` component API. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
684
+ - 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))
685
+
686
+ ### 💡 Others
687
+
688
+ - 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))
689
+ - 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))
690
+ - 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))
691
+ - 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))
692
+ - 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))
693
+ - 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))
694
+ - 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))
695
+ - Adjust `Text` component default values on `Toggle` component. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
696
+ - Adjust `Text` component default values on `Accordion` component. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
697
+ - 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))
698
+ - 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))
699
+ - 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))
700
+ - 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))
701
+
702
+ ### 🐛 Bug fixes
703
+
704
+ - 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))
705
+ - 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))
706
+
707
+ ## 2023-02-23 `2.9.0`
708
+
709
+ ### 🎉 New features
710
+
711
+ - Added server side-rendering support to component `Badge`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
712
+ - Added server side-rendering support to component `Box`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
713
+ - Added server side-rendering support to component `Button`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
714
+ - Added server side-rendering support to component `Checkbox`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
715
+ - Added server side-rendering support to component `Chip`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
716
+ - Added server side-rendering support to component `FileUploader`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
717
+ - Added server side-rendering support to component `Icon`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
718
+ - Added server side-rendering support to component `IconButton`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
719
+ - Added server side-rendering support to component `Input`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
720
+ - Added server side-rendering support to component `Label`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
721
+ - Added server side-rendering support to component `List`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
722
+ - Added server side-rendering support to component `Popover`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
723
+ - Added server side-rendering support to component `Radio`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
724
+ - Added server side-rendering support to component `Select`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
725
+ - Added server side-rendering support to component `Skeleton`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
726
+ - Added server side-rendering support to component `Spinner`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
727
+ - Added server side-rendering support to component `Tag`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
728
+ - Added server side-rendering support to component `Text`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
729
+ - Added server side-rendering support to component `Textarea`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
730
+ - Added server side-rendering support to component `Thumbnail`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
731
+ - Added server side-rendering support to component `Tilte`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
732
+ - Added server side-rendering support to component `Toast`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
733
+ - Added server side-rendering support to component `Toggle`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
734
+ - Added server side-rendering support to component `Tooltip`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
735
+ - Added server side-rendering support to component `Accordion`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
736
+ - Added server side-rendering support to component `Alert`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
737
+ - Added server side-rendering support to component `Card`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
738
+ - Added server side-rendering support to component `Modal`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
739
+ - Added server side-rendering support to component `Pagination`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
740
+ - Added server side-rendering support to component `Sidebar`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
741
+ - Added server side-rendering support to component `Table`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
742
+ - Added server side-rendering support to component `Tabs`. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
743
+
744
+ ## 2023-02-16 `2.8.0`
745
+
746
+ ### 🎉 New features
747
+
748
+ - 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))
749
+
750
+ ### 📚 3rd party library updates
751
+
752
+ - Removed `@tiendanube/icons@0.3.1`. ([#94](https://github.com/TiendaNube/nimbus-design-system/pull/#94) by [@juniorconquista](https://github.com/juniorconquista))
753
+
754
+ ## 2023-02-13 `2.7.0`
755
+
756
+ ### 🎉 New features
757
+
758
+ - Added polymorphic typing support to component `Button`. ([#89](https://github.com/TiendaNube/nimbus-design-system/pull/89) by [@juniorconquista](https://github.com/juniorconquista))
759
+ - Added `as` property to the Component `Button`. ([#89](https://github.com/TiendaNube/nimbus-design-system/pull/89) by [@juniorconquista](https://github.com/juniorconquista))
760
+ - Added polymorphic typing support to component `Lnk`. ([#89](https://github.com/TiendaNube/nimbus-design-system/pull/89) by [@juniorconquista](https://github.com/juniorconquista))
761
+ - Added `as` property to the Component `Lnk`. ([#89](https://github.com/TiendaNube/nimbus-design-system/pull/89) by [@juniorconquista](https://github.com/juniorconquista))
762
+
763
+ ### 💡 Others
764
+
765
+ - Removed subcomponent `Link.Button`. [#89](https://github.com/TiendaNube/nimbus-design-system/pull/#89) by [@juniorconquista](https://github.com/juniorconquista))
766
+ - Removed subcomponent `Button.Link`. [#89](https://github.com/TiendaNube/nimbus-design-system/pull/#89) by [@juniorconquista](https://github.com/juniorconquista))
767
+
768
+ ## 2023-02-09 `2.3.0`
769
+
770
+ ### 🎉 New features
771
+
772
+ - 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))
773
+
774
+ ### 💡 Others
775
+
776
+ - Deprecated package `@nimbus-ds/stack`. ([#83](https://github.com/TiendaNube/nimbus-design-system/pull/83) by [@juniorconquista](https://github.com/juniorconquista))
777
+
778
+ ## 2023-02-08 `2.2.0`
779
+
780
+ ### 🎉 New features
781
+
782
+ - Added polymorphic typing support to component `Box`. ([#81](https://github.com/TiendaNube/nimbus-design-system/pull/81) by [@juniorconquista](https://github.com/juniorconquista))
783
+ - Added `as` property to the Component `Box`. ([#81](https://github.com/TiendaNube/nimbus-design-system/pull/81) by [@juniorconquista](https://github.com/juniorconquista))
784
+ - Added `auto` margin properties to the Component `Box`. ([#81](https://github.com/TiendaNube/nimbus-design-system/pull/81) by [@juniorconquista](https://github.com/juniorconquista))
785
+
786
+ ## 2023-02-07 `2.4.0`
787
+
788
+ ### 🎉 New features
789
+
790
+ - Added new composite `Accordion` component. ([#80](https://github.com/TiendaNube/nimbus-design-system/pull/80) by [@juniorconquista](https://github.com/juniorconquista))
791
+
792
+ ## 2023-02-01 `2.3.0`
793
+
794
+ ### 🎉 New features
795
+
796
+ - Added new composite `Modal` component. ([#77](https://github.com/TiendaNube/nimbus-design-system/pull/77) by [@juniorconquista](https://github.com/juniorconquista))
797
+
798
+ ## 2023-01-27 `2.2.0`
799
+
800
+ ### 🎉 New features
801
+
802
+ - 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))
803
+ - 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))
804
+ - Added new properties to `Box` component. ([#76](https://github.com/TiendaNube/nimbus-design-system/pull/76) by [@juanchigallego](https://github.com/juanchigallego))
805
+
806
+ ## 2023-01-09 `2.1.0`
807
+
808
+ ### 🎉 New features
809
+
810
+ - Added new composite `Table` component. ([#72](https://github.com/TiendaNube/nimbus-design-system/pull/72) by [@juanchigallego](https://github.com/juanchigallego))
811
+
812
+ ## 2022-12-22 `2.0.0`
813
+
814
+ ### 💡 Others
815
+
816
+ - 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))
817
+
818
+ ## 2022-12-20 `1.1.0`
819
+
820
+ ### 🎉 New features
821
+
822
+ - Added new composite `Pagination` component. ([#68](https://github.com/TiendaNube/nimbus-design-system/pull/68) by [@juniorconquista](https://github.com/juniorconquista))
823
+
824
+ ## 2022-12-15 `1.0.2`
825
+
826
+ ### 🐛 Bug fixes
827
+
828
+ - 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))
829
+
830
+ ## 2022-12-07 `1.0.0`
831
+
832
+ ### 📚 3rd party library updates
833
+
834
+ - Added `webpack@5.75.0`. ([#63](https://github.com/TiendaNube/nimbus-design-system/pull/63) by [@juniorconquista](https://github.com/juniorconquista))