mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
* feat: add custom `id` property to Notification API (macOS only) * feat: add `groupId` property to Notification API (macOS). Notifications with the same groupId will be visually grouped together in Notification Center * fix: move validation to construction time, add empty string check, remove setters * docs: clarify id/group id properties, make instance properties read-only * test: update tests to reflect read-only properties