Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Releases: Wikia/react-common

Maxlength added to Input component

Choose a tag to compare

@latata latata released this 23 May 13:35
3ad4097
Merge pull request #98 from Wikia/9.3.0

9.3.0

Add missing i18n to Global Nav

Choose a tag to compare

@xkxd xkxd released this 20 May 14:04
  • also remove uuid lib in favor of custom solution

Reset timer on OnTick change

Choose a tag to compare

@vforge vforge released this 09 May 20:39
9.2.1

Bugfix

  • component/StyledCountdown now resets timer when onTick function is changed

Allow to target Avatar via user's ID

Choose a tag to compare

@vforge vforge released this 07 May 18:32
9.2.0

New:

  • Add userId prop to component/Avatar

Notification date in Global Nav fixed

Choose a tag to compare

@ustczanka ustczanka released this 07 May 09:30
9.1.3

9.1.3

Fix StyledAvatar's size

Choose a tag to compare

@vforge vforge released this 29 Apr 22:57
9.1.2

Bugfix

  • size prop on components/StyledAvatar now correctly sizes the default avatar.
  • Some linting was incorrect for components/Avatar

Add ability to stop countdown

Choose a tag to compare

@vforge vforge released this 29 Apr 21:13
9.1.0

New:

  • components/Countdown and components/StyledCountdown support now stop prop that can be used to stop the countdown before it starts.

Global Nav & Footer i18n namespaces

Choose a tag to compare

@xkxd xkxd released this 23 Apr 14:22
2a1048f

Breaking:

  • Global Navigation & Global Footer now accept mandatory "i18nNamespace" prop that will be used for translations

Global Footer

Choose a tag to compare

@xkxd xkxd released this 23 Apr 13:15

Added:

  • GlobalFooter component

Fixed:

  • prop-types warning in tests

New utils

Choose a tag to compare

@vforge vforge released this 19 Apr 00:15
8.1.0

New:

  • added utils/environment