Releases: Eyevinn/intercom-frontend
Releases · Eyevinn/intercom-frontend
v3.6.0
What's Changed
- chore(deps-dev): bump prettier from 3.4.2 to 3.7.0 by @dependabot[bot] in #556
- chore(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.1.8 by @dependabot[bot] in #553
- chore(deps-dev): bump @vitejs/plugin-react-swc from 3.7.2 to 4.2.2 by @dependabot[bot] in #552
- feat: combined input for username and urls by @zeynepcaliskan in #563
- fix: stop heartbeat and line polling on 401 by @Rohanhos in #557
- chore: added timer to create production message by @julnor124 in #558
- chore(deps-dev): bump vite from 5.4.11 to 7.2.7 by @dependabot[bot] in #561
- chore(deps-dev): bump @commitlint/cli from 19.6.0 to 20.2.0 by @dependabot[bot] in #560
- chore(deps): bump react-hook-form from 7.53.2 to 7.68.0 by @dependabot[bot] in #559
- chore(deps): bump react and @types/react by @dependabot[bot] in #554
- chore(deps): bump react-router-dom from 6.28.0 to 7.10.1 by @dependabot[bot] in #562
Full Changelog: v3.5.0...v3.6.0
v3.5.0
What's Changed
- UI improvements by @zeynepcaliskan in #526
- chore: prettier by @srperens in #544
- fix: do not use full width for production names by @Rohanhos in #541
- chore: add cursor pointer to clickable elements by @julnor124 in #538
- chore: changed logo from intercom to open intercom by @max-andreasen in #532
- fix: send correct state to companion despite audio feed line by @Rohanhos in #536
- fix: send isSomeoneSpeaking indicator over ws by @Saelmala in #551
- Two lines same name in the same production by @julnor124 in #546
- fix: duplicate session creation when joining a call by @julnor124 in #548
- feat: add get whep url button by @srperens in #542
- chore(deps-dev): bump eslint-plugin-react from 7.37.2 to 7.37.5 by @dependabot[bot] in #528
- chore(deps-dev): bump @commitlint/config-conventional from 19.6.0 to 20.0.0 by @dependabot[bot] in #529
- chore(deps): bump @emotion/styled from 11.13.5 to 11.14.1 by @dependabot[bot] in #530
- chore(deps): bump react, react-dom and @types/react by @dependabot[bot] in #527
- chore(deps-dev): bump lint-staged from 15.2.10 to 16.2.6 by @dependabot[bot] in #539
New Contributors
- @srperens made their first contribution in #544
- @max-andreasen made their first contribution in #532
Full Changelog: v3.4.0...v3.5.0
v3.4.0
What's Changed
- Remove link sharing by @zeynepcaliskan in #519
- chore: update README.md by @martinstark in #521
- Added a share icon next to the production name on the calls page, and removed the large share button by @zeynepcaliskan in #520
- Show block for connecting multiple companions by @Rohanhos in #524
- Global mute button changes size by @julnor124 in #525
- fix: output option in safari removed by @julnor124 in #523
New Contributors
- @zeynepcaliskan made their first contribution in #519
- @Rohanhos made their first contribution in #524
- @julnor124 made their first contribution in #525
Full Changelog: v3.3.0...v3.4.0
v3.3.0
What's Changed
- fix: generated WHIP url was wrong when deployed by @birme in #493
- fix: ptt hotkey error by @Saelmala in #494
- fix: bug on blur after hotkey fix by @Saelmala in #496
- fix: use whip as dominant speaker by @Saelmala in #495
- fix: dominant speaker bug by @Saelmala in #499
- fix: add reference to docs in ws modal by @Saelmala in #501
- fix: edit icon always stays on top, not centered by @malmen237 in #508
- feat: new firefox device warning by @malmen237 in #511
- fix: removed whip-btn and share-btn from minified-user-controls by @malmen237 in #513
- Whip UI by @LucasMaupin in #510
- fix: no-talking-indicator-whip by @Saelmala in #514
- fix: no red indicator if whip by @Saelmala in #517
Full Changelog: v3.2.1...v3.3.0
v3.2.1
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
- chore: added flags to browser-router to remove warnings by @malmen237 in #485
- fix: ignore 500-error on reauth-fetch fail by @malmen237 in #490
- feat: made the collapsable list more reusable by @malmen237 in #489
- Get Whip Url Button by @Saelmala in #491
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- chore: update to use osc cli to get service access token by @birme in #420
- feat: added a delay to the refresh-link buttons by @malmen237 in #429
- feat: production list dropdown by @malmen237 in #433
- feat: added autentication-renual by @malmen237 in #436
- feat: added possibility to update production-name and line-names by @malmen237 in #437
- fix: added max-width to stop share-button detachment by @malmen237 in #446
Full Changelog: v3.0.0...v3.1.0
v3.0.0
What's Changed
- fix: bug devices not changeable by @Saelmala in #333
- fix: made the clickable home-area smaller by @malmen237 in #346
- fix: small ui fixes by @Saelmala in #348
- fix: audio feed bugs by @Saelmala in #350
- fix: restore header text color by @Saelmala in #351
- feat: share line url with non-osc user by @Saelmala in #352
- fix: separated output from join-production-options by @malmen237 in #353
- feat: refresh site by top-scroll disabled by @malmen237 in #363
- feat: added visual feedback when line-activity by @malmen237 in #358
- feat: added copy-function to manage-page and made copy more reusable by @malmen237 in #359
- feat: when joining call and device is lost, redirect user to join again by @malmen237 in #362
- feat: added error-logger and minor cleanup-fixes by @malmen237 in #360
- feat: merged user-settings and join-production, so no duplicate code by @malmen237 in #369
- feat: made form-item into a reusable-component by @malmen237 in #372
- Fix/missing remove line by @malmen237 in #374
- feat: added settings to calls-page by @malmen237 in #375
- fix: added padding to stop overlap by @malmen237 in #393
- fix: removed unnecessary prop from ptt by @malmen237 in #397
- Fix/ifb issues by @malmen237 in #390
- feat: all links are shareable externally by @malmen237 in #392
- fix: solved width-issues and mobile-issues on call-view by @malmen237 in #394
- fix: adjusted width on calls on tablet and laying-down mobile by @malmen237 in #401
- Feat websocket companion connection by @Saelmala in #368
- fix: submit settings form on enter press by @Saelmala in #399
- Fix/block audiooutput change on ios by @malmen237 in #404
- fix: added wrapper to participant-info by @malmen237 in #406
- fix: made styling uniform by @malmen237 in #409
- fix: updated the confirmation text on leave-call-modals by @malmen237 in #411
- fix: keep mic state on ws connection by @Saelmala in #410
- fix: send audio feed info over ws by @Saelmala in #412
- fix: websocket messages by @Saelmala in #414
- feat: publiccode metadata for inclusion in EU oss catalog by @birme in #416
- Updated readme and env-local-sample by @malmen237 in #415
- chore: updated description by @birme in #418
Full Changelog: v2.0.0...v3.0.0
v2.0.0
What's Changed
This release contains a reworked and improved user interface and support for having multiple calls in one single browser window.
New Features
- Reworked and improved user interface
- Multiple calls in one single browser window
- A user can change device during a call
- Show volume control on supported devices
- A user can mute another participant
- IFB functionality - program output will be lowered if someone speaks on another line
And a lot of bug fixes and general improvements
Full Changelog: v1.0.0...v2.0.0
v1.0.0
What's Changed
- feat: add routing and jsx scaffolding by @martinstark in #4
- Routing Syntax and Global State handling by @martinstark in #5
- chore: demo deployment by @birme in #7
- Create Production, List Productions by @martinstark in #6
- feat/error-handling by @malmen237 in #8
- make use of error display by @martinstark in #10
- Feat/join production by @martinstark in #11
- fix: wrong destination path by @birme in #12
- Negotiate RTC Connection / Join Production Line by @martinstark in #14
- feat: add participant list by @martinstark in #15
- feat/load-production-list-on-new-production by @malmen237 in #9
- fix: make chrome webrtc-internals usable by @martinstark in #20
- chore: bump typescript by @martinstark in #21
- Feat/add env new by @malmen237 in #16
- chore(deps): bump react-hook-form from 7.51.1 to 7.51.2 by @dependabot in #22
- chore(deps-dev): bump @commitlint/cli from 19.2.0 to 19.2.1 by @dependabot in #23
- chore(deps): bump @emotion/styled from 11.11.0 to 11.11.5 by @dependabot in #24
- chore(deps-dev): bump @types/react-dom from 18.2.22 to 18.2.24 by @dependabot in #25
- chore(deps-dev): bump vite from 5.1.6 to 5.2.8 by @dependabot in #26
- Feat/no device by @martinstark in #37
- chore: add pr workflows by @martinstark in #27
- chore(deps-dev): bump typescript from 5.4.3 to 5.4.4 by @dependabot in #42
- chore(deps-dev): bump @types/react from 18.2.66 to 18.2.75 by @dependabot in #49
- chore(deps-dev): bump @typescript-eslint/parser from 7.2.0 to 7.6.0 by @dependabot in #47
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.2.0 to 7.6.0 by @dependabot in #48
- feat: handle multiple audio streams by @martinstark in #55
- feat: added bowser to detect mobile or desktop by @malmen237 in #52
- 32/add loader to join-production by @malmen237 in #41
- 53/interval-on-production-list by @malmen237 in #54
- 29/add loader to production list by @malmen237 in #43
- chore(deps-dev): bump typescript from 5.4.4 to 5.4.5 by @dependabot in #60
- chore: cloudfront-function for url-rewrite needed for SPA by @birme in #56
- 58/handle sinkid by @malmen237 in #61
- 39/add mic mute by @malmen237 in #44
- feat: add initial load logic to production list by @martinstark in #59
- fix: improve audio clean up logic by @martinstark in #57
- Feat/update api by @martinstark in #73
- chore: continous deploy to dev bucket by @birme in #69
- chore(deps-dev): bump @types/react-dom from 18.2.24 to 18.2.25 by @dependabot in #65
- chore(deps): bump react-hook-form from 7.51.2 to 7.51.3 by @dependabot in #67
- chore(deps-dev): bump @types/react from 18.2.75 to 18.2.78 by @dependabot in #74
- chore(deps-dev): bump @commitlint/cli from 19.2.1 to 19.2.2 by @dependabot in #75
- chore(deps-dev): bump @commitlint/config-conventional from 19.1.0 to 19.2.2 by @dependabot in #76
- Feat/design updates by @martinstark in #77
- Feat/heartbeat by @martinstark in #78
- Feat/improvements join line by url by @martinstark in #85
- fix: show all devices in select options by @martinstark in #86
- 63/add-remove-line-on-create-prod by @malmen237 in #64
- Feat/errors by @martinstark in #87
- feat: add mute input hotkeys by @martinstark in #89
- chore(deps-dev): bump @typescript-eslint/parser from 7.6.0 to 7.7.0 by @dependabot in #80
- chore(deps-dev): bump @types/react from 18.2.78 to 18.2.79 by @dependabot in #81
- chore(deps-dev): bump vite from 5.2.8 to 5.2.9 by @dependabot in #82
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.6.0 to 7.7.0 by @dependabot in #83
- 40/add push to talk by @malmen237 in #72
- fix: use correct device label by @martinstark in #91
- 71/manage production route by @malmen237 in #84
- 38/mute audio stream by @malmen237 in #90
- fix: made productions-length boolean instead of zero by @malmen237 in #92
- fix: updated width on navigation-button by @malmen237 in #93
- chore(deps-dev): bump vite from 5.2.9 to 5.2.10 by @dependabot in #97
- chore(deps-dev): bump @commitlint/cli from 19.2.2 to 19.3.0 by @dependabot in #100
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.7.0 to 7.7.1 by @dependabot in #101
- chore(deps-dev): bump @typescript-eslint/parser from 7.7.0 to 7.7.1 by @dependabot in #102
- Feat/add loader to fetch production by @malmen237 in #99
- Fix/update line exit btn by @malmen237 in #96
- feat: added blue headset-favicon by @malmen237 in #103
- Feat/updated btn layout by @malmen237 in #98
- Feat/add form with loader by @malmen237 in #106
- chore(deps): bump react-router-dom from 6.22.3 to 6.23.0 by @dependabot in #105
- Feat/data channel a.k.a. "highlight current speaker" by @martinstark in #107
- Feat/inline svg by @martinstark in #109
- Feat/updated participants list by @malmen237 in #108
- Force dev deploy by @martinstark in #110
- feat: added speaker-mute as a hotkey by @malmen237 in #113
- fix: added touch-action to longpress-button by @malmen237 in #115
- chore(deps-dev): bump eslint-plugin-react-hooks from 4.6.0 to 4.6.2 by @dependabot in #117
- chore(deps): bump react and @types/react by @dependabot in #116
- chore: re-enable manage productions by @martinstark in #118
- chore(deps-dev): bump @typescript-eslint/parser from 7.7.1 to 7.8.0 by @dependabot in #126
- chore(deps): bump react-dom and @types/react-dom by @dependabot in #128
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.7.1 to 7.8.0 by @dependabot in #127
- fix: reverse production list by @martinstark in #129
- feat: add window.location.origin backend url support by @martinstark in #124
- chore: update readme by @martinstark in #130
- feat: add page not found by @martinstark in #125
- Feat/add preload check for compatible browsers by @malmen237 in https://github.com/E...