9.6 KiB
@emdash-cms/plugin-audit-log
0.2.0
Minor Changes
-
#1057
c0ce915Thanks @ascorbic! - BREAKING: Removes theauditLogPluginnamed export and the factory call shape. Import the default export and pass it directly intoplugins:orsandboxed:.- import { auditLogPlugin } from "@emdash-cms/plugin-audit-log"; + import auditLog from "@emdash-cms/plugin-audit-log"; export default defineConfig({ integrations: [ emdash({ - plugins: [auditLogPlugin()], + plugins: [auditLog], }), ], });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
-
#856
ef3f076Thanks @ask-bonk! - Republishes withemdashas apeerDependencyinstead of a runtimedependency. The previously published0.1.1release pinnedemdashto an ancient0.1.1as a hard dependency, which madenpm installof any template that included this plugin (e.g. the blog template) install two copies ofemdashside-by-side, or fail outright with ERESOLVE on stricter npm configurations (#819). The package source already declared the dependency correctly; this version simply ships the correctedpackage.json. -
Updated dependencies [
e2b3c6c,9dfc65c,e0dc6fb,c22fb3a,6a4e9b8,0ee372a,22a16ee,1e2b024,81662e9,2f22f57,ef3f076,a9c29ea,e7df21f,d5f7c48,8ae227c,e2d5d16,0d98c62,64bf5b9,e81aa0f,0041d76,cee403d,a8bac5d,5b6f059,a86ff80,d4be24f,eb6dbd0]:- emdash@0.9.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