New
v0.6.1 - General bugfix release
Breaking Changes:
- There is a change to the bbCode color tag. It now requires the # symbol to better align with the standard.
What's Changed
- widget/scrollcontainer: Fixed issue with ScrollContainer content by @xescugc in https://github.com/ebitenui/ebitenui/pull/182
- widget/tooltip: Check if the parent Visibility before rendering by @xescugc in https://github.com/ebitenui/ebitenui/pull/178
- widget/gridlayout: Added validation for columns by @xescugc in https://github.com/ebitenui/ebitenui/pull/180
- widget/scrollcontainer: Added validation for the Content by @xescugc in https://github.com/ebitenui/ebitenui/pull/179
- widget/graphic: Added 'GraphicImage' to allow 'Idle' and 'Disabled' images by @xescugc in https://github.com/ebitenui/ebitenui/pull/184
- widget/gridlayout: Added the 'DefaultStretch' option by @xescugc in https://github.com/ebitenui/ebitenui/pull/193
- widget/gridlayout: Columns and Stretch keep order after Hiding by @xescugc in https://github.com/ebitenui/ebitenui/pull/191
- widget/graphic: Added the ability to embed GIFs by @xescugc in https://github.com/ebitenui/ebitenui/pull/188
- widget/gridlayout: Fixed typo issue by @xescugc in https://github.com/ebitenui/ebitenui/pull/194
- Added logo, preview and updated readme by @sedyh in https://github.com/ebitenui/ebitenui/pull/189
- Removed old export filenames by @sedyh in https://github.com/ebitenui/ebitenui/pull/195
- Fixed broken VerticalPosition for GridLayout by @sedyh in https://github.com/ebitenui/ebitenui/pull/198
- Update linter by @mcarpenter622 in https://github.com/ebitenui/ebitenui/pull/203
- Rework slider changed event by @mat007 in https://github.com/ebitenui/ebitenui/pull/201
- Fix Numpad enter submit on textinputs and also new prop to disable su… by @YindSoft in https://github.com/ebitenui/ebitenui/pull/208
- widget/button: Added 2 new function 'Press' and 'Release' by @xescugc in https://github.com/ebitenui/ebitenui/pull/204
- Fix focus on invisible or disabled elements by @YindSoft in https://github.com/ebitenui/ebitenui/pull/210
- add utility function to create nineslice image from just a border size by @kazzmir in https://github.com/ebitenui/ebitenui/pull/213
- remove configure, replace with modifying the ClickEvent directly by @kazzmir in https://github.com/ebitenui/ebitenui/pull/214
- Update deprecated touches for touchscreenPlatform by @realskyquest in https://github.com/ebitenui/ebitenui/pull/217
- widget/widget: Added 'In' that will check 'Rect' and 'mask' by @xescugc in https://github.com/ebitenui/ebitenui/pull/225
- widget/button: Use 'GraphicImage' instead of 'ButtonImageImage' by @xescugc in https://github.com/ebitenui/ebitenui/pull/216
- widget/container: Now D&D can be used also in widgets by @xescugc in https://github.com/ebitenui/ebitenui/pull/223
- widget/button: Release fixed if 'ToggleMode' is on by @xescugc in https://github.com/ebitenui/ebitenui/pull/227
- Add 'TOOLTIP_POS_ABSOLUTE' and 'TOOLTIP_POS_SCREEN' positioning for tooltips by @scratch85 in https://github.com/ebitenui/ebitenui/pull/221
- Add SelectPressed() option on lists to select entries on mouse click instead of release by @mat007 in https://github.com/ebitenui/ebitenui/pull/229
- Remove deprecated size call by @corfe83 in https://github.com/ebitenui/ebitenui/pull/238
- Require # as part of bbCode color tag by @mcarpenter622 in https://github.com/ebitenui/ebitenui/pull/240
- readme: add NebuLeet by @quasilyte in https://github.com/ebitenui/ebitenui/pull/234
- Exposing the sorting function of the window list. by @mcarpenter622 in https://github.com/ebitenui/ebitenui/pull/241
- Fix visibility check in grid layout by @mat007 in https://github.com/ebitenui/ebitenui/pull/228
- Shift selected window to the top of the stack automatically by @mcarpenter622 in https://github.com/ebitenui/ebitenui/pull/243
New Contributors
- @sedyh made their first contribution in https://github.com/ebitenui/ebitenui/pull/189
- @YindSoft made their first contribution in https://github.com/ebitenui/ebitenui/pull/208
- @kazzmir made their first contribution in https://github.com/ebitenui/ebitenui/pull/213
- @realskyquest made their first contribution in https://github.com/ebitenui/ebitenui/pull/217
Full Changelog: https://github.com/ebitenui/ebitenui/compare/v0.6.0...v0.6.1