Skip to content

Releases: LifeSG/web-frontend-engine

v2.2.3

11 May 10:04

Choose a tag to compare

🎉 New features

  • New defaultAddress property for location-field. On refresh, the map centers on this coordinate instead of using geolocation
  • Added exclamation icon to error message of e-signature-field

🐞 Bug fixes

  • location-field to wait for reCAPTCHA availability before making protected API calls

Full Changelog: v2.2.2...v2.2.3

v2.2.2

27 Apr 07:08

Choose a tag to compare

🎉 New features

  • Bumped peer dependency of design system to 3.4.0-canary.1

Full Changelog: v2.2.1...v2.2.2

v2.2.1

23 Apr 02:50

Choose a tag to compare

🎉 New features

  • New htmlSafe validation rule
  • location-field
    • New show-location-modal-ready event
    • Ability to show legend in the map through legendItems
  • New tooltip option in image-upload

Full Changelog: v2.2.0...v2.2.1

v1.20.1

23 Apr 02:49

Choose a tag to compare

🎉 New features

  • New htmlSafe validation rule
  • location-field
    • New show-location-modal-ready event
    • Ability to show legend in the map through legendItems
  • New tooltip option in image-upload

Full Changelog: v1.20.0...v1.20.1

v2.2.0

13 Apr 07:21

Choose a tag to compare

🎉 New features

  • New otp-verification-field

🐞 Bug fixes

  • Move file-upload error message to next row on non-desktop screens

Full Changelog: v2.1.3...v2.2.0

v1.20.0

02 Apr 04:09

Choose a tag to compare

🎉 New features

  • New Frontend Engine recaptchaSiteKey prop to serve reCAPTCHA in the form
  • location-field
    • Added aria label to location refresh to support accessibility
    • Breaking change Migration of reverseGeoCodeEndpoint and convertLatLngToXYEndpoint into mapApi object, endpoints are using POST instead of GET
    • Breaking change New mapApi.search endpoint to make location search
    • Optional integration with reCAPTCHA to make API calls
  • New fileExtension validation rule for file-upload
  • Conditional validation support for date-range-field
  • unique validation to prevent duplicate values in child fields of array-field
  • change event on switching tabs in tab element

Full Changelog: v1.19.22...v1.20.0

v2.1.3

30 Mar 06:49

Choose a tag to compare

🐞 Bug fixes

  • Fix to skipped validation on blur in array-field

Full Changelog: v2.1.3...v2.1.2

v2.1.2

27 Mar 07:54

Choose a tag to compare

🎉 New features

  • unique validation to prevent duplicate values in child fields of array-field
  • change event on switching tabs in tab element

Full Changelog: v2.1.2...v2.1.1

v2.1.1

23 Mar 14:22

Choose a tag to compare

🐞 Bug fixes

  • Fixed excessive memory usage in date-range-field

Full Changelog: v2.1.1...v2.1.0

v2.1.0

23 Mar 09:16

Choose a tag to compare

🎉 New features

  • New Frontend Engine recaptchaSiteKey prop to serve reCAPTCHA in the form
  • location-field
    • Added aria label to location refresh to support accessibility
    • Breaking change Migration of reverseGeoCodeEndpoint and convertLatLngToXYEndpoint into mapApi object, endpoints are using POST instead of GET
    • Breaking change New mapApi.search endpoint to make location search
    • Optional integration with reCAPTCHA to make API calls
  • Conditional validation support for date-range-field

Full Changelog: v2.1.0...v2.0.0