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) Co-authored-by: Keeley Hammond <khammond@slack-corp.com> * feat: add `groupId` property to Notification API (macOS). Notifications with the same groupId will be visually grouped together in Notification Center Co-authored-by: Keeley Hammond <khammond@slack-corp.com> * fix: move validation to construction time, add empty string check, remove setters Co-authored-by: Keeley Hammond <khammond@slack-corp.com> * docs: clarify id/group id properties, make instance properties read-only Co-authored-by: Keeley Hammond <khammond@slack-corp.com> * test: update tests to reflect read-only properties Co-authored-by: Keeley Hammond <khammond@slack-corp.com> --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Keeley Hammond <khammond@slack-corp.com>