Releases: yahoo/react-i13n
Releases · yahoo/react-i13n
fix leak on server side, not store reactI13n instance to global object
#100 - fix leak on server side, not store reactI13n instance to global object
Fix instance of debug nodes
#99 - thanks @roderickhsiao
Debug tool style tweak
#98 - Debug tool style tweak, thanks @roderickhsiao !
Fix warning on [email protected] by not passing i13n props to the native components
remove context hack and code optimization
Added scrollableContainerId option
more defensive for the case that i13n isn't enabled
#89 - more defensive for the case that i13n isn't enabled
React-15
fix js error when integrate with fluxible router
#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.