Skip to content

Releases: oneblink/apps-react

v5.6.0

18 Jan 02:49
Compare
Choose a tag to compare

Added

  • API NSW Liquor Licence Element
  • Section element header to tabindex
  • Focusing of first element on a page when Next button is focused and used to nav forwards
  • role attribute to <DropdownMenu /> component for accessibility
  • alt attribute to file image previews for accessibility
  • focus-visible for buttons and number slider to make tabbing more prominent

Dependencies

Removed

  • All instances of disableRipple on MUI components. This prop was responsible for disabling visual feedback when focusing an element

v5.5.0

12 Dec 03:52
Compare
Choose a tag to compare

Added

  • optional prop label to useFlatpickr
  • RadioGroup to place radio buttons in groups for accessibility tabbing
  • aria-label for failure lookup close button

Fixed

  • forms app accessibility contrast issues

v5.4.0

20 Nov 22:07
Compare
Choose a tag to compare

Changed

  • NodeJS to version 20
  • NPM to version 10

Added

  • onUploadAttachment has been added as an optional prop to OneBlinkForms
  • continueWithAutosave automatic autosave population in OneBlinkAutoSaveForm

Removed

  • Switch Camera button from barcode scanner

Dependencies

v5.3.0

01 Nov 03:53
Compare
Choose a tag to compare

Changed

  • Use lookup button label for required validation message if configured

Added

  • task, taskGroup and taskGroupInstance props to <OneBlinkForm />
  • excluding definition conditionally to dynamic lookup calls

Fixed

  • 'Lookup is Required' message showing while lookup is running

Dependencies

v5.2.0

25 Oct 03:20
Compare
Choose a tag to compare

Added

  • calculations on dates

v5.1.4

23 Oct 03:11
Compare
Choose a tag to compare

Dependencies

v5.1.3

15 Oct 23:14
Compare
Choose a tag to compare

Changed

  • Stopped form navigate away prompts from displaying when in preview mode
  • ordering of lookup validation

v5.1.2

22 Sep 05:22
Compare
Choose a tag to compare

Changed

  • useLoadDataState() and useLoadResourcesState() to always pass an AbortSignal

Added

  • has-margin-right-* and has-margin-left-* classes
  • data-cypress prop to <ErrorMessage /> component Try Again button

v5.1.1

07 Sep 04:30
Compare
Choose a tag to compare

Changed

  • DraftsContextValue type

v5.1.0

29 Aug 00:03
Compare
Choose a tag to compare

Fixed

  • types allowing definition in data manager record
  • draw form element canvas not having correct height when parent <div /> is resized

Dependencies