Skip to content

Releases: alexcoder04/sol-lib

v2.0.0

29 Nov 15:28
8f39d61
Compare
Choose a tag to compare

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

26 Oct 16:22
945542f
Compare
Choose a tag to compare

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 to Lib.Debug.Print() and similar)

Components Updates

  • introduce FontSize in TextField

v0.1.0

16 Oct 21:41
ac761ac
Compare
Choose a tag to compare

Changes

  • Library renamed to Lib
  • redraw on update only if at least one component requests it

New features

  • component focus and tabbing

New Components

  • InputField

v0.0.1

07 Oct 16:04
7009742
Compare
Choose a tag to compare

Initial release

Warning: this is pre-alpha software

Full Changelog: https://github.com/alexcoder04/sol-lib/commits/v0.0.1