@equinor/fusion-framework-react-components-bookmark 1.0.8 → 1.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +234 -215
- package/dist/esm/components/Bookmark.js.map +1 -1
- package/dist/esm/components/BookmarkProvider.js.map +1 -1
- package/dist/esm/components/create-bookmark/CreateBookmark.js.map +1 -1
- package/dist/esm/components/edit-bookmark/EditBookmark.js +1 -3
- package/dist/esm/components/edit-bookmark/EditBookmark.js.map +1 -1
- package/dist/esm/components/filter/Filter.js +2 -5
- package/dist/esm/components/filter/Filter.js.map +1 -1
- package/dist/esm/components/import-bookmark/ImportBookmark.js.map +1 -1
- package/dist/esm/components/loading/Loading.js.map +1 -1
- package/dist/esm/components/messages/Message.js.map +1 -1
- package/dist/esm/components/row/MoreMenu.js.map +1 -1
- package/dist/esm/components/row/Row.js.map +1 -1
- package/dist/esm/components/section/Section.js.map +1 -1
- package/dist/esm/components/sectionList/SectionList.js.map +1 -1
- package/dist/esm/components/shared/SharedIcon.js.map +1 -1
- package/dist/esm/hooks/useBookmarkGrouping.js.map +1 -1
- package/dist/esm/utils/append-bookmark-to-uri.js.map +1 -1
- package/dist/esm/utils/utils.js.map +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/esm/version.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/components/BookmarkProvider.d.ts +1 -1
- package/dist/types/components/filter/Filter.d.ts +1 -1
- package/dist/types/components/messages/Message.d.ts +1 -1
- package/dist/types/components/row/MoreMenu.d.ts +2 -2
- package/dist/types/components/row/Row.d.ts +1 -1
- package/dist/types/components/section/Section.d.ts +1 -1
- package/dist/types/components/sectionList/SectionList.d.ts +1 -1
- package/dist/types/hooks/useBookmarkGrouping.d.ts +1 -1
- package/dist/types/utils/utils.d.ts +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +8 -8
- package/src/components/Bookmark.tsx +46 -47
- package/src/components/BookmarkProvider.tsx +78 -78
- package/src/components/create-bookmark/CreateBookmark.tsx +96 -96
- package/src/components/edit-bookmark/EditBookmark.tsx +149 -152
- package/src/components/filter/Filter.tsx +21 -41
- package/src/components/import-bookmark/ImportBookmark.tsx +61 -65
- package/src/components/loading/Loading.tsx +11 -11
- package/src/components/messages/Message.tsx +47 -47
- package/src/components/row/MoreMenu.tsx +27 -27
- package/src/components/row/Row.tsx +56 -56
- package/src/components/section/Section.tsx +17 -17
- package/src/components/sectionList/SectionList.tsx +137 -143
- package/src/components/shared/SharedIcon.tsx +19 -19
- package/src/hooks/useBookmarkGrouping.ts +37 -37
- package/src/utils/append-bookmark-to-uri.ts +3 -3
- package/src/utils/utils.ts +6 -6
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 1.0.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies []:
|
|
8
|
+
- @equinor/fusion-framework-react@7.4.2
|
|
9
|
+
- @equinor/fusion-framework-react-module-bookmark@3.0.2
|
|
10
|
+
|
|
11
|
+
## 1.0.9
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#2848](https://github.com/equinor/fusion-framework/pull/2848) [`dcd2fb1`](https://github.com/equinor/fusion-framework/commit/dcd2fb1394e175d0cc2a4289ed3ede8e0271d67d) Thanks [@odinr](https://github.com/odinr)! - Refactored imports to use `type` when importing types from a module, to conform with the `useImportType` rule in Biome.
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`811f1a0`](https://github.com/equinor/fusion-framework/commit/811f1a0139ff4d1b0c3fba1ec2b77cc84ba080d1), [`dcd2fb1`](https://github.com/equinor/fusion-framework/commit/dcd2fb1394e175d0cc2a4289ed3ede8e0271d67d)]:
|
|
18
|
+
- @equinor/fusion-observable@8.4.5
|
|
19
|
+
- @equinor/fusion-framework-react-module-bookmark@3.0.1
|
|
20
|
+
- @equinor/fusion-framework-react@7.4.1
|
|
21
|
+
|
|
3
22
|
## 1.0.8
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -7,24 +26,24 @@
|
|
|
7
26
|
- [#2827](https://github.com/equinor/fusion-framework/pull/2827) [`4578b18`](https://github.com/equinor/fusion-framework/commit/4578b1835b70bd0869441c8fcf6d188f6440f192) Thanks [@odinr](https://github.com/odinr)! - fixed peer dependencies
|
|
8
27
|
|
|
9
28
|
- Updated dependencies [[`ea4b522`](https://github.com/equinor/fusion-framework/commit/ea4b5221b30719289fc947b5dbb0acd3ea52ffaa)]:
|
|
10
|
-
|
|
11
|
-
|
|
29
|
+
- @equinor/fusion-framework-react@7.4.0
|
|
30
|
+
- @equinor/fusion-framework-react-module-bookmark@3.0.0
|
|
12
31
|
|
|
13
32
|
## 1.0.7
|
|
14
33
|
|
|
15
34
|
### Patch Changes
|
|
16
35
|
|
|
17
36
|
- Updated dependencies []:
|
|
18
|
-
|
|
19
|
-
|
|
37
|
+
- @equinor/fusion-framework-react@7.3.8
|
|
38
|
+
- @equinor/fusion-framework-react-module-bookmark@2.3.2
|
|
20
39
|
|
|
21
40
|
## 1.0.6
|
|
22
41
|
|
|
23
42
|
### Patch Changes
|
|
24
43
|
|
|
25
44
|
- Updated dependencies []:
|
|
26
|
-
|
|
27
|
-
|
|
45
|
+
- @equinor/fusion-framework-react@7.3.7
|
|
46
|
+
- @equinor/fusion-framework-react-module-bookmark@2.3.1
|
|
28
47
|
|
|
29
48
|
## 1.0.5
|
|
30
49
|
|
|
@@ -35,8 +54,8 @@
|
|
|
35
54
|
- [#2691](https://github.com/equinor/fusion-framework/pull/2691) [`6ead547`](https://github.com/equinor/fusion-framework/commit/6ead547b869cd8a431876e4316c18cb98094a6fb) Thanks [@odinr](https://github.com/odinr)! - improved handling of provider
|
|
36
55
|
|
|
37
56
|
- Updated dependencies [[`6ead547`](https://github.com/equinor/fusion-framework/commit/6ead547b869cd8a431876e4316c18cb98094a6fb)]:
|
|
38
|
-
|
|
39
|
-
|
|
57
|
+
- @equinor/fusion-framework-react-module-bookmark@2.3.0
|
|
58
|
+
- @equinor/fusion-framework-react@7.3.6
|
|
40
59
|
|
|
41
60
|
## 1.0.4
|
|
42
61
|
|
|
@@ -45,31 +64,31 @@
|
|
|
45
64
|
- [#2690](https://github.com/equinor/fusion-framework/pull/2690) [`809bee0`](https://github.com/equinor/fusion-framework/commit/809bee089d5d84799a3834294ca02937eaa46a0e) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: bump @equinor/eds-icons from 0.21.0 to 0.22.0
|
|
46
65
|
|
|
47
66
|
- Updated dependencies []:
|
|
48
|
-
|
|
49
|
-
|
|
67
|
+
- @equinor/fusion-framework-react@7.3.5
|
|
68
|
+
- @equinor/fusion-framework-react-module-bookmark@2.2.4
|
|
50
69
|
|
|
51
70
|
## 1.0.3
|
|
52
71
|
|
|
53
72
|
### Patch Changes
|
|
54
73
|
|
|
55
74
|
- Updated dependencies []:
|
|
56
|
-
|
|
57
|
-
|
|
75
|
+
- @equinor/fusion-framework-react@7.3.4
|
|
76
|
+
- @equinor/fusion-framework-react-module-bookmark@2.2.3
|
|
58
77
|
|
|
59
78
|
## 1.0.2
|
|
60
79
|
|
|
61
80
|
### Patch Changes
|
|
62
81
|
|
|
63
82
|
- Updated dependencies []:
|
|
64
|
-
|
|
65
|
-
|
|
83
|
+
- @equinor/fusion-framework-react@7.3.3
|
|
84
|
+
- @equinor/fusion-framework-react-module-bookmark@2.2.2
|
|
66
85
|
|
|
67
86
|
## 1.0.1
|
|
68
87
|
|
|
69
88
|
### Patch Changes
|
|
70
89
|
|
|
71
90
|
- Updated dependencies [[`7e67ae1`](https://github.com/equinor/fusion-framework/commit/7e67ae127a3a5256df925ae6bd472aa32b8d9292)]:
|
|
72
|
-
|
|
91
|
+
- @equinor/fusion-framework-react-module-bookmark@2.2.1
|
|
73
92
|
|
|
74
93
|
## 1.0.0
|
|
75
94
|
|
|
@@ -77,27 +96,27 @@
|
|
|
77
96
|
|
|
78
97
|
- [#2410](https://github.com/equinor/fusion-framework/pull/2410) [`9d1cb90`](https://github.com/equinor/fusion-framework/commit/9d1cb9003fa10e7ccaa95c20ef86f0a618034641) Thanks [@odinr](https://github.com/odinr)! - **@equinor/fusion-framework-react-module-bookmark:**
|
|
79
98
|
|
|
80
|
-
|
|
99
|
+
Updated the `Bookmark` component to use the `useBookmarkComponentContext` hook for accessing the bookmark provider and state.
|
|
81
100
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
101
|
+
- Replaced the `useBookmark` hook with `useBookmarkComponentContext` in the `Bookmark` component.
|
|
102
|
+
- Updated the `BookmarkProvider` component to use `createContext` and `useContext` for managing the bookmark provider state.
|
|
103
|
+
- Modified the `CreateBookmarkModal` and `EditBookmarkModal` components to use the `useBookmarkComponentContext` hook.
|
|
104
|
+
- Enhanced the `BookmarkProvider` component to include the current application context.
|
|
105
|
+
- Improved error handling and loading state management in the `Bookmark` component.
|
|
87
106
|
|
|
88
107
|
### Patch Changes
|
|
89
108
|
|
|
90
109
|
- Updated dependencies [[`9d1cb90`](https://github.com/equinor/fusion-framework/commit/9d1cb9003fa10e7ccaa95c20ef86f0a618034641)]:
|
|
91
|
-
|
|
92
|
-
|
|
110
|
+
- @equinor/fusion-framework-react-module-bookmark@2.2.0
|
|
111
|
+
- @equinor/fusion-framework-react@7.3.2
|
|
93
112
|
|
|
94
113
|
## 0.5.3
|
|
95
114
|
|
|
96
115
|
### Patch Changes
|
|
97
116
|
|
|
98
117
|
- Updated dependencies []:
|
|
99
|
-
|
|
100
|
-
|
|
118
|
+
- @equinor/fusion-framework-react@7.3.1
|
|
119
|
+
- @equinor/fusion-framework-react-module-bookmark@2.1.19
|
|
101
120
|
|
|
102
121
|
## 0.5.2
|
|
103
122
|
|
|
@@ -105,73 +124,73 @@
|
|
|
105
124
|
|
|
106
125
|
- [#2494](https://github.com/equinor/fusion-framework/pull/2494) [`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251) Thanks [@odinr](https://github.com/odinr)! - Adjusted module to the new app service API.
|
|
107
126
|
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
127
|
+
> [!WARNING]
|
|
128
|
+
> This will introduce breaking changes to the configuration of `AppConfigurator.client`.
|
|
129
|
+
|
|
130
|
+
**Added**
|
|
131
|
+
|
|
132
|
+
- Introduced `AppClient` class to handle application manifest and configuration queries.
|
|
133
|
+
- Added `zod` to validate the application manifest.
|
|
134
|
+
|
|
135
|
+
**Changed**
|
|
136
|
+
|
|
137
|
+
- Updated `AppModuleProvider` to use `AppClient` for fetching application manifests and configurations.
|
|
138
|
+
- Modified `AppConfigurator` to utilize `AppClient` for client configuration.
|
|
139
|
+
- Updated `useApps` hook with new input parameter for `filterByCurrentUser` in `fusion-framework-react`.
|
|
140
|
+
|
|
141
|
+
**Migration**
|
|
142
|
+
|
|
143
|
+
before:
|
|
144
|
+
|
|
145
|
+
```ts
|
|
146
|
+
configurator.setClient({
|
|
147
|
+
getAppManifest: {
|
|
148
|
+
client: {
|
|
149
|
+
fn: ({ appKey }) => httpClient.json$<ApiApp>(`/apps/${appKey}`),
|
|
150
|
+
},
|
|
151
|
+
key: ({ appKey }) => appKey,
|
|
152
|
+
},
|
|
153
|
+
getAppManifests: {
|
|
154
|
+
client: {
|
|
155
|
+
fn: () => httpClient.json$<ApiApp[]>(`/apps`),
|
|
156
|
+
},
|
|
157
|
+
key: () => `all-apps`,
|
|
158
|
+
},
|
|
159
|
+
getAppConfig: {
|
|
160
|
+
client: {
|
|
161
|
+
fn: ({ appKey }) => httpClient.json$<ApiApp>(`/apps/${appKey}/config`),
|
|
162
|
+
},
|
|
163
|
+
key: ({ appKey }) => appKey,
|
|
164
|
+
},
|
|
165
|
+
});
|
|
166
|
+
```
|
|
167
|
+
|
|
168
|
+
after:
|
|
169
|
+
|
|
170
|
+
```ts
|
|
171
|
+
import { AppClient } from `@equinor/fusion-framework-module-app`;
|
|
172
|
+
configurator.setClient(new AppClient());
|
|
173
|
+
```
|
|
174
|
+
|
|
175
|
+
custom client implementation:
|
|
176
|
+
|
|
177
|
+
```ts
|
|
178
|
+
import { AppClient } from `@equinor/fusion-framework-module-app`;
|
|
179
|
+
class CustomAppClient implements IAppClient { ... }
|
|
180
|
+
configurator.setClient(new CustomAppClient());
|
|
181
|
+
```
|
|
163
182
|
|
|
164
183
|
- Updated dependencies [[`e11ad64`](https://github.com/equinor/fusion-framework/commit/e11ad64a42210443bdfd9ab9eb2fb95e7e345251)]:
|
|
165
|
-
|
|
166
|
-
|
|
184
|
+
- @equinor/fusion-framework-react@7.3.0
|
|
185
|
+
- @equinor/fusion-framework-react-module-bookmark@2.1.18
|
|
167
186
|
|
|
168
187
|
## 0.5.1
|
|
169
188
|
|
|
170
189
|
### Patch Changes
|
|
171
190
|
|
|
172
191
|
- Updated dependencies []:
|
|
173
|
-
|
|
174
|
-
|
|
192
|
+
- @equinor/fusion-framework-react@7.2.3
|
|
193
|
+
- @equinor/fusion-framework-react-module-bookmark@2.1.17
|
|
175
194
|
|
|
176
195
|
## 0.5.0
|
|
177
196
|
|
|
@@ -182,16 +201,16 @@
|
|
|
182
201
|
### Patch Changes
|
|
183
202
|
|
|
184
203
|
- Updated dependencies []:
|
|
185
|
-
|
|
186
|
-
|
|
204
|
+
- @equinor/fusion-framework-react@7.2.2
|
|
205
|
+
- @equinor/fusion-framework-react-module-bookmark@2.1.16
|
|
187
206
|
|
|
188
207
|
## 0.4.15
|
|
189
208
|
|
|
190
209
|
### Patch Changes
|
|
191
210
|
|
|
192
211
|
- Updated dependencies []:
|
|
193
|
-
|
|
194
|
-
|
|
212
|
+
- @equinor/fusion-framework-react-module-bookmark@2.1.15
|
|
213
|
+
- @equinor/fusion-framework-react@7.2.1
|
|
195
214
|
|
|
196
215
|
## 0.4.14
|
|
197
216
|
|
|
@@ -199,11 +218,11 @@
|
|
|
199
218
|
|
|
200
219
|
- [#2403](https://github.com/equinor/fusion-framework/pull/2403) [`67ea61d`](https://github.com/equinor/fusion-framework/commit/67ea61dad8f50e8b8b977008b26374c2f982eb4d) Thanks [@dependabot](https://github.com/apps/dependabot)! - bump @equinor/eds-core-react from 0.40.1 to 0.41.2
|
|
201
220
|
|
|
202
|
-
|
|
221
|
+
[see EDS changelog](https://github.com/equinor/design-system/blob/develop/packages/eds-core-react/CHANGELOG.md)
|
|
203
222
|
|
|
204
223
|
- Updated dependencies [[`843edd9`](https://github.com/equinor/fusion-framework/commit/843edd96f2a01ebd814766105902977cdc1cdf8e)]:
|
|
205
|
-
|
|
206
|
-
|
|
224
|
+
- @equinor/fusion-framework-react@7.2.0
|
|
225
|
+
- @equinor/fusion-framework-react-module-bookmark@2.1.14
|
|
207
226
|
|
|
208
227
|
## 0.4.13
|
|
209
228
|
|
|
@@ -212,16 +231,16 @@
|
|
|
212
231
|
- [#2350](https://github.com/equinor/fusion-framework/pull/2350) [`960ca34`](https://github.com/equinor/fusion-framework/commit/960ca34cae26f386e28c16bac00e7932f4f9199a) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @equinor/eds-core-react from 0.38.0 to 0.40.1
|
|
213
232
|
|
|
214
233
|
- Updated dependencies []:
|
|
215
|
-
|
|
216
|
-
|
|
234
|
+
- @equinor/fusion-framework-react@7.1.4
|
|
235
|
+
- @equinor/fusion-framework-react-module-bookmark@2.1.13
|
|
217
236
|
|
|
218
237
|
## 0.4.12
|
|
219
238
|
|
|
220
239
|
### Patch Changes
|
|
221
240
|
|
|
222
241
|
- Updated dependencies []:
|
|
223
|
-
|
|
224
|
-
|
|
242
|
+
- @equinor/fusion-framework-react@7.1.3
|
|
243
|
+
- @equinor/fusion-framework-react-module-bookmark@2.1.12
|
|
225
244
|
|
|
226
245
|
## 0.4.11
|
|
227
246
|
|
|
@@ -231,58 +250,58 @@
|
|
|
231
250
|
|
|
232
251
|
- [#2320](https://github.com/equinor/fusion-framework/pull/2320) [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee) Thanks [@odinr](https://github.com/odinr)! - Removed the `removeComments` option from the `tsconfig.base.json` file.
|
|
233
252
|
|
|
234
|
-
|
|
253
|
+
Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
|
|
235
254
|
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
255
|
+
1. Improved debugging: Preserved comments can help developers understand the code better during debugging sessions.
|
|
256
|
+
2. Documentation: JSDoc comments and other important code documentation will be retained in the compiled output.
|
|
257
|
+
3. Source map accuracy: Keeping comments can lead to more accurate source maps, which is crucial for debugging and error tracking.
|
|
239
258
|
|
|
240
|
-
|
|
259
|
+
No action is required from consumers of the library. This change affects the build process and doesn't introduce any breaking changes or new features.
|
|
241
260
|
|
|
242
|
-
|
|
261
|
+
Before:
|
|
243
262
|
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
}
|
|
263
|
+
```json
|
|
264
|
+
{
|
|
265
|
+
"compilerOptions": {
|
|
266
|
+
"module": "ES2022",
|
|
267
|
+
"target": "ES6",
|
|
268
|
+
"incremental": true,
|
|
269
|
+
"removeComments": true,
|
|
270
|
+
"preserveConstEnums": true,
|
|
271
|
+
"sourceMap": true,
|
|
272
|
+
"moduleResolution": "node"
|
|
255
273
|
}
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
274
|
+
}
|
|
275
|
+
```
|
|
276
|
+
|
|
277
|
+
After:
|
|
278
|
+
|
|
279
|
+
```json
|
|
280
|
+
{
|
|
281
|
+
"compilerOptions": {
|
|
282
|
+
"module": "ES2022",
|
|
283
|
+
"target": "ES6",
|
|
284
|
+
"incremental": true,
|
|
285
|
+
"preserveConstEnums": true,
|
|
286
|
+
"sourceMap": true,
|
|
287
|
+
"moduleResolution": "node"
|
|
270
288
|
}
|
|
271
|
-
|
|
289
|
+
}
|
|
290
|
+
```
|
|
272
291
|
|
|
273
|
-
|
|
292
|
+
This change ensures that comments are preserved in the compiled output, potentially improving the development and debugging experience for users of the Fusion Framework.
|
|
274
293
|
|
|
275
294
|
- Updated dependencies [[`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1), [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee)]:
|
|
276
|
-
|
|
277
|
-
|
|
295
|
+
- @equinor/fusion-framework-react-module-bookmark@2.1.11
|
|
296
|
+
- @equinor/fusion-framework-react@7.1.2
|
|
278
297
|
|
|
279
298
|
## 0.4.10
|
|
280
299
|
|
|
281
300
|
### Patch Changes
|
|
282
301
|
|
|
283
302
|
- Updated dependencies []:
|
|
284
|
-
|
|
285
|
-
|
|
303
|
+
- @equinor/fusion-framework-react@7.1.1
|
|
304
|
+
- @equinor/fusion-framework-react-module-bookmark@2.1.10
|
|
286
305
|
|
|
287
306
|
## 0.4.9
|
|
288
307
|
|
|
@@ -291,32 +310,32 @@
|
|
|
291
310
|
- [#2205](https://github.com/equinor/fusion-framework/pull/2205) [`4e64552`](https://github.com/equinor/fusion-framework/commit/4e64552a3c1b0324e1deda93779eab16dbebbed3) Thanks [@odinr](https://github.com/odinr)! - Updated `@equinor/eds-core-react` dependency to version `^0.38.0`
|
|
292
311
|
Updated `@equinor/eds-utils` dependency to version `^0.8.5`
|
|
293
312
|
- Updated dependencies [[`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8)]:
|
|
294
|
-
|
|
295
|
-
|
|
313
|
+
- @equinor/fusion-framework-react@7.1.0
|
|
314
|
+
- @equinor/fusion-framework-react-module-bookmark@2.1.9
|
|
296
315
|
|
|
297
316
|
## 0.4.8
|
|
298
317
|
|
|
299
318
|
### Patch Changes
|
|
300
319
|
|
|
301
320
|
- Updated dependencies []:
|
|
302
|
-
|
|
303
|
-
|
|
321
|
+
- @equinor/fusion-framework-react@7.0.8
|
|
322
|
+
- @equinor/fusion-framework-react-module-bookmark@2.1.8
|
|
304
323
|
|
|
305
324
|
## 0.4.7
|
|
306
325
|
|
|
307
326
|
### Patch Changes
|
|
308
327
|
|
|
309
328
|
- Updated dependencies []:
|
|
310
|
-
|
|
311
|
-
|
|
329
|
+
- @equinor/fusion-framework-react-module-bookmark@2.1.7
|
|
330
|
+
- @equinor/fusion-framework-react@7.0.7
|
|
312
331
|
|
|
313
332
|
## 0.4.6
|
|
314
333
|
|
|
315
334
|
### Patch Changes
|
|
316
335
|
|
|
317
336
|
- Updated dependencies []:
|
|
318
|
-
|
|
319
|
-
|
|
337
|
+
- @equinor/fusion-framework-react-module-bookmark@2.1.6
|
|
338
|
+
- @equinor/fusion-framework-react@7.0.6
|
|
320
339
|
|
|
321
340
|
## 0.4.5
|
|
322
341
|
|
|
@@ -325,32 +344,32 @@
|
|
|
325
344
|
- [#2098](https://github.com/equinor/fusion-framework/pull/2098) [`5093391`](https://github.com/equinor/fusion-framework/commit/5093391eabda84873041ee89632f26770734b03c) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump @equinor/eds-core-react from 0.36.1 to 0.37.0
|
|
326
345
|
|
|
327
346
|
- Updated dependencies []:
|
|
328
|
-
|
|
329
|
-
|
|
347
|
+
- @equinor/fusion-framework-react-module-bookmark@2.1.5
|
|
348
|
+
- @equinor/fusion-framework-react@7.0.5
|
|
330
349
|
|
|
331
350
|
## 0.4.4
|
|
332
351
|
|
|
333
352
|
### Patch Changes
|
|
334
353
|
|
|
335
354
|
- Updated dependencies []:
|
|
336
|
-
|
|
337
|
-
|
|
355
|
+
- @equinor/fusion-framework-react@7.0.4
|
|
356
|
+
- @equinor/fusion-framework-react-module-bookmark@2.1.4
|
|
338
357
|
|
|
339
358
|
## 0.4.3
|
|
340
359
|
|
|
341
360
|
### Patch Changes
|
|
342
361
|
|
|
343
362
|
- Updated dependencies []:
|
|
344
|
-
|
|
345
|
-
|
|
363
|
+
- @equinor/fusion-framework-react@7.0.3
|
|
364
|
+
- @equinor/fusion-framework-react-module-bookmark@2.1.3
|
|
346
365
|
|
|
347
366
|
## 0.4.2
|
|
348
367
|
|
|
349
368
|
### Patch Changes
|
|
350
369
|
|
|
351
370
|
- Updated dependencies []:
|
|
352
|
-
|
|
353
|
-
|
|
371
|
+
- @equinor/fusion-framework-react@7.0.2
|
|
372
|
+
- @equinor/fusion-framework-react-module-bookmark@2.1.2
|
|
354
373
|
|
|
355
374
|
## 0.4.1
|
|
356
375
|
|
|
@@ -359,8 +378,8 @@
|
|
|
359
378
|
- [#1981](https://github.com/equinor/fusion-framework/pull/1981) [`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc) Thanks [@eikeland](https://github.com/eikeland)! - Align package exports with node10+ documentation.
|
|
360
379
|
|
|
361
380
|
- Updated dependencies [[`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc)]:
|
|
362
|
-
|
|
363
|
-
|
|
381
|
+
- @equinor/fusion-framework-react@7.0.1
|
|
382
|
+
- @equinor/fusion-framework-react-module-bookmark@2.1.1
|
|
364
383
|
|
|
365
384
|
## 0.4.0
|
|
366
385
|
|
|
@@ -371,32 +390,32 @@
|
|
|
371
390
|
### Patch Changes
|
|
372
391
|
|
|
373
392
|
- Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]:
|
|
374
|
-
|
|
375
|
-
|
|
393
|
+
- @equinor/fusion-framework-react-module-bookmark@2.1.0
|
|
394
|
+
- @equinor/fusion-framework-react@7.0.0
|
|
376
395
|
|
|
377
396
|
## 0.3.11
|
|
378
397
|
|
|
379
398
|
### Patch Changes
|
|
380
399
|
|
|
381
400
|
- Updated dependencies []:
|
|
382
|
-
|
|
383
|
-
|
|
401
|
+
- @equinor/fusion-framework-react-module-bookmark@2.0.35
|
|
402
|
+
- @equinor/fusion-framework-react@6.0.5
|
|
384
403
|
|
|
385
404
|
## 0.3.10
|
|
386
405
|
|
|
387
406
|
### Patch Changes
|
|
388
407
|
|
|
389
408
|
- Updated dependencies []:
|
|
390
|
-
|
|
391
|
-
|
|
409
|
+
- @equinor/fusion-framework-react@6.0.4
|
|
410
|
+
- @equinor/fusion-framework-react-module-bookmark@2.0.34
|
|
392
411
|
|
|
393
412
|
## 0.3.9
|
|
394
413
|
|
|
395
414
|
### Patch Changes
|
|
396
415
|
|
|
397
416
|
- Updated dependencies []:
|
|
398
|
-
|
|
399
|
-
|
|
417
|
+
- @equinor/fusion-framework-react@6.0.3
|
|
418
|
+
- @equinor/fusion-framework-react-module-bookmark@2.0.33
|
|
400
419
|
|
|
401
420
|
## 0.3.8
|
|
402
421
|
|
|
@@ -409,16 +428,16 @@
|
|
|
409
428
|
### Patch Changes
|
|
410
429
|
|
|
411
430
|
- Updated dependencies [[`2a813bc`](https://github.com/equinor/fusion-framework/commit/2a813bc0a32f53e7515f16f8b5cba1cf1e5018a3)]:
|
|
412
|
-
|
|
413
|
-
|
|
431
|
+
- @equinor/fusion-framework-react@6.0.2
|
|
432
|
+
- @equinor/fusion-framework-react-module-bookmark@2.0.32
|
|
414
433
|
|
|
415
434
|
## 0.3.6
|
|
416
435
|
|
|
417
436
|
### Patch Changes
|
|
418
437
|
|
|
419
438
|
- Updated dependencies [[`fdbe12f`](https://github.com/equinor/fusion-framework/commit/fdbe12f258aeb98d91094f16f2d8ce229d7b13ee)]:
|
|
420
|
-
|
|
421
|
-
|
|
439
|
+
- @equinor/fusion-framework-react@6.0.1
|
|
440
|
+
- @equinor/fusion-framework-react-module-bookmark@2.0.31
|
|
422
441
|
|
|
423
442
|
## 0.3.5
|
|
424
443
|
|
|
@@ -427,39 +446,39 @@
|
|
|
427
446
|
- [#1754](https://github.com/equinor/fusion-framework/pull/1754) [`81e7db7`](https://github.com/equinor/fusion-framework/commit/81e7db74690aa7284584d3820494cb71e6ad6c91) Thanks [@eikeland](https://github.com/eikeland)! - Updating eds packages to mitigate type errors after latest version, @equinor/ids-icons >= 0.20.0.
|
|
428
447
|
|
|
429
448
|
- Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]:
|
|
430
|
-
|
|
431
|
-
|
|
449
|
+
- @equinor/fusion-framework-react@6.0.0
|
|
450
|
+
- @equinor/fusion-framework-react-module-bookmark@2.0.30
|
|
432
451
|
|
|
433
452
|
## 0.3.4
|
|
434
453
|
|
|
435
454
|
### Patch Changes
|
|
436
455
|
|
|
437
456
|
- Updated dependencies []:
|
|
438
|
-
|
|
457
|
+
- @equinor/fusion-framework-react-module-bookmark@2.0.29
|
|
439
458
|
|
|
440
459
|
## 0.3.3
|
|
441
460
|
|
|
442
461
|
### Patch Changes
|
|
443
462
|
|
|
444
463
|
- Updated dependencies []:
|
|
445
|
-
|
|
446
|
-
|
|
464
|
+
- @equinor/fusion-framework-react@5.3.9
|
|
465
|
+
- @equinor/fusion-framework-react-module-bookmark@2.0.28
|
|
447
466
|
|
|
448
467
|
## 0.3.2
|
|
449
468
|
|
|
450
469
|
### Patch Changes
|
|
451
470
|
|
|
452
471
|
- Updated dependencies []:
|
|
453
|
-
|
|
454
|
-
|
|
472
|
+
- @equinor/fusion-framework-react@5.3.8
|
|
473
|
+
- @equinor/fusion-framework-react-module-bookmark@2.0.27
|
|
455
474
|
|
|
456
475
|
## 0.3.1
|
|
457
476
|
|
|
458
477
|
### Patch Changes
|
|
459
478
|
|
|
460
479
|
- Updated dependencies []:
|
|
461
|
-
|
|
462
|
-
|
|
480
|
+
- @equinor/fusion-framework-react@5.3.7
|
|
481
|
+
- @equinor/fusion-framework-react-module-bookmark@2.0.26
|
|
463
482
|
|
|
464
483
|
## 0.3.0
|
|
465
484
|
|
|
@@ -470,39 +489,39 @@
|
|
|
470
489
|
### Patch Changes
|
|
471
490
|
|
|
472
491
|
- Updated dependencies []:
|
|
473
|
-
|
|
474
|
-
|
|
492
|
+
- @equinor/fusion-framework-react@5.3.6
|
|
493
|
+
- @equinor/fusion-framework-react-module-bookmark@2.0.25
|
|
475
494
|
|
|
476
495
|
## 0.2.14
|
|
477
496
|
|
|
478
497
|
### Patch Changes
|
|
479
498
|
|
|
480
499
|
- Updated dependencies []:
|
|
481
|
-
|
|
482
|
-
|
|
500
|
+
- @equinor/fusion-framework-react@5.3.5
|
|
501
|
+
- @equinor/fusion-framework-react-module-bookmark@2.0.24
|
|
483
502
|
|
|
484
503
|
## 0.2.13
|
|
485
504
|
|
|
486
505
|
### Patch Changes
|
|
487
506
|
|
|
488
507
|
- Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
|
|
489
|
-
|
|
490
|
-
|
|
508
|
+
- @equinor/fusion-framework-react-module-bookmark@2.0.23
|
|
509
|
+
- @equinor/fusion-framework-react@5.3.4
|
|
491
510
|
|
|
492
511
|
## 0.2.12
|
|
493
512
|
|
|
494
513
|
### Patch Changes
|
|
495
514
|
|
|
496
515
|
- Updated dependencies []:
|
|
497
|
-
|
|
516
|
+
- @equinor/fusion-framework-react-module-bookmark@2.0.22
|
|
498
517
|
|
|
499
518
|
## 0.2.11
|
|
500
519
|
|
|
501
520
|
### Patch Changes
|
|
502
521
|
|
|
503
522
|
- Updated dependencies []:
|
|
504
|
-
|
|
505
|
-
|
|
523
|
+
- @equinor/fusion-framework-react-module-bookmark@2.0.21
|
|
524
|
+
- @equinor/fusion-framework-react@5.3.3
|
|
506
525
|
|
|
507
526
|
## 0.2.10
|
|
508
527
|
|
|
@@ -510,15 +529,15 @@
|
|
|
510
529
|
|
|
511
530
|
- [#1348](https://github.com/equinor/fusion-framework/pull/1348) [`0acc8827`](https://github.com/equinor/fusion-framework/commit/0acc8827e5e2df8b5b2aeac5e1a2cd29c4384e78) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @equinor/eds-core-react from 0.32.4 to 0.33.0
|
|
512
531
|
|
|
513
|
-
|
|
532
|
+
- support for [styled-components@6](https://styled-components.com/releases#v6.0.0)
|
|
514
533
|
|
|
515
534
|
## 0.2.9
|
|
516
535
|
|
|
517
536
|
### Patch Changes
|
|
518
537
|
|
|
519
538
|
- Updated dependencies []:
|
|
520
|
-
|
|
521
|
-
|
|
539
|
+
- @equinor/fusion-framework-react-module-bookmark@2.0.20
|
|
540
|
+
- @equinor/fusion-framework-react@5.3.2
|
|
522
541
|
|
|
523
542
|
## 0.2.8
|
|
524
543
|
|
|
@@ -527,32 +546,32 @@
|
|
|
527
546
|
- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
|
|
528
547
|
|
|
529
548
|
- Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
|
|
530
|
-
|
|
531
|
-
|
|
549
|
+
- @equinor/fusion-framework-react@5.3.1
|
|
550
|
+
- @equinor/fusion-framework-react-module-bookmark@2.0.19
|
|
532
551
|
|
|
533
552
|
## 0.2.7
|
|
534
553
|
|
|
535
554
|
### Patch Changes
|
|
536
555
|
|
|
537
556
|
- Updated dependencies [[`3896fbec`](https://github.com/equinor/fusion-framework/commit/3896fbec3458dbe2ebd66e772465d5f89cd20658)]:
|
|
538
|
-
|
|
539
|
-
|
|
557
|
+
- @equinor/fusion-framework-react@5.3.0
|
|
558
|
+
- @equinor/fusion-framework-react-module-bookmark@2.0.18
|
|
540
559
|
|
|
541
560
|
## 0.2.6
|
|
542
561
|
|
|
543
562
|
### Patch Changes
|
|
544
563
|
|
|
545
564
|
- Updated dependencies []:
|
|
546
|
-
|
|
547
|
-
|
|
565
|
+
- @equinor/fusion-framework-react@5.2.7
|
|
566
|
+
- @equinor/fusion-framework-react-module-bookmark@2.0.17
|
|
548
567
|
|
|
549
568
|
## 0.2.5
|
|
550
569
|
|
|
551
570
|
### Patch Changes
|
|
552
571
|
|
|
553
572
|
- Updated dependencies []:
|
|
554
|
-
|
|
555
|
-
|
|
573
|
+
- @equinor/fusion-framework-react@5.2.6
|
|
574
|
+
- @equinor/fusion-framework-react-module-bookmark@2.0.16
|
|
556
575
|
|
|
557
576
|
## 0.2.4
|
|
558
577
|
|
|
@@ -579,8 +598,8 @@
|
|
|
579
598
|
- [`066d843c`](https://github.com/equinor/fusion-framework/commit/066d843c88cb974150f23f4fb9e7d0b066c93594) Thanks [@odinr](https://github.com/odinr)! - fix typo in styled components
|
|
580
599
|
|
|
581
600
|
- Updated dependencies []:
|
|
582
|
-
|
|
583
|
-
|
|
601
|
+
- @equinor/fusion-framework-react-module-bookmark@2.0.15
|
|
602
|
+
- @equinor/fusion-framework-react@5.2.5
|
|
584
603
|
|
|
585
604
|
## 0.2.0
|
|
586
605
|
|
|
@@ -588,30 +607,30 @@
|
|
|
588
607
|
|
|
589
608
|
- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Removed emotion styling
|
|
590
609
|
|
|
591
|
-
|
|
610
|
+
issues whit conflicting package when using 3x jss frameworks (mui, styled-components, emotion)
|
|
592
611
|
|
|
593
|
-
|
|
612
|
+
_this might break jss class generation front-end, since classnames changes_
|
|
594
613
|
|
|
595
614
|
### Patch Changes
|
|
596
615
|
|
|
597
616
|
- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm
|
|
598
617
|
|
|
599
|
-
|
|
618
|
+
conflicts of `@types/react` made random outcomes when using `yarn`
|
|
600
619
|
|
|
601
|
-
|
|
620
|
+
this change should not affect consumer of the packages, but might conflict dependent on local package manager.
|
|
602
621
|
|
|
603
622
|
- [#1129](https://github.com/equinor/fusion-framework/pull/1129) [`f672d0bb`](https://github.com/equinor/fusion-framework/commit/f672d0bba71a7ea6cd08135778fda67ff38f3ac3) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @equinor/eds-core-react from 0.30.0 to 0.32.4
|
|
604
623
|
|
|
605
624
|
- [#1122](https://github.com/equinor/fusion-framework/pull/1122) [`1a055b21`](https://github.com/equinor/fusion-framework/commit/1a055b21e07f84bc5d35cc891586aa9aa0bdf661) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update styled-components to [^6.0.7](https://github.com/styled-components/styled-components/releases/tag/v6.0.7)
|
|
606
625
|
|
|
607
|
-
|
|
608
|
-
|
|
626
|
+
- upgraded dev deps of `@equinor/fusion-framework-react-components-bookmark` to react 18, see style-components [changelog](https://github.com/styled-components/styled-components/releases/tag/v6.0.0)
|
|
627
|
+
- removed `@types/style-components` from `@equinor/fusion-framework-react-components-bookmark`
|
|
609
628
|
|
|
610
|
-
|
|
629
|
+
see style-components [migration guide](https://styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v6)
|
|
611
630
|
|
|
612
631
|
- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
|
|
613
|
-
|
|
614
|
-
|
|
632
|
+
- @equinor/fusion-framework-react-module-bookmark@2.0.14
|
|
633
|
+
- @equinor/fusion-framework-react@5.2.4
|
|
615
634
|
|
|
616
635
|
## 0.1.16
|
|
617
636
|
|
|
@@ -619,11 +638,11 @@
|
|
|
619
638
|
|
|
620
639
|
- [#1047](https://github.com/equinor/fusion-framework/pull/1047) [`1a2880d2`](https://github.com/equinor/fusion-framework/commit/1a2880d2e4c80ac5ce08f63ca3699fe77e4b565c) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @typescript-eslint/eslint-plugin from 5.59.11 to 6.1.0
|
|
621
640
|
|
|
622
|
-
|
|
641
|
+
only style semantics updated
|
|
623
642
|
|
|
624
643
|
- Updated dependencies [[`1a2880d2`](https://github.com/equinor/fusion-framework/commit/1a2880d2e4c80ac5ce08f63ca3699fe77e4b565c), [`1749da29`](https://github.com/equinor/fusion-framework/commit/1749da290c98c0a43b9fdf2253dfb224e4ccdcd0)]:
|
|
625
|
-
|
|
626
|
-
|
|
644
|
+
- @equinor/fusion-framework-react@5.2.3
|
|
645
|
+
- @equinor/fusion-framework-react-module-bookmark@2.0.13
|
|
627
646
|
|
|
628
647
|
## 0.1.15
|
|
629
648
|
|
|
@@ -643,12 +662,12 @@
|
|
|
643
662
|
|
|
644
663
|
- [#905](https://github.com/equinor/fusion-framework/pull/905) [`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c) Thanks [@odinr](https://github.com/odinr)! - **🚧 Chore: dedupe packages**
|
|
645
664
|
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
665
|
+
- align all versions of typescript
|
|
666
|
+
- update types to build
|
|
667
|
+
- a couple of typecasts did not [satisfies](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#satisfies-support-in-jsdoc) and was recasted as `unknwon`, marked with `TODO`, should be fixed in future
|
|
649
668
|
|
|
650
669
|
- Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
|
|
651
|
-
|
|
670
|
+
- @equinor/fusion-framework-react-module-bookmark@2.0.12
|
|
652
671
|
|
|
653
672
|
## 0.1.12
|
|
654
673
|
|
|
@@ -656,16 +675,16 @@
|
|
|
656
675
|
|
|
657
676
|
- 727fb935: fix(react-module-bookmark): module can be undefined
|
|
658
677
|
|
|
659
|
-
|
|
678
|
+
the bookmark module might not been enable, which makes the application crash.
|
|
660
679
|
|
|
661
|
-
|
|
680
|
+
**TODO:**
|
|
662
681
|
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
682
|
+
- [ ] create a simpler hook for using bookmark
|
|
683
|
+
- [ ] create a hook for exposing the module
|
|
684
|
+
- [ ] create better documentation
|
|
666
685
|
|
|
667
686
|
- Updated dependencies [727fb935]
|
|
668
|
-
|
|
687
|
+
- @equinor/fusion-framework-react-module-bookmark@2.0.11
|
|
669
688
|
|
|
670
689
|
All notable changes to this project will be documented in this file.
|
|
671
690
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|