Releases: tgstation/tgui-core
Releases · tgstation/tgui-core
v4.3.3
What's Changed
- Exclude box props from other components by @jlsnow301 in #205
- Updated dependencies
Full Changelog: v4.3.2...v4.3.3
v4.3.2
v4.3.1
What's Changed
- disable resizeObserver on Floating by @Kashargul in #201
- Updates biome to full release by @jlsnow301 in #202
Full Changelog: v4.3.0...v4.3.1
v4.3.0
v4.2.3
Full Changelog: v4.2.2...v4.2.3
tgui core is basically self-referential in order to not trick bundlers with scss imports to itself
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