Releases: Tangerine-Community/Tangerine
Releases · Tangerine-Community/Tangerine
v3.31.0-rc-9
Fixes
v3.31.0-rc-8
Updates and fixes for Data > Uploads search by id
v3.31.0-rc-10
Merge pull request #3695 from Tangerine-Community/fix-search-by-id Fix search by
v3.31.0-rc-7
- Client Login Screen Custom HTML: A new app-config.json setting,
customLoginMarkup
, allows for custom HTML to be added to the login screen. This feature is useful for adding custom branding or additional information to the login screen. As an example:
"customLoginMarkup": "<div style='text-align: center;'><img src='assets/media/logo.png' alt='logo' style='max-width: 100%;'></div>"
- Add ID Search to Data > Uploads: A new feature in the Data > Uploads screen allows users to search for a specific ID in the imported data. This feature is useful for finding specific records synced to the server when reviewing or editing completed form responses.
v3.31.0-rc-6
v3.31.0-rc-5
What's Changed
- fix(editor): When editing uploads, the form responses should be unlocked by @evansdianga in #3685
- feat(imports): Allow users to import exported data using new format by @evansdianga in #3680
v3.31.0-rc-4
Use studentRegistrationFields
to control showing name and surname of student in the student dashboard
v3.31.0-rc-3
Tangerine Teach
- Add toggle in Attendance Check for 'late'. A teacher can click through the status of 'present', 'late', or 'absent' for each student.
v3.31.0-rc-2
Bump tangy-form to v4.43.2-rc.3
v3.31.0-rc-1
New Features
- A new Prompt Box widget available in form authoring allows a form designer to add audio and visual feedback connected to Radio Block widgets. This feature provides a toolset for creating self-guided assessments. See the example in tangy-forms