Skip to content

Releases: Torhal/LibToast-1.0

Release list

12.1.0.1

Choose a tag to compare

@Torhal Torhal released this 12 Aug 15:57

Lib: Toast-1.0

12.1.0.1 (2026-08-12)

Full Changelog Previous Releases

  • Add X-Curse-Project-ID to the ToC for BigWigs Packager support.
  • Update ToC Interface to 120100.
  • Add a release.yml file for BigWigs Packager support.
  • Add/change annotations for the Toaster IconSize and Opacity methods.
  • _initializedToastButton: Change buttonID's type from string to a union of the three existing button IDs.
  • Add documentation for all library methods and most ToastProxy methods.
  • Add missing function parameters and return values.
  • Change missing-param-annotation and missing-return-annotation to be warnings instead of hints.
  • LibToast-1.0.Toast: Add missing tertiary_button field.
  • Add documentation to the LibToast methods Register, Spawn, and DefineSink.
  • Ensure all library fields are annotated.
  • Add/create type annotations for many functions, methods, and objects.
  • Add a GetToaster helper function.
  • Add type annotations for Toaster.
  • Add a .wowluarc.json file.
  • Rename AnimationHideParent to AnimationGroupHideParent in order to reflect reality.
  • Add a GetAddOnNameFromDebugStack helper function, which handles both forward and back slashes in paths.
  • Focus_OnEnter, Focus_OnLeave: Remove unnecessary 'motion' parameter.
  • Add some 'local Toaster = _G.Toaster' to quell the 'undefined global' LLS warnings.
  • Bump MINOR to 16.
  • _acquireToastButton: Use MIDDLE instead of CENTER for vertical justification.
  • Improve section headers.
  • Add several entries to CSpell words.
  • Remove unnecessary upvalues and most direct uses of _G.
  • Add a CSpell configuration file.
  • Reformat main library file using StyLua.
  • Add VSCode code-formatting directives.
  • Add recommended VSCode extensions.
  • Add .editorconfig and .stylua.toml files.
  • Update ToC Interface to 120007.
  • Create README.md
  • Update ToC Interface version.