Yue v0.9.0 Release Notes

Release Date: 2020-10-31 // over 3 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 by AttributedText.getBounds.
    • App.getColor - Replaced by Color.get.
    • 0๏ธโƒฃ App.getDefaultFont - Replaced by Font.default.
    • App.getClipboard - Replaced by Clipboard.get/fromType.