@@@ = breaking change
3.1.12
- Fix
Dialognot when Cancel button was clicked ifonCancelwas provided - @@@ Fix
parseDateTimeNoPickerValueandformatDateTimeNoPickerValuewhenincludesTime=false
(Versions 3.1.9 through 3.1.11 were lost, probably from a branch being deleted)
3.1.8
- Style changes to FileInput
3.1.7
- Core changes only
3.1.6
- @@@
AsyncRouter: AddonInitialPageReadycallback
3.1.5
- Export
focusFirstInput
3.1.4
- Fix
TimeInputselects not being wide enough - Fix
AddressInputstate select not being wide enough - Fix
postalCodeValidatorreturning invalid when the postal code was an empty string
3.1.3
- Fix
DateInputnot displaying invalid feedback
3.1.2
- Publish as plain JavaScript (CommonJS)
- @@@ Change Sass import to
@import '~@interface-technologies/iti-react/dist/iti-react';
3.0.0
Virtually all of these changes are breaking.
- Lots of core changes
- Switch from
react-hintto@tippyjs/react DateInput:DateInputValuechanged from{ moment: moment.Moment | undefined, raw: string }to simplymoment.Moment | null- Remove
defaultDateInputValuesince it's justnullnow - Remove
dateInputValueFromMoment - Remove
noPickerprop
DateInputNoPicker:- New component which has the same functionality as the old
DateInputwithnoPicker=true - It's value is just a
string. - Use
formatDateInputNoPickerValueto get the initial string value from amoment. - Use
parseDateInputNoPickerValueto get amomentobject from the string.
- New component which has the same functionality as the old
- Upgrade to
react-selectv5.@types/react-selectis no longer required. ValidatedInput:- No longer supports
type="select". - Remove unused
validationFeedbackComponentprop.
- No longer supports
TimeInput: removed the hidden input that allowed the component to work withformData.PersonNameInput: removeprefixfromPersonNameInputValue.SavedMessage: rename classessaved-message-mlandsave-message-mrtosaved-message-msandsaved-message-me.EasyFormDialog:actionButtonText->submitButtonTextactionButtonClass->submitButtonClassactionButtonEnabled->submitEnabled(and now prevents submitting the form with Enter or Ctrl+Enter when false).- Add required
showValidationprop.EasyFormDialogusesgetSubmitEnabledand thesubmitEnabledprop to determine if the form can be submitted. - Remove
getGenericEasyFormDialog— I don't think it was used anywhere.