Releases: tgstation/tgui-core
Releases · tgstation/tgui-core
v4.2.3
v4.2.2
Full Changelog: v4.2.1...v4.2.2
Fixed a dumb export bug. import -> default
v4.2.1
v4.2.0
Migration guide
You probably don't need to do anything! The v4.2 release allows you to use the new imports from styles,
@include meta.load-css('~tgui-core/styles/all-atomic.scss');
@include meta.load-css('~tgui-core/styles/all-themes.scss');
Or by adding them individually,
@include meta.load-css('~tgui-core/styles/themes/hackerman.scss');
What's Changed
- Moves all themes by @jlsnow301 in #198
Full Changelog: v4.1.4...v4.2.0
v4.1.4
v4.1.3
v4.1.2
What's Changed
- Hot fix for falsy button colors by @jlsnow301 in #195
Full Changelog: v4.1.1...v4.1.2
v4.1.1
v4.1.0
What's Changed
- Tweaks & removing deprecated components SASS variables by @AyIong in #189
- TextArea smaller scrollbar by @AyIong in #190
- Code maintenance + added atomic styles by @jlsnow301 in #191
- Fixes docs on draggables by @jlsnow301 in #193
- Ports bee's tgui passthrough solution by @jlsnow301 in #192
Full Changelog: v4.0.4...v4.1.0
v4.0.4
What's Changed
- Adds lighten() and darken() functions. by @Kapu1178 in #182
- Fix dropdown ellipsis and add fluid prop by @AyIong in #183
- Fix
Input
fontSize... Again by @AyIong in #184 - Storybook buff by @jlsnow301 in #186
- Deps update + image refactor by @jlsnow301 in #187
- Fix FloatingUI elements position when used scaling by @AyIong in #188
New Contributors
Full Changelog: v4.0.3...v4.0.4