@ichicraft/widgets-widget-base 1.11.1 → 1.11.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -9,6 +9,10 @@ All notable changes to this project will be documented here.
9
9
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
10
10
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
11
11
 
12
+ ## 1.11.2 - 2024-10-21
13
+
14
+ - Add optional `objectId` property to the `ICPersona` interface.
15
+
12
16
  ## 1.11.1 - 2024-10-17
13
17
 
14
18
  - Made `buddy` property of type `WidgetBuddyContext` optional.
@@ -610,6 +610,7 @@ export interface ICPersona {
610
610
  displayName: string;
611
611
  id: string;
612
612
  type?: ICPersonaType;
613
+ objectId?: string;
613
614
  }
614
615
  /**
615
616
  * Tells the severity of the command bar item, resulting in
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ichicraft/widgets-widget-base",
3
- "version": "1.11.1",
3
+ "version": "1.11.2",
4
4
  "description": "Part of the Widget Development Kit for building widgets for Ichicraft Boards",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",