Skip to content

Releases: tgstation/tgui-core

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