@hero-design/rn-work-uikit 1.7.4 → 1.8.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 +11 -0
- package/lib/index.js +2445 -21412
- package/package.json +3 -3
- package/src/index.ts +1 -2
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +1 -1
- package/stats/1.8.0/rn-work-uikit-stats.html +4844 -0
- package/stats/1.7.4/rn-work-uikit-stats.html +0 -4844
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @hero-design/rn-work-uikit
|
|
2
2
|
|
|
3
|
+
## 1.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#4267](https://github.com/Thinkei/hero-design/pull/4267) [`98b97150bf3b8b7a0d836a04ed651b9f79910324`](https://github.com/Thinkei/hero-design/commit/98b97150bf3b8b7a0d836a04ed651b9f79910324) Thanks [@khoaddtran](https://github.com/khoaddtran)! - Update RichTextEditor to use toolbar state from webview and support more event types
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`98b97150bf3b8b7a0d836a04ed651b9f79910324`](https://github.com/Thinkei/hero-design/commit/98b97150bf3b8b7a0d836a04ed651b9f79910324)]:
|
|
12
|
+
- @hero-design/rn@8.110.0
|
|
13
|
+
|
|
3
14
|
## 1.7.4
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|