Skip to content

Releases: tgstation/tgui-core

v1.5.4

26 Dec 05:13
Compare
Choose a tag to compare

๐Ÿ“ฆ Uncategorized

  • Adjusts the spacing on button icons

v1.5.3

25 Dec 23:56
Compare
Choose a tag to compare

๐Ÿ“ฆ Uncategorized

  • Fixes divider comment

v1.5.2

25 Dec 23:25
Compare
Choose a tag to compare

๐Ÿ“ฆ Uncategorized

  • Converts all component reference to TS docs + and some fixes

v1.5.1

24 Dec 11:16
Compare
Choose a tag to compare

๐Ÿ“ฆ Uncategorized

  • Byondui in typescript
  • Re-adds styles... separately

v1.4.0

22 Dec 08:49
Compare
Choose a tag to compare

๐Ÿ“ฆ Uncategorized

  • Fixes input, adds byond global
  • makes keylistener hook-based and mocks Byond a bit
  • Temporarily fixes problematic stories
  • Setup Chromatic
  • Set image-rendering for 516
  • Readds section refs
  • Refactors Box and adds component docs

v1.3.2

17 Nov 21:07
Compare
Choose a tag to compare

Resolves an issue with the release tool breaking the formatting of the package.json

v1.3.1

17 Nov 19:03
Compare
Choose a tag to compare

๐Ÿ”„๏ธ Changes

  • Implements storybook
  • Fixes imagebutton classnames
  • Fixes missed section tags

v1.3.0

14 Nov 21:53
Compare
Choose a tag to compare

๐Ÿ”„๏ธ Changes

  • Sass updates - fixed deprecated apis
  • Headless tgui-core
  • Create PULL_REQUEST_TEMPLATE.md
  • Replaces eslint and prettier with biomejs

v1.2.0

14 Sep 01:00
Compare
Choose a tag to compare

๐Ÿš€ New Components

  • Adds <ImageButton> component

๐Ÿ”„๏ธ Changes

  • Adds id prop to <Box>
  • Adds onMouseLeave to <Box>
  • Adds disabled prop to <DraggableControl>

๐Ÿ› ๏ธ Fixes

  • Fixes various focus and stepping issues with <NumberInput>

v1.1.24

06 Sep 22:37
Compare
Choose a tag to compare

๐Ÿ”„๏ธ Changes

  • UI edits and changes from VS
    • Icons within <Button> can be resized.
    • child_mt for <Collapsible> can be adjusted.
    • <NoticeBox> now supports warning 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, and stretchContents has been added to <Section>
    • PR: #18

๐Ÿ› ๏ธ Fixes

  • Removes erroneous console.log in TimeDisplay