10 KiB
@emdash-cms/plugin-webhook-notifier
0.2.0
Minor Changes
-
#1057
c0ce915Thanks @ascorbic! - BREAKING: Removes thewebhookNotifierPluginnamed export and the factory call shape. Import the default export and pass it directly intoplugins:orsandboxed:.- import { webhookNotifierPlugin } from "@emdash-cms/plugin-webhook-notifier"; + import webhookNotifier from "@emdash-cms/plugin-webhook-notifier"; export default defineConfig({ integrations: [ emdash({ - sandboxed: [webhookNotifierPlugin()], + sandboxed: [webhookNotifier], }), ], });Two changes: drop the
{ }around the import, and drop the()after the plugin name. Per-install configuration moved to the admin UI's settings (KV-backed) when the sandboxed plugin redesign landed, so there's no longer a need for a factory call.
Patch Changes
- Updated dependencies [
6e62b90,c0ce915,23597d0,883b75b,05440b1,94fb50b,0d5843f,0cd8c6d,878a0b6,121f173,f4a9711,dbaea9c,5681eb2,ed917d9,6e62b90]:
0.1.3
Patch Changes
-
#918
1e0cb76Thanks @ascorbic! - Updates declared capabilities to the current names (content:read,content:write,media:read,media:write,network:request,network:request:unrestricted) instead of the deprecated aliases. Plugin descriptors now report the package's own version instead of a stale hard-coded literal. -
Updated dependencies [
a2d3658,c8a3a2c,699e1b3,71f4e7d,7e32092,2e2b8e9,9146931]:
0.1.2
Patch Changes
-
#463
701d0caThanks @sakibmd! - fix: replace code block with section in webhook notifier payload preview -
Updated dependencies [
156ba73,80a895b,da957ce,fcd8b7b,8ac15a4,ba2b020,0b108cf,1989e8b,e190324,724191c,ed28089,a293708,c75cc5b,6ebb797,d421ee2,391caf4,6474dae,30c9a96,122c236,5320321,8f44ec2,b712ae3,9cb5a28,7ee7d95,e1014ef,4d4ac53,476cb3a,87b0439,dd708b1,befaeec,c92e7e6,2ba1f1f,a13c4ec,a5e0603]:- emdash@0.2.0
0.1.1
Patch Changes
-
#363
91e31fbThanks @ascorbic! - Fixes sandboxed plugin entries failing when package exports point to unbuilt TypeScript source. Adds build-time and bundle-time validation to catch misconfigured plugin exports early. -
Updated dependencies [
422018a,4221ba4,9269759,d6cfc43,1bcfc50,8c693b5,5b3e33c,9d10d27,91e31fb,f112ac4,e9a6f7a,b297fdd,d211452,8e28cfc,38af118]:- emdash@0.1.1
0.1.0
Minor Changes
Patch Changes
- Updated dependencies [
755b501]:- emdash@0.1.0
0.0.3
Patch Changes
- Updated dependencies [
3c319ed]:- emdash@0.0.3
0.0.2
Patch Changes
- Updated dependencies [
b09bfd5]:- emdash@0.0.2