Releases: oneblink/apps-react
Releases · oneblink/apps-react
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
v2.13.0
Changed
- Prevent default behaviour of mouse wheel for number element
Added
- Repeatable set min/max entries based on another element
v2.12.0
Added
@microsoft/eslint-plugin-sdl
eslint plugin
Fixed
- section validation inside repeatable sets and nested forms
v2.11.0
Added
- date validation based on another form element
Fixed
- Unvisited pages not displaying validation when clicking submit
styles.css
source map file pointing to../src
directory
Dependencies
- update @emotion/react to 11.10.6 (from 11.10.0)
- update @emotion/styled to 11.10.6 (from 11.10.0)
- update @mui/icons-material to 5.11.11 (from 5.8.4)
- update @oneblink/sdk-core to 1.0.0-beta.3 (from 0.4.6-beta.3)
- update @react-google-maps/api to 2.18.1 (from 2.12.1)
- update copy-to-clipboard to 3.3.3 (from 3.3.2)
- update date-fns to 2.29.3 (from 2.29.2)
- update sanitize-html to 2.10.0 (from 2.7.1)
- update uuid to 9.0.0 (from 8.3.2)
v2.10.0
Added
- add class to elements for validation css
v2.9.0
Changed
title
prop to optional for<Modal />
component- store and retrieve
lastElementUpdated
in local storage when autosave runs and draft is saved - resume form at
lastElementUpdated
when autosave is continued
Added
- Replaceable HTML values for hints
- Multiple positions for Hint text to render
resumeAtElement
prop to Form components
v2.8.0
Added
element
to lookup payload- Peer dependencies to documentation
requiredAll
to checkbox form elements
Fixed
- Margin on buttons from CSS
v2.7.0
Changed
- ABN prefill to no longer require a name
Dependencies
- update @oneblink/sdk-core to 0.4.6-beta.3 (from 0.4.5)
Added
- CSS Classes for Radio/Checkbox containers
- Mustache rendering to Info Elements