jiti-meet/react/features/welcome
Leonard Kim 7c88de20fe feat(deps): update atlaskit/tabs to 8.0.8
There are (at least) two changes that are breaking:
- defaultTab is gone
- The re-rendering logic looks to have been re-written so that
  passing in a new array of tabs causes a re-render, which can
  reset the currently selected tab.

The fixes involved removing defaultTab from each tab configuration,
as it is no longer respected anyway. Also, instead of letting Tabs
be uncontrolled and allowing it to set its own selected, which
would result in the first tab automatically being selected on
Tabs re-render, use Tabs a controlled prop to dicate which
tab is selected; this is accomplished by specifying a selected
prop.
2018-09-14 14:50:08 -05:00
..
components feat(deps): update atlaskit/tabs to 8.0.8 2018-09-14 14:50:08 -05:00
actionTypes.js [RN] Change default WelcomeScreen tab and persist user choice (coding style) 2018-06-18 15:42:09 -05:00
actions.js [RN] Change default WelcomeScreen tab and persist user choice (coding style) 2018-06-18 15:42:09 -05:00
functions.js feat(App): refactor App and split it into BaseApp and App 2018-07-12 11:28:19 -05:00
index.js core: refactor routing 2018-07-11 22:58:41 -05:00
reducer.js [RN] Change default WelcomeScreen tab and persist user choice (coding style) 2018-06-18 15:42:09 -05:00
roomnameGenerator.js Move roomnameGenerator.js out of features/base/util 2017-04-14 13:14:02 -05:00