@hero-design/rn-work-uikit 1.6.5-alpha.1 → 1.7.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 +22 -8
- package/lib/index.js +4877 -4319
- package/package.json +3 -3
- package/src/components/DatePicker/__tests__/__snapshots__/index.spec.tsx.snap +6 -2
- package/src/components/Select/__tests__/__snapshots__/index.spec.tsx.snap +3 -1
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +59 -19
- package/stats/1.7.0/rn-work-uikit-stats.html +4844 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +1,36 @@
|
|
|
1
1
|
# @hero-design/rn-work-uikit
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
3
|
+
## 1.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#4176](https://github.com/Thinkei/hero-design/pull/4176) [`2b96e6f94c6fbd1f0fcd799f4ee105ca609b1130`](https://github.com/Thinkei/hero-design/commit/2b96e6f94c6fbd1f0fcd799f4ee105ca609b1130) Thanks [@ttkien](https://github.com/ttkien)! - [CheckBox] add inline variant
|
|
4
8
|
|
|
5
9
|
### Patch Changes
|
|
6
10
|
|
|
7
|
-
- [#
|
|
11
|
+
- [#4166](https://github.com/Thinkei/hero-design/pull/4166) [`33d8c79cb6ea7dc3e997a762fa215d64eb7fe911`](https://github.com/Thinkei/hero-design/commit/33d8c79cb6ea7dc3e997a762fa215d64eb7fe911) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Drawer] Fix backdrop not working and update backdrop style
|
|
12
|
+
|
|
13
|
+
- [#4181](https://github.com/Thinkei/hero-design/pull/4181) [`e5b376ed3b8d828e6c8a914f918d2c7bb49ebdf1`](https://github.com/Thinkei/hero-design/commit/e5b376ed3b8d828e6c8a914f918d2c7bb49ebdf1) Thanks [@ttkien](https://github.com/ttkien)! - [RichTextEditor] bump hero-editor
|
|
8
14
|
|
|
9
|
-
- Updated dependencies [[`
|
|
10
|
-
- @hero-design/rn@8.
|
|
15
|
+
- Updated dependencies [[`33d8c79cb6ea7dc3e997a762fa215d64eb7fe911`](https://github.com/Thinkei/hero-design/commit/33d8c79cb6ea7dc3e997a762fa215d64eb7fe911), [`2b96e6f94c6fbd1f0fcd799f4ee105ca609b1130`](https://github.com/Thinkei/hero-design/commit/2b96e6f94c6fbd1f0fcd799f4ee105ca609b1130), [`e5b376ed3b8d828e6c8a914f918d2c7bb49ebdf1`](https://github.com/Thinkei/hero-design/commit/e5b376ed3b8d828e6c8a914f918d2c7bb49ebdf1), [`8542ccb19ca8a3773b0c3c8eaa69fc20b1184543`](https://github.com/Thinkei/hero-design/commit/8542ccb19ca8a3773b0c3c8eaa69fc20b1184543)]:
|
|
16
|
+
- @hero-design/rn@8.106.0
|
|
11
17
|
|
|
12
|
-
## 1.6.5
|
|
18
|
+
## 1.6.5
|
|
13
19
|
|
|
14
20
|
### Patch Changes
|
|
15
21
|
|
|
16
|
-
- [#
|
|
22
|
+
- [#4161](https://github.com/Thinkei/hero-design/pull/4161) [`627837da7838e5a3295dc4dece3de83cbcc19c4b`](https://github.com/Thinkei/hero-design/commit/627837da7838e5a3295dc4dece3de83cbcc19c4b) Thanks [@ttkien](https://github.com/ttkien)! - [Empty]
|
|
23
|
+
|
|
24
|
+
- deprecate variant, image
|
|
25
|
+
|
|
26
|
+
[Success][error]
|
|
27
|
+
|
|
28
|
+
- deprecate image
|
|
29
|
+
- reduce icon size
|
|
30
|
+
- increase Primary Buttons margin from medium to large
|
|
17
31
|
|
|
18
|
-
- Updated dependencies [[`
|
|
19
|
-
- @hero-design/rn@8.105.4
|
|
32
|
+
- Updated dependencies [[`627837da7838e5a3295dc4dece3de83cbcc19c4b`](https://github.com/Thinkei/hero-design/commit/627837da7838e5a3295dc4dece3de83cbcc19c4b)]:
|
|
33
|
+
- @hero-design/rn@8.105.4
|
|
20
34
|
|
|
21
35
|
## 1.6.4
|
|
22
36
|
|