Skip to content

Releases: tgstation/tgui-core

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

v1.1.18

10 Jul 17:58
Compare
Choose a tag to compare
  • 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)