Skip to content

Releases: oneblink/apps-react

v9.0.0

02 Feb 23:00

Choose a tag to compare

Changed

  • [BREAKING] updated to React 19

Dependencies

  • update @emotion/react to 11.14.0 (from 11.11.3)
  • update @emotion/styled to 11.14.1 (from 11.11.0)
  • update @nylas/react to 3.1.0 (from 1.3.1)
  • update @oneblink/sdk-core to 9.0.0-beta.2 (from 8.11.1-beta.4)
  • update @react-google-maps/api to 2.20.8 (from 2.19.2)
  • update bulma-toast to 2.4.4 (from 2.4.3)
  • update clsx to 2.1.1 (from 2.1.0)
  • update qrcode.react to 4.2.0 (from 4.1.0)
  • update query-string to 8.2.0 (from 8.1.0)
  • no longer depend upon react-input-mask
  • update react-signature-canvas to 1.1.0-alpha.2 (from 1.0.6)
  • no longer depend upon react-table
  • update sanitize-html to 2.17.0 (from 2.11.0)
  • no longer depend upon use-resize-observer
  • depend upon @aws-sdk/client-cognito-identity-provider 3.966.0
  • depend upon @oneblink/storage 4.0.0-beta.3
  • depend upon @react-input/mask 2.0.4
  • depend upon @sentry/browser 10.32.1
  • depend upon @sentry/tracing 7.120.4
  • depend upon @tanstack/react-table 8.21.3
  • depend upon file-type-checker 1.1.6
  • depend upon jwt-decode 4.0.0
  • depend upon localforage 1.10.0
  • depend upon lodash.orderby 4.6.0
  • depend upon ua-parser-js 1.0.41
  • depend upon usehooks-ts 3.1.1

Added

  • All code that previously lived in @oneblink/apps is now exported from this package

v8.14.0

17 Dec 02:06

Choose a tag to compare

Added

  • maxWidthPixels prop to image element
  • useFormSubmissionDuration hook

Dependencies

v8.13.2

04 Dec 01:25

Choose a tag to compare

Fixed

  • page navigation not appearing as buttons

v8.13.1

19 Nov 03:40

Choose a tag to compare

Changed

  • added scrollToTopOfPage to OneBlinkFormBaseProps
  • pointAddressV3 element

Dependencies

Fixed

  • unordered list styles not being applied when nested in ordered lists

v8.12.2

28 Oct 05:50

Choose a tag to compare

Fixed

  • z-index of modal preventing modals from being visible

v8.12.1

28 Oct 00:07

Choose a tag to compare

Fixed

  • ArcGIS web map redraw logic not catering for basemap layers

v8.12.0

26 Oct 22:11

Choose a tag to compare

Changed

  • pointCadastralParcel to only show results grid if address has features
  • $danger CSS property to meet accessibility requirements
  • ImageCropper component to use react-image-crop instead of react-easy-crop

Dependencies

Added

  • Element injection into options nested in repeatable sets
  • $input-border-color CSS override
  • default restricted file types
  • aspect ratio selection to ImageCropper component

v8.11.2

13 Oct 22:58

Choose a tag to compare

Fixed

  • ArcGIS Web Map element removing layers from pre-configured web maps

v8.11.1

19 Sep 05:05

Choose a tag to compare

Changed

  • files button to read out label and hint of element when using a screen reader

Fixed

  • arcGIS element snapshots not being retained after saving draft
  • fix reCAPTCHA component in WestpacQuickStreamPaymentForm

v8.11.0

15 Sep 05:36

Choose a tag to compare

Changed

  • useDrafts to allow unauthenticated users
  • Aria role and label for hint tooltips

Dependencies