genericsuite-fe

The GenericSuite for ReactJS (frontend version)

ISC License

Downloads
41
Stars
1
Committers
1

Bot releases are hidden (Show)

genericsuite-fe - 1.0.21 Latest Release

Published by tomkat-cr 3 months ago

1.0.21 (2024-07-27)

New

Add ".nvmrc" file to set the repo default node version.

Changes

Update dependency versions (@testing-library/react: ^14.2.1 -> ^15.0.7).

Fixes

Fix audio processing issues in FastAPI Apps [GS-95].
Fix error "Failed to execute 'atob' on 'Window': The string to be decoded contains characters outside of the Latin1" [GS-95].
Fix '[object Object]' in getErrorMessage() 'reason' [GS-70].
Fix "ReferenceError: fetch is not defined" error in npm test.
Fix "ReferenceError: Response is not defined" error in npm test.
Fix "Warning: ReactDOMTestUtils.act is deprecated in favor of React.act" in npm test.
Fix "TypeError: (0 , _authenticationService.getUserData) is not a function" error in npm test.

genericsuite-fe - 1.0.20

Published by tomkat-cr 5 months ago

1.0.20 (2024-05-06)


New

Add AWS_SSL_CERTIFICATE_ARN env. var. for those cases where the SSL certificate cannot be found automatically in AWS certificate manager [FA-98].

Changes

Change "npm_publish.sh" to show the current date/time at the end [FA-83].
Change: remove from "ACCOUNT_INACTIVE" in "app_constants.json".
Redirect README instructions to the GenericSuite Documentation [GS-73].

Fixes

Fix the "ACM certificate ARN not found" error in "aws_deploy_to_s3.sh" and "aws_get_ssl_cert_arn.sh" by using AWS_SSL_CERTIFICATE_ARN env. var. [FA-98].
Fix "error-and-reenter.jsx" to log error in the JS console instead of showing "[object Object]" in the pop-up when "getErrorMessage" calls "extractErrorFromVariants" [FA-246].

genericsuite-fe - 1.0.19

Published by tomkat-cr 6 months ago

1.0.19 (2024-04-20)


New

Add FastAPI enhanced support [FA-246].

Changes

".env.example" GIT_SUBMODULE_URL and AWS_S3_BUCKET_NAME_* variables with more descriptive values.
Customized "index.html" instructions to fix the frontend design when the project is created.
Add more instructions to project creation process in the "src/configs/README".
Change: README with main image from the official documentation site and .png version removed [FA-246].
Change: Homepage pointed to "https://genericsuite.carlosjramirez.com/Frontend-Development/GenericSuite-Core/" [FA-257].

Fixes

Fix "Converting circular structure to JSON" error saving Child (array) sets with a "resultset" element in the "_old" value causing an infinite loop.