Commit ef63107
authored
2.3.0 (#795)
* 2.3.0
* Update session replay API endpoint path for consistency
- Changed the session replay recording endpoint from `/sites/:siteId/session-replay/record` to `/session-replay/record/:siteId` to align with the standardized path structure.
- This update enhances clarity and consistency across the API routes.
* Refactor Sidebar component to improve layout consistency
- Moved the API Playground item out of the conditional rendering block to ensure it is always displayed on larger screens.
- This change enhances the visibility of the API Playground option in the Sidebar, improving user experience.
* Refactor EventLog component to utilize Intersection Observer for infinite scrolling
- Replaced manual scroll event handling with the Intersection Observer API to improve performance and simplify the code.
- Updated session replay API endpoint paths for consistency across components.
- Enhanced the SpinningGlobe component to use the correct API endpoint format for fetching session data.
* Remove deprecated 'Get Organization Sites' endpoint and update API documentation
- Deleted the 'Get Organization Sites' endpoint from the endpoint configuration to streamline the API.
- Updated the API documentation to reflect the removal of the endpoint and added details for the 'sites' array in the organization response.
- Enhanced the 'getMyOrganizations' API to include associated sites for each organization, improving the data returned to users.
* Update Weekdays component color class and refactor Footer component to use Button
- Changed the default color class in the Weekdays component for better visual consistency.
- Refactored the Footer component to replace the anchor tag with a Button component for improved styling and user interaction.1 parent a0808ec commit ef63107
File tree
15 files changed
+336
-385
lines changed- client
- src
- api/analytics/endpoints
- app
- [site]
- api-playground/utils
- components/Sidebar
- events/components
- main/components/sections
- components
- components
- docs
- content/docs/api
- src/components
- server
- src
- api/user
15 files changed
+336
-385
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | 96 | | |
105 | 97 | | |
106 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
118 | 116 | | |
119 | 117 | | |
120 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
30 | 24 | | |
31 | | - | |
32 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
33 | 28 | | |
34 | 29 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 30 | + | |
47 | 31 | | |
48 | 32 | | |
49 | 33 | | |
| |||
73 | 57 | | |
74 | 58 | | |
75 | 59 | | |
76 | | - | |
| 60 | + | |
77 | 61 | | |
78 | 62 | | |
79 | 63 | | |
80 | 64 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
85 | 69 | | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
92 | 73 | | |
93 | 74 | | |
94 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
0 commit comments