Releases: tgstation/tgui-core
Releases ยท tgstation/tgui-core
v1.5.2
๐ฆ Uncategorized
- Converts all component reference to TS docs + and some fixes
v1.5.1
๐ฆ Uncategorized
- Byondui in typescript
- Re-adds styles... separately
v1.4.0
๐ฆ 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
Resolves an issue with the release tool breaking the formatting of the package.json
v1.3.1
๐๏ธ Changes
- Implements storybook
- Fixes imagebutton classnames
- Fixes missed section tags
v1.3.0
๐๏ธ Changes
- Sass updates - fixed deprecated apis
- Headless tgui-core
- Create PULL_REQUEST_TEMPLATE.md
- Replaces eslint and prettier with biomejs
v1.2.0
๐ 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
๐๏ธ 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
๐๏ธ 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
๐๏ธ 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