Releases: alexcoder04/sol-lib
Releases · alexcoder04/sol-lib
v2.0.0
Second generation
Warning
This introduces incompatible API changes, that's why the major version bump
Changes
- internal tabbing handling improved
- Updated and refactored Lib.Colors
New features
- Access Elements keys/values through App (App.ElValGet()/App.ElValSet())
- Copy/Paste support
- Colorschemes support
- New functions in Lib.Internal
- Dialog library ("native" dialog windows, based on nSpaint gui engine by Loic Pujet)
New components
none
Components Updates
- InputField also for numbers
- InputField with optional label
v1.0.0
Initial stable release
Warning
This introduces incompatible API changes, that's why the major version bump
Changes
- colorschemes API and dynamic colors (e. g.
Library.Colors.Foreground()
) - library functions updates (
Lib.Debug:Print()
renamed toLib.Debug.Print()
and similar)
Components Updates
- introduce
FontSize
inTextField
v0.1.0
Changes
Library
renamed toLib
- redraw on update only if at least one component requests it
New features
- component focus and tabbing
New Components
InputField
v0.0.1
Initial release
Warning: this is pre-alpha software
Full Changelog: https://github.com/alexcoder04/sol-lib/commits/v0.0.1