Skip to content

Latest commit

 

History

History
1278 lines (589 loc) · 63 KB

CHANGELOG.md

File metadata and controls

1278 lines (589 loc) · 63 KB

11.0.3 (2023-08-29)

Bug Fixes

  • 🐛 the data contract changed, we need script instead (#922) (cf5bea7)

11.0.2 (2023-08-24)

Bug Fixes

  • 🐛 Fields scroll behind form modal header (#921) (eab8299), closes #920

11.0.1 (2023-08-01)

Bug Fixes

  • 🐛 The consumer would get an error due to incorrect import (#919) (b10f7e8), closes #918

11.0.0 (2023-07-21)

⚠ BREAKING CHANGES

10.6.0 (2023-07-13)

Features

  • 🎸 "Up-port" virtualized Multiselect feature (e50b053)
  • 🎸 Virtualized Multiselect (2321c86)

Bug Fixes

  • 🐛 SQFormMultiselect isVirtualized prop is now optional (9f74a5f)

10.5.0 (2023-03-01)

Features

10.4.1 (2023-02-21)

Bug Fixes

10.4.0 (2023-02-16)

Features

  • Update helper text and outlined autocomplete (#727) (3c438cf)

10.3.0 (2023-02-15)

Features

  • 🎸 Adds formProps to SQForm to allow overrides (05d2a3b)

10.2.0 (2023-02-07)

Features

  • 🎸 Upgrade to SCPlus-Shared-Components@12 (7c40272), closes #828

Bug Fixes

  • 🐛 Fix SQFormDatePicker MUI Utils issue (2ceb6ee)

10.1.0 (2023-02-07)

Features

  • 🎸 Upgrade to SCPlus-Shared-Components@12 (737f2f1), closes #828

10.0.2 (2023-01-20)

Bug Fixes

  • 🐛 ReadOnlyField didn't accept zero (ce356c4), closes #813

10.0.1 (2023-01-17)

Bug Fixes

  • 🐛 Fix resetForm not re-validating (e432693), closes #762

10.0.0 (2022-12-02)

⚠ BREAKING CHANGES

  • 🧨 SQFormDialogStepper respects validation schema
  • 🧨 Renamed rows and maxRows props on SQFormTextarea

Features

  • 🎸 Migrate InclusionList to MUI5 (7c8b982), closes #729
  • 🎸 Migrate SQFormAutoComplete to MUI5 (0657e4b), closes #723

Bug Fixes

  • 🐛 SQFormDialogStepper validation works properly (#791) (bf6b18e), closes #790
  • 🐛 SQFormScrollable cards accepts value and label props (#793) (1a669b3), closes #792

Code Refactoring

9.7.0 (2022-10-24)

Features

  • 🎸 validateOnBlur and validateOnChange SQForm options (e645099), closes #808

9.6.0 (2022-10-05)

Features

  • 🎸 throwAlertOnCancel control prop for SQFormDialog (#807) (3d2b1f2), closes #806

9.5.0 (2022-08-05)

Features

  • 🎸 Adds icon prop to scrollable card (38adea6)

9.4.1 (2022-07-08)

Bug Fixes

  • 🐛 Fixed issue with how SQFormHelperText chose type (86d62a4)

9.4.0 (2022-07-07)

Features

  • 🎸 Add footer text option to Dialog (86c17ac), closes #695

9.3.0 (2022-07-01)

Features

  • 🎸 SQFormRadioButtonGroup accepts React Element child arr (248bec3), closes #693

9.2.0 (2022-05-26)

Features

  • 🎸 Add date-fns support for Date Picker (670444b), closes #251

9.1.3 (2022-05-25)

Bug Fixes

  • 🐛 Marked SQFormAsyncAutocomplete props as optional (b6854a0), closes #688

9.1.2 (2022-05-24)

Bug Fixes

  • 🐛 SQFormAsyncAutocomplete onChange doesn't accept boolean (f47553d), closes #685

9.1.1 (2022-05-24)

Bug Fixes

  • 🐛 field array valication bug (fdc8a37)
  • 🐛 fix bug in formiks field array validation (3620f01)
  • 🐛 fix bug with fieldArray validations (5de59df)

9.1.0 (2022-05-20)

Features

  • 🎸 SQFormDialog tertiaryButton variant (79e7fda), closes #682

9.0.1 (2022-05-19)

Bug Fixes

  • 🐛 tertiarystatus is now optional on SQFormDialog (ab8cfbb), closes #680

9.0.0 (2022-05-04)

⚠ BREAKING CHANGES

  • 🧨 remove the isTertiaryDisabled and showTertiaryButton props and replace with a new prop called tertiaryStatus
  • 🧨 Removed the isTertiaryDisabled and showTertiaryButton props and replaced them with a new property called tertiaryStatus.
  • 🧨 Removed the isTertiaryDisabled and showTertiaryButton props and replaced them with a new prop of tertiaryStatus
  • 🧨 remove isTertiaryDisabled and showTertiaryButton props and replace them with a new prop called tertiaryStatus that will determine if we render the tertiary button as well as how we handle disabling/enabling it.

Features

  • 🎸 add type to SQFormDialogInner consumption inside Dialog (5f5ab13)
  • 🎸 fix type for onTertiaryClick event (ca95a7c)
  • 🎸 remove 2 props and add 1 new one (28f7195), closes #677
  • 🎸 remove 2 props and add 1 new prop (8399124), closes #677
  • 🎸 remove 2 props and add new prop in their place (0ce233e), closes #677
  • 🎸 remove isTertiaryDisabled prop and showTertiaryButton (9bc03ad)
  • 🎸 update onTertiaryClick prop to return context (cf6494e), closes #677

8.2.0 (2022-04-20)

Features

  • 🎸 Migrate from Rollup to Vite & improve deps config (4ea670c), closes #604

8.1.3 (2022-04-18)

Bug Fixes

  • 🐛 Fix SQFormDatePicker muiFieldProps type (8ba6ec0), closes #674

8.1.2 (2022-04-18)

Bug Fixes

  • 🐛 Fix hole in BaseDatePickerProps (3c1ab77), closes #672

8.1.1 (2022-04-14)

Bug Fixes

  • 🐛 Adds enableReinitialize prop to SQFormReadOnly component (07103cd), closes #670

8.1.0 (2022-04-13)

Features

8.0.1 (2022-04-11)

Bug Fixes

  • 🐛 Tests pass - changed react-text-mask types to a devDep (7854047), closes #666

8.0.0 (2022-04-07)

⚠ BREAKING CHANGES

  • 🧨 Removes the titleVariant prop from SQFormScrollableCard. Fixes the height of SQFormScrollableCard and SQFormScrollableCardsMenuWrapper to 50px.

✅ Closes: 653

  • 🧨 Plain javascript objects are no longer accepted for validation schema
  • 🧨 SQFormGuidedWorkflow prop 'actionButton' renamed to 'actions'. Removed props 'isPanelExpanded' and 'expandPanel'
  • 🧨 Components options are no longer allowed to have boolean values
  • 🧨 SQFormDialog's onSave prop is now required. New prop shouldDisplaySaveButton will handle whether the "Save" button is displayed or not. Previously this was done by the truthiness of onSave.
  • 🧨 Yup.array().isRequired() is now passed with an empty array.

Features

Bug Fixes

  • 🐛 Fixed components using boolean valued options (53327cf), closes #504
  • 🐛 Resolves a heading height issue (be56780)
  • 🐛 resolves some type errors after merging in some changes (9af4838)
  • 🐛 SQFormScrollableCard title prop passing correction (3feef6e)

Reverts

  • Revert "refactor: 💡 Convert SQFormCheckboxGroup to typescript Ref #244" (f8a1755), closes #244
  • Revert "chore: 🤖 PR comments - comment typo, GridSize, narrow value" (36f7d98)
  • Revert "Convert SQFormInclusionListItem to TS Ref #244" (62c5b56), closes #244

Miscellaneous Chores

Code Refactoring

  • 💡 Migrate SQFormDialog to TS (c0d1aec), closes #395
  • 💡 Migrate SQFormGuidedWorkflow to TS (e44bc14), closes #567
  • 💡 SQForm components now only accept Yup schemas (b87aaf6), closes #316

7.4.2 (2022-03-31)

Bug Fixes

  • 🐛 SQFormScrollableCard height prop accepts string now (97486ef), closes #475

7.4.1 (2022-03-29)

Bug Fixes

  • 🐛 Removing deprecated MUI Dialog prop disable Bg click (b7cbd16), closes #646

7.4.0 (2022-02-28)

Features

  • 🎸 Add "onTertiaryClick" click handler to SQFormDialog (8718a4f), closes #643

7.3.0 (2022-02-10)

Features

7.2.1 (2022-01-28)

Bug Fixes

7.2.0 (2022-01-28)

Features

  • 🎸 updated Roundbutton color and padding (e0cfffc)

7.1.1 (2022-01-27)

Bug Fixes

  • 🐛 Support es modules (609034c)

7.1.0 (2022-01-21)

Features

  • 🎸 SQFormGuidedWorkflow additional section (#587) (55ae824), closes #586

7.0.5 (2022-01-20)

Bug Fixes

  • 🐛 Added ? operator and modified date clearance logic (d719dab), closes #584

7.0.4 (2022-01-19)

Bug Fixes

  • 🐛 modified selectValues logic for required fields only (af8fe9b), closes #554

7.0.3 (2022-01-12)

Bug Fixes

  • 🐛 Update scplus-shared-component version (#523) (64763ee), closes #520

7.0.2 (2022-01-10)

Bug Fixes

  • 🐛 Fix datepicker component change handlers (#518) (db69797), closes #511

7.0.1 (2022-01-10)

Bug Fixes

  • 🐛 Update deprecated props SQFormTextarea (cff6528), closes #517

7.0.0 (2022-01-07)

⚠ BREAKING CHANGES

  • 🧨 SQFormIconButton has been removed

Bug Fixes

  • 🐛 Remove the SQFormIconButton component (4465eee), closes #491

6.2.3 (2022-01-07)

Bug Fixes

  • 🐛 SQFormAutocomplete fix JSS warning (f0163ae), closes #510

6.2.2 (2022-01-07)

Bug Fixes

  • 🐛 Phone Mask - allows 1's in fourth position (0d129c7), closes #392

6.2.1 (2022-01-06)

Bug Fixes

  • 🐛 Update deprecated justify prop for Grid (761cbed), closes #499

6.2.0 (2022-01-06)

Features

  • 🎸 truncate right card title when text is longer than box (508820f)

6.1.1 (2022-01-05)

Bug Fixes

  • 🐛 add style prop for container of guided workflow (847167a)

6.1.0 (2022-01-03)

Features

  • 🎸 Adding the ability to hide the secondary button (a99465a), closes #482

6.0.0 (2021-12-08)

⚠ BREAKING CHANGES

  • 🧨 Removed the isRequired prop

Bug Fixes

  • 🐛 No longer need to pass isRequired to form components (aa63449), closes #472

5.8.0 (2021-11-15)

Features

  • 🎸 Configure title variant and square corners (4c0bc25)

5.7.0 (2021-11-02)

Features

  • 🎸 cardContentStyles prop for SQFormScrollableCard (65fb816)

5.6.3 (2021-10-08)

Bug Fixes

  • 🐛 Only shows green fulfilled icon if field updated by user (a9747fb), closes #459

5.6.2 (2021-10-06)

Bug Fixes

  • 🐛 Renders - - when no data is provided to MaskedReadOnly (a7206a5), closes #452

5.6.1 (2021-10-05)

Bug Fixes

  • 🐛 Fix dropdown issue with empty children and displayEmpty (e28b1b6), closes #449

5.6.0 (2021-09-28)

Features

  • 🎸 New component: SQFormMaskedReadOnlyField (629848f), closes #444

5.5.1 (2021-09-08)

Bug Fixes

  • 🐛 fix isSelfBounding issue in SQFormScrollableCard (5124bf2)

5.5.0 (2021-09-07)

Features

  • 🎸 SQFormScrollableCardsMenuWrapper (12aa521), closes #347

5.4.0 (2021-08-26)

Features

  • 🎸 add prop for disabling or enabling cardHeader (a7046b1)
  • 🎸 add prop to disable SQFormScrollableCard header (3378b57), closes #434

5.3.3 (2021-08-26)

Bug Fixes

  • 🐛 SQFormScrollableCard submit button updates (4f49162), closes #435

5.3.2 (2021-08-25)

Bug Fixes

  • 🐛 fixed autocomplete initial width issues and placement (990783b), closes #429

5.3.1 (2021-08-13)

Bug Fixes

  • 🐛 SQFormGuidedWorkflow isDisabled now skips the module (74fd037), closes #405

5.3.0 (2021-08-06)

Features

  • 🎸 Added showTooltip and tooltipText props to MultiSelect (8bc967d), closes #313

5.2.4 (2021-08-04)

Bug Fixes

  • 🐛 Provide task modules context to user on submit (fae3bdb), closes #390

5.2.3 (2021-08-03)

Bug Fixes

  • 🐛 bug in SQFormButton to prioritize isDisabled over state (6a5abb2), closes #355

5.2.2 (2021-08-02)

Bug Fixes

  • 🐛 gave autocomplete dropdown tooltips and larger size (13dff61)

5.2.1 (2021-08-02)

Bug Fixes

  • SQFormGuidedWorkflow.js: add padding and update shared component version (3eebe22)

5.2.0 (2021-07-20)

Features

  • 🎸 Guided Workflow feature (777346a)

5.1.0 (2021-07-19)

Features

  • 🎸 add stripNonNumeric prop to SQFormMaskedTextField (c770072), closes #224

5.0.3 (2021-07-15)

Bug Fixes

  • 🐛 correctly pass props to Icon (01df7fa), closes #331

5.0.2 (2021-06-30)

Bug Fixes

  • 🐛 Removed unused props from the stepper component (ad6df58), closes #279

5.0.1 (2021-06-25)

Bug Fixes

  • 🐛 Updated id values to name instead of label for more uniq (14764b9), closes #318

5.0.0 (2021-06-22)

⚠ BREAKING CHANGES

  • 🧨 Adding 20px padding to SQFormDialog content instead of 8px 24px

Features

  • 🎸 Adding 20px padding to dialog content (24df034), closes #88

4.9.0 (2021-06-22)

Features

  • 🎸 support for boolean valued dropdown (cc2dca9), closes #174

4.8.1 (2021-06-18)

Bug Fixes

  • 🐛 SQFormMultiValue accepts custom initial values (632ed3c), closes #308

4.8.0 (2021-06-17)

Features

4.7.0 (2021-06-04)

Features

  • 🎸 ScrollableCard that always maintains full height (584aba2), closes #226

4.6.0 (2021-06-02)

Features

  • 🎸 fix test for icon button (0228bb8)

4.5.17 (2021-05-21)

Bug Fixes

  • 🐛 Correctly reset displayempty autocomplete to '- -' (5fb289c), closes #250

4.5.16 (2021-05-21)

Bug Fixes

  • 🐛 Ensure users cant open calendar input on disabled picker (35c38a2), closes #260

4.5.15 (2021-05-20)

Bug Fixes

  • 🐛 Upgrade SSC version to receive button style fix (c91067f)

4.5.14 (2021-05-11)

Bug Fixes

  • 🐛 SQFormCheckboxGroup Select all missing key (962691c)

4.5.13 (2021-05-11)

Bug Fixes

  • 🐛 pass title to IconComponent svg, update IconButton tests (6db7c19), closes #228

4.5.12 (2021-05-11)

Bug Fixes

  • 🐛 add spacing below radio/checkbox items (af96ba4), closes #227

4.5.11 (2021-05-11)

Bug Fixes

  • 🐛 add Reset Form title to SQFormButton if type is 'reset' (7fdd059), closes #220

4.5.10 (2021-05-11)

Bug Fixes

  • 🐛 Updates to latest SSC & SQHooks version (edbe7e6), closes #233

4.5.9 (2021-05-11)

Bug Fixes

  • 🐛 Add initialValues display to SQFormAsyncAutocomplete (c49861f), closes #236
  • 🐛 Convert getInitialValue to useMemo (fe88103), closes #237

4.5.8 (2021-05-10)

Bug Fixes

  • 🐛 SQFormCheckboxGroup select all is a normal checkbox (1d74fdf), closes #234

4.5.7 (2021-05-07)

Bug Fixes

  • 🐛 SQFormCheckboxGroup properly accepts non string values (3e1dc1c), closes #231

4.5.6 (2021-04-30)

Bug Fixes

  • 🐛 Fix circular dependencies (dcd74b4), closes #233

4.5.5 (2021-04-17)

Bug Fixes

  • 🐛 DialogStepper next step validation (ba4c9f0), closes #81

4.5.4 (2021-04-17)

Bug Fixes

  • 🐛 dropdown arrow visible when autocomplete disabled (a73098e), closes #213

4.5.3 (2021-04-06)

Bug Fixes

  • 🐛 Handles dismissal better on Calendar Only Date picker (72a95f2)

4.5.2 (2021-04-06)

Bug Fixes

  • 🐛 SQFormautocomplete autocomplete displayEmpty prop (ecb9e32), closes #179

4.5.1 (2021-04-02)

Bug Fixes

  • 🐛 Adds ClickAway Listener to SQFormDatePicker (ddcf38e)

4.5.0 (2021-04-01)

Features

  • 🎸 Added dialogProps to the stepper and story to example (751aeaa), closes #175

4.4.0 (2021-03-31)

Features

  • 🎸 SQFormAutocomplete options are now disableable (c1a7ac5), closes #172

4.3.7 (2021-03-31)

Bug Fixes

  • 🐛 change components to use FormControl for state props (dd24f30), closes #160

4.3.6 (2021-03-31)

Bug Fixes

  • 🐛 correct error state when initial values provided (61c277b), closes #165

4.3.5 (2021-03-29)

Bug Fixes

  • 🐛 add error visual cues to SQFormCheckbox/RadioButtonGroup (43e56b7), closes #152

4.3.4 (2021-03-29)

Bug Fixes

  • 🐛 CalendarInputOnly clear button disabled with field (1380104), closes #154
  • 🐛 Dropdown and Multiselect component labels disabling (72e08ba), closes #155

4.3.3 (2021-03-26)

Bug Fixes

  • 🐛 HelperText no longer shows on disabled components (52dd557), closes #153

4.3.2 (2021-03-26)

Bug Fixes

  • 🐛 improve components structure for better test querying (00781e7)

4.3.1 (2021-03-24)

Bug Fixes

  • 🐛 Autocomplete no longer uncontrolled with '' initialValue (2b6100c), closes #132

4.3.0 (2021-03-23)

Features

  • 🎸 add debounce to SQForm onSubmit and buttons onClick (093142b), closes #123

4.2.4 (2021-03-22)

Bug Fixes

  • 🐛 run date validation on date picker window close (4088b30), closes #127

4.2.3 (2021-03-22)

Bug Fixes

  • 🐛 DialogContent overflow causing double scrollbars (e99f010), closes #139

4.2.2 (2021-03-22)

Bug Fixes

  • 🐛 setFieldValue now updates inputValue on SQFormAutocomple (c6c4a4e), closes #144

4.2.1 (2021-03-18)

Bug Fixes

  • 🐛 correctly export MASKS from utils (ddf2766), closes #140

4.2.0 (2021-03-17)

Features

  • 🎸 add input masking component (4aa90ee), closes #18
  • 🎸 add percent, email, and date masks (35e537c)

4.1.4 (2021-03-16)

Bug Fixes

  • 🐛 made autocomplete component fully disabled when disabled (3ab3cca), closes #135

4.1.3 (2021-03-16)

Bug Fixes

  • 🐛 Gracefully handle unexpeced initialValues and children (c81368d), closes #124

4.1.2 (2021-03-12)

Bug Fixes

  • 🐛 make multiselect renderValue and tooltip order match (33db1dd), closes #113

4.1.1 (2021-03-09)

Bug Fixes

  • 🐛 make only dialog body scroll (60beb7b), closes #17

4.1.0 (2021-03-09)

Features

  • 🎸 add max width to Stepper steps (24244bd), closes #67

4.0.1 (2021-03-09)

Bug Fixes

  • 🐛 ?? operator instead of || for grid spacing prop check (1c061d7)

4.0.0 (2021-03-04)

⚠ BREAKING CHANGES

  • 🧨 Rename SQFormCheckboxGroup(Item) to SQFormInclusionList(Item)

Features

  • 🎸 Rename SQFormCheckboxGroup and replace it (2c3efea), closes #101

3.4.0 (2021-03-04)

Features

  • 🎸 add maxCharacters prop to SQFormTextarea (dc0aa60), closes #104

3.3.1 (2021-03-03)

Bug Fixes

  • 🐛 add optional chaining to initial value of useState (c7a0f4f), closes #105

3.3.0 (2021-03-02)

Features

  • 🎸 add maxCharacters prop to TextField, rendered in label (cd78a17), closes #19

3.2.1 (2021-03-02)

Bug Fixes

  • 🐛 add error props to InputLabel and Select (6285af0), closes #92

3.2.0 (2021-03-02)

Features

  • 🎸 Added SQFormRadioButtonGroup component (aea8208), closes #64

3.1.1 (2021-02-24)

Bug Fixes

  • 🐛 Added missing proptype documentation (81be624), closes #95

3.1.0 (2021-02-18)

Features

  • 🎸 Added ability to disable next in the stepper (0838706), closes #96
  • 🎸 Updated name of primary button variable (ef12da9)

3.0.2 (2021-02-17)

Bug Fixes

  • 🐛 Update Formik to fix validate onmount bug fixed in 2.1.6 (5944a3c)

3.0.1 (2021-02-16)

Bug Fixes

  • 🐛 Field is fulfilled if theres no error and theres a value (77d2e8c), closes #91

3.0.0 (2021-02-04)

⚠ BREAKING CHANGES

  • 🧨 No

Features

  • 🎸 Added Cancel Confirmation Dialog modal (e01b4b9), closes #60
  • 🎸 open cancel confirm dialog if form is dirty (99a4dee), closes #60
  • 🎸 revert changes (a27e6bb), closes #60

2.12.0 (2021-02-03)

Features

  • 🎸 Updated the stepper labels, made steps linear (1dfb899)

2.11.0 (2021-01-27)

Features

  • 🎸 Issue-69 SQFormDialogStepper expose a way to reset/clea (dd9bf82), closes #69
  • 🎸 SQFormDialogStepper expose a way to reset/clear steps v (1d93233)

2.10.0 (2021-01-26)

Features

  • 🎸 Fixes submit button, reset button, helper text behavior (bc55e62), closes #59 #83 #47

2.9.0 (2021-01-20)

Features

  • 🎸 Component to force user date selection via DatePicker (7c27b61), closes #74

2.8.1 (2021-01-15)

Bug Fixes

  • 🐛 Next button logic to look at current step values to enab (53009da), closes #75

2.8.0 (2021-01-14)

Features

  • 🎸 Added proptypes and moved loading to step (dd37b16)
  • 🎸 Adding loading state to dialogs (0f4d01d), closes #70
  • 🎸 Moved styling to makeStyles instead of css (89282c3)
  • 🎸 removed loading message (f1fdfb6)
  • 🎸 removed proptype (b09c596)
  • 🎸 Removed unused stories, added default prop value (56ebd87)
  • 🎸 updated proptype and fixed setvalues call of undefined (4948c98)
  • 🎸 updated styles for typography to remove warning (9788a1a)
  • 🎸 Updated the typography message style and default messag (9295b45)

2.7.0 (2021-01-13)

Features

  • 🎸 Added onInputChange prop to autocomplete component (2b08d17), closes #65

2.6.0 (2021-01-12)

Features

  • 🎸 Added onChange handler to multiselect component (dff40e6), closes #53
  • 🎸 Added proptype (4aa802b), closes #53
  • 🎸 Updated code to call onChange and default handler (f4ecf85), closes #53

2.5.0 (2021-01-11)

Features

  • 🎸 SQFormTextField default placeholder '- -' (ab7afef)

2.4.0 (2021-01-08)

Features

  • 🎸 Updated stepper component step styling and removed arro (b73b005), closes #52

2.3.0 (2021-01-06)

Features

  • 🎸 allow passthrough of props to mui field children (71df780)

2.2.0 (2021-01-04)

Features

  • 🎸 Allow text fields HTML5 types (ce44960), closes #45

2.1.0 (2021-01-04)

Features

  • 🎸 Utils to sanitize initial form data & serialize form (b0c1c30)

Bug Fixes

  • 🐛 Allow default value to be used in autocomplete component (6825df8), closes #43
  • 🐛 Submit button enables when empty dropdown selection made (60ac6ee), closes #37
  • 🐛 Updated to not set Required text instead of touched (a3287b8)

2.0.3 (2020-12-29)

Bug Fixes

  • 🐛 Fixed onBlur event for autocomplete and touched fields (c62e313), closes #38

2.0.2 (2020-12-22)

Bug Fixes

  • 🐛 Displays - - when empty, displays label instead of value (40e5243), closes #31

2.0.1 (2020-12-22)

Bug Fixes

  • 🐛 Fixs dropdown font size and renders empty label - - (2308d55), closes #30
  • 🐛 Reading the dirty state on load to disable submit/next (60034e2), closes #26
  • 🐛 Tooltip now displays the option label rather than value (40d1e42), closes #30

2.0.0 (2020-12-18)

⚠ BREAKING CHANGES

  • 🧨 SQFormDialogStepper.js validationSchema prop now accepts a JS object

Bug Fixes

  • 🐛 Changes validationSchema prop to accept object (a82a9d7), closes #25

1.3.1 (2020-12-18)

Bug Fixes

  • 🐛 Updated how styling is delivered in component (a4c2589)

1.3.0 (2020-12-17)

Features

  • 🎸 Updated import styles, simplified booleans (9865e43)
  • 🎸 Updated primary button and styling (4c14df7)
  • 🎸 Updated stepper next button and UI along with better ex (5a7ecfe)
  • 🎸 Updated the boolean variable name and validation schema (84436de)

1.2.2 (2020-11-24)

Bug Fixes

  • 🐛 Fixed a multi select value render (a17abc1)

1.2.1 (2020-11-24)

Bug Fixes

  • 🐛 Fixed a list item label (c173f6e)

1.2.0 (2020-11-23)

Features

  • 🎸 SQForm MultiSelect (33b85ab)

1.1.1 (2020-11-20)

Bug Fixes

  • 🐛 reset form state during onclose event (03846b4)

1.1.0 (2020-11-19)

Features

  • 🎸 add SQFormCheckboxGroup and SQFormCheckboxGroupItem (fdf96d7)

1.0.3 (2020-11-18)

Bug Fixes

  • 🐛 Fixes the broken build and migrates to rollup (dbb8914)

1.0.2 (2020-11-17)

Bug Fixes

  • 🐛 Change library target to umd to handle es6 modules (2699189)

1.0.1 (2020-11-17)

Bug Fixes

  • 🐛 declare npm publish as a public npm package (1a0b52b)

1.0.0 (2020-11-17)

Features

Bug Fixes

  • 🐛 Adds github action for publishing to npm (89928cb)
  • 🐛 ditch semantic release action (96dd5b5)
  • 🐛 Fixes package.json repo url (1de8536)
  • 🐛 hardcode semantic release repo url (b97bf72)
  • 🐛 Only one hyphen allowed per github action step (065607c)
  • 🐛 semantic release defaults to repo url in package.json (ac88950)