Skip to content

Releases: 3Squared/ForgeUI-3

@3squared/[email protected]

04 Dec 12:17
4b3de33
Compare
Choose a tag to compare

Minor Changes

  • 221d4c4: Replace use of VueMultiselect with PrimeVue Multiselect.

    ForgeMultiselect is still usable but has been placed in a folder labelled deprecated to avoid future use.
    It has also been removed from the styleguide and replace with the newly styled PrimeVue multiselect.

    Migration Guide: Replace ForgeMultiselect with Multiselect see docs for how this can be implemented and use PrimeVue docs.

    ForgeMultiselectPreview now uses the PrimeVue Multiselect. This may mean some props no longer work. Again see PrimeVue docs for further guidance.

  • c8f1859: Add extra width classes:

    • 5: 5%,
    • 10: 10%,
    • 20: 20%,
    • 25: 25%,
    • 30: 30%,
    • 40: 40%,
    • 50: 50%,
    • 60: 60%,
    • 75: 75%,
    • 80: 80%,
    • 90: 90%,
    • 100: 100%,

    These can be used by appending the size needed to w- e.g. 20% would be w-20

Patch Changes

@3squared/[email protected]

28 Nov 08:54
5efa5a8
Compare
Choose a tag to compare

Minor Changes

  • cf1b355: Add and style fieldset for forge

Patch Changes

@3squared/[email protected]

11 Nov 16:35
663cbc6
Compare
Choose a tag to compare

Patch Changes

  • a482387: Fix file type validation to use ForgeFileType object instead of a string

@3squared/[email protected]

05 Nov 10:58
66be9ba
Compare
Choose a tag to compare

Patch Changes

  • e87977c: Fix checkbox to make label trigger change event when validation is not used

@3squared/[email protected]

31 Oct 15:11
684f90a
Compare
Choose a tag to compare

Patch Changes

  • 9b98b29: Fix issue where ForgeColumnCustomisers spacing would be too tight to the Exporter and Clear All button

@3squared/[email protected]

31 Oct 14:05
bb7c4cd
Compare
Choose a tag to compare

Minor Changes

  • 269c873: Add Forge Column Customiser.
    • This component allows users hide and show columns.

@3squared/[email protected]

07 Oct 13:59
a8abb81
Compare
Choose a tag to compare

Major Changes

  • 84503ba: Update FileUploader so that:

    • Accepted file types appear in an overlay instead of inline.
    • File types can be configured with custom labels.

    BREAKING CHANGE MIGRATION GUIDE

    File Uploaders acceptedFileTypes prop will now be required to use the custom ForgeFileType interface provided by the import @3squared/forge-ui-3/src/types/forge-types.ts.

    In order to fix the breaking change, you will simply have to update your accepted file type array to use the interface. For example:

    ['image/jpeg'] -> [{ fileType: 'image/jpeg' }] as ForgeFileType[]

@3squared/[email protected]

07 Oct 12:46
d28c7b5
Compare
Choose a tag to compare

Patch Changes

  • 6cd40a3: Fix issue where form-control ! was visible underneath ForgeDatepicker Calendar icon when the field is invalid.
  • ccc8b13: Fix issue where ForgeLink wouldn't wrap text when inside a container.
  • e08dba8: - Fix issue where ForgeMultiselect panel would appear underneath other elements.
    • Fix issue in ForgeMultiselect and Dropdown where placeholder text would wrap, causing the element to become misshapen.
    • Fix issue in ForgeFilterHeader where items would spill out of the dropdown panel past a certain size.

@3squared/[email protected]

18 Sep 14:40
9253153
Compare
Choose a tag to compare

Minor Changes

  • 1b4c94b: Add utility classes to modify font weight via css classes

Patch Changes

  • 331eb6e: Fix padding between dropdown/multiselect arrow and label

@3squared/[email protected]

05 Sep 09:50
03e4cb9
Compare
Choose a tag to compare

Minor Changes

  • ddaf434: Add prop to ForgeFormField to position the label above or to the left of the input

Patch Changes

  • bf2b021: Fix button link styling so that it is inline with ForgeLink
  • 1663233: Fix issue where Clear Button on table appears when there is no active filter
  • 7a4acdc: - Fix issue where large images would appear off the screen.
    • Fix issue where the toolbar would appear under the image.