Releases: TenebrisNoctua/PluginEssentials
Releases · TenebrisNoctua/PluginEssentials
Version 1.5.0
Release Version 1.5.0
- Updated
VerticalExpandingListto have aSizeXproperty that controls the X axis whenAutomaticSize.Yis enabled for the list. - Updated the
IconButtontype to include all the properties of the component correctly. - Updated
TextInputto have 2 new properties for controlling input:OnFocusLostandFilter. - Updated all Buttons to have 2 new properties for controlling button state and style:
CornerRadiusandTimeout. - Changed
Dropdownto be more performant when not enabled. - Changed
ScrollFrameto be more performant when not enabled. - Documentation has been updated with some fixes and information about new properties to certain components.
Full Changelog: v1.4.0...v1.5.0
Version 1.4.0
Release Version 1.4.0
- How Fusion gets required and used within the library has been changed completely.
- This implements a new External libraries system.
- From now on, if PluginEssentials cannot find the Fusion library within your plugin automatically, you can manually set it by using the new
.setFusion()function.
- Updated the types of certain modules.
- Removed unused variables and function calls.
- Updated the
.rbxmto have the same system and consistency with the wally package version.
Version 1.3.0
Release Version 1.3.0
- Updated types to be more consistent and better.
ColorPickernow properly uses theStepproperty.ProgressBarnow has 2 properties:MaximumProgressandProgress, and thus you longer need to set the size of the bar manually.- Updated certain components to be more accurate and consistent with their parameter types.
PluginEssentials has a documentation now!
Head over to this link: https://tenebrisnoctua.github.io/PluginEssentials/ to see information for almost all of the components.
Version 1.2.0
Release Version 1.2.0
themeProvidernow fully supports all available component features and other utility modules. This means hovers and other style modifiers will now work correctly.- All
Buttoncomponents now have correct animations when hovered or pressed.- This includes
IconButtons,Buttons, andMainButtons.
- This includes
- The
Loadingcomponent now gets destroyed properly when the scope is destroyed. - The
Checkboxcomponent has been updated to match the Studio's new checkbox design and colors. - Updated the license.
Release 1.1.0
Release 1.1.0
- The type system of the components have been updated to be more consistent and easy to use.
themeProviderhas been completely rewritten from ground up.- This rewrite fixes bugs related to colors not being updated when the Studio theme gets changed.
- This rewrite also uses the new type system for easier use.
- Fixed other color bugs related to
themeProviderin certain components.
Upcoming:
- A new documentation.
- More changes and fixes for other components.
Release 1.0.1
- Updated file extensions.
- Fixed bugs.
- Updated Rojo project file, and published to Wally.