🚀 Features
- Add borderRadius and overflow config - by @inottn (a1f19)
- Add borderRadius to image - by @inottn (f51ae)
- Add fontWeight to text - by @inottn (2f9c9)
- Add pixelRatio config - by @inottn (a3096)
- Add container type - by @inottn (db65e)
- The child elements of a container will be positioned according to the parent element - by @inottn (0c56d)
- Add draw and getSize methods - by @inottn (640b0)
- The left and top support passing function - by @inottn (711e5)
- Support weixin miniprogram - by @inottn (a9c18)
- Set sideEffects field - by @inottn (bbeb0)
- Add release workflow - by @inottn (c6f5a)
- image:
- text:
🐞 Bug Fixes
- The drawing logic for rounded corners - by @inottn (93e62)
- Incorrect size for drawing the background - by @inottn (f9cfb)
- Clip the image - by @inottn (e6d13)
- Await renderContainer - by @inottn (cb426)
- Get width before restoring context - by @inottn (9efd7)
- Catch the error of failed resource loading - by @inottn (de892)
- Ellipses displaying even when the text does not exceed the limit - by @forzgc and @inottn in #2 (4725c)