Skip to content

Releases: yahoo/react-i13n

fix leak on server side, not store reactI13n instance to global object

10 Aug 08:44
Compare
Choose a tag to compare

#100 - fix leak on server side, not store reactI13n instance to global object

Fix instance of debug nodes

05 Aug 23:50
Compare
Choose a tag to compare

Debug tool style tweak

05 Aug 05:20
Compare
Choose a tag to compare

#98 - Debug tool style tweak, thanks @roderickhsiao !

Fix warning on React@15.2 by not passing i13n props to the native components

remove context hack and code optimization

27 May 21:31
Compare
Choose a tag to compare

Added scrollableContainerId option

14 May 03:58
Compare
Choose a tag to compare

#85 - Now we can define a scrolling container instead of listen to windows, it helps us to integrate react-i13n with inner scroll, thanks @ebertb !

more defensive for the case that i13n isn't enabled

15 Apr 20:06
Compare
Choose a tag to compare

#89 - more defensive for the case that i13n isn't enabled

React-15

12 Apr 19:45
Compare
Choose a tag to compare

#88 - update to use react 15.

fix js error when integrate with fluxible router

08 Apr 16:29
Compare
Choose a tag to compare

#87 - we are actually be able to integrate with fluxible-router, since NavLink is used everywhere on the page, it might hurt the performance if we use createI13nNode on each NavLink, to solve this we can use I13nMixin directly, this PR fixes a potential issue for this use case.

React-15 support, prevent removing props.viewport and props.modal of createI13nNode

16 Mar 01:01
Compare
Choose a tag to compare

#83 - prevent removing props.viewport and props.modal of createI13nNode
#81 - React-15 support