Skip to content

Releases: mconf/bbb-playback

Mconf Live Playback 4.0.0

19 Apr 16:26
4336d7a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v4.0.0

Mconf Live Playback 3.4.0

30 Mar 11:55
7d75071
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.4.0

Mconf Live Playback 3.2.0

23 Mar 14:00
cd1f3c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.2...v3.2.0

Mconf Live Playback 3.1.2

14 Oct 20:46
134d556
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.1.2

Mconf Live Playback 3.1.1

06 Oct 10:40
e30b07b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

Mconf Live Playback 3.1.0

03 Oct 12:18
08d4676
Compare
Choose a tag to compare

IMPORTANT: this release changes the style's customization structure.

chore: update dependencies fc76093
chore(video-js): update stylesheet 5118a7f

feat(hook): useCurrentInterval and useCurrentContent 4fd1a4a
feat(media): fallback audio support d50b7a7
feat(player): modal component b0491bf
feat(player): useCurrentIndex hook 4bd9de9

fix(layout): thumbnails check ed16362
fix(presentation): remove logo after started ba7e67d
fix(synchronizer): media sync on visible e231783

refactor: UI color patterns 14b1437
refactor(button): inherit default button color 9e819a7
refactor(button): remove ghost type c5f9f03
refactor(layout): get control state from layout 2b68f64
refactor(layout): player style 6b2fb40
refactor(player): content and media components 8973913
refactor(player): function component 1f9ea0b
refactor(player): remove legacy thumbnails toggle df84700
refactor(player): remove props 9c150dc
refactor(presentation): background logo image 60431f5
refactor(shortcuts): remove legacy thumbnails 71752e1

style: default button color 1f6cf24
style: interactive elements box-shadow color 3c497bd
style: remove unused color variables 59eeffd
style(application): fix height f600110
style(button): custom colors 4383ce6

Here's a suggestion for Elos' custom playback style:

:root {
  --primary-background-color: rgb(32, 32, 32);
  --primary-highlight-color: rgb(15, 132, 137);
  --primary-content-color: rgb(227, 227, 227);

  --secondary-background-color: rgb(247, 248, 248);
  --secondary-highlight-color: rgb(227, 227, 227);
  --secondary-content-color:  rgb(32, 32, 32);

  --tertiary-background-color: rgb(56, 56, 56);
  --tertiary-highlight-color: rgb(15, 132, 137);
  --tertiary-content-color: rgb(227, 227, 227);

  --button-disabled-background-color: rgb(227, 227, 227);
  --button-disabled-color: rgb(247, 248, 248);

  --button-solid-background-color: rgb(15, 132, 137);
  --button-solid-color: var(255, 255, 255);

  --button-box-shadow-color: rgb(56, 56, 56);

  --control-bar-background-color: rgb(56, 56, 56);

  --modal-wrapper-background-color: rgba(32, 32, 32, .25);

  --avatar-default-background-color: rgb(15, 132, 137);
  --avatar-zero-background-color: rgb(45, 204, 211);
  --avatar-one-background-color: rgb(45, 204, 211);
  --avatar-two-background-color: rgb(45, 204, 211);
  --avatar-three-background-color: rgb(45, 204, 211);
  --avatar-four-background-color: rgb(45, 204, 211);
  --avatar-five-background-color: rgb(45, 204, 211);
  --avatar-six-background-color: rgb(45, 204, 211);
  --avatar-seven-background-color: rgb(45, 204, 211);
  --avatar-eight-background-color: rgb(45, 204, 211);
  --avatar-nine-background-color: rgb(45, 204, 211);
  --avatar-ten-background-color: rgb(45, 204, 211);
  --avatar-eleven-background-color: rgb(45, 204, 211);
  --avatar-twelve-background-color: rgb(45, 204, 211);
  --avatar-thirteen-background-color: rgb(45, 204, 211);
  --avatar-fourteen-background-color: rgb(45, 204, 211);
  --avatar-fifteen-background-color: rgb(45, 204, 211);
}

Mconf Live Playback 2.2.6

13 Sep 13:25
108024e
Compare
Choose a tag to compare

chore: rename nginx file fd8a538
chore: update dependencies 68c3951 84ac317 c27782c
chore: update farsi locale 1b151a6

feat: icon component c79ef69
feat(layout): add global layout 583fef2
feat(param): add swapped layout 4ab882a
feat(player): add global player b0e2be7
feat(storage): add global storage e70ac20

fix(loader): built data feedback d04cbac

refactor: remove unused data 99774be
refactor(about): items display 25b86ad
refactor(actions): use stored on skip 82c0711
refactor(external videos): rename external videos to videos 738bcf6
refactor(icon): rename arrows 9ae4893
refactor(loader): built data feedback 69214fa
refactor(player): application component 30d7ea0
refactor(video): rename video to webcams 34e2f2b

style(about): remove body's lateral padding 585589d

test(builder): merge chat's extra content 600724b

Mconf Live Playback 2.2.5

11 Aug 12:38
a0e64f9
Compare
Choose a tag to compare

fix(loader): record id mismatch error bc2cf28
fix(presentation): check on slide index change 172d4d1

Mconf Live Playback 2.2.4

28 Jul 16:44
e9cb405
Compare
Choose a tag to compare

feat(nvm): set node version for nvm c6bc7f4
feat(params): fetch locale 038c5db

Mconf Live Playback 2.2.3

19 Jul 14:19
6cf3c30
Compare
Choose a tag to compare
Merge pull request #9 from mconf/develop

chore: update from develop