@frontegg/angular 6.11.0-alpha.7196110522 → 6.11.0

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/CHANGELOG.md +508 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,508 @@
1
+ # Change Log
2
+
3
+ ## [6.11.0](https://github.com/frontegg/frontegg-angular/compare/v6.10.0...v6.11.0) (2023-12-12)
4
+
5
+ - FR-14324 - Fix android native module and add option for direct social login
6
+
7
+ - FR-14287 - Fix grammar of 1 day expiry of api tokens
8
+
9
+
10
+ - FR-14308 - Fixed alignment issue with icon in custom social login button
11
+
12
+ - FR-13527 - Added a11y support for admin portal pages: sso, security, profile, personal tokens, users, groups, provisioning, audit logs, api tokens, webhooks, account details.
13
+
14
+ # Change Log
15
+
16
+ ## [6.10.0](https://github.com/frontegg/frontegg-angular/compare/v6.9.0...v6.10.0) (2023-11-29)
17
+
18
+ # v6.10.0
19
+
20
+ - 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.
21
+ - FR-14324 - Fixed Hosted login race condition in Angular and supported prompt login with a silent refresh.
22
+
23
+ ### Angular Wrapper 6.10.0:
24
+ - FR-14324 - Fixed Auth Guard support for hosted Login.
25
+
26
+ ## [6.9.0](https://github.com/frontegg/frontegg-angular/compare/v6.8.0...v6.9.0) (2023-11-20)
27
+
28
+ - FR-14201 - Fixed login with SMS resend code action
29
+
30
+
31
+ - FR-13913 - Let tenants/users set expiry on client credentials API tokens
32
+ - FR-14099 - Fix load custom login routes only when necessary
33
+ - FR-13605 - Support adding phone number field to signup page and control his required state
34
+
35
+
36
+ # Change Log
37
+
38
+ ## [6.8.0](https://github.com/frontegg/frontegg-angular/compare/v6.7.0...v6.8.0) (2023-11-6)
39
+
40
+ - FR-14102 - Fixed entitlements Frontegg user-id attribute usage
41
+ - FR-13123 - Added support to provide scopes for social logins
42
+
43
+
44
+ # Change Log
45
+
46
+ ## [6.7.0](https://github.com/frontegg/frontegg-angular/compare/v6.6.0...v6.7.0) (2023-11-1)
47
+
48
+ - FR-13327 - Update modern theme grey palette
49
+ - FR-13834 - Added Rule based entitlements
50
+ - FR-13508 - Mobile native module bridge
51
+ - FR-13772 - Fixed issue on edit user roles modal - at least 1 role is required
52
+ - FR-13808 - Support Login with SMS
53
+ - FR-13786 - Support tab per tenant
54
+
55
+
56
+ ### Angular Wrapper 6.7.0:
57
+ - FR-13894 - Add support for additional params in login with redirect action
58
+ # Change Log
59
+
60
+ ## [6.6.0](https://github.com/frontegg/frontegg-angular/compare/v6.5.0...v6.6.0) (2023-10-24)
61
+
62
+ - FR-13772 - Fixed issue on edit user roles modal - at least 1 role is required
63
+ - FR-13808 - Support Login with SMS
64
+ - FR-13786 - Support tab per tenant
65
+
66
+
67
+ ### Angular Wrapper 6.6.0:
68
+ - FR-13894 - Add support for additional params in login with redirect action
69
+ - FR-13820 - Rule based entitlements preparations
70
+ # Change Log
71
+
72
+ ## [6.5.0](https://github.com/frontegg/frontegg-angular/compare/v6.4.0...v6.5.0) (2023-10-11)
73
+
74
+ - FR-13798 - Added support for login with SMS
75
+ - FR-13364 - Improved validations text for sign-in form
76
+ -
77
+ # Change Log
78
+
79
+ ## [6.4.0](https://github.com/frontegg/frontegg-angular/compare/v6.3.0...v6.4.0) (2023-10-4)
80
+
81
+ - FR-13364 - Improved validations text for sign in form
82
+ - FR-13737 - Changed breached password page to be shown just for block breached password policy
83
+ - FR-13665 - Enhance hasPermission with inEntitled in admin portal in case entitlements is enabled
84
+
85
+
86
+ ## [6.3.0](https://github.com/frontegg/frontegg-angular/compare/v6.2.0...v6.3.0) (2023-10-2)
87
+
88
+ - FR-13455 - Fixed impersonation with custom login on embedded initial blank screen
89
+ - FR-13649 - Fixed testimonial quote layout for split signup mode
90
+
91
+
92
+ # Change Log
93
+
94
+ ## [6.2.0](https://github.com/frontegg/frontegg-angular/compare/v6.1.0...v6.2.0) (2023-9-28)
95
+
96
+ - Revamped the security page in the Admin Portal
97
+ #### Note: no migration is needed to upgrade between versions 5 to 6.
98
+
99
+ # Change Log
100
+
101
+ ## [6.1.0](https://github.com/frontegg/frontegg-angular/compare/v5.40.0...v6.1.0) (2023-9-27)
102
+
103
+ - FR-13509 - Added GTM integration
104
+
105
+ ## [5.40.0](https://github.com/frontegg/frontegg-angular/compare/v5.39.0...v5.40.0) (2023-9-5)
106
+
107
+ - 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.
108
+
109
+
110
+ # Change Log
111
+
112
+ ## [5.39.0](https://github.com/frontegg/frontegg-angular/compare/v5.38.0...v5.39.0) (2023-8-28)
113
+
114
+ - FR-13142 - Support setRootAccountData action for all account feature
115
+ - FR-12321 - Added max validations to session management fields
116
+
117
+
118
+ - FR-12974 - Fixed the issue with permissions and roles granted from user groups on User context
119
+ - FR-12322 - Change redirect to SSO text
120
+ - FR-12979 - Fixed MFA options save button to be disabled if the user has no security write permission
121
+
122
+ # Change Log
123
+
124
+ ## [5.38.0](https://github.com/frontegg/frontegg-angular/compare/v5.37.0...v5.38.0) (2023-8-14)
125
+
126
+ # v5.38.0
127
+ - FR-11857 - Added new support for hosted login to load user on load
128
+ - FR-12828 - Updated entitlements API response
129
+ - FR-12224 - Supported custom login for authenticated users without a tenant alias
130
+ - FR-12780 - Improved Entitlements Vanilla JS SDK
131
+
132
+ ### Angular Wrapper 5.38.0:
133
+ - FR-13038 - Added support for Angular 16
134
+ - FR-12986 - Added support of reporting Angular version header
135
+ - FR-12043 - Implemented FronteggEntitlementsService for exposing entitlements APIs
136
+
137
+ # Change Log
138
+
139
+ ## [5.37.0](https://github.com/frontegg/frontegg-angular/compare/v5.36.0...v5.37.0) (2023-7-24)
140
+
141
+ - FR-12828 - Added entitlements feature
142
+ - FR-12224 - Support custom login for authenticated users without a tenant alias
143
+ - FR-12688 - Make the Admin box compatible with the updated type of IUserProfile
144
+ - FR-12114 - Remove inactive custom social login provider
145
+ - FR-12098 - Fixed admin portal user status updates when email verification is off
146
+ - FR-12098 - Fixed workspace title for the vivid theme
147
+
148
+ ### Angular Wrapper 5.37.0:
149
+ - FR-12043 - Added entitlements feature
150
+ # Change Log
151
+
152
+ ## [5.36.0](https://github.com/frontegg/frontegg-angular/compare/v5.35.0...v5.36.0) (2023-7-13)
153
+
154
+ • FR-12550 - Align all auth methods to get the right login response type
155
+ • FR-12664 - Rename redux-saga file to prevent loop imports by webpack
156
+ • FR-12098 - Updated Admin portal user status to the correct one if email verification is off
157
+ • FR-12020 - Fixed blinking workspace title in admin portal vivid theme
158
+ • FR-12114 - Fixed custom social login provider shouldn't be shown if not active
159
+ • FR-12628 - Fixed custom login with hosted Oauth in URL
160
+ • FR-12575 - Changed remember my device value to be true by default
161
+ • FR-12581 - Added support for custom inline html and script
162
+ • FR-12343 - Added support for SSO per tenant
163
+ • FR-12488 - Backward compatible support for loadUsersV1
164
+ • FR-12164 - Added support for MSP bulk user invitation
165
+ • FR-12479 - Fixed MSP warning dialog issue
166
+ • FR-12408 - Redesigned Entitlements structure
167
+
168
+ ### Angular Wrapper 5.36.0:
169
+ - FR-12527 - Remove entitlements
170
+ # Change Log
171
+
172
+ ## [5.35.0](https://github.com/frontegg/frontegg-angular/compare/v5.34.0...v5.35.0) (2023-6-30)
173
+
174
+ - MSP update visibility, bugfix
175
+ - add security login flows
176
+
177
+ # Change Log
178
+
179
+ ## [5.34.0](https://github.com/frontegg/frontegg-angular/compare/v5.33.0...v5.34.0) (2023-6-28)
180
+
181
+ - FR-12277 - Extended tenants state with the active tenant to support MSP sub-accounts
182
+ - FR-12405 - MSP bug fixes
183
+ - FR-12381 - Migrated users table to load users by users V2 API
184
+
185
+ # Change Log
186
+
187
+ ## [5.33.0](https://github.com/frontegg/frontegg-angular/compare/v5.32.0...v5.33.0) (2023-6-22)
188
+
189
+ - Update load tenants to new version
190
+ - MSP bugfix, improvements
191
+ - Add support to load cdn component with the new vite version
192
+ - Fix new sso guide dark theme
193
+ - Add support props and frontegg hooks in custom components
194
+
195
+ # Change Log
196
+
197
+ ## [5.32.0](https://github.com/frontegg/frontegg-angular/compare/v5.31.0...v5.32.0) (2023-6-19)
198
+
199
+ Added support to load cdn component with the new vite version
200
+ - Fix for new sso guide dark theme
201
+ - Fix for login per tenant embedded with sub domain logout route
202
+ - Create MSP all accounts main page
203
+
204
+ # Change Log
205
+
206
+ ## [5.31.0](https://github.com/frontegg/frontegg-angular/compare/v5.30.0...v5.31.0) (2023-6-6)
207
+
208
+ - Improve login preview for login per tenant self service to rendered inside iframe
209
+ - Added required to fields in invite user modal
210
+ - Improve error handling for login
211
+ - Added MSP - all accounts main page and state
212
+
213
+
214
+ # Change Log
215
+
216
+ ## [5.30.0](https://github.com/frontegg/frontegg-angular/compare/v5.29.0...v5.30.0) (2023-5-28)
217
+
218
+ - Fixed hosted login with hash router
219
+ - Support login per tenant self service
220
+ - Added Cyprus phone area code 2 fa screen
221
+ - Added option to upload metadata file instead of metadata url
222
+
223
+ # Change Log
224
+
225
+ ## [5.29.0](https://github.com/frontegg/frontegg-angular/compare/v5.28.0...v5.29.0) (2023-5-23)
226
+
227
+ - Fix the issue with unnecessary white borders on the dark mode theme
228
+ - Add metadataHeaders type to contextOptions
229
+ - Add source header to all admin portal and login box requests
230
+ - Add login per tenant self service
231
+ - SSO Guides enhancements
232
+ - [Snyk] Security upgrade babel-plugin-module-resolver from 4.1.0 to 5.0.0
233
+ - Remove admin provisioning feature flag
234
+ - Report version and framework as requests headers
235
+ - [Snyk] Upgrade tslib from 2.3.0 to 2.5.0
236
+
237
+ # Change Log
238
+
239
+ ## [5.28.0](https://github.com/frontegg/frontegg-angular/compare/v5.27.0...v5.28.0) (2023-5-12)
240
+
241
+ - FR-11442 - Removed admin portal provisioning feature flag
242
+ - FR-11723 - Fixed refresh token when computer clock is set to a future time
243
+ - FR-11735 - Added support for customizing login per tenant in the admin portal
244
+ - FR-11442 - Removed legacy SSO tab code
245
+ - FR-11718 - Fix users' table UI issues
246
+ - FR-11113 - Fixed Frontegg logo overlapping navigation
247
+ - FR-11442 - Extract the provisioning tab to a separated page in the admin portal
248
+ - FR-11617 - Fixed a11y enter key press issue
249
+ - FR-11352 - Added support for nested table
250
+ - [Snyk] Security upgrade @azure/storage-blob from 12.11.0 to 12.13.0
251
+
252
+ # Change Log
253
+
254
+ ## [5.27.0](https://github.com/frontegg/frontegg-angular/compare/v5.26.0...v5.27.0) (2023-5-4)
255
+
256
+ - FR-11581 - fix a11y login-box onEnter event for links
257
+ - FR-11353 - add new tree graph component
258
+
259
+ ## [5.26.0](https://github.com/frontegg/frontegg-angular/compare/v5.25.0...v5.26.0) (2023-4-28)
260
+
261
+ - FR-11564 - Social login button shouldn't inherit from secondary color
262
+
263
+
264
+ ## [5.25.0](https://github.com/frontegg/frontegg-angular/compare/v5.24.0...v5.25.0) (2023-4-27)
265
+
266
+ - Fixed passkeys issue with reCaptcha
267
+ - Removed feature flag from passkeys button
268
+ - Enable loading Frontegg helper scripts by providing query params to Frontegg external source
269
+ - Security upgrade webpack from 5.74.0 to 5.76.0
270
+
271
+
272
+ ## [5.24.0](https://github.com/frontegg/frontegg-angular/compare/v5.23.0...v5.24.0) (2023-4-27)
273
+
274
+ - Fixed input hover issue on suffix icon
275
+ - A11y improvements
276
+
277
+
278
+ ## [5.23.0](https://github.com/frontegg/frontegg-angular/compare/v5.22.0...v5.23.0) (2023-4-25)
279
+
280
+ - Fix Passkeys button style
281
+ - Support login per tenant with search param
282
+
283
+ ## [5.22.0](https://github.com/frontegg/frontegg-angular/compare/v5.21.0...v5.22.0) (2023-4-23)
284
+ - Lock reduxjs/toolkit version to be compatible in Vite types plugin
285
+ - Fixed password input placeholder text in the login box
286
+ - Fixed social login buttons order
287
+ - Fix Vite js-sha256 warning
288
+ - Fixed company name error in split mode sign up
289
+ - Fixed phone number dropdown theming
290
+ - Added aria labels to buttons
291
+
292
+ ### Angular Wrapper 5.22.0:
293
+ - FR-11351 - preserve-query-params-for-login-per-tenant
294
+
295
+ ## [5.21.0](https://github.com/frontegg/frontegg-angular/compare/v5.20.0...v5.21.0) (2023-4-3)
296
+
297
+ - Added support for SCIM groups
298
+ - Updated texts across login box - grammar and terminology
299
+ - Added impersonation indicator to show impersonator that they're in an impersonation session
300
+ - Added passkeys feature
301
+
302
+ ### Angular Wrapper 5.21.0:
303
+ - Typo fix
304
+
305
+ ## [5.20.0](https://github.com/frontegg/frontegg-angular/compare/v5.19.0...v5.20.0) (2023-3-27)
306
+
307
+ - FR-11247 - fix version branch 6.82
308
+
309
+ - FR-11065 - add passkeys mock ff
310
+ - FR-11189 - mfa authenticator app change input type
311
+ - FR-10821 - fix table color
312
+ - FR-11204 - add unit testing with jest
313
+ - FR-11139 - fix groups
314
+ - FR-11039 - fix groups dummy
315
+ - FR-11039 - ff groups
316
+ - FR-10530 - fix ff store name
317
+ - FR-11067 - error handling on profile image upload
318
+ - FR-11039 - extend users table with groups column
319
+
320
+ - FR-10530 - fix ff
321
+ - FR-10654 - Fix OIDC loading screen
322
+ - FR-10530 - fix ff store name
323
+ - FR-10530 - fix ff store name
324
+ - FR-10530 - change ff behavior
325
+ - FR-10976 - Remove idle session export from default items
326
+
327
+
328
+ ## [5.19.0](https://github.com/frontegg/frontegg-angular/compare/v5.18.0...v5.19.0) (2023-3-16)
329
+
330
+ - Fixed use permission regex issue to accept a wild card
331
+ - User groups design fixes
332
+ - Fixed passkeys loading mode and login flow with MFA
333
+ - Update dependencies between passkeys and MFA on the privacy page
334
+ - Added support to reset Idle session timeout by post messages from the client iFrame
335
+ - Added an option to enforce redirect URLs to the same site only to avoid security issues
336
+ - Added support for customized social login providers
337
+
338
+
339
+ ## [5.18.0](https://github.com/frontegg/frontegg-angular/compare/v5.17.0...v5.18.0) (2023-3-10)
340
+
341
+ - Fixed resend OTC with reCaptcha
342
+ - Added support to let tenants create and manage user groups in the admin portal under a FF
343
+ - Added support to login with passkeys and manage passkeys in the admin portal under a FF
344
+ - Fixed invite users issue when the vendor is not forcing roles and permissions
345
+ - Support auth strategy and social logins for login per tenants
346
+ - Refactored feature flag mechanism to be based on rest-api package
347
+ - Fixed validation for postcode in admin portal forms
348
+ - Fixed SMS code input to have input type number
349
+ - Improved auth screens form UX
350
+
351
+ ### Angular Wrapper 5.18.0:
352
+ - Added support for redirect url in hosted login mode
353
+
354
+ ## [5.17.0](https://github.com/frontegg/frontegg-angular/compare/v5.16.0...v5.17.0) (2023-2-21)
355
+
356
+ - Fixed Admin portal SSO provider's options to be correlated with the vendor choice
357
+ - Fixed background for table pivot column
358
+ - Fixed impersonation by removing unnecessary redirects and adding a refresh call
359
+ - Fixed style reorder bug when using @emotion/react and Frontegg Next.JS
360
+
361
+ ## [5.16.0](https://github.com/frontegg/frontegg-angular/compare/v5.15.0...v5.16.0) (2023-2-8)
362
+
363
+ - Updated M2M tokens to reflect the vendor choice
364
+
365
+ ## [5.15.0](https://github.com/frontegg/frontegg-angular/compare/v5.14.0...v5.15.0) (2023-2-7)
366
+
367
+ - Fixed go-to-sign-up message position in speedy login layout
368
+ - Added an input component to the library for adding members to a tenant
369
+ - Fix filtering SSO providers according to the vendor selection
370
+ - Added user groups card header component to the library
371
+ - Improved the admin portal and login box performance and bundle size
372
+
373
+
374
+ ## [5.14.0](https://github.com/frontegg/frontegg-angular/compare/v5.13.0...v5.14.0) (2023-1-29)
375
+
376
+ - Fixed error message position in login with SMS screen
377
+ - Fixed missing client ID after creating API token
378
+
379
+ ## [5.13.0](https://github.com/frontegg/frontegg-angular/compare/v5.12.0...v5.13.0) (2023-1-25)
380
+
381
+ - Added email type to all email inputs in the login box and admin portal
382
+ - Fixed mobile width of the login box in modern and classic theme
383
+ - Fixed the scrolling issue in the privacy page in the admin portal
384
+ - Updated SCIM UI
385
+ - Added API to customize forget password button in the login with password page
386
+ - Improve split mode values layout
387
+ - Added support to access API tokens
388
+ - Updated Accept Invitation text, icon, and debounce
389
+ - Fixed OTC login for mobile
390
+ - Added support to sync vendor security policies
391
+ - Added impersonation indication for audit logs
392
+ - Added support for Impersonation
393
+
394
+
395
+ ## [5.12.0](https://github.com/frontegg/frontegg-angular/compare/v5.11.0...v5.12.0) (2023-1-16)
396
+
397
+ - Fixed sign up position in dark theme
398
+ - Added margin to login error
399
+ - Added support for built-in authenticators, security keys, and SMS as MFA methods
400
+
401
+
402
+ ## [5.11.0](https://github.com/frontegg/frontegg-angular/compare/v5.10.0...v5.11.0) (2023-1-11)
403
+
404
+ - Fixed login with apple redirect URL
405
+ - Added impersonation indication in login session table
406
+ - Added support for session expired logout on Hosted Login
407
+ - Added support for login with Linkedin
408
+ - Added support for Google one tap
409
+ - Improve insert OTC screen UI
410
+ - Improve UX of authentication forms
411
+ - Fix apple logo color and match to font color
412
+
413
+ ## [5.10.0](https://github.com/frontegg/frontegg-angular/compare/v5.9.0...v5.10.0) (2022-12-22)
414
+
415
+ - Few bug fixes
416
+
417
+
418
+ ## [5.9.0](https://github.com/frontegg/frontegg-angular/compare/v5.8.1...v5.9.0) (2022-12-20)
419
+
420
+ - Fixed mfa input on mobile
421
+ - Enabled scim without roles
422
+ - Fixed menu component for dark theme
423
+ - Added api navigation icon
424
+ - Added tests for mfa
425
+ - Added apple social login types
426
+ - Added support for Hiding Invoices
427
+
428
+
429
+ ## [5.8.1](https://github.com/frontegg/frontegg-angular/compare/v5.8.0...v5.8.1) (2022-12-13)
430
+
431
+ - Fixed MFA flow issues
432
+ - Added support for subscriptions billing collection
433
+ - Fixed the issue of the OTC screen submit button is disabled on mobile devices
434
+ - Added SCIM section in admin portal under FF
435
+
436
+ ## [5.8.0](https://github.com/frontegg/frontegg-angular/compare/v5.7.1...v5.8.0) (2022-12-8)
437
+
438
+ - Fixed ignoring `urlPrefix` issue
439
+ - Added the ability to Invite a user by bulk API in the admin portal
440
+ - Fixed OTC digits are not visible on mobile devices
441
+ - Added MFA devices management section in the admin portal under FF
442
+ - Fixed the ability to copy invite link for dynamic base URL as well
443
+ - Added new abilities to MFA flows under FF
444
+ - Added support for providing an external CDN to load fonts in Frontegg components
445
+
446
+ ## [5.7.1](https://github.com/frontegg/frontegg-angular/compare/v5.7.0...v5.7.1) (2022-11-28)
447
+
448
+ - FR-9750 - change api according to the new names security tabs
449
+ - FR-9717 - update rest api to have optional name in add user payload - and make sure to not send name if not exist
450
+ - FR-9826 - fix table header in dark theme
451
+ - FR-9237 - Max length for secret fields increased to 100
452
+ - FR-9742 - enroll mfa list
453
+ - FR-9772 - Send NULL on profilePictureUrl rather than null
454
+ - FR-9717 - Invite user customize form API
455
+ - FR-9597 - Webhooks - missing validation error on UI when added not allowed URL
456
+
457
+
458
+ ## [5.7.0](https://github.com/frontegg/frontegg-angular/compare/v5.6.0...v5.7.0) (2022-11-23)
459
+
460
+ - Added support for admin portal pre-defined theme options (dark, vivid, modern, and classic themes)
461
+ - Added support for customizing admin portal navigation hover color
462
+ - Fixed typo of Andorra country in countries dropdown
463
+ - Fixed select popup alignment issue
464
+ - 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)
465
+ - Added mock for feature flags API for admin portal preview mode
466
+ - Fixed resend invitation and activate your account API calls
467
+ - Fixed creating custom webhook on the Admin Portal is sent with the event ID and not with the event Key
468
+ - Added support for customizing fields and tabs in the admin portal
469
+
470
+ ### Angular Wrapper 5.7.0:
471
+ - Updated README.md with the current integration guide
472
+
473
+ ## [5.6.0](https://github.com/frontegg/frontegg-angular/compare/v5.5.3...v5.6.0) (2022-11-10)
474
+
475
+ - FR-9186 - support ssr with session and refresh token
476
+ - FR-9614 - Add support for innerThemeProvider for admin portal pages and tabs
477
+
478
+ - FR-9186 - fix pipeline
479
+ ### AdminPortal 6.36.0:
480
+ -
481
+
482
+ ### AdminPortal 6.35.0:
483
+ -
484
+ ### AdminPortal 6.34.0:
485
+ -
486
+
487
+ ### Angular Wrapper 5.6.0:
488
+ - FR-9186 - Fix changelog
489
+ - Add karma.conf.js and adjust docker file
490
+ - Adjust Test runnner flags, to run in docker
491
+ - FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
492
+ - Change docker image to allow chromium to be installed
493
+ - Sanity Check
494
+
495
+ ## [5.5.3](https://github.com/frontegg/frontegg-angular/compare/v5.5.2...v5.5.3) (2022-10-26)
496
+
497
+ ### AdminPortal 6.34.0:
498
+ -
499
+
500
+ ### Angular Wrapper 5.5.3:
501
+ - FR-9186 - Fix changelog
502
+ - Add karma.conf.js and adjust docker file
503
+ - Adjust Test runnner flags, to run in docker
504
+ - FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
505
+ - Change docker image to allow chromium to be installed
506
+ - Sanity Check
507
+ - Sanity check for angular
508
+
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@frontegg/angular",
3
- "version": "6.11.0-alpha.7196110522",
3
+ "version": "6.11.0",
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": "6.161.0-alpha.0",
10
+ "@frontegg/js": "6.160.0",
11
11
  "csstype": "^3.0.8",
12
12
  "fast-deep-equal": "^3.1.3",
13
13
  "stream": "^0.0.2",