Skip to content

Releases: drivardxrm/LookupDropdown.PCF

v2.0.0.4

Choose a tag to compare

@drivardxrm drivardxrm released this 11 Oct 17:33
  • Upgrade to react 19.2

v2.0.0.3

Choose a tag to compare

@drivardxrm drivardxrm released this 01 Oct 01:13
  • Switch the control to React 19
  • Updated FluentUI (@fluentui/react-components) to v9.70.0 (react 19 compatible)
  • Adjusted styling for disabled state

v2.0.0.2

Choose a tag to compare

@drivardxrm drivardxrm released this 30 Jun 15:45

Fix for : #42 : Add spacer before the placeholder when no values are selected, to blend with other out-of-box form controls

Remove required on 'sortByTextValue' parameter as it was causing control upgrade issues.

Upgrade to Storybook 8

v2.0.0.1

Choose a tag to compare

@drivardxrm drivardxrm released this 26 Jun 22:17
2843362

Adjust css for #41

Use icon for dismiss action instead of text = Better UX for multilingual support

v2.0.0.0

Choose a tag to compare

@drivardxrm drivardxrm released this 25 Jun 01:26
65394b6

🚀 New Major Release 2.0.0.0

💪 Complete refactoring with FluentUI v9
Blends well with Model driven apps New Look

image

🆕 New Feature : Added filtering capabilities

image

v1.0.0.10

Choose a tag to compare

@drivardxrm drivardxrm released this 24 Mar 23:31
a452646

PR #38 Added multiple languages support , thanks to @marctre123

  • Supports showing different fields values based on user's language setting using the existing customtext property
  • Backward compatible with existing fonctionnality of customtext property
  • Added localization for French using resx
  • New Parameter sortByTextValue : sort by displayed text instead of using lookup view default sort order

v1.0.0.9

Choose a tag to compare

@drivardxrm drivardxrm released this 13 Apr 15:25

CSS fixes

  • Accomodate long record names
  • Improvements and fixes for mobile experience

v1.0.0.8

Choose a tag to compare

@drivardxrm drivardxrm released this 10 Aug 04:29
812186d
  • Fix for #12 :
    If a value was previously entered on a record and removed from the displayed view, the value is not cleared.
    The value is still displayed (in italic) but is not selectable on the dropdown.
    It prevents the control to wipe-out the value and acts like the out of the box feature.

Ex.
Value that was previously saved on the record but is removed from the view (ex. inactivation) is still showing but in italic
image

Value not available for selection
image

thanks @ChloeM17 for raising the issue

  • Upgrade to React 18

  • Upgrade to tanstack/react-query 4

v1.0.0.7

Choose a tag to compare

@drivardxrm drivardxrm released this 10 Apr 13:37

Enhancement : #10 Support complex column types in CustomText

Ex. Referencing a Choice field
Before
before

After
after

v1.0.0.6

Choose a tag to compare

@drivardxrm drivardxrm released this 17 Mar 11:44

Bug fix : null exeption introduced in v1.0.0.5 reported in #6