Yue v0.9.0 Release Notes
Release Date: 2020-10-31 // about 4 years ago-
๐ Changelog
- โ Add macOS arm64 build.
- โ Add Windows arm64 build.
- โ Add build for Node.js v15.x.
- โ Add
AttributedText.clear
API. - ๐ Fix text color of
Label
not changing after switching to/from dark mode on macOS.
๐ฅ Breaking changes
- โก๏ธ Update
base
library to latest (Sep 2020). - C++ APIs that take references of the arguments now take
scoped_refptr
instead of raw pointers as parameters.
โ Removed deprecated APIs
Painter.measureText
- Replaced byAttributedText.getBounds
.App.getColor
- Replaced byColor.get
.- 0๏ธโฃ
App.getDefaultFont
- Replaced byFont.default
. App.getClipboard
- Replaced byClipboard.get/fromType
.