Skip to content

Releases: yue/yue

Yue v0.13.13

18 Jun 05:54

Choose a tag to compare

Changelog

  • Add Window::GetScaleFactor API.
  • Add Window::GetHWND API.
  • Add Checkbox column type for Table.

Yue v0.13.12

11 Jun 05:41

Choose a tag to compare

Changelog

  • Add Image::Resize/ToPNG/ToJPEG APIs.
  • Fix filters of FileDialog not working on Windows.

Yue v0.13.11

04 Jun 08:42

Choose a tag to compare

Changelog

  • Fix wrong type names of GlobalShortcut in TypeScript type definitions.

Yue v0.13.10

04 Jun 06:37

Choose a tag to compare

Changelog

  • Add GlobalShortcut API.
  • Add on_focus_in and on_focus_out events to View.
  • Add support for gap property in View styles.

Linux

  • Fix accelerator not updating in MenuItem.

macOS

  • Fix wrong Event.positionInWindow value.

Yue v0.13.9

28 May 12:00

Choose a tag to compare

Changelog

  • Add Menu::PopupAt API.
  • Add Locale API.

Yue v0.13.8

06 May 07:04

Choose a tag to compare

Changelog

  • Add Responder::GetNative APIs in language bindings.
  • Fix attributes ignored in AttributedText with empty string on macOS.

Yue v0.13.7

29 Apr 13:16

Choose a tag to compare

Changelog

  • Add Browser::BeginAddingBindings/EndAddingBindings API.
  • Add Browser::GetCookiesForURL API.
  • Fix url parameter getting lost when there are multiple listeners to Browser's events in language bindings.
  • Fix crash when exceptions are thrown in Browser bindings in Node.js bindings.

macOS

  • Fix regression of TextEdit::GetTextBounds.
  • Fix regression of Tab's insets.

Linux

  • Fix Picker::on_selection_change event emitted when removing items.
  • Fix wrong minimum size of Button.

Windows

  • Make borders of Entry flat to match other view's styles.
  • Fix crash in custom protocol handler of Browser for some cases.
  • Fix to small default padding in Button.

Yue v0.13.6

22 Apr 10:47

Choose a tag to compare

Changelog

  • Add Table::SetHasBorder/HasBorder APIs.
  • Add Table::on_selection_change event.
  • Add Table::on_row_activate event.
  • Fix page added by Tab::AddPage getting garbage collected in language bindings.

macOS

  • Fix label for menu item unhide.
  • Fix crash when using window menu item role.
  • Fix insets of Tab when computing layout.
  • Fix text in Picker not vertical aligned.
  • Fix text in Entry getting wrapped.

Yue v0.13.5

17 Apr 06:26

Choose a tag to compare

Changelog

  • Add Picker::Clear API.
  • Skip layout when View is not visible.

macOS

  • Add more Vibrant::Material options.
  • Fix insets of Picker when computing layout.

Linux

  • Fix offsets when calling Window:SetBounds.
  • Fix Picker::on_selection_change not emitting.
  • Fix Window::Center changing content size.
  • Fix wrong MouseEvent::button value.
  • Fix flickers when setting Scroll's content size.
  • Fix View::IsVisibleInHierarchy returning wrong value when window is hidden.

Yue v0.13.4

14 Apr 01:14

Choose a tag to compare

Changelog

  • Add View::IsVisibleInHierarchy API.