Releases: tgstation/tgui-core
Releases Β· tgstation/tgui-core
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
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)