Skip to content

Releases: tgstation/tgui-core

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

v1.1.23

16 Aug 02:40
Compare
Choose a tag to compare

๐Ÿ”„๏ธ Changes

  • TimeDisplay conversion to TSX

๐Ÿ› ๏ธ Fixes

  • Fixes validateDOMNesting(...): <tr> cannot appear as a child of <table>
  • Resolve errors with directional mapping not being React-ified
  • Removed a weird white dot on ColorBox components

v1.1.22

12 Aug 06:43
Compare
Choose a tag to compare

๐Ÿ”„๏ธ Changes

  • Buttons shouldn't put a margin on their icons if there is no text/html to display
  • Add format prop to timedisplay
  • pluralize() function for common/string

๐Ÿ“ฆ Internal Changes

  • small improvement to the readme
  • GitHub Actions Workflow Work