Skip to content

Releases: 3Squared/ForgeUI-3

@3squared/forge-ui-3@2.27.0

09 Oct 10:37
357a2f5

Choose a tag to compare

Minor Changes

  • 470ad0e: Introduces performingConfirm, and performingSave prop in forge modal, and forge scratchpad to disable the buttons whilst the action is being performed

@3squared/forge-ui-3@2.26.0

08 Oct 09:19
2475699

Choose a tag to compare

Minor Changes

  • 244e6bc: tweak forgeTile to not use native click as it gets fired on the div (clickable = false) too

@3squared/forge-ui-3@2.25.1

01 Oct 15:05
1ecdd52

Choose a tag to compare

Patch Changes

  • 682dabb: Fix missing prop on forge file upload for azure storage override

@3squared/forge-ui-3@2.25.0

29 Sep 09:57
1bbb1ab

Choose a tag to compare

Minor Changes

  • b1eea8d: Add in the ability to be able to override the sazure storage version ms-api-version header

@3squared/forge-ui-3@2.24.1

04 Sep 14:46
fabe684

Choose a tag to compare

Patch Changes

  • 4bc5cfc: Update the hideErrorBanner property on ForgeModalProps to be nullable with default

@3squared/forge-ui-3@2.24.0

04 Sep 12:15
b0adcb3

Choose a tag to compare

Minor Changes

  • fc97353: Add error override in forge modal

@3squared/forge-ui-3@2.23.1

29 Aug 15:03
030440f

Choose a tag to compare

Patch Changes

  • c8387a9: Update mime type check in file utilities to add in additional file types not reported by the browser, to ensure additional filetypes are validated correctly

@3squared/forge-ui-3@2.23.0

24 Jul 11:58
4222381

Choose a tag to compare

Minor Changes

  • 09548ac: * Changed the size of the confirmation modal by removing the modal-sm class from the Dialog passthrough
    • Updated the forge form field to add a wrapper class around the input, also containing the validation text
    • Updated the styling classes on sadin forge form field, to remove the flex-1 from the textarea, as this appears to stop it from being resized
    • Updated the logic for displaying sort orders when using the row group header in the data table, as some of the properties are not set when the table is empty

Patch Changes

@3squared/forge-ui-3@2.22.0

26 Jun 09:21
a614f34

Choose a tag to compare

Minor Changes

  • c876179: - Style PrimeVue drawer component and add documentation
    • Fix colour copying and the other colour options to forge docs
  • a9f5a10: Make some picklist bug changes

@3squared/forge-ui-3@2.21.7

19 Jun 14:13
4b03b7d

Choose a tag to compare

Patch Changes

  • d03bc3f: Update passthroughs for Dropdown and Columns for small fixes

    • Make dropdown disables use different cursor, fgor when disabled, so it doesn't look like you can click it
    • Add conditional logic on the sort badge icons, if the table is also sorted by the row group and an additional column, as this adds a 1 next to the single sortable field, and doesn't match the standard functionality