You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: XrmPluginCore/CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
-
### v1.3.0 - 19 June 2026
1
+
### v1.3.0 - 22 June 2026
2
2
* Add: `IPluginImage`, `IPluginImage<TEntity>`, `IPluginPreImage`/`IPluginPreImage<TEntity>` and `IPluginPostImage`/`IPluginPostImage<TEntity>` interfaces for generated images. Handler methods can now accept these interface types so functionality can be shared across the per-registration concrete image types. The generic variants expose a type-safe `Entity` property.
3
3
* Add: Generated images (and `IPluginImage`) now always expose the record's `Id` (primary key) and `LogicalName`, since they are available on every entity image.
4
+
* Fix: Detect handler methods inherited from base interfaces
5
+
* Fix: Always generate aliased usings
4
6
* Breaking: Removed `IEntityImageWrapper<T>`; generated images now implement `IPluginPreImage<TEntity>`/`IPluginPostImage<TEntity>` instead. Replace any usage of `IEntityImageWrapper<T>` with `IPluginImage<TEntity>`.
0 commit comments