Releases: tgstation/tgui-core
Releases Β· tgstation/tgui-core
v1.3.2
v1.3.1
v1.3.0
v1.2.0
v1.1.24
ποΈ Changes
- UI edits and changes from VS
- Icons within
<Button>
can be resized. child_mt
for<Collapsible>
can be adjusted.<NoticeBox>
now supportswarning
again.<Input>
should behave better with outside updates.<Tab>
should have better focus behaivor, and you can now spin the icon.<Section>
should have better mouseover functionality.flexGrow
,noTopPadding
, andstretchContents
has been added to<Section>
- PR: #18
- Icons within
π οΈ Fixes
- Removes erroneous console.log in TimeDisplay
- PR: #17
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