Releases: oneblink/apps-react
Releases · oneblink/apps-react
v4.4.0
Added
- Support for Static Lookups to work offline
v4.3.0
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
- update @oneblink/sdk-core to 4.0.0-beta.1 (from 3.1.0-beta.4)
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
Changed
- Only update
lastElementUpdated
when it is triggered via a user input
Removed
- MuiV4 Compatible Picker interface
v4.1.0
Added
lookupButtonConfig
tolookupButton
to allow for different labels and icons
v4.0.0
Changed
- [BREAKING]
allowSubmitWithPendingAttachments
prop for<OneBlinkForm />
component toisPendingQueueEnabled
to prevent offline submissions. The functionality regarding attachments from the previousallowSubmitWithPendingAttachments
prop have not changed. - Payment Receipt Items returned from
@oneblink/apps
instead of generated inPaymentReceipt.tsx
FormNotification
to handle static data lookup typeunwindRepeatableSets
parameter stored in localStorage
Added
useDrafts()
hookusePendingSubmissions()
hook
Fixed
- lookups running in a loop if the lookup is triggered while currently running
Dependencies
- update @oneblink/sdk-core to 3.1.0-beta.4 (from 3.0.0-beta.2)
v3.1.0
v3.0.0
Changed
- [BREAKING]
useLogin()
returns aisMfaCodeRequired
,isSubmittingMfaCode
andsubmitMfaCode
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
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
Fixed
- default value for date not catering for timezone
- replaceable dates not catering for timezones
- freshdesk dependent elements not validating correctly
Dependencies
- update @oneblink/sdk-core to 2.0.0-beta.2 (from 1.0.0-beta.3)
v2.14.0
Added
- autocomplete option that always displays
Fixed
isDirty
validation for Checkbox Element