Skip to content

Releases: scatcher/angular-point

Release 6.5.4

07 Dec 19:54

Choose a tag to compare

[6.5.4] - 2025-12-07

Fixed

  • Orphaned Lookup Handling: Modified jsLookup and jsLookupMulti in apDecodeService.ts to filter out orphaned lookups (lookups with an ID but empty lookupValue). This occurs when a referenced SharePoint item is deleted - SharePoint clears the lookup display value but keeps the ID (e.g., "18611;#" instead of "18611;#ItemTitle"). Previously, these orphaned lookups would cause runtime errors when code attempted to access properties on non-existent cached entities. Now:
    • jsLookup returns null for orphaned lookups instead of a Lookup object with empty lookupValue
    • jsLookupMulti filters out orphaned lookups from the returned array

Release 6.5.3

01 Nov 15:25

Choose a tag to compare

Incorporated fix from @John-Youngblood to detect changes in version history where the new value was removed.

Release 6.5.0

22 Feb 20:51

Choose a tag to compare

Add stronger typing for list item change events and update yarn dependencies with known security issues.

Release 6.4.0

03 Nov 18:45

Choose a tag to compare

Move the ability to add attachments into angular-point instead of relying on angular-point-attachments. angular-point-attachments still functions as before but heavy lifting is now in this library so we can trigger change events on the list item when an attachment is added/deleted.

Release 6.3.0

22 Jun 17:07

Choose a tag to compare

Use enum and union types for better field type definitions.

Release 6.2.0

17 Dec 19:34

Choose a tag to compare

Minor bump to always rely on env params instead of trying to determine the current site from SharePoint. This caused problems when working on local dev environment.

Release 6.1.0

29 Nov 00:46

Choose a tag to compare

Set correct version.

Release 6.0.1

25 Nov 20:23

Choose a tag to compare

Expose additional interfaces.  Minor bump.

Release 6.0.0

25 Nov 19:28

Choose a tag to compare

Major bump because we're now using string enums which is only supported in the latest versions of typescript. Breaking change.

Release 5.0.13

30 Sep 19:13

Choose a tag to compare

Remove unnecessary return type.