# @backstage/plugin-notifications-common ## 0.2.3 ### Patch Changes - 0c5e41f: Removed unused dependencies that had no imports in source code. - Updated dependencies - @backstage/config@1.3.8 ## 0.2.3-next.0 ### Patch Changes - 0c5e41f: Removed unused dependencies that had no imports in source code. - Updated dependencies - @backstage/config@1.3.8-next.0 - @backstage/types@1.2.2 ## 0.2.2 ### Patch Changes - Updated dependencies - @backstage/config@1.3.7 ## 0.2.2-next.0 ### Patch Changes - Updated dependencies - @backstage/config@1.3.7-next.0 ## 0.2.1 ### Patch Changes - e9eb400: Allow configuring included topics for email notifications. ## 0.2.0 ### Minor Changes - 87e597c: Adds support for default configuration for an entire notification channel. This setting will also be inherited down to origins and topics while still respecting the users individual choices. This will be handy if you want to use a "opt-in" strategy. ### Patch Changes - Updated dependencies - @backstage/config@1.3.6 ## 0.2.0-next.1 ### Minor Changes - 87e597c: Adds support for default configuration for an entire notification channel. This setting will also be inherited down to origins and topics while still respecting the users individual choices. This will be handy if you want to use a "opt-in" strategy. ## 0.1.2-next.0 ### Patch Changes - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/types@1.2.2 ## 0.1.1 ### Patch Changes - Updated dependencies - @backstage/config@1.3.5 ## 0.1.1-next.0 ### Patch Changes - Updated dependencies - @backstage/config@1.3.4-next.0 ## 0.1.0 ### Minor Changes - 9152ba8: Add an optional generic object `metadata` field to `NotificationPayload`. Metadata can be used to store additional unstructured data for the notification and are available to use by processors. ## 0.0.10 ### Patch Changes - Updated dependencies - @backstage/config@1.3.3 ## 0.0.10-next.0 ### Patch Changes - Updated dependencies - @backstage/config@1.3.3-next.0 ## 0.0.9 ### Patch Changes - 1fb5f06: Adds ability for user to turn on/off notifications for specific topics within an origin. - Updated dependencies - @backstage/config@1.3.2 ## 0.0.9-next.0 ### Patch Changes - 1fb5f06: Adds ability for user to turn on/off notifications for specific topics within an origin. - Updated dependencies - @backstage/config@1.3.2 ## 0.0.8 ### Patch Changes - Updated dependencies - @backstage/config@1.3.2 ## 0.0.8-next.0 ### Patch Changes - Updated dependencies - @backstage/config@1.3.2-next.0 ## 0.0.7 ### Patch Changes - Updated dependencies - @backstage/config@1.3.1 ## 0.0.7-next.0 ### Patch Changes - Updated dependencies - @backstage/config@1.3.1-next.0 ## 0.0.6 ### Patch Changes - 97ba58f: Add support for user specific notification settings - Updated dependencies - @backstage/config@1.3.0 ## 0.0.6-next.0 ### Patch Changes - 97ba58f: Add support for user specific notification settings - Updated dependencies - @backstage/config@1.2.0 ## 0.0.5 ### Patch Changes - 4e4ef2b: Move notification processor filter parsing to common package - Updated dependencies - @backstage/config@1.2.0 ## 0.0.4 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. ## 0.0.4-next.0 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. ## 0.0.3 ### Patch Changes - 0d99528: Notification processor functions are now renamed to `preProcess` and `postProcess`. Additionally, processor name is now required to be returned by `getName`. A new processor functionality `processOptions` was added to process options before sending the notification. - e003e0e: The ordered list of notifications' severities is exported by notifications-common for reusability. ## 0.0.2 ### Patch Changes - ba14c0e: Support for broadcast notifications - a790a3d: Move notification origin resolving to backend with new auth - 758f2a4: The Notifications frontend has been redesigned towards list view with condensed row details. The 'done' attribute has been removed to keep the Notifications aligned with the idea of a messaging system instead of a task manager. ## 0.0.2-next.1 ### Patch Changes - a790a3d: Move notification origin resolving to backend with new auth ## 0.0.2-next.0 ### Patch Changes - 758f2a4: The Notifications frontend has been redesigned towards list view with condensed row details. The 'done' attribute has been removed to keep the Notifications aligned with the idea of a messaging system instead of a task manager. ## 0.0.1 ### Patch Changes - 9873c44: Add support for signal type in notifications - 8472188: Added or fixed the `repository` field in `package.json`. - fb8fc24: Initial notifications system for backstage ## 0.0.1-next.1 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. ## 0.0.1-next.0 ### Patch Changes - fb8fc24: Initial notifications system for backstage