Skip to content

Releases: TenebrisNoctua/PluginEssentials

Version 1.5.0

05 Aug 12:04

Choose a tag to compare

Release Version 1.5.0

  • Updated VerticalExpandingList to have a SizeX property that controls the X axis when AutomaticSize.Y is enabled for the list.
  • Updated the IconButton type to include all the properties of the component correctly.
  • Updated TextInput to have 2 new properties for controlling input: OnFocusLost and Filter.
  • Updated all Buttons to have 2 new properties for controlling button state and style: CornerRadius and Timeout.
  • Changed Dropdown to be more performant when not enabled.
  • Changed ScrollFrame to 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

07 Jul 19:06

Choose a tag to compare

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 .rbxm to have the same system and consistency with the wally package version.

Version 1.3.0

03 Jul 18:10

Choose a tag to compare

Release Version 1.3.0

  • Updated types to be more consistent and better.
  • ColorPicker now properly uses the Step property.
  • ProgressBar now has 2 properties: MaximumProgress and Progress, 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

26 Jun 20:12

Choose a tag to compare

Release Version 1.2.0

  • themeProvider now fully supports all available component features and other utility modules. This means hovers and other style modifiers will now work correctly.
  • All Button components now have correct animations when hovered or pressed.
    • This includes IconButtons, Buttons, and MainButtons.
  • The Loading component now gets destroyed properly when the scope is destroyed.
  • The Checkbox component has been updated to match the Studio's new checkbox design and colors.
  • Updated the license.

Release 1.1.0

25 Jun 19:50

Choose a tag to compare

Release 1.1.0

  • The type system of the components have been updated to be more consistent and easy to use.
  • themeProvider has 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 themeProvider in certain components.

Upcoming:

  • A new documentation.
  • More changes and fixes for other components.

Release 1.0.1

15 Feb 17:00

Choose a tag to compare

  • Updated file extensions.
  • Fixed bugs.
  • Updated Rojo project file, and published to Wally.