Skip to content

Latest commit

 

History

History
136 lines (110 loc) · 3.7 KB

CHANGELOG.md

File metadata and controls

136 lines (110 loc) · 3.7 KB

0.1

Not released yet

  • TODO

Planned TODO Features:

0.0.24

  • Add accent to themes
  • Selectbox now shows accent color on selected item.

0.0.23

0.0.22

  • Add video player example (requires user download mpv.dll)
  • Add Panel.set_background
  • Add Component.set_hidden

0.0.21

  • Update dialogs
  • improve fluent design of text field

0.0.20

  • Remove some deprecated functions
  • Improve SwapBuffers CPU usage on Windows
  • Tab overflow
  • draw focus border for Textfield

0.0.19

Sept, 8th

0.0.18

April, 23rd

0.0.17

Mar 30th, 2023

  • Improved MenuBar / MenuItem
  • now supports sub-menuitems

0.0.16

Jan 26, 2023

  • New event system.
  • ex: component.subscribe_event('draw', my_fn)
  • Current new events: draw, after_draw, mouse_down, mouse_up

0.0.15

Jan 23, 2023

0.0.14

(Note: Changelog below 0.0.14 may be incomplete)

0.0.13

0.0.12

  • Custom Icon size for Button
  • Improvements to Tabbox

0.0.11

  • HBox fix overflow height
  • Add Icon support to Button

0.0.10

  • Add Horizonal scroll to ScrollView

0.0.9

  • Add ScrollView
  • Fix TinyFileDialogs on Linux

0.0.8

  • Redo TreeView
  • Ability to change thumb color of Slider
  • Add SliderConfig
  • Add MenubarConfig

0.0.7

  • Add Font change support.
  • improve sizing of VBox/HBox

0.0.6

  • Examples: Add Browser
  • Improved click detect.
  • Add GraphicsContext

0.0.5

0.0.4

  • Improve Slider
  • Fix click events in Modal.
  • Add TextEdit, replacement for Textbox.

0.0.3

  • Add set_id
  • Add get_by_id

0.0.2

0.0.1

Dec 9, 2021

  • First version