@forcecalendar/core 2.1.51 → 2.1.52

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.
@@ -662,9 +662,11 @@ export class EventStore {
662
662
  loadEvents(events) {
663
663
  this.clear();
664
664
 
665
+ this.startBatch();
665
666
  for (const eventData of events) {
666
667
  this.addEvent(eventData);
667
668
  }
669
+ this.commitBatch();
668
670
  }
669
671
 
670
672
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forcecalendar/core",
3
- "version": "2.1.51",
3
+ "version": "2.1.52",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "description": "A modern, lightweight, framework-agnostic calendar engine optimized for Salesforce",