Skip to content

Commit 60fa101

Browse files
authored
Update CHANGELOG.md
1 parent f2e2a71 commit 60fa101

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

XrmPluginCore/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
### v1.3.0 - 19 June 2026
1+
### v1.3.0 - 22 June 2026
22
* 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.
33
* 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
46
* Breaking: Removed `IEntityImageWrapper<T>`; generated images now implement `IPluginPreImage<TEntity>`/`IPluginPostImage<TEntity>` instead. Replace any usage of `IEntityImageWrapper<T>` with `IPluginImage<TEntity>`.
57

68
### v1.2.8 - 30 April 2026

0 commit comments

Comments
 (0)