Skip to content

Releases: ActualMasterOogway/Fluent-Renewed

1.0.2

19 May 18:11
Compare
Choose a tag to compare

This update took very long because of the search feature (which isnt implemented yet). Sorry about that!

  • removed the search button, that was released on accident. Search feature will most likely be the last updated since its very hard to optimize it (especially for mobile users)
  • Fixed a bug where the dropdown holder would not change text color when changing themes
  • Added new function Library.Utilities:Resize(x: number, y: number) (or i already added it last time and forgot to mention it)
  • Added new Theme 'Vynixu' (inspired by RegularVynixu), that is now the default theme when not setting the Theme in the Load Configs
  • When setting Element.Value, it will now update visually too, see example here
  • updated readme and release header
  • The display value of a slider is now a Textbox, this should make it easier for mobile players to use sliders
  • You can now set the Minimum Size of the UI in the Window's Config, default is 470, 380 (and always was)
  • the output is now minified again, that was an issue on darklua's side but they fixed it 🎉
  • Dropdown List now accepts every value, instead of just strings. Example
  • Some more bug fixes that I forgot about, but know I did them.
  • trying this github action workflows now, should hopefully automatically attach binaries now in this release without me doing anything (keyword: hopefully) (spoilers: it didnt)

Proper documentation will maybe come soon (keyword: maybe)

1.0.1

08 May 17:33
Compare
Choose a tag to compare
  • Bugfixes
  • Library.Utilities is now a thing
    • Utilities:Truncate
    • Utilities:Round
    • Utilities:GetIcon
    • Utilities:Prettify
    • Utilities:Clone
    • Utilities.Themes (Its not the same as Library.Themes)
    • Utilities.Shared
  • Optimized the Dropdown, u can now add up to 1k without any big lag
  • GUI now gets parented to hidden UI, if availible
  • You can now set the Title Alignment and the Content Alignment in a paragraph
  • some more stuff i forgot
  • Latest release isnt minified, some issue with darklua, loading times now may increase by .1 seconds

🎉 1.0.0 🎉

05 May 18:01
Compare
Choose a tag to compare

🎉 The first Fluent Renewed release is here!

  • Added all 1490 Lucide icons
  • Added new Config for :CreateWindow "Resize"
  • Added :CreateElementType alias for every element
  • Bugfixes