Skip to content

Releases: scatcher/angular-point

Release 6.5.4

Choose a tag to compare

@scatcher scatcher released this 07 Dec 19:54

[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

Choose a tag to compare

@scatcher scatcher released this 01 Nov 15:25

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

Release 6.5.0

Choose a tag to compare

@scatcher scatcher released this 22 Feb 20:51

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

Release 6.4.0

Choose a tag to compare

@scatcher scatcher released this 03 Nov 18:45

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

Choose a tag to compare

@scatcher scatcher released this 22 Jun 17:07

Use enum and union types for better field type definitions.

Release 6.2.0

Choose a tag to compare

@scatcher scatcher released this 17 Dec 19:34

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

Choose a tag to compare

@scatcher scatcher released this 29 Nov 00:46
Set correct version.

Release 6.0.1

Choose a tag to compare

@scatcher scatcher released this 25 Nov 20:23
Expose additional interfaces.  Minor bump.

Release 6.0.0

Choose a tag to compare

@scatcher scatcher released this 25 Nov 19:28

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

Choose a tag to compare

@scatcher scatcher released this 30 Sep 19:13

Remove unnecessary return type.