Scaffolds

Version format: <Rewrite>.<New Features>.<Bug Fixes>.

The changelog diff links are in a private GitHub repository. Please email support@scaffoldhub.io with your GitHub username to request access to this repository. You need a ScaffoldHub license to make this request.

3.1.2 - 2024-09-18

  • Bugfix: Internal issue with the generator.

3.1.1 - 2024-09-17

  • Bugfix: Fix typescript build issues.

https://github.com/scaffoldhub/documentation/commit/224ea247c3fdf265b4333f6b8f8930b8ee9cdb0e

3.1.0 - 2024-09-17

  • [Important] Bugfix: The appContext, which contains the current user, is passed to client components. Prior to this patch, the current user was being loaded fully, including the hashed password, which means that if the user inspected the network calls, they could be able to see their own hashed password. If interested in only those this patch. Replace those files:

https://gist.github.com/felipepastorelima/b41eed550e8e6e23e21327eaafa378ee

  • Feature: Archive and Restore entity. Available on the modeling tool on the entity properties.

  • Feature: Ask for confirmation before leaving an edited (dirty) form.

  • Feature: Add shortcut to new entity form on side nav.

  • Feature: Pre-fill the user email on the sign-up form when accepting an invitation via email.

  • Bugfix: Oauth audit logs always register as sign-up, even on sign-in.

  • Bugfix: The audit log dashboard widget was showing only the current day event count.

https://github.com/scaffoldhub/documentation/commit/08ab588ec3f32a066f8cd04357e7df02d009d61d

3.0.11 - 2023-12-22

  • Feature: Added option to copy entities and fields in the modeling tool.

  • Feature: Allow multiple uploads on file and image inputs.

  • Bugfix: Moved default locale to .env, so .env.test can use english and not break tests.

  • Bugfix: Fix Autocomplete not showing spinner when loading.

  • Bugfix: Update Playwright to avoid console warnings.

  • Bugfix: Fixed e2e tests related to date-time.

https://github.com/scaffoldhub/documentation/commit/0ebd9d9cdd29ae852cc6138581f91df3be6c5609

3.0.10 - 2023-11-24

  • Feature: Replace the Date Time component with native HTML5 datetime-local.

  • Bugfix: Compile errors from version 3.0.9.

https://github.com/scaffoldhub/documentation/commit/e727f34e16f2665065b68a1f91c92ebb662ac5f3

3.0.9 - 2023-11-24

  • Bugfix: Trim whitespaces from the email on the sign-in.

  • Bugfix: Change the date type on the database from date to string to prevent issues with the timezone.

https://github.com/scaffoldhub/documentation/commit/2b7614480043185f568371ddb6cd7590e1aad63f

3.0.8 - 2023-11-18

  • Feature: Relationships can now be ordered.

3.0.7 - 2023-11-14

  • Bugfix: Links to new and import routes from camel case names entities were wrong.

3.0.6 - 2023-11-13

  • Feature: Added JSON field type.

  • Bugfix: I18n for the Invitation email was using a missing variable.

  • Bugfix: The AWS uploader was using PutObjectCommand instead of GetObjectCommand for download.

  • Bugfix: AWS createPresignedPost expects the number of seconds to expire, not the timestamp.

  • Bugfix: Layout adjustments.

https://github.com/scaffoldhub/documentation/commit/7f46d98b28958cc315566aa590ea4d3b654baadb

3.0.5 - 2023-11-05

  • Bugfix: Entity names with irregular plurals - for example, life and lives - broke the app.

3.0.4 - 2023-10-29

  • Bugfix: Schema wasn't importing the correct utility methods when a DateTime field was included in the model.

  • Bugfix: Dockerfile failing on the dependency install phase.

https://github.com/scaffoldhub/documentation/commit/06157b76edc7bf8f33c910cac45aad8973af0d05

3.0.3 - 2023-10-26

  • Feature: Upgrade to NextJS 14.

  • Feature: Added Dockerfile.

https://github.com/scaffoldhub/documentation/commit/9dc75b597ea3786356c1c36ebb1296f6337eabef

3.0.2 - 2023-10-19

  • Bugfix: API Key not working.

  • Bugfix: Encapsulate QueryString into objectToQuery and queryToObject functions.

  • Bugfix: Increase importer chunk size from 2 to 50.

  • Bugfix: Select multiple search was searching by value instead of label.

  • Bugfix: Invalidate queries after import.

https://github.com/scaffoldhub/documentation/commit/8af369b0cbf0d35479bf0ab2775a321ff675649a

3.0.1 - 2023-10-19

  • Feature: Updated package.json dependencies.

  • Feature: Adapt code for React-Query v5.

  • Bugfix: Verify Email Confirm page showed an error message even when successful.

https://github.com/scaffoldhub/documentation/commit/2ed21a38629dd9310405e3ca52d4977d073fcb34

3.0.0 - 2023-10-17

  • The codebase was rewritten using the latest versions using NextJS.

For prior logs, please visit https://docs-v2.scaffoldhub.io.

Last updated