Skip to content

Releases: adapt-security/adapt-authoring-contentplugin

v1.8.2

Choose a tag to compare

@github-actions github-actions released this 10 Jul 00:04

1.8.2 (2026-07-10)

Chore

  • replace legacy new.yml with direct add-to-project workflow (26b9a3b)
  • trigger add-to-project on reopened issues and PRs (baa384a)

Fix

  • Release adapt-authoring-api ^4.0.1 upgrade (4116dfb)

Upgrade

  • Bump adapt-authoring-api from 3.10.0 to 4.0.1 (#104) (55376f1), closes #104

v1.8.1

Choose a tag to compare

@github-actions github-actions released this 01 Jul 11:02

1.8.1 (2026-07-01)

Docs

Fix

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 11:23

1.8.0 (2026-06-30)

Docs

New

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 09 May 12:17

1.7.1 (2026-05-09)

Fix

  • Bump dep ranges for adapt-authoring-core, adapt-authoring-content, adapt-authoring-adaptframework (21599dc)

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 08 May 14:20

1.7.0 (2026-05-08)

Fix

  • Add packages:write permission to release workflow (1374afe)

Update

v1.6.1

Choose a tag to compare

@github-actions github-actions released this 27 Mar 17:09

1.6.1 (2026-03-27)

Fix

  • Resolve circular dependency deadlock with content module (#93) (7e3f465), closes #93

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 26 Mar 13:46

1.6.0 (2026-03-26)

Chore

  • Use shared semantic-release config (3c159a7)

New

  • Absorb adapt-authoring-defaultplugins into contentplugin (fixes #91) (#92) (3db3442), closes #91 #92

v1.5.4

Choose a tag to compare

@github-actions github-actions released this 12 Mar 18:49

1.5.4 (2026-03-12)

Fix

  • Remove try/catch that swallowed fs.rm errors in backup (f58b246)

v1.5.3

Choose a tag to compare

@github-actions github-actions released this 12 Mar 16:24

1.5.3 (2026-03-12)

Chore

  • Extract createMockRes helper to reduce mock duplication (ed43718)
  • Replace glob dep with node:fs built-in, remove copy-paste unit tests (f6491ac)

Fix

  • Deregister schemas by name instead of file path (fixes #87) (08c3e90), closes #87

v1.5.2

Choose a tag to compare

@github-actions github-actions released this 05 Mar 20:59

1.5.2 (2026-03-05)

Chore

Fix

  • Use findOne instead of destructured find (2e5beaf)