Skip to content

Latest commit

 

History

History
2194 lines (1071 loc) · 98.9 KB

CHANGELOG.md

File metadata and controls

2194 lines (1071 loc) · 98.9 KB

Change Log

7.0.9 (2024-10-22)

  • FR-18356 - Fixed validations localization override type

Change Log

7.0.8 (2024-10-10)

  • FR-18217 - Fixed impersonation on embedded
  • FR-18167 - Fixed back to login on magic link
  • FR-8030 - Fixed website dialog cancel button typeography

7.0.7 (2024-9-5)

  • FR-17760 - Fix empty lastSeen column on expanded user info
  • FR-17762 - Fix tree component using mui/x-tree-view
  • FR-17517 - Fix login direct action race condition

7.0.6 (2024-9-3)

  • FR-17649 - Fix autofill sms code iOS SDK
  • FR-17650 - Fix auto capitalize email input in login page

7.0.5 (2024-9-1)

  • FR-17443 - Fix infinite loader when using direct login action

7.0.4 (2024-8-28)

  • FR-17626 - Fix clientId on request authorize for multi-apps
  • FR-17182 - Fix copy invite user link in hosted admin portal

Change Log

7.0.3 (2024-8-26)

7.0.2 (2024-8-21)

  • FR-17531 - Prevent loading embedded views while hosted login is true

7.0.1 (2024-8-18)

  • FR-17169 - Added support in send unlock account email

Change Log

7.0.0 (2024-8-5)

🚀 Major Changes

  • Store Management:
    • 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.

🔧 Upgrades

  • TypeScript:

    • 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.
  • Testing Framework:

    • Upgraded Jest to version v29. This upgrade includes performance improvements, new features, and bug fixes, ensuring more reliable and faster tests.
  • UI Dependencies:

    • Upgraded Material UI, Emotion, and Stylis to their latest versions, enhancing UI component performance, styling flexibility, and overall user experience.
  • Node.js:

    • Upgraded Node.js from version 16 to 18.18, ensuring compatibility with the latest features and security updates.

🛠 Enhancements

  • Refactor:

    • Refactored code to use nested imports in Material UI, which helps reduce bundle size.
  • MFA (Multi-Factor Authentication):

    • Changed the MFA code input to auto-submit upon completion for a smoother user experience.
  • Dependencies:

    • Incremented various dependencies, Node.js, and TypeScript to align with the latest standards and ensure better performance and security.
  • New Feature:

    • Added a "Resend Invitation Email" action to the users table on the "All Accounts" page, improving user management capabilities.

⚠️ Breaking Changes

  • Permissions & Privacy Page:
    • Removed permissions from the privacy page. The user privacy page will now be displayed for all users in the admin portal.

Change Log

6.0.48 (2024-7-22)

  • FR-16990 - Fixed social logins container styling
  • FR-17117 - Added URL validation to direct login action

Change Log

6.0.47 (2024-7-18)

  • FR-17009 - Add the option to disable/enable users from users table

6.0.46 (2024-7-15)

  • FR-17055 - Fix SSO redirect race condition

6.0.45 (2024-7-10)

  • FR-16987 - Add additional params to vanilla js loginWithRedircet
  • FR-16960 - Fix typography color in SSO guides dark mode

6.0.44 (2024-7-9)

  • FR-16737 - Allow terms and conditions checkbox on sign up form being optional

Change Log

6.0.43 (2024-7-4)

  • FR-16881 - Fixed hosted login redirect url when using basename
  • FR-16812 - Fixed dark theme disabled input palette

6.0.42 (2024-7-2)

  • FR-16704 - Fixed password meter unsuspended async component

6.0.41 (2024-6-30)

  • FR-15484 - Fixed update tenant state after account settings change
  • FR-16613 - Added automatic sub-account access in MSP

6.0.40 (2024-6-3)

  • FR-16513 - Show client id on all tokens in API tokens table

6.0.39 (2024-5-28)

  • FR-16341 - Support hiding columns in admin portal users table

6.0.38 (2024-5-27)

  • FR-16463 - Removed domain restrictions validation when invite user from All Accounts page
  • FR-16421 - Fixed error handling in edit phone number dialog

6.0.37 (2024-5-2)

  • FR-15124 - Store redirectUri before social-login as oauth2 state and restore it after successfully redirect

  • FR-16117 - avoid showing apps without name in users table

  • FR-16165 - Added switch tenant functionality for VanillaJS SDK

Change Log

6.0.36 (2024-4-21)

  • FR-15737 - Added an option for accounts to open sub-account management for their sub-accounts
  • FR-15603 - Support embedded SCIM guides

Change Log

6.0.35 (2024-4-18)

  • FR-16088 - Support hosted admin portal
  • FR-FR-15124 - Support multi-apps

6.0.34 (2024-4-2)

  • FR-15863 - Improved chip list design in admin portal

  • FR-15367 - Fixed user logo upload for SCIM users

  • FR-15111 - Fixed impersonation embedded redirection

6.0.33 (2024-3-20)

  • FR-15233 - Fixed autocomplete popper

6.0.32 (2024-3-11)

  • FR-13828 - Add option to specify prompt consent from loginDirectAction

  • FR-15315 - Added sort for role selections in Admin Portal

  • FR-15270 - Added new roles page to the Admin Portal

  • FR-15395 - Fixed tab tenant not cleared after logout

Change Log

6.0.31 (2024-3-3)

  • FR-15270 - Added new roles page to the Admin Portal
  • FR-15395 - Fixed tab tenant not cleared after logout

6.0.30 (2024-2-28)

  • FR-15376 - fixed null group description exception

Change Log

6.0.29 (2024-2-28)

  • FR-15305 - Fixed changed fields sent on edit group to support SCIM group update
  • FR-15219 - Fixed missing row actions in users table when using MSP

Change Log

6.0.28 (2024-2-7)

  • FR-14855: Added an option to enable promptConsent within authOptions.
  • FR-14855: Fixed the Microsoft social login prompt value for custom configurations.

6.0.27 (2024-2-4)

  • FR-15100 - Fix Apple custom SSO scopes

6.0.26 (2024-2-1)

  • FR-15087 - Added oidc support for linkedin
  • FR-14997 - Fixed invite user dialog UI issues

Change Log

6.0.25 (2024-1-28)

  • FR-14910 - Fixed handling entitlements errors
  • FR-14740 - Send tenant alias for hosted custom login auth user

6.0.24 (2024-1-17)

  • FR-14197 - Added Canada to MFA sms list of countries
  • FR-14859 - fix roles filtering for MSP

React Wrapper 6.0.24:

  • FR-13416 - add push trigger for e2e workflow

6.0.23 (2024-1-14)

  • FR-14855 - Add support for social login consent, by default it is false.

React Wrapper 6.0.23:

  • FR-13416 - add push trigger for e2e workflow

6.0.22 (2024-1-10)

  • FR-14813 - Add support for open app page with basename

6.0.21 (2024-1-10)

  • FR-14813 - Fix texts in open app

  • FR-14813 - Support mobile deep link redirect page

6.0.20 (2024-1-7)

  • FR-14807 - Fixed step up double call to generate step up session

Change Log

6.0.19 (2024-1-3)

  • FR-14753 - Fixed step up key removing when user does not finish step up flow

6.0.18 (2023-12-31)

  • FR-14228 - Added Step Up feature to allow a second layer of authentication for sensitive actions

  • FR-14578 - Fixed custom login without tenant alias

  • FR-14638 - Missing exp on user interface

  • FR-14560 - added temporary users feature

6.0.17 (2023-12-21)

  • FR-14644 - Fixed enroll authenticator app missing error message when code is wrong

6.0.16 (2023-12-20)

  • FR-14219 - Step up - Embedded flow

  • FR-14324 - Fix direct login custom social login

6.0.15 (2023-12-17)

  • FR-10692 - Remove the ability to select a full category on webhooks page

6.0.14 (2023-12-12)

  • FR-14324 - Fix android native module and add option for direct social login

6.0.13 (2023-12-10)

  • FR-14287 - Fix grammar of 1 day expiry of api tokens

Change Log

6.0.12 (2023-11-30)

  • FR-14308 - Fixed alignment issue with the icon in the custom social login button

Change Log

6.0.11 (2023-11-29)

  • 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.

6.0.10 (2023-11-23)

  • FR-14237 - Fix direct action with basename

  • FR-14324 - Fixed Hosted login race condition in Angular and supported prompt login with silent refresh

  • FR-14201 - Fixed login with SMS resend code action

  • FR-13913 - Let tenants/users set expiry on client credentials API tokens

  • FR-14099 - Fix load custom login routes only when necessary

  • FR-13605 - Support adding phone number field to signup page and control his required state

React Wrapper 6.0.10:

  • Tigger E2E workflows on pre-release pipeline
  • FR-13990 - allow creating alpha version manually

6.0.9 (2023-11-21)

  • FR-14201 - Fixed login with SMS resend code action

  • FR-13913 - Let tenants/users set expiry on client credentials API tokens

  • FR-14099 - Fix load custom login routes only when necessary

  • FR-13605 - Support adding phone number field to signup page and control his required state

  • FR-14102 - Fixed entitlements Frontegg user-id attribute usage

  • FR-13123 - Added support to provide scopes for social logins

React Wrapper 6.0.9:

  • Tigger E2E workflows on pre-release pipeline
  • FR-13417 - Fixed include query param after signup

Change Log

6.0.8 (2023-11-6)

  • FR-14102 - Fixed entitlements Frontegg user-id attribute usage
  • FR-13123 - Added support to provide scopes for social logins

Change Log

6.0.7 (2023-11-1)

  • FR-13327 - Update modern theme grey palette
  • FR-13834 - Added Rule based entitlements
  • FR-13508 - Mobile native module bridge
  • FR-13772 - Fixed issue on edit user roles modal - at least 1 role is required
  • FR-13808 - Support Login with SMS
  • FR-13786 - Support tab per tenant

Change Log

6.0.6 (2023-10-24)

  • FR-13772 - Fixed issue on edit user roles modal - at least 1 role is required
  • FR-13808 - Support Login with SMS
  • FR-13786 - Support tab per tenant

React Wrapper 6.0.6:

  • Remove duplicated step in trigger e2e test
  • trigger e2e pipeline test

Change Log

6.0.5 (2023-10-11)

  • FR-13798 - Added support for login with SMS
  • FR-13364 - Improved validations text for sign-in form

Change Log

6.0.4 (2023-10-4)

  • FR-13364 - Improved validations text for sign in form
  • FR-13737 - Changed breached password page to be shown just for block breached password policy
  • FR-13665 - Enhance hasPermission with inEntitled in admin portal in case entitlements is enabled

6.0.3 (2023-10-2)

  • FR-13455 - Fixed impersonation with custom login on embedded initial blank screen
  • FR-13649 - Fixed testimonial quote layout for split signup mode

Change Log

6.0.2 (2023-9-28)

React Wrapper 6.0.2:

  • Revamped the security page in the Admin Portal

Note: no migration is needed to upgrade between versions 5 to 6.

Change Log

6.0.1 (2023-9-27)

  • FR-13509 - Added GTM integration

Change Log

5.0.50 (2023-9-5)

  • 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.

Change Log

5.0.49 (2023-8-28)

  • FR-13142 - Support setRootAccountData action for all account feature

  • FR-12321 - Added max validations to session management fields

  • FR-12974 - Fixed the issue with permissions and roles granted from user groups on User context

  • FR-12322 - Change redirect to SSO text

  • FR-12979 - Fixed MFA options save button to be disabled if the user has no security write permission

Change Log

5.0.48 (2023-8-14)

v5.0.48

  • FR-11857 - Added new support for hosted login to load user on load
  • FR-12828 - entitlements API response change
  • FR-12224 - support custom login for authenticated users without a tenant alias
  • FR-12780 - Entitlements Vanilla JS improvements

React Wrapper 5.0.48:

  • FR-12986 - Added support of reporting React version header

Change Log

5.0.47 (2023-7-24)

  • FR-12828 - Entitlements api response change
  • FR-12224 - Support custom login for authenticated users without a tenant alias
  • FR-12688 - Make Admin box compatible with the updated type of IUserProfile

Change Log

5.0.46 (2023-7-13)

• FR-12550 - Align all auth methods to get the right login response type • FR-12664 - Rename redux-saga file to prevent loop imports by webpack • FR-12098 - Updated Admin portal user status to the correct one if email verification is off • FR-12020 - Fixed blinking workspace title in admin portal vivid theme • FR-12114 - Fixed custom social login provider shouldn't be shown if not active • FR-12628 - Fixed custom login with hosted Oauth in URL • FR-12575 - Changed remember my device value to be true by default

Change Log

5.0.45 (2023-7-9)

  • FR-12581 - Added support for custom inline html and script
  • FR-12343 - Added support for SSO per tenant
  • FR-12488 - Backward compatible support for loadUsersV1
  • FR-12164 - Added support for MSP bulk user invitation
  • FR-12479 - Fixed MSP warning dialog issue
  • FR-12408 - Redesigned Entitlements structure

Change Log

5.0.44 (2023-6-30)

  • MSP update visibility, bugfix
  • add security login flows

Change Log

5.0.43 (2023-6-28)

  • FR-12277 - Extended tenants state with the active tenant to support MSP sub-accounts
  • FR-12405 - MSP bug fixes
  • FR-12381 - Migrated users table to load users by users V2 API

Change Log

5.0.42 (2023-6-22)

  • Update load tenants to new version
  • MSP bugfix, improvements
  • Add support to load cdn component with the new vite version
  • Fix new sso guide dark theme

Change Log

5.0.41 (2023-6-19)

  • Add support to load cdn component with the new vite version
  • Fix for new sso guide dark theme
  • Fix for login per tenant embedded with sub domain logout route
  • Create MSP all accounts main page

React Wrapper 5.0.41:

  • add a support to frontegg hooks inside custom components

Change Log

5.0.40 (2023-6-6)

  • Change iframe login preview for login per tenant self service
  • add required to fields in invite user modal
  • Improve error handling for login
  • Added MSP - all accounts main page and state

React Wrapper 5.0.40:

  • Added support null for custom component

Change Log

5.0.39 (2023-5-28)

  • Fixed hosted login with hash
  • Support login per tenant self service
  • Added Cyprus phone area code 2 fa screen
  • Added option to upload metadata file instead of metadata url

Change Log

5.0.38 (2023-5-22)

v5.0.38

  • Fix the issue with unnecessary white borders on the dark mode theme
  • Add metadataHeaders type to contextOptions
  • Aadded source header to all admin portal and login box requests
  • Added login per tenant per service
  • SSO Guides enhancements
  • [Snyk] Security upgrade babel-plugin-module-resolver from 4.1.0 to 5.0.0
  • Remove admin provisioning feature flag

React Wrapper 5.0.38:

  • FR-11599 - add sdkVersion to rollup
  • FR-11599 - report framework and version

Change Log

5.0.37 (2023-5-12)

  • FR-11442 - Removed admin portal provisioning feature flag
  • FR-11723 - Fixed refresh token when computer clock is set to a future time
  • FR-11735 - Added support for customizing login per tenant in the admin portal
  • FR-11442 - Removed legacy SSO tab code
  • FR-11718 - Fix users' table UI issues
  • FR-11113 - Fixed Frontegg logo overlapping navigation
  • FR-11442 - Extract the provisioning tab to a separated page in the admin portal
  • FR-11617 - Fixed a11y enter key press issue
  • FR-11352 - Added support for nested table
  • [Snyk] Security upgrade @azure/storage-blob from 12.11.0 to 12.13.0

Change Log

5.0.36 (2023-5-4)

  • FR-11581 - fix a11y login-box onEnter event for links
  • FR-11353 - add new tree graph component

5.0.35 (2023-4-28)

  • FR-11564 - Social login button shouldn't inherit from secondary color

Change Log

5.0.34 (2023-4-27)

  • Fixed passkeys issue with reCaptcha
  • Removed feature flag from passkeys button
  • Enable loading Frontegg helper scripts by providing query params to Frontegg external source
  • Security upgrade webpack from 5.74.0 to 5.76.0

Change Log

5.0.33 (2023-4-27)

  • Fixed input hover issue on suffix icon
  • A11y improvements

Change Log

5.0.32 (2023-4-25)

  • Fix Passkeys button style
  • Support login per tenant with search param

Change Log

5.0.31 (2023-4-23)

  • Lock reduxjs/toolkit version to be compatible in Vite types plugin
  • Fixed password input placeholder text in the login box
  • Fixed social login buttons order
  • Fix Vite js-sha256 warning
  • Fixed company name error in split mode sign up
  • Fixed phone number dropdown theming
  • Added aria labels to buttons

Change Log

5.0.30 (2023-4-17)

  • Added support to preserve query params between all auth routes
  • Added support for generating a code challenge in non-secure domains [HostedLogin Mode]
  • Fixed issue with updating SSO group name in the admin portal
  • Added live SSO integration guide

Change Log

5.0.29 (2023-4-13)

  • Added support to separate first and last name in sign up form by customization option for embedded mode

Change Log

5.0.28 (2023-4-3)

  • Added support for SCIM groups
  • Updated texts across login box - grammar and terminology
  • Added impersonation indicator to show impersonator that they're in an impersonation session
  • Added passkeys feature

5.0.27 (2023-3-27)

  • FR-11247 - fix version branch 6.82

  • FR-11065 - add passkeys mock ff

  • FR-11189 - mfa authenticator app change input type

  • FR-10821 - fix table color

  • FR-11204 - add unit testing with jest

  • FR-11139 - fix groups

  • FR-11039 - fix groups dummy

  • FR-11039 - ff groups

  • FR-10530 - fix ff store name

  • FR-11067 - error handling on profile image upload

  • FR-11039 - extend users table with groups column

  • FR-10530 - fix ff

  • FR-10654 - Fix OIDC loading screen

  • FR-10530 - fix ff store name

  • FR-10530 - fix ff store name

  • FR-10530 - change ff behavior

  • FR-10976 - Remove idle session export from default items

  • FR-11120 - fix use permission

  • FR-10976 - idle session missing script for local exmaple

  • FR-11109 - fix groups design

  • FR-10530 - fix passkeys loading mode in login flow

  • FR-11065 - fix login flow with prompt for mfa

  • FR-10530 - update dependencies between passkeys and mfa

  • FR-10976 - Idle session timeout will be reset on a post message from the client iFrame

  • FR-10150 - add option to enforce redirect to same site only to avoid security issues

Change Log

5.0.26 (2023-3-16)

  • Fixed use permission regex issue to accept a wild card
  • User groups design fixes
  • Fixed passkeys loading mode and login flow with MFA
  • Update dependencies between passkeys and MFA on the privacy page
  • Added support to reset Idle session timeout by post messages from the client iFrame
  • Added an option to enforce redirect URLs to the same site only to avoid security issues
  • Added support for customized social login providers

Change Log

5.0.25 (2023-3-10)

  • Fixed resend OTC with reCaptcha
  • Added support to let tenants create a manage user groups in the admin portal under a FF
  • Added support to login with passkeys and manage passkeys in the admin portal under a FF
  • Fixed invite users issue when the vendor is not forcing roles and permissions
  • Support auth strategy and social logins for login per tenants
  • Refactored feature flag mechanism to be based on rest-api package
  • Fixed validation for postcode in admin portal forms
  • Fixed SMS code input to have input type number
  • Improved auth screens form UX

Change Log

5.0.24 (2023-2-21)

  • Fixed Admin portal SSO provider's options to be correlated with the vendor choice
  • Fixed background for table pivot column
  • Fixed impersonation by removing unnecessary redirects and add a refresh call
  • Fixed style reorder bug when using @emotion/react and Frontegg Next.JS

Change Log

5.0.23 (2023-2-8)

  • Updated M2M tokens to reflect the vendor choice

Change Log

5.0.22 (2023-2-7)

  • Fixed go-to-sign-up message position in speedy login layout
  • Added an input component to the library for adding members to a tenant
  • Fix filtering SSO providers according to the vendor selection
  • Added user groups card header component to the library
  • Improved the admin portal and login box performance and bundle size

React Wrapper 5.0.22:

  • Added TSlib to Frontegg react bundle to prevent TS version conflicts

5.0.21 (2023-2-1)

React Wrapper 5.0.21:

  • FR-10625 - Export HostedLogin class from @frontegg/js library

Change Log

5.0.20 (2023-1-29)

  • Fixed error message position in login with SMS screen
  • Fixed missing client ID after creating API token

5.0.19 (2023-1-24)

  • FR-10485 - Update @frontegg/rest-api version
  • FR-10017 - Add type="email" to all email HTML inputs
  • FR-10501 - Expand LoginBox width in mobile devices
  • FR-10196 - Fix scroll in privacy page
  • FR-10489 - UI enhancements in SCIM
  • FR-10483 - Added the option to customize forget password button
  • FR-10374 - UI enhancements in split mode
  • FR-10184 - Add access tokens screen
  • FR-9995 - UI enhancements for Invitation text and icon
  • FR-10448 - add prettier pre-commit check
  • FR-10443 - Fix impersonation
  • FR-10282 - fix otc login for mobile
  • FR-10410 - fix policies mock
  • FR-10371 - sync vendor security policies
  • FR-10302 - Add impersonation indication for audit logs
  • FR-10281 - Impersonation
  • FR-10261 - fix sign up position in dark theme
  • FR-10369 - change mfa ff name

Change Log

5.0.18 (2023-1-16)

  • Fixed sign up position in dark theme
  • Added margin to login error
  • Added support for built-in authenticators, security keys, and SMS as MFA methods

5.0.17 (2023-1-11)

  • Fixed login with apple redirect URL
  • Added impersonation indication in login session table
  • Added support for session expired logout on Hosted Login
  • Added support for login with Linkedin
  • Added support for Google one tap
  • Improve insert OTC screen UI
  • Improve UX of authentication forms
  • Fix apple logo color and match to font color
  • Added support for customization of Custom React hooks component

5.0.16 (2022-12-22)

  • Few bug fixes

5.0.15 (2022-12-20)

  • Fixed mfa input on mobile
  • Enabled scim without roles
  • Fixed menu component for dark theme
  • Added api navigation icon
  • Added tests for mfa
  • Added apple social login types
  • Added support for Hiding Invoices

5.0.14 (2022-12-13)

  • Fixed MFA flow issues
  • Added support for subscriptions billing collection
  • Fixed the issue of the OTC screen submit button being disabled on mobile devices
  • Added SCIM section in admin portal under FF

5.0.13 (2022-12-8)

  • Fixed ignoring urlPrefix issue
  • Added the ability to Invite a user by bulk API in the admin portal
  • Fixed OTC digits are not visible on mobile devices
  • Added MFA devices management section in the admin portal under FF
  • Fixed the ability to copy invite link for dynamic base URL as well
  • Added new abilities to MFA flows under FF
  • Added support for providing an external CDN to load fonts in Frontegg components

5.0.12 (2022-11-28)

  • FR-9750 - change api according to the new names security tabs
  • FR-9717 - update rest api to have optional name in add user payload - and make sure to not send name if not exist
  • FR-9826 - fix table header in dark theme
  • FR-9237 - Max length for secret fields increased to 100
  • FR-9742 - enroll mfa list
  • FR-9772 - Send NULL on profilePictureUrl rather than null
  • FR-9717 - Invite user customize form API
  • FR-9597 - Webhooks - missing validation error on UI when added not allowed URL

5.0.11 (2022-11-23)

  • Added support for admin portal pre-defined theme options (dark, vivid, modern, and classic themes)
  • Added support for customizing admin portal navigation hover color
  • Fixed typo of Andorra country in countries dropdown
  • Fixed select popup alignment issue
  • 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)
  • Added mock for feature flags API for admin portal preview mode
  • Fixed resend invitation and activate your account API calls
  • Fixed creating custom webhook on the Admin Portal is sent with the event ID and not with the event Key
  • Added support for customizing fields and tabs in the admin portal

React Wrapper 5.0.11:

  • Updated README.md with the current integration guide

5.0.10 (2022-11-10)

  • Add support for overriding customzation for admin portal pages and tabs

React Wrapper 5.0.9:

  • FR-9186 - Add changelog

5.0.8 (2022-10-09)

Note: Version bump only for package @fronteg/react

2.8.14 (2021-07-27)

Note: Version bump only for package @fronteg/react

2.8.13 (2021-07-22)

Note: Version bump only for package @fronteg/react

2.8.12 (2021-07-20)

Note: Version bump only for package @fronteg/react

2.8.11 (2021-07-11)

Note: Version bump only for package @fronteg/react

2.8.10 (2021-07-08)

Bug Fixes

  • audits: fix store conflict between old audits and new auditlogs state (5e493fe)
  • core: add destroy store on unmount (c117bf9)

2.8.9 (2021-07-08)

Bug Fixes

  • auth: add missing callback to sso file config saga (9c895ab)

2.8.8 (2021-07-06)

Bug Fixes

  • auth: reload captcha after failed login (f12be57)

2.8.7 (2021-07-01)

Note: Version bump only for package @fronteg/react

2.8.6 (2021-06-30)

Bug Fixes

2.8.5 (2021-06-30)

Bug Fixes

2.8.4 (2021-06-29)

Bug Fixes

  • redux-store: [FR-3203] - skip prelogin when saml is disabled (#448) (e6febcd)
  • FR-3342, round number of total pages to bigger (7a0fb1f)

2.8.3 (2021-06-23)

Bug Fixes

  • align all dependencies versions (f1d5c48)
  • update libraries version (77da072)

2.8.2 (2021-06-23)

Bug Fixes

  • update libraries version (77da072)

2.8.1 (2021-06-22)

Note: Version bump only for package @fronteg/react

2.8.0 (2021-06-21)

Features

  • add connectivity redux hooks FR-2889 (b8a5f98)
  • move connectivity state to redux-store package FR-2889 (55b80f8)

2.7.2 (2021-06-14)

Note: Version bump only for package @fronteg/react

2.7.1 (2021-06-10)

Note: Version bump only for package @fronteg/react

2.7.0 (2021-06-07)

Bug Fixes

  • audits: fix ip cell crash (#425) (169c4b6)
  • fix owasp type error FR-3131 (ad57394)
  • connectivity: fix the documentation (02946a9)
  • connectivity: remove the fitContent property. fix scrolling of the container (b2a7c8f)
  • core: increase domain suffix length (02af3e9)

Features

  • auth: display error from strategy on activation form (ad6a5c4)

2.6.0 (2021-05-27)

Features

2.5.2 (2021-05-24)

Note: Version bump only for package @fronteg/react

2.5.1 (2021-05-23)

Note: Version bump only for package @fronteg/react

2.5.0 (2021-05-21)

Bug Fixes

  • connectivity: add overflow auto to connectivity page FR-3005 (fd4b341)

Features

  • connectivity: add new paraneter fitConntent (d31c281)

2.4.0 (2021-05-19)

Features

  • auth: [FR-2731] remember MFA devices (#404) (7f135d2)

2.3.2 (2021-05-10)

Bug Fixes

  • connectivity: fix UI glitches (a78c4f0)

2.3.1 (2021-05-10)

Bug Fixes

  • connectivity: fix changes not saved on swithcing connecticity context (04758b5)
  • connectivity: fix connectivity slack UI (b214466)

2.3.0 (2021-05-07)

Bug Fixes

  • audits: fix position and behaviors of the User Agent logo (3e067ef)
  • auth: remove duplicated useField destructure (4efd3f1)
  • connectivity: fix save data in the slack configurattionn (23ff145)

Features

  • add random user for auditLogsDataDemo (b7aaa9d)

2.2.2 (2021-04-29)

Bug Fixes

  • auth: FR-2591 call account strategy after logout (#380) (09fe728)

2.2.1 (2021-04-28)

Note: Version bump only for package @fronteg/react

2.2.0 (2021-04-28)

Bug Fixes

  • connectivity: FR-2311 validate webhook secret key length and format error message (#358) (589fccb)
  • Add react-redux to react-hooks dist file (a1244e7), closes #FR-2682
  • disable refresh token after activate user (84db237), closes #FR-2761
  • fix rollup config for react-hooks (7338e52), closes #FR-2682
  • fix rollup config for react-hooks (a13f343), closes #FR-2682
  • remove encoding variable in audits ip filtering (8f77b39)

Features

  • auth: add action to get public vendor config (#367) (48eb6ec)
  • auth: get activate account config in order to determine if user should set password (#370) (b04d42a)
  • connectivity: FR-2586 format dates on webhook page (#357) (80a6832)
  • add frontegg react library to support routing and sharing store (2fed55f), closes #FR-2761

2.1.0 (2021-04-13)

Bug Fixes

  • remove live sagas from mock generator function (ae3a366)

Features

  • add option to consume switch tenant callback (74fd8c6)

2.0.0 (2021-04-11)

Bug Fixes

  • Wait for refresh token after switch tenant (defadc1)
  • core: fix server side rendering issue with loading animation (d9bb7a3)
  • FR-2312 - add success variant support for all elements libraries (58b85b7)
  • audits: FR-2162 - remove expandable in case of nothing to show(audits) (25df9ed)
  • auth: duplicate profile picture timestamps (1e54a4f)
  • connectivity: FR-2310 - fix test hook form filling (d54e053)
  • FR-2312 - fixstyle status button (webhooks); add success for theme' (1c4ca9d)
  • auth: fix fromik import in FeRecaptcha to prevent build fails (1f93494)
  • auth: FR-2206 - add error message for sign up form (fe97e35)
  • auth: FR-2218 - remove social logins from activate user form (738ab4f)
  • elements: fix onclick event for material menu item (71193e1)
  • Fix build for rescript (58c4b3c)
  • FR-2100 - fix expandable table styles (9586201)

Features

  • auth: enforce users password config on activate/reset/change password (#342) (7aeaeb2)
  • auth: login with facebook account (5129bc5)
  • auth: login with facebook account (#339) (f231d75)
  • auth: login with microsoft account (8fd8590)
  • Add Audit logs to frontegg/react-hooks and frontegg/redux-store (2e46638)
  • Add auditslogs to @frontegg/react-hooks (285765a)
  • add redux-store for auth state (ee807ef)
  • Add Security Policy API and Store Hooks (e9b7abf)
  • Expose onRedirectTo via hooks (bd38109)
  • Extract react hooks to separated sub package (8ad0333)
  • move audits logs state management to @frontegg/redux-store (08839b6)
  • Split State-Management and hooks from UI components (20d24cd)
  • redux-store: Export all actions and interfaces from auth state (b666ccd)

BREAKING CHANGES

  • hooks and Entity Types should be imported from @frontegg/react-hooks and @frontegg/redux-store

1.28.0 (2021-03-22)

Bug Fixes

  • FR-2220 - add loader for MenuItem (4a3e62e)
  • auth: FR-2257 - fix t param duplication (be144f5)
  • core: FR-2126 - removed list dots for error message (6a233b0)

Features

  • auth: request new activation email (748255f)

1.27.0 (2021-03-18)

Features

  • auth: added option for terms of service in signup page (f876091)

1.26.0 (2021-03-17)

Bug Fixes

  • auth: unload captcha after login/sign up (cb4963c)

Features

  • auth: allow getting login/signup redirect url via query param (ce909fd)

1.25.0 (2021-03-07)

Bug Fixes

  • Set fixed version for i18next in @frontegg/react-core (20f9879)
  • auth: FR-1932 - make requested changes; fix ReCaptcha token' (4903613)
  • auth: FR-1932 - removed unused import (1e00b41)

Features

  • FR-1932 - added captcha for login/sign up; removed unused components demosaas (e5e75c8)

1.24.0 (2021-03-03)

Bug Fixes

  • audits: align icon and add cursor pointer on icons (c6977b0)

Features

  • account-settings (134b7b0)
  • auth: change social login redriect url behavior (7199487)

1.23.1 (2021-02-21)

Note: Version bump only for package @fronteg/react

1.23.0 (2021-02-18)

Features

  • audits: add several custom browser icons to the User Agent field (8bba084)
  • auth: support render prop (f96ca8b)

1.22.1 (2021-02-16)

Bug Fixes

  • Fix ActivateAccount test (bbf3781)
  • auth: fix after activation refirect to look on the last user requested route (fcb53ef)

1.22.0 (2021-02-13)

Bug Fixes

  • audits: fix nullable conversion case in audits table (0acacdf)
  • auth: small fixes (1463b88)
  • connectivity: fix scroll for the event table (7871686)
  • core: remove unused imported components in the FileInput component (54a7f29)

Features

  • auth: autosave profile photo (77a3ec4)
  • auth: instead of text in the user agent field, now show an icon of a browser (8267338)
  • auth: split process update inforamtion between photo and inforamtion (0140836)
  • core: add support ref for the input component (f47fc79)
  • core: add suppurt ref for the FileInput component (86b3790)
  • core: Added tab disabling for FeTabs component; disabled pwd tab in Profile FR-789 (2354f47)
  • elements: add support ref for Input elements in UI libraries (39c1ebc)

1.21.1 (2021-02-04)

Note: Version bump only for package @fronteg/react

1.21.0 (2021-02-04)

Bug Fixes

  • audits: fix show filter icon if the filterable value is desabled (00f0afd)
  • audits: FR-1875 - changed time filter format (24e58a2)
  • audits: leave the empty values in the cell instead of text (360c09c)
  • auth: fix caching photo in the profile page (2acb7e7)
  • auth: Fix redirect after reset password succeeded (e20d9f4)
  • auth: Remove go to login from activate account succeeded (e1a8746)
  • core: leave the empty values in the cell instead of text in the FeTable (8997a53)
  • Remove deprecated @frontegg/react support (48f493c)

Features

  • Add option to inject SSO components without routes (79dd172)
  • auth: Add silent logout saga action (f5781f7)
  • auth: Auto login after activate account succeeded (eebdd71)

1.20.1 (2021-02-02)

Bug Fixes

  • connectivity: fix the delete dialog message disappers (f40e50a)

1.20.0 (2021-02-01)

Bug Fixes

  • connectivity: fix icons on the list of platform (8de499c)
  • connectivity: fix send the security parameter for the webhook configuration (cbc8bbf)
  • core: fix close tolltip popup (f78cc43)
  • core: fiz a problem with caching filters data in the FeTable componet (319d7be)
  • core: remove required field for the secret field in the webhook configuration (fe97d7e)

Features

  • audits: changes component for posibility use in the deshboard project (a6365b8)
  • auth: add option to keep sessions alive via the AuthPlugin props (8fd2427)
  • core: add TExportAudits type as separet type in interfaces (fcc1992)
  • core: implement horizontal scrolling in the table component (1315b75)

1.19.1 (2021-01-20)

Note: Version bump only for package @fronteg/react

1.19.0 (2021-01-20)

Bug Fixes

  • Disable MFA input auto complete (#254) (b7420c6)
  • connectivity: fix sorting the Status column in the webhooks list (c7d1428)
  • connectivity: remove old dead code on the webhooks list (609bfe0)
  • connectivity: remove warnings in the devTools for some svg elements (dde9731)
  • core: add support the data-* attribute for the CheckBox component (bbcc4d5)
  • core: fix align for the label in the CheckBox (d094a09)
  • core: fix click by form button if process loading is active (5a9971c)

Features

  • connectivity: add error message from the server to the webhook component (7b53d9f)
  • connectivity: add loading when changes status in the webhooks list (b834ac6)
  • connectivity: add sorting data by columns in the webhooks list (6fc81b6)
  • connectivity: change behaviors of select catagory and envents (368849e)
  • connectivity: Disabled the V mark if no one of events is active. (7cea078)
  • core: add support the sortType param to the Column values for the FeTable component (9702cee)

Performance Improvements

  • connectivity: move handlers to the useCallback hook in the AccordionCategories (b89826b)
  • core: move onChange handler to the useCallback hook (25c78da)

1.18.6 (2021-01-19)

Bug Fixes

  • core: Fix toggled expandable button svg color FR-1173 (bcf486d)
  • Add more space to first column in Table components FR-1171 (c0b6b38)
  • auth: Ellipses user name in AccountDropdown component (d3b5ecf)
  • auth: stop loading if error api-tokens FR-1366 (d245449)
  • core: Break user full name when no free space available FR-1528 (da508f4)

1.18.5 (2021-01-18)

Bug Fixes

  • core: fix perfomance for the INputChip component (cea5e19)
  • Reset state on session expiration (713310a)

1.18.4 (2021-01-18)

Note: Version bump only for package @fronteg/react

1.18.3 (2021-01-17)

Bug Fixes

1.18.2 (2021-01-15)

Note: Version bump only for package @fronteg/react

1.18.1 (2021-01-15)

Bug Fixes

1.18.0 (2021-01-14)

Bug Fixes

  • Reload profile data on profile component mount (0791ffa)
  • Reset Frontegg store after logout (37d1de8)
  • core: fix close property for the FePopup component (e9f9d85)

Features

  • core: support enter data on blur event in the InputChip element (6f43239)

1.17.3 (2021-01-13)

Bug Fixes

1.17.2 (2021-01-12)

Note: Version bump only for package @fronteg/react

1.17.1 (2021-01-05)

Note: Version bump only for package @fronteg/react

1.17.0 (2021-01-03)

Bug Fixes

Features

  • auth: Add manage authorization step to sso FR-1148 (f961e74)
  • core: set company name as optional on singup form (#214) (de83d17)

1.16.2 (2020-12-27)

Bug Fixes

  • auth: fix force mfa recovery code not showing up (#204) (f6ce5ac)
  • auth: fix some minot texts and css issues on MFA (#203) (688cbc7)
  • Fix force MFA screen bugs (#196) (8d51fb9)
  • Fix pre-release action (6b7f616)
  • auth: add support in dynamic component in login and signup for socail logins (#192) (195b977)

1.16.1 (2020-12-27)

Bug Fixes

  • auth: fix force mfa recovery code not showing up (#204) (f6ce5ac)
  • Fix force MFA screen bugs (#196) (8d51fb9)
  • Fix pre-release action (6b7f616)
  • auth: add support in dynamic component in login and signup for socail logins (#192) (195b977)

1.16.0 (2020-12-24)

Bug Fixes

  • wront state with logged in user (#198) (970c99b)
  • connectivity: fix some design and behavioral issues (fd5d16d)
  • core: fix clean data in the FeInput component (6d900c8)
  • core: fix style the FeChip component (1f76479)
  • localize: fix text for secure tooltip (8761141)

Features

  • core: add anew property dontDisableSaving to the FInput compoennt (6ff5648)

1.15.2 (2020-12-24)

Bug Fixes

  • tests: Fix two factor authentication tests (27b3539)
  • Fix crash state mutation was detected between dispatches (6f8d8e6)
  • Fix UI css bugs (b94b49c)
  • core: fix validate the InputChip component (e363849)

1.15.1 (2020-12-21)

Bug Fixes

  • auth: fix authorized content data validation (2728cd9)
  • connectivity: fix bug of edit the email and sms events (e34788c)

1.15.0 (2020-12-20)

Bug Fixes

  • Fix owsp validation exception on undefined value (54ffaee)

Features

  • Add new component AuthorizedContent to strict content visibility by permission (e4be8dc)

1.14.1 (2020-12-17)

Bug Fixes

  • change primary color to darker blue (04f94bd)
  • Fix AccountDropdown style bugs (dde2680)
  • Fix create new webhooks button typo (0be76c3)
  • Fix infinite loading in switch tenant popup (78a63c1)
  • Fix input style issues when autocomplete enables (790e8b4)
  • Fix search bar alignments and ui bug fixes (dd51197)
  • move branch changelog to pull request body while create release (fc676e1)
  • prevent dialog from closing if clicking on other portal element (c6a3b5b)
  • Re-enable fields in SSO claim domain in validation failed (4fb385c)
  • Update add new webhook api url (65533c1)
  • auth: [FR-1080] fix social login wrapper (f825fc7)
  • remove switch tenant button user only have on tenant (c3b5df5)
  • auth: fix loader api tokens table loader, some improvements (8db076f)

Features

  • add support to publish prerelease version (3611311)

1.14.0 (2020-12-16)

Bug Fixes

  • disable profile image uploader limitation (07e082e)
  • Fix MFA cancel button size (be9a44b)
  • Fix profile tabs color (3ab5742)
  • UI enhancements for SSO components (6be3aea)
  • Update components primary color (ee6d08e)
  • connectivity: fix actions for saving data (c92d051)
  • connectivity: FR-1005 fix the alignment of the line data in the webhook table (bccfa8b)
  • core: fix mistakes in URLs for the connectivity component (2fcafc8)
  • elements: fix console error for the InputChip component (0f25e0f)

Features

  • auth: Api tokens component for users and tenants (c8b1e17)

1.13.2 (2020-12-13)

Bug Fixes

  • audits: FR-1001 add 'unknown' when cell value is undefined (889bc83)
  • build: remove hoist-non-react-statics from internal deps (3eccdd2)
  • connectivity: fix the enabled edit data form the SMS and Email webhooks (6314a4e)
  • elements: fix the fullWidth style for the InputChip component in the material library (2cac48f)

1.13.1 (2020-12-10)

Bug Fixes

  • audits: FR-996 add closing popup when reference hidden to prevent ui bugs (b046f95)
  • audits: FR-999 add x btn for ip popup (6efc8ea)
  • auth: fix google social login scopes. closes #159 (0ddb2ca)

1.13.0 (2020-12-09)

Bug Fixes

  • connectivity: fix show platform if the it dosen't have any events FR-984 (6319b02)
  • fix testId error in material components (0e3d2a6), closes #119
  • auth: loadUsers on TeamTable did mount (9b8ff6b)

Features

  • [FR-808] add support in users sign ups (1a6f7c3)

1.12.0 (2020-12-09)

Bug Fixes

  • audits: display none cross btns in filters selectors to prevent errors (6afb046)
  • prevent after login redirect if it is in auth routes (ae0371d), closes #108
  • split AuditsPage to separated components (9aa109a)
  • audits: fix font-weights for ip popup titels (5b23d08)
  • audits: fix scroll to top on page change for material lib (1878dd4)
  • audits: FR-1000 fix updating filter value (00f84d4)
  • audits: FR-1002 add globe icon when location is unknown (53265fd)
  • audits: FR-1003 Change severity filters to match the actual filters (ce9d834)
  • audits: FR-1004 add startRefresh action to prevent double fetch after init render (eddb763)
  • audits: FR-1004 prevent call action onPageChange after init render (bca3bc1)
  • audits: FR-1004 prevent setFilterData action call after init render (9656648)
  • audits: FR-1004 remove debounce filter, prevent onFilterChange call after init render (b842cd6)
  • audits: FR-997 reduce margins, change tags to divs in ip popup (66f0005)
  • audits: FR-998 change severity attention letters coloring (efdb0c8)
  • auth: add missing css variables for authentication pages (4bb2c66)
  • build: fix npmrc in github action (d8ee0ad)
  • connectivity: fix color of the Install button FR-975 (ac9d61e)
  • connectivity: fix styles for the material UI (ca1258d)
  • core: fix the z-index value for the popup component (6201205)
  • elements: fix className property for the semantic Button element (8646833)
  • elements: fix styles and behavior for the semantic InputChip component (29671d2)
  • elements: fix styles for the InputChip component in the material library (8f6404a)

Features

  • connectivity: add UI design for the semantic library (986c86c)
  • elements: add the TextArea component to the semantic library (bacc6c3)

1.11.1 (2020-12-02)

Bug Fixes

  • auth: add exports for socialLogins components (018b5ea)
  • connectivity: fix styles for separate components (3b4b8d3)

1.11.0 (2020-11-30)

Bug Fixes

  • audits: fix cancel button on audits filter (007fec7)
  • auth: add missing query and hash after login redirect (#135) (87f36aa), closes #134
  • [FR-815] change password policy to be aligned with backend (fbc9abf)
  • Remove debugger line (58643c1)
  • auth: fix team management roles dropdown ui (#126) (c74949b)

Features

  • ci: add option to publish prerelease version (0ff0c67)

1.10.0 (2020-11-27)

Bug Fixes

  • audits: move initData action to Audits.tsx, fix reducer storeName (28a69b6)
  • audits: remove comment (e9fdc6f)

Features

  • connectivity: add listener (e463fae)

1.9.0 (2020-11-25)

Bug Fixes

  • fix console errors (47a0679), closes #119
  • auth: fix social logins loader (#116) (e965d3d)
  • core: fix external finterFunction (72419cb)
  • integrations: add styles to the accordion (0b74561)
  • integrations: fix problem with search (eb2bf94)
  • integrations: fix styles for webhooks (436c68d)
  • integrations: fix the email icon and some styles (20665eb)
  • integrations: fix validations (f9c6c15)

Features

  • auth: New AccountDropdown component added to AuthPlugin (018f2f8)
  • core: add dupport the ClassName property to the Table component (71a582d)
  • core: add support the fullWidth property to the InputChip component (f1c6586)
  • elements: add dupport the ClassName property to the Table component (610ba5a)
  • integrations: add an accordion to the catagory data (0bfa866)
  • integrations: add icons to the list of platforms (28dc591)
  • integrations: add search by events and categories (6785a81)
  • New plugin for Audits (#106) (921b37a)

1.8.0 (2020-11-23)

Features

  • Add Connectivity Plugin (#98) (db77431)
  • auth: Add support in google and github social logins (#111) (938b04c)

1.7.0 (2020-11-22)

Bug Fixes

  • remove auth deps from core lib (1686abd)

Features

  • resolve saga actions outside fronteggprovider (7878beb)

1.6.2 (2020-11-19)

Note: Version bump only for package @fronteg/react

1.6.1 (2020-11-15)

Bug Fixes

  • auth: fix multiple call to loadUsers while mounting TeamTable (4a51547)
  • auth: fix remove last role in TeamTable (22d2ff6)
  • auth: redirect user to login with two-factor after saml if required (e6abd6a)
  • auth: remain user data after editing roles in TeamTable (186aaa4), closes #99
  • fix multiple store initialization in strict-mode (a569f86)
  • restore test-id to forgot password button (b8a4ab4)

1.6.0 (2020-11-12)

Bug Fixes

  • fix pagination bug in TeamTable (8ba1c3d)

Features

  • add option to logout from FronteggContext object (e35b4f0)
  • add option to upload profile image (#96) (0e4c45c)

1.5.0 (2020-11-10)

Bug Fixes

  • export missing interface AcceptInvitationState (#92) (9981fe1)

Features

  • sync session between tabs on Auth Listener (f2bfa04)

1.4.0 (2020-11-09)

Bug Fixes

  • build: fix prerelese versioning (#83) (07d1544)
  • add option to add user without roles (4d17333)
  • css enhancements (317e875)
  • disable angular render children (658dbbf)
  • make redux internal deps (#88) (331e8c5)
  • remove default font-size from root css (ad774e9), closes #90
  • teams: remove roles columns if no roles configured (7078eba)
  • remove logs (16b0976)
  • remove memorized store (b4d2b25)

Features

1.3.0 (2020-11-04)

Bug Fixes

  • auth: bug fixes (#76) (a758642)
  • auth: fix ui bugs (#79) (0e75d8d)
  • calling response.text() after response.json() fails (#80) (3cde90d)
  • fix material button console errors (5558c52)
  • fix material table head position sticky (99a9423)

Features

  • add elements page (9eb19a8)
  • auth: add options to update user roles (3ec734a)
  • elements: add FeInput element (f23e439)
  • add support for nextjs and angular (#82) (5fa36eb)

1.2.0 (2020-10-25)

Bug Fixes

  • ci: add conventional-commits to prereleases (#58) (d0941cc)
  • ci: add pre-release action (07bd99d)
  • elements: UI elements small fixes (effb9bd)
  • packaging: downgrade typescript to 3.7.5 (10294fc)
  • packaging: remove tesrser from build steps (a4ff453)
  • packaging: revert typescript to 3.9.7 (#56) (cb1a4dd)
  • restore old react and checkout from release branch (adbff2e)

Features

  • auth: add SSO components (#64) (f083762)
  • auth: support all auth functionalities (#70) (26d725e)
  • core: add dynamic elements for Frontegg Components (#10) (2bddbb2)
  • core: add FeSwitchToggle component (#66) (5b6c603)
  • core: Add FeTabs component (3699299), closes #67

1.1.0 (2020-10-14)

Bug Fixes

  • auth: fix loading splitted sagas in AuthPLugin (d0fba43)
  • auth: fix saga initializing bug (80727a3)
  • packaging: add missing immer dependency (#52) (36c6c15), closes #51

Features

  • auth: add accept invitation component by url (#50) (c3a43d6)
  • auth: add Team (reducer/saga) to Auth Plugin (7bed273)
  • auth: add TeamAPI to frontegg/react-core api.team collection (600a8f8)

1.0.89 (2020-10-13)

Bug Fixes

  • cli: fix missing property in frontegg/react-cli (2d45c3f), closes #44
  • cli: fix missing property in frontegg/react-cli (b468a08), closes #43
  • cli: upload cypress failure artifacts (b23aa60)

1.0.88 (2020-10-11)

Bug Fixes

  • ci: fix npmrc file (97df62e)
  • cli: add space between commit scope and summary text (ef6fec0)
  • cli: fix create pull request action (daf216d)
  • cli: increase max size of the summary (f7243c1)

1.0.87 (2020-10-09)

Bug Fixes

  • throw error if prettier check failed (446e86c)
  • ci: add changelog content to release pull request (b196013)
  • ci: checkout with full hisotry for lerna conventional-commits (4846fe2)
  • ci: checkout with history to generate changelog (307057c)
  • cli: add missing tslib to cli package json (de0bc6e)
  • packaging: move cjs.js to index.js for main entry point (0f8f700)
  • security: remove option for members to create new releases (d9f8607)

1.0.85 (2020-10-08)

Note: Version bump only for package @fronteg/react

1.0.84 (2020-10-08)

Note: Version bump only for package @fronteg/react