Skip to content

Releases: TomDotBat/pixel-ui

1.3.2

02 Aug 17:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.1...1.3.2

1.3.1

23 Aug 13:07
fcfd4ca
Compare
Choose a tag to compare

What's Changed

Fixed issues: #45 and #48
Full Changelog: 1.3.0...1.3.1

1.3.0

16 Aug 13:04
a735777
Compare
Choose a tag to compare

Documentation is now work-in-progress, you can find it here.

Any contributions to the repository are highly appreciated.

What's Changed

New Contributors

Full Changelog: 1.2.3...1.3.0

1.2.3

25 Jun 18:45
Compare
Choose a tag to compare
  • Revert the removal of HSLToColor and ColorToHSL to fix the built in colour picker element.

1.2.2

25 Jun 14:40
124df71
Compare
Choose a tag to compare
  • Fixed loader path corruption preventing the library from loading.

1.2.1

25 Jun 08:49
8e1aa30
Compare
Choose a tag to compare
  • Added missing changes from update 1.2.0 (optimisation of colour methods, new loader methods).
  • Fixed the arguments passed to ScrollPanel:LayoutContent().

1.2.0

24 Jun 14:29
7d1d9b2
Compare
Choose a tag to compare
  • Fixed TextEntry:GetInt() causing errors when the entry is empty.
  • Add useful colour helper methods to their meta table.
  • Optimised colour methods.
  • Optimised Imgur drawing methods.
  • Made loader methods global, more readable, and separated into two seperate methods.
  • Add a configuration file, which allows server owners to change the library colour scheme, progress wheel image and derma menu override preference.

1.1.0

03 Jun 09:45
4fc2b54
Compare
Choose a tag to compare
  • Remove pointless prints from the version checker
  • Store the current version number as a string instead of a number (allows semantic versioning)
  • Rename the common folder to the more appropriately named "core" folder
  • Prefix existing convars with pixel_ui to keep convar naming consistency across all PIXEL addons
  • Add a method overriding helper for overrides that may want to be toggled
  • Allow the derma popup overrides to be disabled, and keep it off by default to prevent any annoyances

1.0.0

08 May 13:29
Compare
Choose a tag to compare

Initial release