Skip to content

Releases: tgstation/tgui-core

v3.0.5

13 Apr 22:40
Compare
Choose a tag to compare

What's Changed

  • Fix inputs not receiving color and textColor props
  • Fix ImageButton fallback icon align by @AyIong in #141

Full Changelog: v3.0.4...v3.0.5

v3.0.4

12 Apr 18:15
Compare
Choose a tag to compare

Full Changelog: v3.0.3...v3.0.4

AllowFloats working in restrictedinputs again. It still does not clamp, intentionally

v3.0.3

12 Apr 04:23
Compare
Choose a tag to compare

Full Changelog: v3.0.2...v3.0.3

Passive restricted inputs. fire an event when invalid. No longer clamps and annoys everyone. See the docs!

v3.0.2

12 Apr 03:15
Compare
Choose a tag to compare

Full Changelog: v3.0.0...v3.0.2

All inputs update on parent prop updates, so long as theyre not focused

v3.0.1

11 Apr 23:41
Compare
Choose a tag to compare

Full Changelog: v3.0.0...v3.0.1

Adds the expensive prop to all inputs. Debounce away!

v3.0.0

11 Apr 22:21
Compare
Choose a tag to compare

Another? Already?
This isn't a huge update, but it does introduce breaking changes in inputs.

They've been reworked and standardized due to a constant stream of issues they've presented since the React migration.

Migration

  • Switch (event, value) to (value).
  • Some props can now be applied directly as styles, no more 'noborder nowrap' etc.

See more details in the PRs!

What's Changed

Full Changelog: v2.1.1...v3.0.0

v2.1.1

10 Apr 09:51
Compare
Choose a tag to compare

What's Changed

  • Fix FloatingUI allowedOutsideClasses prop by @AyIong in #136

Full Changelog: v2.1.0...v2.1.1

v2.1.0

10 Apr 08:04
Compare
Choose a tag to compare

Deprecation Notices

With this release, we're officially removing popper JS and deprecating restricted input. These two components (rarely used) will still exist as wrappers for their replacements for backwards compatibility. They should be replaced before they are removed in future versions.

What's Changed

Full Changelog: v2.0.6...v2.1.0

v2.0.6

09 Apr 05:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.5...v2.0.6

v2.0.5

08 Apr 19:50
Compare
Choose a tag to compare

What's Changed

  • Fixed refs on stack items to work with react 19
  • Add empty prop to ProgressBar and declare min-height by @AyIong in #129

Full Changelog: v2.0.4...v2.0.5