Releases: yue/yue
Releases · yue/yue
Yue v0.13.13
Changelog
- Add
Window::GetScaleFactorAPI. - Add
Window::GetHWNDAPI. - Add
Checkboxcolumn type forTable.
Yue v0.13.12
Changelog
- Add
Image::Resize/ToPNG/ToJPEGAPIs. - Fix filters of
FileDialognot working on Windows.
Yue v0.13.11
Changelog
- Fix wrong type names of
GlobalShortcutin TypeScript type definitions.
Yue v0.13.10
Changelog
- Add
GlobalShortcutAPI. - Add
on_focus_inandon_focus_outevents toView. - Add support for
gapproperty inViewstyles.
Linux
- Fix accelerator not updating in
MenuItem.
macOS
- Fix wrong
Event.positionInWindowvalue.
Yue v0.13.9
Changelog
- Add
Menu::PopupAtAPI. - Add
LocaleAPI.
Yue v0.13.8
Changelog
- Add
Responder::GetNativeAPIs in language bindings. - Fix attributes ignored in
AttributedTextwith empty string on macOS.
Yue v0.13.7
Changelog
- Add
Browser::BeginAddingBindings/EndAddingBindingsAPI. - Add
Browser::GetCookiesForURLAPI. - Fix
urlparameter getting lost when there are multiple listeners toBrowser's events in language bindings. - Fix crash when exceptions are thrown in
Browserbindings in Node.js bindings.
macOS
- Fix regression of
TextEdit::GetTextBounds. - Fix regression of
Tab's insets.
Linux
- Fix
Picker::on_selection_changeevent emitted when removing items. - Fix wrong minimum size of
Button.
Windows
- Make borders of
Entryflat to match other view's styles. - Fix crash in custom protocol handler of
Browserfor some cases. - Fix to small default padding in
Button.
Yue v0.13.6
Changelog
- Add
Table::SetHasBorder/HasBorderAPIs. - Add
Table::on_selection_changeevent. - Add
Table::on_row_activateevent. - Fix page added by
Tab::AddPagegetting garbage collected in language bindings.
macOS
- Fix label for menu item
unhide. - Fix crash when using
windowmenu item role. - Fix insets of
Tabwhen computing layout. - Fix text in
Pickernot vertical aligned. - Fix text in
Entrygetting wrapped.
Yue v0.13.5
Changelog
- Add
Picker::ClearAPI. - Skip layout when
Viewis not visible.
macOS
- Add more
Vibrant::Materialoptions. - Fix insets of
Pickerwhen computing layout.
Linux
- Fix offsets when calling
Window:SetBounds. - Fix
Picker::on_selection_changenot emitting. - Fix
Window::Centerchanging content size. - Fix wrong
MouseEvent::buttonvalue. - Fix flickers when setting
Scroll's content size. - Fix
View::IsVisibleInHierarchyreturning wrong value when window is hidden.
Yue v0.13.4
Changelog
- Add
View::IsVisibleInHierarchyAPI.