@nimbus-ds/components 4.4.0-rc.1 โ 5.0.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -12
- package/dist/index.d.ts +335 -355
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,20 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus is an open-source Design System created by Tiendanube / Nuvesmhopโs team to empower and enhance more stories every day, with simplicity, accessibility, consistency and performance.
|
|
4
4
|
|
|
5
|
-
## 2023-05-
|
|
5
|
+
## 2023-05-23 `5.0.0`
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
- Added new `lineClamp` property on `Text` component. ([#157](https://github.com/TiendaNube/nimbus-design-system/pull/157) by [@juanchigallego](https://github.com/juanchigallego))
|
|
10
|
-
|
|
11
|
-
### ๐ Bug fixes
|
|
12
|
-
|
|
13
|
-
- 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))
|
|
14
|
-
|
|
15
|
-
### ๐ 3rd party library updates
|
|
7
|
+
#### ๐ Breaking changes
|
|
16
8
|
|
|
17
|
-
-
|
|
18
|
-
- Added `@floating-ui/react`. ([#157](https://github.com/TiendaNube/nimbus-design-system/pull/157) by [@juanchigallego](https://github.com/juanchigallego))
|
|
9
|
+
- 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))
|
|
19
10
|
|
|
20
11
|
## 2023-05-08 `4.3.0`
|
|
21
12
|
|