@frontegg/angular 7.15.0 → 7.16.0-alpha.15517686494

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/CHANGELOG.md +0 -1076
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@frontegg/angular",
3
- "version": "7.15.0",
3
+ "version": "7.16.0-alpha.15517686494",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=12.0.0",
7
7
  "@angular/core": ">=12.0.0"
8
8
  },
9
9
  "dependencies": {
10
- "@frontegg/js": "7.74.0",
10
+ "@frontegg/js": "7.75.0",
11
11
  "csstype": "^3.0.8",
12
12
  "fast-deep-equal": "^3.1.3",
13
13
  "stream": "^0.0.2",
package/CHANGELOG.md DELETED
@@ -1,1076 +0,0 @@
1
- # Change Log
2
-
3
- ## [7.15.0](https://github.com/frontegg/frontegg-angular/compare/v7.14.2...v7.15.0) (2025-5-27)
4
-
5
- - FR-20899 - Changed logout user session button
6
- - FR-20901 - Fixed select actions menu item
7
- - FR-20871 - Added support for default language
8
- - FR-20894 - Added support regex in string input
9
-
10
-
11
- - FR-19718 - Added username strategies
12
-
13
- - FR-20337 - Fixed errors not displayed on submit
14
-
15
-
16
-
17
- ## [7.14.2](https://github.com/frontegg/frontegg-angular/compare/v7.14.1...v7.14.2) (2025-5-20)
18
-
19
- - FR-20337 - Fixed errors not displayed on submit
20
-
21
- - FR-19738 - Added support for CMC components
22
-
23
- - FR-20047 - Added support for overrideSignupFields as string js code
24
- - FR-19797 - Fixed bug duplicate request on double click
25
- - FR-20479 - Added type error validation method to yup interfaces
26
-
27
-
28
-
29
- ## [7.14.1](https://github.com/frontegg/frontegg-angular/compare/v7.14.0...v7.14.1) (2025-5-5)
30
-
31
- - FR-20047 - Added support for overrideSignupFields as string js code
32
- - FR-19797 - Fixed bug duplicate request on double click
33
- - FR-20479 - Added type error validation method to yup interfaces
34
-
35
- - FR-20482 - Added one of validation method to yup boolean interface
36
- - FR-19402 - Fixed UI delete all checkbox
37
- - FR-20398 - Added delete all option to SCIM deletion
38
- - FR-20047 - Added Custom Signup Fields
39
-
40
-
41
-
42
- ## [7.14.0](https://github.com/frontegg/frontegg-angular/compare/v7.13.5...v7.14.0) (2025-4-14)
43
-
44
- - FR-18986 - Added tooltip functionality for individual chips in GroupsChipsList component
45
- - FR-20385 - Fixed user impersonation with identifiers
46
- - FR-20254 - Added localizations for activate with social logins
47
- - FR-20280 - Added support for signup with phone number
48
-
49
-
50
-
51
- ## [7.13.5](https://github.com/frontegg/frontegg-angular/compare/v7.13.4...v7.13.5) (2025-3-31)
52
-
53
- - FR-20267 - Added support for direction by metadata
54
- - FR-20250 - Fixed min optional tests on password strength
55
- - FR-19976 - Fixed pre step shouldn't appear when shouldSetPassword is not false
56
-
57
-
58
-
59
- ## [7.13.4](https://github.com/frontegg/frontegg-angular/compare/v7.13.3...v7.13.4) (2025-3-23)
60
-
61
- - FR-19299 - Fixed Hebrew translation of password rotation
62
- - FR-17951 - Changed the api routes of profile page's phone number
63
-
64
- - FR-20068 - Added password config custom tests
65
-
66
-
67
-
68
- ## [7.13.3](https://github.com/frontegg/frontegg-angular/compare/v7.13.2...v7.13.3) (2025-3-16)
69
-
70
- - FR-20068 - Added password config custom tests
71
-
72
- - FR-13869 - Fixed autocomplete overrides input theme
73
- - FR-19956 - Fixed missing email for unenreolled MFA users
74
- - FR-20037 - Fixed input focus on user invite dialog
75
-
76
-
77
-
78
- ## [7.13.2](https://github.com/frontegg/frontegg-angular/compare/v7.13.1...v7.13.2) (2025-3-5)
79
-
80
- - FR-19452 - Added a "silent refresh" to switchTenant
81
-
82
-
83
-
84
- ## [7.13.1](https://github.com/frontegg/frontegg-angular/compare/v7.13.0...v7.13.1) (2025-3-4)
85
-
86
- - FR-19752 - Fixed error not shown in custom role creation
87
- - FR-18568 - Added password rotation support
88
-
89
- - FR-19037 - Added fallback for skip user load
90
- - FR-19648 - Added password expiration to login box
91
-
92
- - FR-19037 - Added an option to skip user load
93
-
94
-
95
-
96
- ## [7.13.0](https://github.com/frontegg/frontegg-angular/compare/v7.12.1...v7.13.0) (2025-2-20)
97
-
98
- - FR-18630 - Fixed input transparent autofill for vite
99
- - FR-15942 - Changed titles in SSO configuration guides
100
- - FR-19747 - Added a pre step toggler to the dashboard that enables a confirmation mechanism on relevant emails, to prevent automated scanners from invalidating magic links
101
-
102
-
103
- - FR-19677 - Added hebrew translations for the pre step screens
104
- - FR-19547 - Changed pre step titles
105
-
106
-
107
-
108
- ## [7.12.1](https://github.com/frontegg/frontegg-angular/compare/v7.12.0...v7.12.1) (2025-2-10)
109
-
110
- - FR-19547 - Changed prestep component to get t instead of texts
111
-
112
-
113
-
114
- ## [7.12.0](https://github.com/frontegg/frontegg-angular/compare/v7.11.8...v7.12.0) (2025-2-10)
115
-
116
- - FR-19547 - Added prestep support for auth flows
117
- - FR-19048 - Changed sign-up with 6 digit code flow
118
- - FR-19626 - Added support for social login eventually style
119
- - FR-9045 - Fixed login form placeholder color
120
-
121
-
122
-
123
- ## [7.11.8](https://github.com/frontegg/frontegg-angular/compare/v7.11.7...v7.11.8) (2025-2-5)
124
-
125
- - FR-19618 - Fixed FRONTEGG_AFTER_AUTH_REDIRECT_URL usage on custom login
126
- - FR-19509 - Fixed sms as main auth strategy validation
127
-
128
-
129
-
130
- ## [7.11.7](https://github.com/frontegg/frontegg-angular/compare/v7.11.6...v7.11.7) (2025-2-2)
131
-
132
- - FR-19573 - Fixed redundant required asterisk on optional field
133
- - FR-19566 - Fixed navbar route title appearing without items
134
- - FR-19351 - Fixed SMS input calling code replace
135
-
136
-
137
-
138
- ## [7.11.6](https://github.com/frontegg/frontegg-angular/compare/v7.11.5...v7.11.6) (2025-1-26)
139
-
140
- - FR-19351 - Fixed MFA with SMS error and inital state bugs
141
- - FR-19269 - Changed initial requests to run in parallel
142
-
143
-
144
-
145
- ## [7.11.5](https://github.com/frontegg/frontegg-angular/compare/v7.11.4...v7.11.5) (2025-1-16)
146
-
147
- - FR-19387 - Fixed login with apple in iOS devices
148
- - FR-18450 - Changed permissions tree components (refactor)
149
-
150
-
151
-
152
- ## [7.11.4](https://github.com/frontegg/frontegg-angular/compare/v7.11.3...v7.11.4) (2025-1-14)
153
-
154
- - FR-19236 - Fixed error handling on OIDC failure
155
- - FR-19301 - Fixed settings list item title
156
- - FR-19121 - Fixed security center recommendations after policy changed
157
-
158
-
159
-
160
- ## [7.11.3](https://github.com/frontegg/frontegg-angular/compare/v7.11.2...v7.11.3) (2025-1-6)
161
-
162
- - FR-19272 - Fixed sso input
163
-
164
-
165
- - FR-19068 - Fixed MFA error appears after reset
166
-
167
-
168
- ## [7.11.2](https://github.com/frontegg/frontegg-angular/compare/v7.11.1...v7.11.2) (2024-12-31)
169
-
170
- - FR-19220 - Fixed roles selection for MSP users
171
- - FR-19205 - Added filter country code by country calling code
172
- - FR-18963 - Added SMS enhancements
173
-
174
-
175
-
176
- ## [7.11.1](https://github.com/frontegg/frontegg-angular/compare/v7.11.0...v7.11.1) (2024-12-29)
177
-
178
- - FR-19191 - Fixed infinite loop on get ip metadata
179
-
180
-
181
- # Change Log
182
-
183
- ## [7.11.0](https://github.com/frontegg/frontegg-angular/compare/v7.10.0...v7.10.1) (2024-12-24)
184
-
185
- - FR-19079 - Added Suggest Save password in mobile sdk
186
-
187
- - FR-19047 - Fixed permissions evalutaion when have more than one permission
188
- - FR-18988 - Fixed missing email on MFA verification description
189
- - FR-19068 - Fixed MFA error appears after clicking on verify another way
190
- - FR-18917 - Fixed user roles deletion
191
-
192
-
193
-
194
- ## [7.10.0](https://github.com/frontegg/frontegg-angular/compare/v7.9.0...v7.10.0) (2024-12-23)
195
-
196
- - FR-19047 - Fixed permissions evalutaion when have more than one permission
197
- - FR-18988 - Fixed missing email on MFA verification description
198
- - FR-19068 - Fixed MFA error appears after clicking on verify another way
199
- - FR-18917 - Fixed user roles deletion
200
-
201
- - FR-18683 - Changed phone number selector input
202
-
203
-
204
-
205
- ## [7.9.0](https://github.com/frontegg/frontegg-angular/compare/v7.8.2...v7.9.0) (2024-12-15)
206
-
207
- - FR-18941 - Fixed permissions evaluation without permissions in JWT
208
- - FR-18966 - Added override error message infrastructure
209
-
210
-
211
- - FR-18896 - Added RTL support
212
-
213
-
214
-
215
- ## [7.8.2](https://github.com/frontegg/frontegg-angular/compare/v7.8.1...v7.8.2) (2024-12-5)
216
-
217
- FR-18954 - Fixed MFA with email active state, step and missing erros
218
- FR-18973 - Added login to show error page only for 5xx errors
219
-
220
-
221
- ## [7.8.1](https://github.com/frontegg/frontegg-angular/compare/v7.8.0...v7.8.1) (2024-12-3)
222
-
223
- - FR-18925 - Fixed wrong ip presented in Audit logs table IP column
224
-
225
-
226
- - FR-18682 - Changed country flags image
227
-
228
-
229
- ## [7.8.0](https://github.com/frontegg/frontegg-angular/compare/v7.7.0...v7.8.0) (2024-11-28)
230
-
231
- - FR-18838 - Added MFA with email code
232
- - FR-17593 - Fixed SAML enable with non SSO user try to login not throwing an error
233
-
234
-
235
- # Change Log
236
-
237
- ## [7.7.0](https://github.com/frontegg/frontegg-angular/compare/v7.6.4...v7.7.0) (2024-11-21)
238
-
239
- - FR-18699 - Removed entitlements automatic 30 seconds refresh mechanism
240
- - FR-18138 - Added logic to improve login box and admin portal stability and resiliency
241
-
242
-
243
- ## [7.6.4](https://github.com/frontegg/frontegg-angular/compare/v7.6.3...v7.6.4) (2024-11-19)
244
-
245
- - FR-18341 - Fixed social login button size
246
- - FR-12722 - Fixed Incorrect order of social logins display
247
-
248
-
249
- ## [7.6.3](https://github.com/frontegg/frontegg-angular/compare/v7.6.2...v7.6.3) (2024-11-14)
250
-
251
- - FR-18646 - Fixed missing permissions with wildcard on custom roles
252
- - FR-18341 - Fixed Google Chrome Translate feature causes a crash
253
- - FR-16902 - Fixed login box scroll on mobile browsers
254
-
255
-
256
-
257
- ## [7.6.2](https://github.com/frontegg/frontegg-angular/compare/v7.6.1...v7.6.2) (2024-11-12)
258
-
259
- - FR-18594 - Fixed blinking bug On IP and domain page
260
- - FR-18499 - Fixed otc page blink
261
- - FR-18005 - Fixed search api tokens with null descriptions
262
- - FR-18499 - Fixed activate with code and password
263
- - FR-18582 - Fixed loader size and wrong massage
264
-
265
- - FR-18561 - Fixed get ip metadata when app name is provided
266
- - FR-17091 - Fixed long name in groups and roles
267
-
268
-
269
-
270
- ## [7.6.1](https://github.com/frontegg/frontegg-angular/compare/v7.6.0...v7.6.1) (2024-11-10)
271
-
272
- - FR-18561 - Fixed get ip metadata when app name is provided
273
- - FR-17091 - Fixed long name in groups and roles
274
-
275
-
276
- ### Angular Wrapper 7.6.1:
277
- - FR-18542: support minor versions
278
-
279
- ## [7.6.0](https://github.com/frontegg/frontegg-angular/compare/v7.5.0...v7.6.0) (2024-11-5)
280
-
281
- - FR-18529 - Fixed empty roles field bug when appName is provided
282
-
283
-
284
- - FR-18353 - Fixed tooltips mount component
285
- - FR-18476 - Added url for beforeRequestInterceptor function
286
- - FR-18476 - Added request interceptor
287
- - FR-18472 - Fixed Google one tap login stuck after unmounting login
288
- - FR-18436 - Fixed activate account with empty redirect bug
289
-
290
- - FR-17943 - Added code pages
291
-
292
-
293
- - FR-18427 - Added Support for triggering MFA after native passkeys / iOS apple login
294
- - FR-18211 - Fixed email overlapping roles field
295
-
296
-
297
-
298
- ## [7.5.0](https://github.com/frontegg/frontegg-angular/compare/v7.4.0...v7.5.0) (2024-10-29)
299
-
300
- - FR-17943 - Added code pages
301
-
302
-
303
- - FR-18427 - Added Support for triggering MFA after native passkeys / iOS apple login
304
- - FR-18211 - Fixed email overlapping roles field
305
-
306
- - FR-18356 - Fixed validations localization override type
307
-
308
-
309
-
310
- ## [7.4.0](https://github.com/frontegg/frontegg-angular/compare/v7.3.0...v7.4.0) (2024-10-10)
311
-
312
- - FR-18217 - Fixed impersonation on embedded
313
- - FR-18167 - Fixed back to login on magic link
314
- - FR-8030 - Fixed website dialog cancel button typeography
315
- - FR-17760 - Fixed empty lastSeen column on expanded user info
316
- - FR-17762 - Fixed tree component using mui/x-tree-view
317
- - FR-17517 - Fixed login direct action race condition
318
- - FR-17649 - Fixed autofill sms code iOS SDK
319
- - FR-17650 - Fixed auto capitalize email input in login page
320
- - FR-17443 - Fixed infinite loader when using direct login action
321
-
322
-
323
- ## [7.3.0](https://github.com/frontegg/frontegg-angular/compare/v7.2.0...v7.3.0) (2024-8-28)
324
-
325
- - FR-17626 - Fix clientId on request authorize for multi-apps
326
- - FR-17182 - Fix copy invite user link in hosted admin portal
327
-
328
-
329
- # Change Log
330
-
331
- ## [7.2.0](https://github.com/frontegg/frontegg-angular/compare/v7.1.0...v7.2.0) (2024-8-26)
332
-
333
-
334
- # Change Log
335
-
336
- ## [7.1.0](https://github.com/frontegg/frontegg-angular/compare/v7.0.0...v7.1.0) (2024-8-18)
337
-
338
- - FR-17169 - Added support in send unlock account email
339
-
340
-
341
- # Change Log
342
-
343
- ## [7.0.0](https://github.com/frontegg/frontegg-angular/compare/v6.34.0...v7.0.0) (2024-8-5)
344
-
345
- ### 🚀 Major Changes
346
- - **Store Management:**
347
- - Replaced the existing Redux store with Valtio. This change significantly reduces the bundle size, removes the boilerplate code associated with generator functions, and enables actions to be `async/await`. The new approach provides better stack traces and allows actions to be awaited directly, eliminating the need for callback functions.
348
-
349
- ### 🔧 Upgrades
350
- - **TypeScript:**
351
- - Upgraded TypeScript from version `v3.9.7` to `v5.5.4`. This update ensures compatibility with the latest TypeScript features and improves overall type-checking and developer experience.
352
-
353
- - **Testing Framework:**
354
- - Upgraded Jest to version `v29`. This upgrade includes performance improvements, new features, and bug fixes, ensuring more reliable and faster tests.
355
-
356
- - **UI Dependencies:**
357
- - Upgraded Material UI, Emotion, and Stylis to their latest versions, enhancing UI component performance, styling flexibility, and overall user experience.
358
-
359
- - **Node.js:**
360
- - Upgraded Node.js from version `16` to `18.18`, ensuring compatibility with the latest features and security updates.
361
-
362
- ### 🛠 Enhancements
363
- - **Refactor:**
364
- - Refactored code to use nested imports in Material UI, which helps reduce bundle size.
365
-
366
- - **MFA (Multi-Factor Authentication):**
367
- - Changed the MFA code input to auto-submit upon completion for a smoother user experience.
368
-
369
- - **Dependencies:**
370
- - Incremented various dependencies, Node.js, and TypeScript to align with the latest standards and ensure better performance and security.
371
-
372
- - **New Feature:**
373
- - Added a "Resend Invitation Email" action to the users table on the "All Accounts" page, improving user management capabilities.
374
-
375
- ### ⚠️ Breaking Changes
376
- - **Permissions & Privacy Page:**
377
- - Removed permissions from the privacy page. The user privacy page will now be displayed for all users in the admin portal.
378
-
379
-
380
- # Change Log
381
-
382
- ## [6.34.0](https://github.com/frontegg/frontegg-angular/compare/v6.33.0...v6.34.0) (2024-7-22)
383
-
384
- - FR-16990 - Fixed social logins container styling
385
- - FR-17117 - Added URL validation to direct login action
386
-
387
-
388
-
389
- # Change Log
390
-
391
- ## [6.33.0](https://github.com/frontegg/frontegg-angular/compare/v6.32.0...v6.33.0) (2024-7-18)
392
-
393
- - FR-17009 - Add the option to disable/enable users from users table
394
-
395
- ## [6.32.0](https://github.com/frontegg/frontegg-angular/compare/v6.31.0...v6.32.0) (2024-7-16)
396
-
397
- * FR-17055 - Fix SSO redirect race condition
398
-
399
-
400
-
401
- ## [6.31.0](https://github.com/frontegg/frontegg-angular/compare/v6.30.0...v6.31.0) (2024-7-10)
402
-
403
- - FR-16987 - Add additional params to vanilla js loginWithRedircet
404
- - FR-16960 - Fix typography color in SSO guides dark mode
405
-
406
-
407
- # Change Log
408
-
409
- ## [6.30.0](https://github.com/frontegg/frontegg-angular/compare/v6.29.0...v6.30.0) (2024-7-9)
410
-
411
- - FR-16737 - Allow terms and conditions checkbox on sign up form being optional
412
-
413
-
414
- ## [6.29.0](https://github.com/frontegg/frontegg-angular/compare/v6.28.0...v6.29.0) (2024-7-4)
415
-
416
- - FR-16881 - Fixed hosted login redirect url when using basename
417
- - FR-16812 - Fixed dark theme disabled input palette
418
-
419
- - FR-16704 - fix password meter unsuspended async component
420
-
421
- FR-15484 - Fix update tenant state after account settings change
422
- FR-16613 - Add automatic sub-account access in MSP
423
-
424
-
425
- ## [6.28.0](https://github.com/frontegg/frontegg-angular/compare/v6.27.0...v6.28.0) (2024-6-5)
426
-
427
- - FR-16513 - Show client id on all tokens in API tokens table
428
-
429
-
430
-
431
- ## [6.27.0](https://github.com/frontegg/frontegg-angular/compare/v6.26.0...v6.27.0) (2024-5-28)
432
-
433
- - FR-16341 - Support hiding columns in admin portal users table
434
-
435
-
436
-
437
- ## [6.26.0](https://github.com/frontegg/frontegg-angular/compare/v6.25.0...v6.26.0) (2024-5-27)
438
-
439
- - FR-16463 - Removed domain restrictions validation when invite user from All Accounts page
440
- - FR-16421 - Fixed error handling in edit phone number dialog
441
-
442
- # Change Log
443
-
444
- ## [6.25.0](https://github.com/frontegg/frontegg-angular/compare/v6.24.1...v6.25.0) (2024-4-21)
445
-
446
- - FR-15737 - Added an option for accounts to open sub-account management for their sub-accounts
447
- - FR-15603 - Added support for embedded SCIM guides
448
-
449
-
450
- # Change Log
451
-
452
- ## [6.24.1](https://github.com/frontegg/frontegg-angular/compare/v6.24.0...v6.24.1) (2024-4-18)
453
-
454
- - FR-16088 - Support hosted admin portal
455
-
456
- # Change Log
457
-
458
- ## [6.24.0](https://github.com/frontegg/frontegg-angular/compare/v6.23.0...v6.24.0) (2024-4-18)
459
-
460
- - FR-FR-15124 - Support multi-apps
461
-
462
- ## [6.23.0](https://github.com/frontegg/frontegg-angular/compare/v6.22.0...v6.23.0) (2024-4-15)
463
-
464
- - FR-15863 - Changed chip list design in admin portal
465
-
466
- - FR-15367 - Fixed user logo upload for SCIM users
467
- - FR-15111 - Fixed impersonation embedded redirection
468
-
469
- ### Angular Wrapper 6.23.0:
470
- - FR-15672 - E2E workflows support
471
- # Change Log
472
-
473
- ## [6.22.0](https://github.com/frontegg/frontegg-angular/compare/v6.21.0...v6.22.0) (2024-4-2)
474
-
475
- - FR-15367 - Fixed user logo upload for SCIM users
476
- - FR-15111 - Fixed impersonation embedded redirection
477
-
478
- # Change Log
479
-
480
- ## [6.21.0](https://github.com/frontegg/frontegg-angular/compare/v6.20.0...v6.21.0) (2024-3-20)
481
-
482
- - FR-15233 - Fix autocomplete popper
483
-
484
-
485
- - FR-13828 - Add option to specify prompt consent from loginDirectAction
486
- - FR-15315 - Added sort for role selections in Admin Portal
487
-
488
-
489
- # Change Log
490
-
491
- ## [6.20.0](https://github.com/frontegg/frontegg-angular/compare/v6.19.0...v6.20.0) (2024-3-3)
492
-
493
- - FR-15270 - Added new roles page to the Admin Portal
494
- - FR-15395 - Fixed tab tenant not cleared after logout
495
-
496
- # Change Log
497
-
498
- ## [6.19.0](https://github.com/frontegg/frontegg-angular/compare/v6.18.0...v6.19.0) (2024-2-28)
499
-
500
- - FR-15376 - fixed null group description exception
501
- - FR-15305 - Fixed changed fields sent on edit group to support SCIM group update
502
- - FR-15219 - Fixed missing row actions in users table when using MSP
503
-
504
-
505
- ## [6.18.0](https://github.com/frontegg/frontegg-angular/compare/v6.17.0...v6.18.0) (2024-2-1)
506
-
507
- - FR-15087 - Added oidc support for linkedin
508
- - FR-14997 - Fixed invite user dialog UI issues
509
-
510
-
511
-
512
- ## [6.17.0](https://github.com/frontegg/frontegg-angular/compare/v6.16.0...v6.17.0) (2024-1-28)
513
-
514
- - FR-14910 - Fixed handling entitlements errors
515
- - FR-14740 - Send tenant alias for hosted custom login auth user
516
- - FR-14197 - Added Canada to MFA SMS list of countries
517
- - FR-14859 - Fixed roles filtering for MSP
518
- - FR-14855 - Added support for social login consent, by default it is false.
519
- - FR-14813 - Added support for open app page with basename
520
- - FR-14813 - Added support for mobile deep link redirect page
521
-
522
-
523
-
524
- ## [6.16.0](https://github.com/frontegg/frontegg-angular/compare/v6.15.0...v6.16.0) (2024-1-7)
525
-
526
- - FR-14807 - Fixed step up double call to generate step up session
527
-
528
-
529
- # Change Log
530
-
531
- ## [6.15.0](https://github.com/frontegg/frontegg-angular/compare/v6.14.0...v6.15.0) (2024-1-3)
532
-
533
- - FR-14753 - Fixed step up key removing when user does not finish step up flow
534
-
535
-
536
-
537
- ## [6.14.0](https://github.com/frontegg/frontegg-angular/compare/v6.13.0...v6.14.0) (2023-12-31)
538
-
539
- - FR-14228 - Added Step Up feature to allow a second layer of authentication for sensitive actions
540
-
541
- - FR-14578 - Fixed custom login without tenant alias
542
- - FR-14638 - Missing exp on user interface
543
- - FR-14560 - added temporary users feature
544
-
545
-
546
- - FR-14644 - Fixed enroll authenticator app missing error message when code is wrong
547
-
548
-
549
- - FR-14219 - Step up - Embedded flow
550
-
551
- ### Angular Wrapper 6.14.0:
552
- - [FR-14227] - Step up implementation and entitlements console error when logged out
553
- - FR-14324 - Fix default values for loginWithRedirect
554
- - FR-14342 - Add loginDirectAction to loginWithRedirect options
555
-
556
- ## [6.13.0](https://github.com/frontegg/frontegg-angular/compare/v6.12.0...v6.13.0) (2023-12-20)
557
-
558
- - FR-14324 - Fix direct login custom social login
559
-
560
-
561
- ### Angular Wrapper 6.13.0:
562
- - FR-14324 - Fix default values for loginWithRedirect
563
- - FR-14342 - Add loginDirectAction to loginWithRedirect options
564
-
565
- ## [6.12.0](https://github.com/frontegg/frontegg-angular/compare/v6.11.0...v6.12.0) (2023-12-17)
566
-
567
- - FR-10692 - Remove the ability to select a full category on webhooks page
568
-
569
-
570
-
571
- ## [6.11.0](https://github.com/frontegg/frontegg-angular/compare/v6.10.0...v6.11.0) (2023-12-12)
572
-
573
- - FR-14324 - Fix android native module and add option for direct social login
574
-
575
- - FR-14287 - Fix grammar of 1 day expiry of api tokens
576
-
577
-
578
- - FR-14308 - Fixed alignment issue with icon in custom social login button
579
-
580
- - FR-13527 - Added a11y support for admin portal pages: sso, security, profile, personal tokens, users, groups, provisioning, audit logs, api tokens, webhooks, account details.
581
-
582
- # Change Log
583
-
584
- ## [6.10.0](https://github.com/frontegg/frontegg-angular/compare/v6.9.0...v6.10.0) (2023-11-29)
585
-
586
- # v6.10.0
587
-
588
- - FR-13527 - Added a11y support for admin portal pages: SSO, security, profile, personal tokens, users, groups, provisioning, audit logs, API tokens, webhooks, and account details.
589
- - FR-14324 - Fixed Hosted login race condition in Angular and supported prompt login with a silent refresh.
590
-
591
- ### Angular Wrapper 6.10.0:
592
- - FR-14324 - Fixed Auth Guard support for hosted Login.
593
-
594
- ## [6.9.0](https://github.com/frontegg/frontegg-angular/compare/v6.8.0...v6.9.0) (2023-11-20)
595
-
596
- - FR-14201 - Fixed login with SMS resend code action
597
-
598
-
599
- - FR-13913 - Let tenants/users set expiry on client credentials API tokens
600
- - FR-14099 - Fix load custom login routes only when necessary
601
- - FR-13605 - Support adding phone number field to signup page and control his required state
602
-
603
-
604
- # Change Log
605
-
606
- ## [6.8.0](https://github.com/frontegg/frontegg-angular/compare/v6.7.0...v6.8.0) (2023-11-6)
607
-
608
- - FR-14102 - Fixed entitlements Frontegg user-id attribute usage
609
- - FR-13123 - Added support to provide scopes for social logins
610
-
611
-
612
- # Change Log
613
-
614
- ## [6.7.0](https://github.com/frontegg/frontegg-angular/compare/v6.6.0...v6.7.0) (2023-11-1)
615
-
616
- - FR-13327 - Update modern theme grey palette
617
- - FR-13834 - Added Rule based entitlements
618
- - FR-13508 - Mobile native module bridge
619
- - FR-13772 - Fixed issue on edit user roles modal - at least 1 role is required
620
- - FR-13808 - Support Login with SMS
621
- - FR-13786 - Support tab per tenant
622
-
623
-
624
- ### Angular Wrapper 6.7.0:
625
- - FR-13894 - Add support for additional params in login with redirect action
626
- # Change Log
627
-
628
- ## [6.6.0](https://github.com/frontegg/frontegg-angular/compare/v6.5.0...v6.6.0) (2023-10-24)
629
-
630
- - FR-13772 - Fixed issue on edit user roles modal - at least 1 role is required
631
- - FR-13808 - Support Login with SMS
632
- - FR-13786 - Support tab per tenant
633
-
634
-
635
- ### Angular Wrapper 6.6.0:
636
- - FR-13894 - Add support for additional params in login with redirect action
637
- - FR-13820 - Rule based entitlements preparations
638
- # Change Log
639
-
640
- ## [6.5.0](https://github.com/frontegg/frontegg-angular/compare/v6.4.0...v6.5.0) (2023-10-11)
641
-
642
- - FR-13798 - Added support for login with SMS
643
- - FR-13364 - Improved validations text for sign-in form
644
- -
645
- # Change Log
646
-
647
- ## [6.4.0](https://github.com/frontegg/frontegg-angular/compare/v6.3.0...v6.4.0) (2023-10-4)
648
-
649
- - FR-13364 - Improved validations text for sign in form
650
- - FR-13737 - Changed breached password page to be shown just for block breached password policy
651
- - FR-13665 - Enhance hasPermission with inEntitled in admin portal in case entitlements is enabled
652
-
653
-
654
- ## [6.3.0](https://github.com/frontegg/frontegg-angular/compare/v6.2.0...v6.3.0) (2023-10-2)
655
-
656
- - FR-13455 - Fixed impersonation with custom login on embedded initial blank screen
657
- - FR-13649 - Fixed testimonial quote layout for split signup mode
658
-
659
-
660
- # Change Log
661
-
662
- ## [6.2.0](https://github.com/frontegg/frontegg-angular/compare/v6.1.0...v6.2.0) (2023-9-28)
663
-
664
- - Revamped the security page in the Admin Portal
665
- #### Note: no migration is needed to upgrade between versions 5 to 6.
666
-
667
- # Change Log
668
-
669
- ## [6.1.0](https://github.com/frontegg/frontegg-angular/compare/v5.40.0...v6.1.0) (2023-9-27)
670
-
671
- - FR-13509 - Added GTM integration
672
-
673
- ## [5.40.0](https://github.com/frontegg/frontegg-angular/compare/v5.39.0...v5.40.0) (2023-9-5)
674
-
675
- - Releasing the new Security Center Page, which will replace the current Security Page. Currently exposed on Early Access with limited availability by a feature flag.
676
-
677
-
678
- # Change Log
679
-
680
- ## [5.39.0](https://github.com/frontegg/frontegg-angular/compare/v5.38.0...v5.39.0) (2023-8-28)
681
-
682
- - FR-13142 - Support setRootAccountData action for all account feature
683
- - FR-12321 - Added max validations to session management fields
684
-
685
-
686
- - FR-12974 - Fixed the issue with permissions and roles granted from user groups on User context
687
- - FR-12322 - Change redirect to SSO text
688
- - FR-12979 - Fixed MFA options save button to be disabled if the user has no security write permission
689
-
690
- # Change Log
691
-
692
- ## [5.38.0](https://github.com/frontegg/frontegg-angular/compare/v5.37.0...v5.38.0) (2023-8-14)
693
-
694
- # v5.38.0
695
- - FR-11857 - Added new support for hosted login to load user on load
696
- - FR-12828 - Updated entitlements API response
697
- - FR-12224 - Supported custom login for authenticated users without a tenant alias
698
- - FR-12780 - Improved Entitlements Vanilla JS SDK
699
-
700
- ### Angular Wrapper 5.38.0:
701
- - FR-13038 - Added support for Angular 16
702
- - FR-12986 - Added support of reporting Angular version header
703
- - FR-12043 - Implemented FronteggEntitlementsService for exposing entitlements APIs
704
-
705
- # Change Log
706
-
707
- ## [5.37.0](https://github.com/frontegg/frontegg-angular/compare/v5.36.0...v5.37.0) (2023-7-24)
708
-
709
- - FR-12828 - Added entitlements feature
710
- - FR-12224 - Support custom login for authenticated users without a tenant alias
711
- - FR-12688 - Make the Admin box compatible with the updated type of IUserProfile
712
- - FR-12114 - Remove inactive custom social login provider
713
- - FR-12098 - Fixed admin portal user status updates when email verification is off
714
- - FR-12098 - Fixed workspace title for the vivid theme
715
-
716
- ### Angular Wrapper 5.37.0:
717
- - FR-12043 - Added entitlements feature
718
- # Change Log
719
-
720
- ## [5.36.0](https://github.com/frontegg/frontegg-angular/compare/v5.35.0...v5.36.0) (2023-7-13)
721
-
722
- • FR-12550 - Align all auth methods to get the right login response type
723
- • FR-12664 - Rename redux-saga file to prevent loop imports by webpack
724
- • FR-12098 - Updated Admin portal user status to the correct one if email verification is off
725
- • FR-12020 - Fixed blinking workspace title in admin portal vivid theme
726
- • FR-12114 - Fixed custom social login provider shouldn't be shown if not active
727
- • FR-12628 - Fixed custom login with hosted Oauth in URL
728
- • FR-12575 - Changed remember my device value to be true by default
729
- • FR-12581 - Added support for custom inline html and script
730
- • FR-12343 - Added support for SSO per tenant
731
- • FR-12488 - Backward compatible support for loadUsersV1
732
- • FR-12164 - Added support for MSP bulk user invitation
733
- • FR-12479 - Fixed MSP warning dialog issue
734
- • FR-12408 - Redesigned Entitlements structure
735
-
736
- ### Angular Wrapper 5.36.0:
737
- - FR-12527 - Remove entitlements
738
- # Change Log
739
-
740
- ## [5.35.0](https://github.com/frontegg/frontegg-angular/compare/v5.34.0...v5.35.0) (2023-6-30)
741
-
742
- - MSP update visibility, bugfix
743
- - add security login flows
744
-
745
- # Change Log
746
-
747
- ## [5.34.0](https://github.com/frontegg/frontegg-angular/compare/v5.33.0...v5.34.0) (2023-6-28)
748
-
749
- - FR-12277 - Extended tenants state with the active tenant to support MSP sub-accounts
750
- - FR-12405 - MSP bug fixes
751
- - FR-12381 - Migrated users table to load users by users V2 API
752
-
753
- # Change Log
754
-
755
- ## [5.33.0](https://github.com/frontegg/frontegg-angular/compare/v5.32.0...v5.33.0) (2023-6-22)
756
-
757
- - Update load tenants to new version
758
- - MSP bugfix, improvements
759
- - Add support to load cdn component with the new vite version
760
- - Fix new sso guide dark theme
761
- - Add support props and frontegg hooks in custom components
762
-
763
- # Change Log
764
-
765
- ## [5.32.0](https://github.com/frontegg/frontegg-angular/compare/v5.31.0...v5.32.0) (2023-6-19)
766
-
767
- Added support to load cdn component with the new vite version
768
- - Fix for new sso guide dark theme
769
- - Fix for login per tenant embedded with sub domain logout route
770
- - Create MSP all accounts main page
771
-
772
- # Change Log
773
-
774
- ## [5.31.0](https://github.com/frontegg/frontegg-angular/compare/v5.30.0...v5.31.0) (2023-6-6)
775
-
776
- - Improve login preview for login per tenant self service to rendered inside iframe
777
- - Added required to fields in invite user modal
778
- - Improve error handling for login
779
- - Added MSP - all accounts main page and state
780
-
781
-
782
- # Change Log
783
-
784
- ## [5.30.0](https://github.com/frontegg/frontegg-angular/compare/v5.29.0...v5.30.0) (2023-5-28)
785
-
786
- - Fixed hosted login with hash router
787
- - Support login per tenant self service
788
- - Added Cyprus phone area code 2 fa screen
789
- - Added option to upload metadata file instead of metadata url
790
-
791
- # Change Log
792
-
793
- ## [5.29.0](https://github.com/frontegg/frontegg-angular/compare/v5.28.0...v5.29.0) (2023-5-23)
794
-
795
- - Fix the issue with unnecessary white borders on the dark mode theme
796
- - Add metadataHeaders type to contextOptions
797
- - Add source header to all admin portal and login box requests
798
- - Add login per tenant self service
799
- - SSO Guides enhancements
800
- - [Snyk] Security upgrade babel-plugin-module-resolver from 4.1.0 to 5.0.0
801
- - Remove admin provisioning feature flag
802
- - Report version and framework as requests headers
803
- - [Snyk] Upgrade tslib from 2.3.0 to 2.5.0
804
-
805
- # Change Log
806
-
807
- ## [5.28.0](https://github.com/frontegg/frontegg-angular/compare/v5.27.0...v5.28.0) (2023-5-12)
808
-
809
- - FR-11442 - Removed admin portal provisioning feature flag
810
- - FR-11723 - Fixed refresh token when computer clock is set to a future time
811
- - FR-11735 - Added support for customizing login per tenant in the admin portal
812
- - FR-11442 - Removed legacy SSO tab code
813
- - FR-11718 - Fix users' table UI issues
814
- - FR-11113 - Fixed Frontegg logo overlapping navigation
815
- - FR-11442 - Extract the provisioning tab to a separated page in the admin portal
816
- - FR-11617 - Fixed a11y enter key press issue
817
- - FR-11352 - Added support for nested table
818
- - [Snyk] Security upgrade @azure/storage-blob from 12.11.0 to 12.13.0
819
-
820
- # Change Log
821
-
822
- ## [5.27.0](https://github.com/frontegg/frontegg-angular/compare/v5.26.0...v5.27.0) (2023-5-4)
823
-
824
- - FR-11581 - fix a11y login-box onEnter event for links
825
- - FR-11353 - add new tree graph component
826
-
827
- ## [5.26.0](https://github.com/frontegg/frontegg-angular/compare/v5.25.0...v5.26.0) (2023-4-28)
828
-
829
- - FR-11564 - Social login button shouldn't inherit from secondary color
830
-
831
-
832
- ## [5.25.0](https://github.com/frontegg/frontegg-angular/compare/v5.24.0...v5.25.0) (2023-4-27)
833
-
834
- - Fixed passkeys issue with reCaptcha
835
- - Removed feature flag from passkeys button
836
- - Enable loading Frontegg helper scripts by providing query params to Frontegg external source
837
- - Security upgrade webpack from 5.74.0 to 5.76.0
838
-
839
-
840
- ## [5.24.0](https://github.com/frontegg/frontegg-angular/compare/v5.23.0...v5.24.0) (2023-4-27)
841
-
842
- - Fixed input hover issue on suffix icon
843
- - A11y improvements
844
-
845
-
846
- ## [5.23.0](https://github.com/frontegg/frontegg-angular/compare/v5.22.0...v5.23.0) (2023-4-25)
847
-
848
- - Fix Passkeys button style
849
- - Support login per tenant with search param
850
-
851
- ## [5.22.0](https://github.com/frontegg/frontegg-angular/compare/v5.21.0...v5.22.0) (2023-4-23)
852
- - Lock reduxjs/toolkit version to be compatible in Vite types plugin
853
- - Fixed password input placeholder text in the login box
854
- - Fixed social login buttons order
855
- - Fix Vite js-sha256 warning
856
- - Fixed company name error in split mode sign up
857
- - Fixed phone number dropdown theming
858
- - Added aria labels to buttons
859
-
860
- ### Angular Wrapper 5.22.0:
861
- - FR-11351 - preserve-query-params-for-login-per-tenant
862
-
863
- ## [5.21.0](https://github.com/frontegg/frontegg-angular/compare/v5.20.0...v5.21.0) (2023-4-3)
864
-
865
- - Added support for SCIM groups
866
- - Updated texts across login box - grammar and terminology
867
- - Added impersonation indicator to show impersonator that they're in an impersonation session
868
- - Added passkeys feature
869
-
870
- ### Angular Wrapper 5.21.0:
871
- - Typo fix
872
-
873
- ## [5.20.0](https://github.com/frontegg/frontegg-angular/compare/v5.19.0...v5.20.0) (2023-3-27)
874
-
875
- - FR-11247 - fix version branch 6.82
876
-
877
- - FR-11065 - add passkeys mock ff
878
- - FR-11189 - mfa authenticator app change input type
879
- - FR-10821 - fix table color
880
- - FR-11204 - add unit testing with jest
881
- - FR-11139 - fix groups
882
- - FR-11039 - fix groups dummy
883
- - FR-11039 - ff groups
884
- - FR-10530 - fix ff store name
885
- - FR-11067 - error handling on profile image upload
886
- - FR-11039 - extend users table with groups column
887
-
888
- - FR-10530 - fix ff
889
- - FR-10654 - Fix OIDC loading screen
890
- - FR-10530 - fix ff store name
891
- - FR-10530 - fix ff store name
892
- - FR-10530 - change ff behavior
893
- - FR-10976 - Remove idle session export from default items
894
-
895
-
896
- ## [5.19.0](https://github.com/frontegg/frontegg-angular/compare/v5.18.0...v5.19.0) (2023-3-16)
897
-
898
- - Fixed use permission regex issue to accept a wild card
899
- - User groups design fixes
900
- - Fixed passkeys loading mode and login flow with MFA
901
- - Update dependencies between passkeys and MFA on the privacy page
902
- - Added support to reset Idle session timeout by post messages from the client iFrame
903
- - Added an option to enforce redirect URLs to the same site only to avoid security issues
904
- - Added support for customized social login providers
905
-
906
-
907
- ## [5.18.0](https://github.com/frontegg/frontegg-angular/compare/v5.17.0...v5.18.0) (2023-3-10)
908
-
909
- - Fixed resend OTC with reCaptcha
910
- - Added support to let tenants create and manage user groups in the admin portal under a FF
911
- - Added support to login with passkeys and manage passkeys in the admin portal under a FF
912
- - Fixed invite users issue when the vendor is not forcing roles and permissions
913
- - Support auth strategy and social logins for login per tenants
914
- - Refactored feature flag mechanism to be based on rest-api package
915
- - Fixed validation for postcode in admin portal forms
916
- - Fixed SMS code input to have input type number
917
- - Improved auth screens form UX
918
-
919
- ### Angular Wrapper 5.18.0:
920
- - Added support for redirect url in hosted login mode
921
-
922
- ## [5.17.0](https://github.com/frontegg/frontegg-angular/compare/v5.16.0...v5.17.0) (2023-2-21)
923
-
924
- - Fixed Admin portal SSO provider's options to be correlated with the vendor choice
925
- - Fixed background for table pivot column
926
- - Fixed impersonation by removing unnecessary redirects and adding a refresh call
927
- - Fixed style reorder bug when using @emotion/react and Frontegg Next.JS
928
-
929
- ## [5.16.0](https://github.com/frontegg/frontegg-angular/compare/v5.15.0...v5.16.0) (2023-2-8)
930
-
931
- - Updated M2M tokens to reflect the vendor choice
932
-
933
- ## [5.15.0](https://github.com/frontegg/frontegg-angular/compare/v5.14.0...v5.15.0) (2023-2-7)
934
-
935
- - Fixed go-to-sign-up message position in speedy login layout
936
- - Added an input component to the library for adding members to a tenant
937
- - Fix filtering SSO providers according to the vendor selection
938
- - Added user groups card header component to the library
939
- - Improved the admin portal and login box performance and bundle size
940
-
941
-
942
- ## [5.14.0](https://github.com/frontegg/frontegg-angular/compare/v5.13.0...v5.14.0) (2023-1-29)
943
-
944
- - Fixed error message position in login with SMS screen
945
- - Fixed missing client ID after creating API token
946
-
947
- ## [5.13.0](https://github.com/frontegg/frontegg-angular/compare/v5.12.0...v5.13.0) (2023-1-25)
948
-
949
- - Added email type to all email inputs in the login box and admin portal
950
- - Fixed mobile width of the login box in modern and classic theme
951
- - Fixed the scrolling issue in the privacy page in the admin portal
952
- - Updated SCIM UI
953
- - Added API to customize forget password button in the login with password page
954
- - Improve split mode values layout
955
- - Added support to access API tokens
956
- - Updated Accept Invitation text, icon, and debounce
957
- - Fixed OTC login for mobile
958
- - Added support to sync vendor security policies
959
- - Added impersonation indication for audit logs
960
- - Added support for Impersonation
961
-
962
-
963
- ## [5.12.0](https://github.com/frontegg/frontegg-angular/compare/v5.11.0...v5.12.0) (2023-1-16)
964
-
965
- - Fixed sign up position in dark theme
966
- - Added margin to login error
967
- - Added support for built-in authenticators, security keys, and SMS as MFA methods
968
-
969
-
970
- ## [5.11.0](https://github.com/frontegg/frontegg-angular/compare/v5.10.0...v5.11.0) (2023-1-11)
971
-
972
- - Fixed login with apple redirect URL
973
- - Added impersonation indication in login session table
974
- - Added support for session expired logout on Hosted Login
975
- - Added support for login with Linkedin
976
- - Added support for Google one tap
977
- - Improve insert OTC screen UI
978
- - Improve UX of authentication forms
979
- - Fix apple logo color and match to font color
980
-
981
- ## [5.10.0](https://github.com/frontegg/frontegg-angular/compare/v5.9.0...v5.10.0) (2022-12-22)
982
-
983
- - Few bug fixes
984
-
985
-
986
- ## [5.9.0](https://github.com/frontegg/frontegg-angular/compare/v5.8.1...v5.9.0) (2022-12-20)
987
-
988
- - Fixed mfa input on mobile
989
- - Enabled scim without roles
990
- - Fixed menu component for dark theme
991
- - Added api navigation icon
992
- - Added tests for mfa
993
- - Added apple social login types
994
- - Added support for Hiding Invoices
995
-
996
-
997
- ## [5.8.1](https://github.com/frontegg/frontegg-angular/compare/v5.8.0...v5.8.1) (2022-12-13)
998
-
999
- - Fixed MFA flow issues
1000
- - Added support for subscriptions billing collection
1001
- - Fixed the issue of the OTC screen submit button is disabled on mobile devices
1002
- - Added SCIM section in admin portal under FF
1003
-
1004
- ## [5.8.0](https://github.com/frontegg/frontegg-angular/compare/v5.7.1...v5.8.0) (2022-12-8)
1005
-
1006
- - Fixed ignoring `urlPrefix` issue
1007
- - Added the ability to Invite a user by bulk API in the admin portal
1008
- - Fixed OTC digits are not visible on mobile devices
1009
- - Added MFA devices management section in the admin portal under FF
1010
- - Fixed the ability to copy invite link for dynamic base URL as well
1011
- - Added new abilities to MFA flows under FF
1012
- - Added support for providing an external CDN to load fonts in Frontegg components
1013
-
1014
- ## [5.7.1](https://github.com/frontegg/frontegg-angular/compare/v5.7.0...v5.7.1) (2022-11-28)
1015
-
1016
- - FR-9750 - change api according to the new names security tabs
1017
- - FR-9717 - update rest api to have optional name in add user payload - and make sure to not send name if not exist
1018
- - FR-9826 - fix table header in dark theme
1019
- - FR-9237 - Max length for secret fields increased to 100
1020
- - FR-9742 - enroll mfa list
1021
- - FR-9772 - Send NULL on profilePictureUrl rather than null
1022
- - FR-9717 - Invite user customize form API
1023
- - FR-9597 - Webhooks - missing validation error on UI when added not allowed URL
1024
-
1025
-
1026
- ## [5.7.0](https://github.com/frontegg/frontegg-angular/compare/v5.6.0...v5.7.0) (2022-11-23)
1027
-
1028
- - Added support for admin portal pre-defined theme options (dark, vivid, modern, and classic themes)
1029
- - Added support for customizing admin portal navigation hover color
1030
- - Fixed typo of Andorra country in countries dropdown
1031
- - Fixed select popup alignment issue
1032
- - Changed no local authentication feature to also hide the sign-up form when there is no local authentication option (use only social logins and SSO for signing up)
1033
- - Added mock for feature flags API for admin portal preview mode
1034
- - Fixed resend invitation and activate your account API calls
1035
- - Fixed creating custom webhook on the Admin Portal is sent with the event ID and not with the event Key
1036
- - Added support for customizing fields and tabs in the admin portal
1037
-
1038
- ### Angular Wrapper 5.7.0:
1039
- - Updated README.md with the current integration guide
1040
-
1041
- ## [5.6.0](https://github.com/frontegg/frontegg-angular/compare/v5.5.3...v5.6.0) (2022-11-10)
1042
-
1043
- - FR-9186 - support ssr with session and refresh token
1044
- - FR-9614 - Add support for innerThemeProvider for admin portal pages and tabs
1045
-
1046
- - FR-9186 - fix pipeline
1047
- ### AdminPortal 6.36.0:
1048
- -
1049
-
1050
- ### AdminPortal 6.35.0:
1051
- -
1052
- ### AdminPortal 6.34.0:
1053
- -
1054
-
1055
- ### Angular Wrapper 5.6.0:
1056
- - FR-9186 - Fix changelog
1057
- - Add karma.conf.js and adjust docker file
1058
- - Adjust Test runnner flags, to run in docker
1059
- - FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
1060
- - Change docker image to allow chromium to be installed
1061
- - Sanity Check
1062
-
1063
- ## [5.5.3](https://github.com/frontegg/frontegg-angular/compare/v5.5.2...v5.5.3) (2022-10-26)
1064
-
1065
- ### AdminPortal 6.34.0:
1066
- -
1067
-
1068
- ### Angular Wrapper 5.5.3:
1069
- - FR-9186 - Fix changelog
1070
- - Add karma.conf.js and adjust docker file
1071
- - Adjust Test runnner flags, to run in docker
1072
- - FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
1073
- - Change docker image to allow chromium to be installed
1074
- - Sanity Check
1075
- - Sanity check for angular
1076
-