Skip to content

Releases: Wikia/react-common

Maxlength added to Input component

23 May 13:35
3ad4097
Compare
Choose a tag to compare
Merge pull request #98 from Wikia/9.3.0

9.3.0

Add missing i18n to Global Nav

20 May 14:04
Compare
Choose a tag to compare
  • also remove uuid lib in favor of custom solution

Reset timer on OnTick change

09 May 20:39
9.2.1
Compare
Choose a tag to compare

Bugfix

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

Allow to target Avatar via user's ID

07 May 18:32
9.2.0
Compare
Choose a tag to compare

New:

  • Add userId prop to component/Avatar

Notification date in Global Nav fixed

07 May 09:30
Compare
Choose a tag to compare

Fix StyledAvatar's size

29 Apr 22:57
9.1.2
Compare
Choose a tag to compare

Bugfix

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

Add ability to stop countdown

29 Apr 21:13
9.1.0
Compare
Choose a tag to compare

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

23 Apr 14:22
2a1048f
Compare
Choose a tag to compare

Breaking:

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

Global Footer

23 Apr 13:15
Compare
Choose a tag to compare

Added:

  • GlobalFooter component

Fixed:

  • prop-types warning in tests

New utils

19 Apr 00:15
8.1.0
Compare
Choose a tag to compare

New:

  • added utils/environment