Skip to content

Releases: tgstation/tgui-core

v1.1.18

10 Jul 17:58
Compare
Choose a tag to compare
  • DmIcon has been fixed, as it was bluescreening on tgstation live. This now references the byond object for the icon ref map, which means we no longer need to reference http / assets etc in the component. See this pr
  • Miscellaneous type def updates
  • Removed some components that set global states (ie: redux)

v1.1.3: Changelog

05 Jul 04:15
Compare
Choose a tag to compare
  • Updated keys.ts based on this pr
  • Added more tooltips from the tgui docs to typescript - improved observability w/ tooltips
  • DmIcon now uses BooleanLike for movement states

v1.1.2

30 Jun 00:44
Compare
Choose a tag to compare
  • Implemented suggestions from @stylemistake to have the common folder accessible from root. Imports will thus be 'tgui-core/x' rather than 'tgui-core/common/x'.
  • Implemented ESLint as a dependency with a variety of my personal sorting preferences
  • Converted many arrow functions to function declarations
  • Removed much of collections.js as it proved slower than expected