Releases: tgstation/tgui-core
Releases Β· tgstation/tgui-core
v1.1.23
v1.1.22
v1.1.18
- 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
v1.1.2
- 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