Releases: ActualMasterOogway/Fluent-Renewed
Releases · ActualMasterOogway/Fluent-Renewed
1.0.2
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
- 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