@nimbus-ds/patterns 1.4.0-rc.1 β 1.4.0
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 +12 -2
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,15 +2,25 @@
|
|
|
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-23 `1.4.0`
|
|
6
|
+
|
|
7
|
+
#### π‘ Others
|
|
8
|
+
|
|
9
|
+
- Some patterns extend the properties of the `Box` component which has undergone some significant changes, so you should consult the `Box` component documentation when performing this update. ([#56](https://github.com/TiendaNube/nimbus-patterns/pull/56) by [@juniorconquista](https://github.com/juniorconquista))
|
|
10
|
+
|
|
11
|
+
#### π 3rd party library updates
|
|
12
|
+
|
|
13
|
+
- Updated `@nimbus-ds/components@4.x` to `@nimbus-ds/components@5.x`. ([#56](https://github.com/TiendaNube/nimbus-patterns/pull/56) by [@juniorconquista](https://github.com/juniorconquista))
|
|
14
|
+
|
|
5
15
|
## 2023-05-08 `1.3.0`
|
|
6
16
|
|
|
7
|
-
|
|
17
|
+
#### π New features
|
|
8
18
|
|
|
9
19
|
- Added `as` property to the `MenuButton.Accordion` component API. ([#50](https://github.com/TiendaNube/nimbus-patterns/pull/50) by [@juniorconquista](https://github.com/juniorconquista))
|
|
10
20
|
|
|
11
21
|
## 2023-05-02 `1.2.2`
|
|
12
22
|
|
|
13
|
-
|
|
23
|
+
#### π New features
|
|
14
24
|
|
|
15
25
|
- Update component design styles on `EmptyMessage` component. ([#49](https://github.com/TiendaNube/nimbus-design-system/pull/49) by [@juanchigallego](https://github.com/juanchigallego))
|
|
16
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nimbus-ds/patterns",
|
|
3
|
-
"version": "1.4.0
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -29,6 +29,5 @@
|
|
|
29
29
|
},
|
|
30
30
|
"bugs": {
|
|
31
31
|
"url": "https://github.com/TiendaNube/nimbus-patterns/issues"
|
|
32
|
-
}
|
|
33
|
-
"stableVersion": "1.3.0"
|
|
32
|
+
}
|
|
34
33
|
}
|