Releases: compio-rs/winio
Releases · compio-rs/winio
v0.10.0
What's Changed
- feat: reduce
unwraps by @Berrysoft in #86 - feat: update to edition 2024 by @Berrysoft in #87
- feat: async
Component::initby @Berrysoft in #89 - feat: plotters support by @Berrysoft in #90
- feat(elm): boxed component by @Berrysoft in #91
- refactor(handle): remove raw handles by @Berrysoft in #92
- feat: stub implementation by @Berrysoft in #93
- feat: don't require parent on initializing
TabViewItemby @Berrysoft in #95 - feat(media): more methods for Media by @Berrysoft in #96
Full Changelog: v0.9.3...v0.10.0
v0.9.3
What's Changed
- feat(win): show label if WebView2 failed to initialize by @Berrysoft in #81
- feat: readonly property for Edit & TextBox by @Berrysoft in #82
Full Changelog: v0.9.2...v0.9.3
v0.9.2
What's Changed
- feat: optimize backdrop and some fixes by @Berrysoft in #79
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- feat: blur background for window by @Berrysoft in #74
- feat: theme changed event by @Berrysoft in #76
- fix: alpha premultiplication by @Berrysoft in #78
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- feat: View & ScrollView by @Berrysoft in #66
- feat: tab view by @Berrysoft in #67
- fix(appkit): retrieve mtm from other types by @Berrysoft in #68
- feat: enhanced webview by @Berrysoft in #69
- refactor: remove ToolTip wrapper and remove multi-handle support by @Berrysoft in #70
- feat: allow tooltip & add tick_pos for Slider by @Berrysoft in #71
- fix: don't accept None in
set_selectionby @Berrysoft in #73
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- feat: remove
ComboEntryby @Berrysoft in #48 - feat:
ScrollBarby @Berrysoft in #50 - feat: wheel event by @Berrysoft in #51
- feat: support multi-handle widgets by @Berrysoft in #52
- feat:
Sliderby @Berrysoft in #54 - fix(win32): label tooltip by @Chaoses-Ib in #59
- feat(win32): multiline tooltip by @Chaoses-Ib in #60
- fix: min size of text box by @Berrysoft in #62
- feat: media widget by @Berrysoft in #63
- feat: async load media by @Berrysoft in #64
- feat: WebView by @Berrysoft in #65
Full Changelog: https://github.com/compio-rs/winio/commits/v0.8.0