jiti-meet/react/features/base
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
..
app Move DialogContainer to BaseApp to have dialogs on the welcome screen too 2018-09-11 23:27:11 +02:00
conference feat(RN): displays transcription subtitles 2018-09-05 18:43:49 -05:00
config feat: Displays the E2E RTT in the connection stats table. (#3344) 2018-08-07 11:31:51 -07:00
connection [RN] Fix normalizing BOSH URLs (#3376) 2018-08-16 23:03:15 -05:00
devices feat(welcome-page): be able to open settings dialog (#3327) 2018-08-06 10:24:59 -05:00
dialog feat(deps): update atlaskit/tabs to 8.0.8 2018-09-14 14:50:08 -05:00
font-icons [WEB] add UI for transcription (#3213) 2018-07-26 09:33:40 -07:00
i18n added recent list 2018-08-03 11:25:03 -05:00
jwt feat(callee-info): Redesign. 2018-07-09 20:22:43 -05:00
known-domains feat(App): refactor App and split it into BaseApp and App 2018-07-12 11:28:19 -05:00
label [RN] Implement web's CircularLabel component for mobile 2018-05-30 12:13:32 +02:00
lib-jitsi-meet [RN] Drop the react-native-permissions dependency 2018-09-05 14:56:00 -05:00
logging Remove duplication 2018-08-05 17:04:19 -05:00
media removes need for `eslint-disable-next-line react/jsx-wrap-multilines` and `eslint-diable-line no extra-parens` 2018-08-12 17:06:35 -05:00
participants [RN] Replace cached image implementation 2018-07-31 14:07:17 -05:00
popover ref(popover): allow for popover content from the right (#3302) 2018-07-25 13:28:36 -05:00
react [RN] Implement tile view 2018-09-13 17:20:22 +02:00
redux StateListenerRegistry 2018-05-23 09:46:15 -05:00
responsive-ui flow: tame the beast 2018-06-04 16:05:48 -05:00
settings feat(welcome-page): be able to open settings dialog (#3327) 2018-08-06 10:24:59 -05:00
sounds react: remove custom Fragment 2018-06-04 16:05:48 -05:00
storage ref(RecentList): Improvements after review. 2018-08-03 11:25:03 -05:00
styles [RN] Add Google Sign In to live streaming 2018-09-05 23:09:56 +02:00
testing flow: tame the beast 2018-06-04 16:05:48 -05:00
toolbox removes need for `eslint-disable-next-line react/jsx-wrap-multilines` and `eslint-diable-line no extra-parens` 2018-08-12 17:06:35 -05:00
tracks Replace console with logger 2018-08-05 17:04:19 -05:00
util Implements calendar entries edit. (#3382) 2018-08-17 12:34:41 -07:00