From 0565be0171875ef34a4c2ffd1afa8968ccf2f209 Mon Sep 17 00:00:00 2001 From: Zac Turner Date: Tue, 29 Aug 2023 10:02:53 +1000 Subject: [PATCH] [RELEASE] 5.1.0 --- CHANGELOG.md | 8 +++ docs/functions/AuthContextProvider.html | 2 +- docs/functions/DraftsContextProvider.html | 2 +- docs/functions/IsOfflineContextProvider.html | 2 +- docs/functions/OneBlinkFormStoreProvider.html | 2 +- .../PendingSubmissionsContextProvider.html | 2 +- docs/functions/useAuth.html | 2 +- docs/functions/useBooleanState.html | 2 +- docs/functions/useClickOutsideElement.html | 2 +- docs/functions/useDrafts.html | 2 +- .../useFormSubmissionAutoSaveState.html | 2 +- docs/functions/useFormSubmissionState.html | 2 +- docs/functions/useIsMounted.html | 2 +- docs/functions/useIsOffline.html | 2 +- docs/functions/useLoadDataState.html | 2 +- docs/functions/useLoadResourcesState.html | 2 +- docs/functions/useLogin.html | 2 +- docs/functions/useNullableState.html | 2 +- docs/functions/usePendingSubmissions.html | 2 +- docs/functions/useSignUp.html | 2 +- docs/interfaces/UseLoginValue.html | 54 +++++++++---------- docs/types/AuthContextValue.html | 2 +- docs/types/DraftsContextValue.html | 2 +- docs/types/ExecutedLookupValue.html | 2 +- docs/types/ExecutedLookups.html | 2 +- docs/types/FormElementKey.html | 2 +- docs/types/FormElementLookupHandler.html | 2 +- docs/types/FormElementValidation.html | 2 +- docs/types/FormElementValueChangeHandler.html | 2 +- docs/types/FormElementsValidation.html | 2 +- docs/types/IsDirtyProps.html | 2 +- docs/types/LoadDataState.html | 2 +- .../NestedFormElementValueChangeHandler.html | 2 +- docs/types/OneBlinkFormBaseProps.html | 2 +- docs/types/OneBlinkFormControlledProps.html | 2 +- .../types/PendingSubmissionsContextValue.html | 2 +- docs/types/RepeatableSetEntryIndex.html | 2 +- docs/types/SetFormSubmission.html | 2 +- docs/types/UpdateFormElementsHandler.html | 2 +- package-lock.json | 4 +- package.json | 2 +- 41 files changed, 75 insertions(+), 67 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64bdb2ee..d39af7c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.1.0] - 2023-08-29 + ### Fixed - types allowing `definition` in data manager record - `draw` form element canvas not having correct height when parent `
` is resized +### Dependencies + +- no longer depend upon [@blinkmobile/geolocation](https://www.npmjs.com/package/@blinkmobile/geolocation) + +- depend upon [use-resize-observer](https://www.npmjs.com/package/use-resize-observer) [9.1.0](https://github.com/ZeeCoder/use-resize-observer/releases/tag/v9.1.0) + ## [5.0.1] - 2023-08-11 ### Fixed diff --git a/docs/functions/AuthContextProvider.html b/docs/functions/AuthContextProvider.html index 18e25941..dddc54be 100644 --- a/docs/functions/AuthContextProvider.html +++ b/docs/functions/AuthContextProvider.html @@ -53,7 +53,7 @@
Optional Returns Element
+
  • Defined in src/hooks/useAuth.tsx:66
  • +
  • Defined in src/hooks/useAuth.tsx:140
  • +
  • Defined in src/hooks/useDrafts.tsx:265
  • +
  • Defined in src/hooks/useIsMounted.ts:22
  • +
  • Defined in src/hooks/useIsOffline.tsx:98
  • +
  • Defined in src/hooks/usePendingSubmissions.tsx:279
  • +
  • Defined in src/hooks/useLogin.ts:758
  • codeValidation: {
        isInvalid: boolean;
    }
    @@ -101,7 +101,7 @@
    isInvalid
    +
  • Defined in src/hooks/useLogin.ts:800
  • forgotPasswordError: null | Error
    @@ -110,7 +110,7 @@
    +
  • Defined in src/hooks/useLogin.ts:789
  • hasSentForgotPasswordCode: boolean
    @@ -118,7 +118,7 @@
    +
  • Defined in src/hooks/useLogin.ts:776
  • hideForgotPassword: (() => void)
    @@ -134,7 +134,7 @@

    Type declaration

    Returns void

    +
  • Defined in src/hooks/useLogin.ts:766
  • isLoggingIn: boolean
    @@ -142,7 +142,7 @@
    +
  • Defined in src/hooks/useLogin.ts:740
  • isMfaCodeRequired: boolean
    @@ -151,7 +151,7 @@
    +
  • Defined in src/hooks/useLogin.ts:841
  • isPasswordTemporary: boolean
    @@ -160,7 +160,7 @@
    +
  • Defined in src/hooks/useLogin.ts:745
  • isResettingForgottenPassword: boolean
    @@ -168,7 +168,7 @@
    +
  • Defined in src/hooks/useLogin.ts:784
  • isResettingTemporaryPassword: boolean
    @@ -176,7 +176,7 @@
    +
  • Defined in src/hooks/useLogin.ts:760
  • isSendingForgotPasswordCode: boolean
    @@ -184,7 +184,7 @@
    +
  • Defined in src/hooks/useLogin.ts:774
  • isShowingForgotPassword: boolean
    @@ -192,7 +192,7 @@
    +
  • Defined in src/hooks/useLogin.ts:762
  • isSubmittingMfaCode: boolean
    @@ -200,7 +200,7 @@
    +
  • Defined in src/hooks/useLogin.ts:843
  • loginError: null | Error
    @@ -209,7 +209,7 @@
    +
  • Defined in src/hooks/useLogin.ts:756
  • loginWithGoogle: (() => void)
    @@ -225,7 +225,7 @@

    Type declaration

    Returns void

    +
  • Defined in src/hooks/useLogin.ts:733
  • loginWithUsernamePassword: (() => void)
    @@ -242,7 +242,7 @@

    Type declaration

    Returns void

    +
  • Defined in src/hooks/useLogin.ts:738
  • newPasswordConfirmedValidation: {
        isInvalid: boolean;
    }
    @@ -256,7 +256,7 @@
    isInvalid
    +
  • Defined in src/hooks/useLogin.ts:830
  • newPasswordValidation: {
        hasLowercaseLetter: boolean;
        hasMinLength: boolean;
        hasNumber: boolean;
        hasSpecialCharacter: boolean;
        hasUpperCaseLetter: boolean;
        isInvalid: boolean;
    }
    @@ -298,7 +298,7 @@
    isInvalid
    +
  • Defined in src/hooks/useLogin.ts:804
  • passwordValidation: {
        isInvalid: boolean;
    }
    @@ -311,7 +311,7 @@
    isInvalid
    +
  • Defined in src/hooks/useLogin.ts:796
  • resetForgottenPassword: (() => void)
    @@ -329,7 +329,7 @@

    Type declaration

    Returns void

    +
  • Defined in src/hooks/useLogin.ts:782
  • resetTemporaryPassword: (() => void)
    @@ -347,7 +347,7 @@

    Type declaration

    Returns void

    +
  • Defined in src/hooks/useLogin.ts:751
  • sendForgotPasswordCode: (() => void)
    @@ -365,7 +365,7 @@

    Type declaration

    Returns void

    +
  • Defined in src/hooks/useLogin.ts:772
  • showForgotPassword: (() => void)
    @@ -381,7 +381,7 @@

    Type declaration

    Returns void

    +
  • Defined in src/hooks/useLogin.ts:764
  • submitMfaCode: (() => void)
    @@ -398,7 +398,7 @@

    Type declaration

    Returns void

    +
  • Defined in src/hooks/useLogin.ts:848
  • usernameValidation: {
        isInvalid: boolean;
    }
    @@ -411,7 +411,7 @@
    isInvalid
    +
  • Defined in src/hooks/useLogin.ts:792
  • +
  • Defined in src/hooks/useAuth.tsx:5
  • +
  • Defined in src/hooks/useDrafts.tsx:9
  • +
  • Defined in src/types/form.ts:43
  • +
  • Defined in src/types/form.ts:33
  • +
  • Defined in src/types/form.ts:9
  • +
  • Defined in src/types/form.ts:62
  • +
  • Defined in src/types/form.ts:17
  • +
  • Defined in src/types/form.ts:50
  • +
  • Defined in src/types/form.ts:12
  • +
  • Defined in src/types/form.ts:87
  • +
  • Defined in src/hooks/useLoadDataState.ts:4
  • +
  • Defined in src/types/form.ts:54
  • +
  • Defined in src/OneBlinkFormBase.tsx:45
  • +
  • Defined in src/OneBlinkFormBase.tsx:109
  • +
  • Defined in src/hooks/usePendingSubmissions.tsx:8
  • +
  • Defined in src/types/form.ts:10
  • +
  • Defined in src/types/form.ts:78
  • +
  • Defined in src/types/form.ts:74