Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Introducing V6 - New realtime 🎉 #636

Merged
merged 124 commits into from
Apr 9, 2024
Merged
Changes from 1 commit
Commits
Show all changes
124 commits
Select commit Hold shift + click to select a range
cff257b
feat: create base subject that will be data in stores
Raspincel Mar 1, 2024
a6bcbc8
feat: create global/launcher store
Raspincel Mar 1, 2024
b7bfae9
refactor: use global store
Raspincel Mar 1, 2024
2d30fb0
feat: install rxjs in the project
Raspincel Mar 1, 2024
f9ac938
Merge branch 'lab' of https://github.com/SuperViz/sdk into refactor/c…
Raspincel Mar 4, 2024
b4ecd39
feat: abstract logic of stores inside base classes
Raspincel Mar 6, 2024
df79b40
fix: call requestUpdating when updating property used in web components
Raspincel Mar 6, 2024
980a433
fix: remove setTimeout
Raspincel Mar 7, 2024
1b13a67
chore: remove entry points from build config
Raspincel Mar 7, 2024
ffb19cd
feat: attach useStore so 3D adapters use it too
Raspincel Mar 7, 2024
3f9b99d
fix: unsubscribe from subjects when destroying room
Raspincel Mar 7, 2024
27ecc46
chore(test-config): only run tests with ts jest
carlossantos74 Mar 7, 2024
6535977
feat: initialize io service
carlossantos74 Mar 7, 2024
812138a
fix: environment config variable
carlossantos74 Mar 7, 2024
7a70d73
ci: fix remote config step
carlossantos74 Mar 7, 2024
63df372
fix: broken tests
Raspincel Mar 7, 2024
cbf5e30
feat: perform participant changes into new io
carlossantos74 Mar 7, 2024
237545e
fix: concats the room name with global room id
carlossantos74 Mar 7, 2024
d64ace1
feat: new slots management
carlossantos74 Mar 8, 2024
82a2d0a
ci: fix build step
carlossantos74 Mar 8, 2024
04b0f46
fix: remove log and spell check
carlossantos74 Mar 8, 2024
8de4d71
Merge branch 'refactor/create-data-stores' of github.com:SuperViz/sdk…
carlossantos74 Mar 8, 2024
203e2b1
Merge pull request #592 from SuperViz/feat/io
carlossantos74 Mar 8, 2024
cb02420
feat: update ioc version
carlossantos74 Mar 8, 2024
71bf57d
refactor: unsused vars and types
carlossantos74 Mar 8, 2024
39dea93
fix: export realtime component from root
carlossantos74 Mar 8, 2024
3821fec
feat: update participant list by new IOC
carlossantos74 Mar 11, 2024
b0d9d09
Merge branch 'lab' of github.com:SuperViz/sdk into feat/io
carlossantos74 Mar 11, 2024
b5f2cb1
Merge pull request #595 from SuperViz/feat/io
carlossantos74 Mar 11, 2024
c629e2c
feat: perform slot assignment on old io too
carlossantos74 Mar 11, 2024
97af09d
Merge pull request #596 from SuperViz/feat/io
carlossantos74 Mar 11, 2024
29373b7
feat: participant events from new io
carlossantos74 Mar 11, 2024
3c6b822
feat: destroy io instance and remove all listeners
carlossantos74 Mar 11, 2024
bdbea44
feat: remove client sync from ably
carlossantos74 Mar 13, 2024
c003f2a
feat: realtime component using new io
carlossantos74 Mar 13, 2024
f961d7f
feat: inject ioc on components
carlossantos74 Mar 13, 2024
f8a9dd2
Merge pull request #597 from SuperViz/feat/io
carlossantos74 Mar 13, 2024
efa0d5a
feat: event subscribers and events payload
carlossantos74 Mar 13, 2024
5aefc59
Merge pull request #598 from SuperViz/feat/io
carlossantos74 Mar 13, 2024
826385e
Merge branch 'lab' of github.com:SuperViz/sdk into feat/io
carlossantos74 Mar 13, 2024
71866ce
Merge branch 'lab' of github.com:SuperViz/sdk into feat/io
carlossantos74 Mar 14, 2024
ef915cb
feat: presence mouses HTML with new realtime
carlossantos74 Mar 14, 2024
95bf8cc
feat: presence mouses canvas with new ioc
carlossantos74 Mar 14, 2024
0f30741
refactor: remove presences mouses functions from ably
carlossantos74 Mar 14, 2024
ba2062a
chore: remove log
carlossantos74 Mar 15, 2024
fd4411f
Merge pull request #603 from SuperViz/feat/io
carlossantos74 Mar 15, 2024
21fee0e
feat: realtime and mouse throttles
carlossantos74 Mar 15, 2024
d318e5b
Merge pull request #605 from SuperViz/feat/io
Raspincel Mar 18, 2024
184b8a3
feat: export Transform type used in presence mouse
Raspincel Mar 18, 2024
cf25a0d
chore(deps): bump socket client version
carlossantos74 Mar 18, 2024
1385c8d
Merge pull request #609 from SuperViz/feat/io
carlossantos74 Mar 18, 2024
bf4ddc9
Merge branch 'main' of github.com:SuperViz/sdk into feat/io
carlossantos74 Mar 18, 2024
bdf24c1
Merge pull request #610 from SuperViz/feat/io
carlossantos74 Mar 18, 2024
0cf7b61
Merge pull request #591 from SuperViz/refactor/create-data-stores
carlossantos74 Mar 18, 2024
af16d0c
fix: change way of export Transform type
Raspincel Mar 18, 2024
4ae6dcb
Merge branch 'lab' into feat/export-transform-type
Raspincel Mar 18, 2024
bc88c20
Merge pull request #608 from SuperViz/feat/export-transform-type
carlossantos74 Mar 18, 2024
301b156
fix: build types
carlossantos74 Mar 19, 2024
024c04e
Merge pull request #611 from SuperViz/feat/io
Raspincel Mar 19, 2024
0558eef
fix: build types and add suport to ESM entrypoint
carlossantos74 Mar 19, 2024
f3779bd
fix: test runner
carlossantos74 Mar 19, 2024
2e84937
Merge pull request #612 from SuperViz/feat/io
carlossantos74 Mar 19, 2024
62e0222
fix: update slot on ably when it's changed on new io
carlossantos74 Mar 20, 2024
7e7aed3
fix: update participant type when starts the video
carlossantos74 Mar 20, 2024
7aeb96f
refactor: remove commented code
carlossantos74 Mar 20, 2024
83d0938
fix: adjust new IO throttle
carlossantos74 Mar 20, 2024
746cfde
Merge pull request #614 from SuperViz/feat/io
carlossantos74 Mar 20, 2024
3b4873d
Merge pull request #613 from SuperViz/lab
carlossantos74 Mar 20, 2024
306cb10
fix: fetchHistory this
carlossantos74 Mar 21, 2024
eef6f5d
Merge pull request #615 from SuperViz/feat/io
carlossantos74 Mar 21, 2024
d5e930a
fix: publish realtime state changes
carlossantos74 Mar 21, 2024
5fc4616
Merge pull request #616 from SuperViz/feat/io
carlossantos74 Mar 21, 2024
13ddf42
feat: up realtime and presences to 30 messages per second
carlossantos74 Mar 21, 2024
f9bf6d2
Merge pull request #618 from SuperViz/feat/io
carlossantos74 Mar 21, 2024
d5e6e4c
Merge pull request #617 from SuperViz/lab
carlossantos74 Mar 21, 2024
c428b8a
fix: wait to update participant data to emit participant joined
carlossantos74 Mar 26, 2024
c0e26eb
Merge pull request #619 from SuperViz/fix/participant-joined-payload
Raspincel Mar 26, 2024
9215ee8
feat: create flag for disabling presence controls
Raspincel Apr 2, 2024
c0acd9f
fix: update mouse positions after setting transform
Raspincel Apr 2, 2024
b4f9fd2
fix: correct broken tests
Raspincel Apr 2, 2024
0f1d731
fix: make participant being hovered with higher z-index
Raspincel Apr 2, 2024
7f93134
Merge pull request #620 from SuperViz/feat/mouse-follow-wio-flag
Raspincel Apr 2, 2024
53d188f
Merge pull request #621 from SuperViz/fix/tooltip-being-hidden
Raspincel Apr 2, 2024
2c0fcae
fix: ensure focus and send button in editing mode
Apr 3, 2024
3fbc96d
Merge pull request #622 from SuperViz/fix/reply-input
carlossantos74 Apr 4, 2024
802caaf
fix: remove check to local participant on wio list
carlossantos74 Apr 4, 2024
332c94a
fix: only publish joined event to participants that joins after local…
carlossantos74 Apr 4, 2024
e6ce2f6
fix: keep active components updates on old ioc
carlossantos74 Apr 4, 2024
c404c6b
feat: validates if realtime is ready before fetch history
carlossantos74 Apr 4, 2024
eccea92
Merge pull request #624 from SuperViz/fix/participant-events-and-data…
carlossantos74 Apr 4, 2024
05b4f3d
fix: resolve icon
Apr 4, 2024
fcc4ff9
fix: add word break in edit mode
Apr 4, 2024
213e1f8
fix: hidden class
Apr 4, 2024
2dd4322
fix: change resolve icon to md temporary
Apr 4, 2024
bc69da3
refactor: remove unnecessary test
Apr 4, 2024
1c87605
fix: use only the last message from the last hour
carlossantos74 Apr 5, 2024
cb981c0
Merge pull request #625 from SuperViz/fix/participant-events-and-data…
carlossantos74 Apr 5, 2024
646b650
fix: remove hover in confirm button
Apr 5, 2024
a285d72
fix: resolve and undo icon
Apr 5, 2024
9ea2b1c
feat: create who is online store
Raspincel Apr 5, 2024
9864192
fix: revise useStore function usability
Raspincel Apr 5, 2024
81f66d1
feat: separate computation logic and render logic, concentrate inform…
Raspincel Apr 5, 2024
833b2b4
feat: merge newest lab version
Raspincel Apr 5, 2024
e16289b
fix: remove mouses that are already in screen when following participant
Raspincel Apr 5, 2024
755a397
fix: comment ellipsis and close/open in large texts
carlossantos74 Apr 5, 2024
a0df1e1
Merge pull request #626 from SuperViz/fix/reply-input
carlossantos74 Apr 5, 2024
f912d0a
fix: go to participant being followed right away, instead of waiting …
Raspincel Apr 8, 2024
ee83eb1
fix: don't hide participant mouse if they're still in the container area
Raspincel Apr 8, 2024
3e9f02a
feat: update superviz-dropdown options and return
Raspincel Apr 8, 2024
794760b
feat: final wio refactor adjustments
Raspincel Apr 8, 2024
0bd01c4
feat: create tests and jsdocs for methods
Raspincel Apr 8, 2024
8cf2cad
fix: adjust mouse coordinates in test
Raspincel Apr 8, 2024
0411bbb
Merge pull request #627 from SuperViz/feat/presence-controls-flags
carlossantos74 Apr 8, 2024
1052fcd
refactor: remove client sync methods from old io
carlossantos74 Apr 8, 2024
4a4965b
Merge pull request #629 from SuperViz/refactor/remove-client-sync-cha…
carlossantos74 Apr 8, 2024
e5c3aa3
fix: remove flags object, spread properties to options
Raspincel Apr 8, 2024
385b5ee
Merge pull request #630 from SuperViz/feat/presence-controls-flags
carlossantos74 Apr 8, 2024
a603f21
feat: add public signature to transform method
Raspincel Apr 9, 2024
0393f46
Merge pull request #631 from SuperViz/feat/transform-method-public-si…
carlossantos74 Apr 9, 2024
7d1b5ab
fix: any as component type
carlossantos74 Apr 9, 2024
3ce222b
Merge pull request #632 from SuperViz/refactor/remove-client-sync-cha…
carlossantos74 Apr 9, 2024
ba0858a
feat!: introducing v6
carlossantos74 Apr 9, 2024
8477032
Merge pull request #633 from SuperViz/refactor/remove-client-sync-cha…
carlossantos74 Apr 9, 2024
13b07c3
Merge pull request #635 from SuperViz/lab
carlossantos74 Apr 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: environment config variable
  • Loading branch information
carlossantos74 committed Mar 7, 2024
commit 812138aaf09e1d3e55db34993f9222ca2e62bdba
2 changes: 1 addition & 1 deletion src/core/index.ts
Original file line number Diff line number Diff line change
@@ -126,7 +126,7 @@ const init = async (apiKey: string, options: SuperVizSdkOptions): Promise<Launch
ablyKey,
apiKey,
conferenceLayerUrl,
environment,
environment: (options.environment as EnvironmentTypes) ?? EnvironmentTypes.PROD,
roomId,
debug: options.debug,
limits,