Skip to content

Releases: oneblink/apps-react

v4.4.0

01 Aug 04:17
Compare
Choose a tag to compare

Added

  • Support for Static Lookups to work offline

v4.3.0

26 Jul 04:06
Compare
Choose a tag to compare

Changed

  • blur autocomplete when an option is clicked
  • form element to display options as soon as possible instead of wait for all dynamic options to be loaded
  • allow scrolling page on number elements

Dependencies

Added

  • support for runLookupOnClear to allow running lookups on empty values
  • useLoadResourcesState() hook

Fixed

  • Autocomplete element not clearing on lookup returning undefined on value

v4.2.0

12 Jul 06:27
Compare
Choose a tag to compare

Changed

  • Only update lastElementUpdated when it is triggered via a user input

Removed

  • MuiV4 Compatible Picker interface

v4.1.0

03 Jul 03:14
Compare
Choose a tag to compare

Added

  • lookupButtonConfig to lookupButton to allow for different labels and icons

v4.0.0

23 Jun 03:15
Compare
Choose a tag to compare

Changed

  • [BREAKING] allowSubmitWithPendingAttachments prop for <OneBlinkForm /> component to isPendingQueueEnabled to prevent offline submissions. The functionality regarding attachments from the previous allowSubmitWithPendingAttachments prop have not changed.
  • Payment Receipt Items returned from @oneblink/apps instead of generated in PaymentReceipt.tsx
  • FormNotification to handle static data lookup type
  • unwindRepeatableSets parameter stored in localStorage

Added

  • useDrafts() hook
  • usePendingSubmissions() hook

Fixed

  • lookups running in a loop if the lookup is triggered while currently running

Dependencies

v3.1.0

05 Jun 02:26
Compare
Choose a tag to compare

Added

  • useSignUp hook

Dependencies

v3.0.0

26 May 01:47
Compare
Choose a tag to compare

Changed

  • [BREAKING] useLogin() returns a isMfaCodeRequired, isSubmittingMfaCode and submitMfaCode which should be implemented to ensure login attempts support MFA

Added

  • options sets that support passing a querystring parameter to filter options server side

Fixed

  • HTML sanitization not running after element inputs are replaced

v2.14.2

12 May 05:25
Compare
Choose a tag to compare

Fixed

  • data manager sorting error on form change
  • sanitized HTML not including classes and styles
  • time AM/PM picker not triggering change on keyboard input

v2.14.1

08 May 03:45
Compare
Choose a tag to compare

Fixed

  • default value for date not catering for timezone
  • replaceable dates not catering for timezones
  • freshdesk dependent elements not validating correctly

Dependencies

v2.14.0

02 May 02:19
Compare
Choose a tag to compare

Added

  • autocomplete option that always displays

Fixed

  • isDirty validation for Checkbox Element