Releases: 3Squared/ForgeUI-3
Releases · 3Squared/ForgeUI-3
@3squared/forge-ui-3@2.27.0
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
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
Patch Changes
- 682dabb: Fix missing prop on forge file upload for azure storage override
@3squared/forge-ui-3@2.25.0
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
Patch Changes
- 4bc5cfc: Update the hideErrorBanner property on ForgeModalProps to be nullable with default
@3squared/forge-ui-3@2.24.0
Minor Changes
- fc97353: Add error override in forge modal
@3squared/forge-ui-3@2.23.1
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
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-1from 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
- 80358f3: Update guides
@3squared/forge-ui-3@2.22.0
@3squared/forge-ui-3@2.21.7
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